Linux kernel source tree
Find a file
Axel Lin fd2f02f972
regulator: da9xxx: Switch to SPDX identifier
Convert Dialog Semiconductor DA9xxx regulator drivers to SPDX identifier.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2019-05-03 15:07:39 +09:00
arch
block
certs
crypto
Documentation dt-bindings: regulator: Add stm32mp1 pwr regulators 2019-04-15 10:58:05 +01:00
drivers regulator: da9xxx: Switch to SPDX identifier 2019-05-03 15:07:39 +09:00
fs
include regulator: add regulator_get_linear_step() stub helper 2019-03-21 14:59:38 +00:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound ASoC: ab8500: add range to usleep_range 2019-04-08 14:02:50 +07:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.