No description
Find a file
Dan Murphy 4c9054506c leds: lm3532: Change the define for the fs current register
Change the define name of the full scale current registers.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
2019-08-26 20:03:49 +02:00
arch
block
certs
crypto
Documentation dt-bindings: an30259a: Add function and color properties 2019-07-25 20:08:01 +02:00
drivers leds: lm3532: Change the define for the fs current register 2019-08-26 20:03:49 +02:00
fs
include Generic Device Lookup Helpers 2019-07-30 22:36:31 +02:00
init
ipc
kernel
lib
LICENSES
mm
net drivers: Introduce device lookup variants by name 2019-07-30 13:07:41 +02:00
samples
scripts
security
sound drivers: Introduce device lookup variants by of_node 2019-07-30 13:07:41 +02: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.