No description
Find a file
Andy Shevchenko f2faa3ec79
spi: pxa2xx: Convert to use device_get_match_data()
Convert to use device_get_match_data() instead of open coded variant.

While here, switch of_property_read_bool() to device_property_read_bool().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20191018105429.82782-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2019-10-18 18:25:49 +01:00
arch spi: pxa2xx: No need to keep pointer to platform device 2019-10-18 18:24:50 +01:00
block
certs
crypto
Documentation dt-bindings: spi: sh-msiof: Add r8a774b1 support 2019-10-15 10:15:03 +01:00
drivers spi: pxa2xx: Convert to use device_get_match_data() 2019-10-18 18:25:49 +01:00
fs for-5.4-rc1-tag 2019-09-30 10:25:24 -07:00
include spi: pxa2xx: No need to keep pointer to platform device 2019-10-18 18:24:50 +01:00
init
ipc
kernel A few more tracing fixes: 2019-09-30 09:29:53 -07:00
lib
LICENSES
mm
net
samples
scripts
security
sound spi: pxa2xx: No need to keep pointer to platform device 2019-10-18 18:24:50 +01:00
tools A few more tracing fixes: 2019-09-30 09:29:53 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ARM SCMI fixes for v5.4 2019-09-29 11:20:41 -07:00
Makefile Linux 5.4-rc1 2019-09-30 10:35:40 -07: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.