No description
Find a file
Conor Dooley e8c81d649a
dt-bindings: riscv: microchip: document icicle reference design
Add a compatible for the icicle kit's reference design. This represents
the FPGA fabric's contents & is versioned to denote which release of the
reference design it applies to.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220509142610.128590-5-conor.dooley@microchip.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
2022-06-01 15:28:05 -07:00
arch riscv: dts: microchip: remove soc vendor from filenames 2022-06-01 15:27:54 -07:00
block
certs
crypto This update includes the following changes: 2022-05-27 18:06:49 -07:00
Documentation dt-bindings: riscv: microchip: document icicle reference design 2022-06-01 15:28:05 -07:00
drivers IOMMU Updates for Linux v5.19 2022-05-31 09:56:54 -07:00
fs RISC-V Patches for the 5.19 Merge Window, Part 1 2022-05-31 14:10:54 -07:00
include RISC-V Patches for the 5.19 Merge Window, Part 1 2022-05-31 14:10:54 -07:00
init RISC-V Patches for the 5.19 Merge Window, Part 1 2022-05-31 14:10:54 -07:00
ipc
kernel RISC-V Patches for the 5.19 Merge Window, Part 1 2022-05-31 14:10:54 -07:00
lib tracing updates for 5.19: 2022-05-29 10:31:36 -07:00
LICENSES
mm RISC-V Patches for the 5.19 Merge Window, Part 1 2022-05-31 14:10:54 -07:00
net hyperv-next for 5.19 2022-05-28 11:39:01 -07:00
samples
scripts Not a lot of material this cycle. Many singleton patches against various 2022-05-27 11:22:03 -07:00
security
sound m68knommu: changes for linux 5.19 2022-05-30 10:56:18 -07:00
tools RISC-V Patches for the 5.19 Merge Window, Part 1 2022-05-31 14:10:54 -07:00
usr Not a lot of material this cycle. Many singleton patches against various 2022-05-27 11:22:03 -07:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS IOMMU Updates for Linux v5.19 2022-05-31 09:56:54 -07:00
Makefile
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.