Go to file
Tony Lindgren 7e27e5d05a bus: ti-sysc: Tag sdio and wdt with legacy mode for suspend
Looks like these two device drivers don't yet behave properly for suspend
unless configured with the legacy option.

Signed-off-by: Tony Lindgren <tony@atomide.com>
2018-05-01 06:54:17 -07:00
arch ARM: OMAP2+: Make display related init into device_initcall 2018-04-30 12:04:51 -07:00
block
certs
crypto
Documentation bus: ti-sysc: Add handling for clkctrl opt clocks 2018-04-30 12:04:51 -07:00
drivers bus: ti-sysc: Tag sdio and wdt with legacy mode for suspend 2018-05-01 06:54:17 -07:00
firmware
fs for-4.17-part2-tag 2018-04-15 18:08:35 -07:00
include bus: ti-sysc: Tag some modules resource providers for noirq suspend 2018-05-01 06:54:17 -07:00
init
ipc
kernel
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
Makefile Linux 4.17-rc1 2018-04-15 18:24:20 -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.
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.