Go to file
Emil Renner Berthing 2cfe9bbec5
riscv: dts: sifive unmatched: Add PWM controlled LEDs
This adds the two PWM controlled LEDs to the HiFive Unmatched device
tree. D12 is just a regular green diode, but D2 is an RGB diode with 3
PWM inputs controlling the three different colours.

Signed-off-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Pavel Machek <pavel@ucw.cz>
Tested-by: Ron Economos <re@w6rz.net>
Link: https://lore.kernel.org/r/20220705210143.315151-5-emil.renner.berthing@canonical.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
2022-08-11 11:34:57 -07:00
Documentation riscv: implement Zicbom-based CMO instructions + the t-head variant 2022-08-10 20:49:32 -07:00
LICENSES
arch riscv: dts: sifive unmatched: Add PWM controlled LEDs 2022-08-11 11:34:57 -07:00
block
certs
crypto tpmdd updates for Linux v5.20 2022-08-06 09:43:02 -07:00
drivers riscv: implement Zicbom-based CMO instructions + the t-head variant 2022-08-10 20:49:32 -07:00
fs 9p-for-5.20 2022-08-06 14:48:54 -07:00
include 9p-for-5.20 2022-08-06 14:48:54 -07:00
init
io_uring
ipc
kernel dma-mapping updates 2022-08-06 10:56:45 -07:00
lib
mm
net 9p-for-5.20 2022-08-06 14:48:54 -07:00
samples
scripts riscv/purgatory: Omit use of bin2c 2022-08-11 09:32:34 -07:00
security
sound sound updates for 6.0-rc1 2022-08-06 10:19:51 -07:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS IOMMU Updates for Linux v5.20/v6.0: 2022-08-06 10:42:38 -07:00
Makefile
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.