1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-26 18:43:33 -05:00
No description
Find a file
Paul Cercueil 6ce6acf677 dt-bindings: dma: ingenic: Add compatible strings for JZ4760(B) SoCs
Add ingenic,jz4760-dma and ingenic,jz4760b-dma compatible strings to
support the DMA engines present in the JZ4760 and JZ4760B SoCs.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20210120105322.16116-1-paul@crapouillou.net
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2021-01-26 22:45:15 +05:30
arch RISC-V Fixes for 5.11-rc1 2020-12-24 14:05:05 -08:00
block
certs
crypto
Documentation dt-bindings: dma: ingenic: Add compatible strings for JZ4760(B) SoCs 2021-01-26 22:45:15 +05:30
drivers dmaengine: imx-sdma: Use of_device_get_match_data() 2021-01-26 22:42:48 +05:30
fs proc mountinfo: make splice available again 2020-12-27 12:00:36 -08:00
include dmaengine: imx-sdma: Remove platform data support 2021-01-26 22:42:48 +05:30
init
ipc
kernel Misc fixes/updates: 2020-12-27 09:06:10 -08:00
lib
LICENSES
mm virtio,vdpa: features, cleanups, fixes 2020-12-24 12:06:46 -08:00
net
samples
scripts Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux 2020-12-25 11:05:32 -08:00
security Provide a fix for the incorrect handling of privilege 2020-12-24 14:08:43 -08:00
sound sound fixes for 5.11-rc1 2020-12-23 15:11:08 -08:00
tools Fix a segfault that occurs when built with Clang. 2020-12-27 09:08:23 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dmaengine: at_hdmac: remove platform data header 2021-01-08 13:57:19 +05:30
Makefile Linux 5.11-rc1 2020-12-27 15:30:22 -08:00
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.