Go to file
Jonathan Cameron 18d563858d iio: make iio_device_get_drvdata take a const struct iio_dev *.
As this just calls dev_get_drvdata underneath which is happy with
a const struct device * we should change and avoid potentially
casting away a const in order to then put it back again.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2020-06-14 11:49:50 +01:00
arch The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
block
certs
crypto
Documentation dt-bindings: iio: imu: bmi160: add regulators and mount-matrix 2020-06-14 11:49:42 +01:00
drivers iio: stm32-adc: remove usage of iio_priv_to_dev() helper 2020-06-14 11:49:49 +01:00
fs Merge branch 'akpm' (patches from Andrew) 2020-06-11 18:18:50 -07:00
include iio: make iio_device_get_drvdata take a const struct iio_dev *. 2020-06-14 11:49:50 +01:00
init
ipc
kernel The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
lib The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
LICENSES
mm The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
net
samples
scripts The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
security
sound
tools The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
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.