1
0
Fork 0
Fork of alistair23 Linux kernel for reMarkable from https://github.com/alistair23/linux
 
 
 
 
 
 
Go to file
Robin Gong 6446b3a523 MLK-23652-2: dmagengine: fsl-edma-v3: fix race condition
Add spinlock for 'tcd_pool', otherwise, in some race condition,
'tcd_pool = NULL' cause ISR never clear edma channel INT anymore which
cause interrupt storm. Besides, clear interrupt directly before poweroff
for safe.

Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
(cherry picked from commit 37149f29a631f074ac65889375cd1b077284edf8)
2020-04-28 22:23:41 +08:00
Documentation MLK-23674-2 doc: SECO MU driver binding for cmd and rsp tags 2020-04-22 15:56:40 +02:00
LICENSES
arch MLK-23350-12 arm64: dts: Add clocks for DSP 2020-04-27 18:16:17 +03:00
block
certs
crypto crypto: tls - fix logical-not-parentheses compile warning 2020-04-07 11:13:12 +03:00
drivers MLK-23652-2: dmagengine: fsl-edma-v3: fix race condition 2020-04-28 22:23:41 +08:00
fs
include MLK-23674-1 imx: scu-pd: add V2X MU resources 2020-04-22 15:56:40 +02:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound MLK-23854-2 ASoC: SOF: Check correct return value 2020-04-27 18:16:17 +03:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.