aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: provide a simple generic ioremap implementationChristoph Hellwig2019-11-113-4/+58
* sh: remove __iounmapChristoph Hellwig2019-11-112-9/+4
* nios2: remove __iounmapChristoph Hellwig2019-11-112-9/+4
* hexagon: remove __iounmapChristoph Hellwig2019-11-113-8/+3
* m68k: rename __iounmap and mark it staticChristoph Hellwig2019-11-112-51/+50
* arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-1113-51/+3
* asm-generic: don't provide ioremap for CONFIG_MMUChristoph Hellwig2019-11-113-21/+11
* asm-generic: ioremap_uc should behave the same with and without MMUChristoph Hellwig2019-11-111-20/+16
* xtensa: clean up ioremapChristoph Hellwig2019-11-111-10/+4
* x86: Clean up ioremap()Christoph Hellwig2019-11-113-12/+8
* parisc: remove __ioremapChristoph Hellwig2019-11-112-16/+5
* nios2: remove __ioremapChristoph Hellwig2019-11-112-30/+7
* alpha: remove the unused __ioremap wrapperChristoph Hellwig2019-11-111-6/+0
* hexagon: clean up ioremapChristoph Hellwig2019-11-113-11/+4
* ia64: rename ioremap_nocache to ioremap_ucChristoph Hellwig2019-11-112-5/+5
* unicore32: remove ioremap_cachedChristoph Hellwig2019-11-112-11/+1
* arm: remove ioremap_cachedChristoph Hellwig2019-11-114-15/+1
* Linux 5.4-rc7Linus Torvalds2019-11-101-1/+1
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-11-1016-32/+44
|\
| * MAINTAINERS: update Cavium ThunderX2 maintainersJayachandran C2019-11-062-1/+4
| * Merge tag 'stm32-dt-for-v5.4-fixes-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2019-11-062-13/+4
| |\
| | * ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1Amelie Delaunay2019-11-061-1/+0
| | * ARM: dts: stm32: remove OV5640 pinctrl definition on stm32mp157c-ev1Amelie Delaunay2019-11-061-10/+2
| | * ARM: dts: stm32: Fix CAN RAM mapping on stm32mp157cChristophe Roullier2019-11-061-2/+2
| | * ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157Patrice Chotard2019-11-061-4/+4
| * | Merge tag 'imx-fixes-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-11-041-1/+1
| |\ \
| | * | arm64: dts: zii-ultra: fix ARM regulator GPIO handleLucas Stach2019-11-041-1/+1
| * | | Merge tag 'sunxi-fixes-for-5.4-2' of https://git.kernel.org/pub/scm/linux/ker...Olof Johansson2019-11-022-1/+6
| |\ \ \
| | * | | ARM: sunxi: Fix CPU powerdown on A83TOndrej Jirman2019-10-291-1/+5
| | * | | ARM: dts: sun8i-a83t-tbs-a711: Fix WiFi resume from suspendOndrej Jirman2019-10-291-0/+1
| * | | | Merge tag 'imx-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-11-026-11/+23
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | arm64: dts: imx8mn: fix compatible string for sdmaShengjiu Wang2019-10-281-3/+3
| | * | | arm64: dts: imx8mm: fix compatible string for sdmaShengjiu Wang2019-10-281-3/+3
| | * | | ARM: dts: imx6-logicpd: Re-enable SNVS power keyAdam Ford2019-10-281-0/+4
| | * | | soc: imx: gpc: fix initialiser formatBen Dooks2019-10-261-4/+4
| | * | | ARM: dts: imx6qdl-sabreauto: Fix storm of accelerometer interruptsFabio Estevam2019-10-261-0/+8
| | * | | arm64: dts: ls1028a: fix a compatible issueYuantian Tang2019-10-251-1/+1
| * | | | Merge tag 'reset-fixes-for-v5.5' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson2019-10-283-5/+6
| |\ \ \ \
| | * | | | reset: fix reset_control_ops kerneldoc commentRandy Dunlap2019-10-281-1/+1
| | * | | | reset: fix reset_control_get_exclusive kerneldoc commentPhilipp Zabel2019-10-241-1/+1
| | * | | | reset: fix reset_control_lookup kerneldoc commentPhilipp Zabel2019-10-241-1/+1
| | * | | | reset: fix of_reset_control_get_count kerneldoc commentPhilipp Zabel2019-10-241-1/+2
| | * | | | reset: fix of_reset_simple_xlate kerneldoc commentPhilipp Zabel2019-10-241-1/+0
| | * | | | reset: Fix memory leak in reset_control_array_put()Kishon Vijay Abraham I2019-10-221-0/+1
| | | |_|/ | | |/| |
* | | | | Merge tag 'staging-5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-1019-20/+3324
|\ \ \ \ \
| * | | | | staging: Fix error return code in vboxsf_fill_super()Wei Yongjun2019-11-071-1/+3
| * | | | | staging: vboxsf: fix dereference of pointer dentry before it is null checkedColin Ian King2019-11-071-1/+2
| * | | | | staging: vboxsf: Remove unused including <linux/version.h>YueHaibing2019-11-071-1/+0
| * | | | | Merge tag 'iio-fixes-for-5.4b' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-316-20/+44
| |\ \ \ \ \
| | * | | | | iio: adc: stm32-adc: fix stopping dmaFabrice Gasnier2019-10-271-2/+2