No description
Find a file
Peter Ujfalusi aafe30baf4 mtd: rawnand: marvell: Release DMA channel on error
Release the DMA channel on errors after the channel has been successfully
requested.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20200227123749.24064-3-peter.ujfalusi@ti.com
2020-03-11 16:17:54 +01:00
arch mtd: rawnand: ams-delta: Push inversion handling to gpiolib 2020-03-09 14:51:01 +01:00
block
certs
crypto
Documentation dt-bindings: mtd: Document Macronix NAND device bindings 2020-03-11 16:17:54 +01:00
drivers mtd: rawnand: marvell: Release DMA channel on error 2020-03-11 16:17:54 +01:00
fs Two more bug fixes (including a regression) for 5.6 2020-03-01 16:35:08 -06:00
include mtd: rawnand: Fix a typo ("manufecturer") 2020-03-11 16:17:54 +01:00
init
ipc
kernel block-5.6-2020-02-28 2020-02-28 11:43:30 -08:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS pci-v5.6-fixes-2 2020-02-28 11:51:53 -08:00
Makefile Linux 5.6-rc4 2020-03-01 16:38:46 -06: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.