1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
No description
Find a file
Andy Shevchenko 922e8ce883 mfd: lpc_sch: Partially revert "Add support for Intel Quark X1000"
The IRQ support for SCH GPIO is not specific to the Intel Quark SoC.
Moreover the IRQ routing is quite interesting there, so while it's
needs a special support, the driver haven't it anyway yet.

Due to above remove basically redundant code of IRQ support.

This reverts commit ec689a8a81.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
2021-04-14 16:06:41 +01:00
arch Boundary condition fixes for bugs unearthed by the perf fuzzer. 2021-03-21 11:26:21 -07:00
block
certs
crypto
Documentation dt-bindings: mfd: lp875xx: Add optional reset GPIO 2021-04-14 16:03:33 +01:00
drivers mfd: lpc_sch: Partially revert "Add support for Intel Quark X1000" 2021-04-14 16:06:41 +01:00
fs Miscellaneous ext4 bug fixes for v5.12. 2021-03-21 14:06:10 -07:00
include mfd: max8997: Replace 8998 with 8997 2021-04-14 16:06:38 +01:00
init
ipc
kernel io_uring-5.12-2021-03-21 2021-03-21 12:25:54 -07:00
lib
LICENSES
mm
net
samples
scripts
security
sound Immutable branch between MFD, Clock, GPIO, Regulator and RTC due for the v5.13 merge window 2021-04-14 15:59:22 +01:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS MAINTAINERS: Move Milo Kim to credits 2021-04-14 16:06:02 +01:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Move Milo Kim to credits 2021-04-14 16:06:02 +01:00
Makefile Linux 5.12-rc4 2021-03-21 14:56:43 -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.

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.