The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Wolfram Sang 398432edde i2c: make i2c_check_addr_validity() static
After previous refactoring, there is only one user in the same file
left. Make the function static now.

[wsa: added 'int' to bare 'unsigned']
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2018-03-24 14:07:23 +01:00
Documentation dt-bindings: i2c: document R8A77965 bindings 2018-03-24 14:04:05 +01:00
LICENSES
arch - three new special cases for device tree compatible strings 2018-03-24 13:39:18 +01:00
block
certs
crypto
drivers i2c: make i2c_check_addr_validity() static 2018-03-24 14:07:23 +01:00
firmware
fs
include - three new special cases for device tree compatible strings 2018-03-24 13:39:18 +01:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS - three new special cases for device tree compatible strings 2018-03-24 13:39:18 +01:00
Makefile Linux 4.16-rc6 2018-03-18 17:48:42 -07:00
README

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.