Linux kernel source tree
Go to file
Wang ShaoBo cbc4ca3525 iio: adc: at91-sama5d2_adc: Use devm_platform_get_and_ioremap_resource()
Make use of devm_platform_get_and_ioremap_resource() provided by
driver core platform instead of duplicated analogue.

Signed-off-by: Wang ShaoBo <bobo.shaobowang@huawei.com>
Link: https://lore.kernel.org/r/20200918082837.32610-1-bobo.shaobowang@huawei.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2020-09-29 17:27:06 +01:00
arch
block
certs
crypto
Documentation dt-bindings: iio: adc: ad7291: add binding 2020-09-29 17:27:06 +01:00
drivers iio: adc: at91-sama5d2_adc: Use devm_platform_get_and_ioremap_resource() 2020-09-29 17:27:06 +01:00
fs
include iio: adc: ad7291: convert to device tree 2020-09-29 17:27:05 +01:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools Merge 5.9-rc5 into staging-next 2020-09-14 06:57:52 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Second set of features and cleanups for IIO in 5.10 2020-09-22 09:45:11 +02: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.