No description
Find a file
Axel Lin 5d7ebba38b
regulator: sy8106a: Get rid of struct sy8106a
All the fields in struct sy8106a are only used in sy8106a_i2c_probe(), so
use local variables instead.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2019-04-26 10:38:25 +01:00
arch
block
certs
crypto
Documentation dt-bindings: regulator: Add stm32mp1 pwr regulators 2019-04-15 10:58:05 +01:00
drivers regulator: sy8106a: Get rid of struct sy8106a 2019-04-26 10:38:25 +01: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.