Go to file
Alexandru Ardelean f4bf09d530 iio: core: remove iio_priv_to_dev() helper
All users of this helper have been updated to not use it.
Remove it now, so that we don't need to move it when creating the
iio_dev_opaque structure.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2020-07-13 15:07:34 +01:00
arch The Kernel Concurrency Sanitizer (KCSAN) 2020-06-11 18:55:43 -07:00
block
certs
crypto
Documentation Replace HTTP links with HTTPS ones: Documentation/devicetree/bindings/iio 2020-07-13 15:05:58 +01:00
drivers Replace HTTP links with HTTPS ones: drivers/iio 2020-07-13 15:05:59 +01:00
fs Merge branch 'akpm' (patches from Andrew) 2020-06-11 18:18:50 -07:00
include iio: core: remove iio_priv_to_dev() helper 2020-07-13 15:07:34 +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 MAINTAINERS: adc: at91-sama5d2_adc: remove myself as co-maintainer 2020-07-12 14:45:35 +01: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.