Fork of alistair23 Linux kernel for reMarkable from https://github.com/alistair23/linux
Go to file
Brian Masney 85a7d0f7db staging: iio: tsl2x7x: no need to clear interrupt flag when getting lux
tsl2x7x_get_lux() does not need to clear the interrupt flag when
querying the ALS. The interrupt flag is cleared in
tsl2x7x_event_handler(). This patches removes the unnecessary code.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2018-03-24 13:34:09 +00:00
arch ARM: dts: bcm2835: Add VCHIQ node to the Raspberry Pi boards. (v3) 2018-03-14 13:05:19 +01:00
block
certs
crypto X.509: fix NULL dereference when restricting key with unsupported_sig 2018-02-22 14:38:34 +00:00
Documentation staging: irda: remove the irda network stack and drivers 2018-03-14 13:12:26 +01:00
drivers staging: iio: tsl2x7x: no need to clear interrupt flag when getting lux 2018-03-24 13:34:09 +00:00
firmware
fs NFS client bugfixes for Linux 4.16 2018-02-25 13:43:18 -08:00
include iio: adc: ad7780: remove IIO_CHAN_INFO_SAMP_FREQ support 2018-03-17 20:50:26 +00:00
init
ipc
kernel Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-02-25 16:58:55 -08:00
lib Merge 4.16-rc3 into staging-next 2018-02-26 15:32:00 +01:00
LICENSES
mm
net net_sched: gen_estimator: fix broken estimators based on percpu stats 2018-02-23 12:35:46 -05:00
samples
scripts
security integrity/security: fix digsig.c build error with header file 2018-02-22 20:09:08 -08:00
sound
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-02-23 15:14:17 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS staging: fsl-dpaa2/ethsw: Add maintainer for Ethernet Switch driver 2018-03-14 17:36:09 +01:00
Makefile Linux 4.16-rc3 2018-02-25 18:50:41 -08:00
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.