Go to file
Sakari Ailus 2294b3af05 device property: Introduce fwnode_device_is_available()
Add fwnode_device_is_available() to tell whether the device corresponding
to a certain fwnode_handle is available for use.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2017-06-22 02:55:34 +02:00
arch mm: larger stack guard gap, between vmas 2017-06-19 21:50:20 +08:00
block
certs
crypto
Documentation mm: larger stack guard gap, between vmas 2017-06-19 21:50:20 +08:00
drivers device property: Introduce fwnode_device_is_available() 2017-06-22 02:55:34 +02:00
firmware
fs mm: larger stack guard gap, between vmas 2017-06-19 21:50:20 +08:00
include device property: Introduce fwnode_device_is_available() 2017-06-22 02:55:34 +02:00
init
ipc
kernel
lib
mm mm: larger stack guard gap, between vmas 2017-06-19 21:50:20 +08:00
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.12-rc6 2017-06-19 22:19:37 +08:00
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.