Go to file
Rohit Sarkar bf09cddb2c iio: adc: max1363: replace uses of mlock
Replace usage indio_dev's mlock with either local lock or
iio_device_claim_direct_mode.

Signed-off-by: Rohit Sarkar <rohitsarkar5398@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2020-04-19 16:56:13 +01:00
arch Merge 5.6-rc3 into staging-next 2020-02-24 08:37:48 +01:00
block
certs
crypto
Documentation iio/gyro/bmg160: Add support for BMI088 chip 2020-04-19 16:56:13 +01:00
drivers iio: adc: max1363: replace uses of mlock 2020-04-19 16:56:13 +01:00
fs for-5.6-rc2-tag 2020-02-23 09:43:50 -08:00
include iio: ad_sigma_delta: remove unused IIO channel macros 2020-04-19 16:56:11 +01:00
init
ipc
kernel Two fixes for the irq core code which are follow ups to the recent MSI 2020-02-22 17:25:46 -08:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add Syed Nayyar Waris to ACCES 104-QUAD-8 driver 2020-04-19 16:56:12 +01:00
Makefile Linux 5.6-rc3 2020-02-23 16:17:42 -08: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.