mainlining shenanigans
Just single cleanup patch to use devm_ioremap_resource in place of devm_request_mem_region and devm_ioremap. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJbSKkHAAoJEABBurwxfuKYPHoQAJstzRmvag3mMY6ezenR0M2X sw8MOAB4gzwcZ0jWiK2iIj6NYC2gh4JQu2PTB2/DxIjRxnLDBbxM2wfigszwTYg7 T38BnWuQdtkhBrQrSrPxHz/J2uuEeVyYkjSXmTkM9KQJCTR4WoxEzpagt2bCqSdX ctfJv0CjlY4L5xsuPiamwhv/qDEbXDZkfr10AJE5KZIclasB/TBmZGsWXB+QMqYg ffqjg3H86PxghqiKV/N4HN3OXH+aj+Sck9bLK22QXF4N8+qQAb2r+dScnWDNqYUN pLs3hrrCChTS13/0NTcHpxsUlF65dlyfKis7pos3XLd/tIDQSV4FkDa8et4Ae9/U CQGsX6SoBeW0AvDe8Fpc/XeL+gfPSrzpkGpAYTobsCsWT4O18C50VuKAiF6a4Kym HrQ+RXqUkCgSe6VFaR4p1Tg3asIK/qPUSIu7m8YbTc/rzX8OYvGpdBAlrpS5kseX eEzZQM9ubkj1qY5J3OTwLrZrpQhmIm0/t9EHWcFzb0wqKmo1eDNPciLpYFAk/oFV 6btis8xk9J0M1Qm81PJnIQKamuQwKLYd7KgHwYwRlMI7oTOnmIuZ9EJwzbHkUweR l4H50qb9zE0KOCXxtDLKw8hhFtxo6m0nSXXCO+CwjK1ZyR8siLlySsm2wjWh5BNR 10LnwuYyL3wEAscUsNfD =SjHD -----END PGP SIGNATURE----- Merge tag 'vexpress-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers ARMv7 Vexpress update/cleanup for v4.19 Just single cleanup patch to use devm_ioremap_resource in place of devm_request_mem_region and devm_ioremap. * tag 'vexpress-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux: misc: vexpress/syscfg: Use devm_ioremap_resource() to map memory Signed-off-by: Olof Johansson <olof@lixom.net> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
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 | ||
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. 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.