summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ffa-updates-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2022-05-052-11/+15
|\
| * tee: optee: Use ffa_dev_get_drvdata to fetch driver_dataSudeep Holla2022-04-291-1/+1
| * firmware: arm_ffa: Remove incorrect assignment of driver_dataSudeep Holla2022-04-291-2/+0
| * firmware: arm_ffa: Fix uuid parameter to ffa_partition_probeSudeep Holla2022-04-291-1/+1
| * firmware: arm_ffa: Fix handling of fragmented memory descriptorsMarc Bonnici2022-04-271-7/+13
* | Merge tag 'tee-shm-vmalloc-for-v5.19' of https://git.linaro.org/people/jens.w...Arnd Bergmann2022-05-052-11/+26
|\ \
| * | tee: make tee_shm_register_kernel_buf vmalloc supportedPhil Chang2022-04-052-11/+26
| |/
* | Merge tag 'tee-menu-for-v5.19' of https://git.linaro.org/people/jens.wiklande...Arnd Bergmann2022-05-051-4/+1
|\ \
| * | tee: combine "config" and "menu" for TEE's menuconfigJan Engelhardt2022-04-051-4/+1
| |/
* | Merge tag 'reset-for-v5.19' of git://git.pengutronix.de/pza/linux into arm/dr...Arnd Bergmann2022-05-055-43/+56
|\ \
| * | reset: Kconfig: Make RESET_RZG2L_USBPHY_CTRL depend on ARCH_RZG2LLad Prabhakar2022-05-031-1/+1
| * | reset: ACPI reset supportKrishna Yarlagadda2022-05-031-1/+14
| * | reset: simple: Add AST2600 compatibleJoel Stanley2022-05-031-0/+1
| * | reset: reset-meson: add support for the Meson-S4 SoC Reset ControllerZelong Dong2022-05-031-0/+6
| * | reset: uniphier-glue: Use devm_add_action_or_reset()Philipp Zabel2022-05-031-26/+24
| * | reset: uniphier-glue: Use reset_control_bulk APIPhilipp Zabel2022-05-031-19/+14
| |/
* | Merge tag 'omap-for-v5.19/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2022-05-031-2/+2
|\ \
| * | bus: ti-sysc: Drop commas after SoC match table sentinelsGeert Uytterhoeven2022-04-211-2/+2
* | | Merge tag 'renesas-drivers-for-v5.19-tag1' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2022-05-032-0/+19
|\ \ \
| * | | soc: renesas: Identify RZ/G2UL SoCBiju Das2022-04-042-0/+19
| | |/ | |/|
* | | Merge tag 'memory-controller-drv-5.19-2' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2022-05-039-44/+35
|\ \ \
| * | | memory: omap-gpmc: Allow building as a moduleRoger Quadros2022-04-292-21/+24
| * | | memory: omap-gpmc: Make OMAP_GPMC config visible and selectableRoger Quadros2022-04-291-1/+1
| * | | memory: renesas-rpc-if: simplify platform_get_resource_byname()Krzysztof Kozlowski2022-04-261-2/+1
| * | | memory: brcmstb_dpfe: simplify platform_get_resource_byname()Krzysztof Kozlowski2022-04-261-7/+3
| * | | memory: tegra: mc: simplify platform_get_resource()Krzysztof Kozlowski2022-04-261-3/+1
| * | | memory: ti-emif-pm: simplify platform_get_resource()Krzysztof Kozlowski2022-04-261-3/+3
| * | | memory: ti-emif: simplify platform_get_resource()Krzysztof Kozlowski2022-04-261-3/+1
| * | | memory: emif: simplify platform_get_resource()Krzysztof Kozlowski2022-04-261-3/+1
| * | | memory: da8xx-ddrctl: simplify platform_get_resource()Krzysztof Kozlowski2022-04-261-2/+1
* | | | Merge tag 'memory-controller-drv-5.19' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2022-04-214-41/+12
|\| | |
| * | | memory: fsl-corenet-cf: Use helper function devm_platform_ioremap_resource()Lv Ruyi2022-04-191-8/+1
| * | | memory: renesas-rpc-if: Simplify single/double data register accessGeert Uytterhoeven2022-04-141-20/+8
| * | | memory: emif: remove unneeded ENOMEM error messagesKrzysztof Kozlowski2022-04-061-10/+1
| * | | memory: samsung: exynos5422-dmc: Avoid some over memory allocationChristophe JAILLET2022-04-041-3/+2
| |/ /
* | | Merge tag 'for-linus-5.18-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-172-64/+23
|\ \ \
| * | | xen/balloon: don't use PV mode extra memory for zone device allocationsJuergen Gross2022-04-072-64/+23
* | | | Merge tag 'for-v5.18-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2022-04-172-0/+8
|\ \ \ \
| * | | | power: supply: Reset err after not finding static batteryYassine Oudjana2022-04-131-0/+6
| * | | | power: supply: samsung-sdi-battery: Add missing charge restart voltagesLinus Walleij2022-04-131-0/+2
| | |/ / | |/| |
* | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-175-12/+54
|\ \ \ \
| * | | | i2c: ismt: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-151-2/+2
| * | | | i2c: dev: Force case user pointers in compat_i2cdev_ioctl()Andy Shevchenko2022-04-151-1/+1
| * | | | i2c: dev: check return value when calling dev_set_name()Andy Shevchenko2022-04-151-5/+10
| * | | | i2c: qcom-geni: Use dev_err_probe() for GPI DMA errorBjorn Andersson2022-04-151-4/+2
| * | | | i2c: imx: Implement errata ERR007805 or e7805 bus frequency limitMarek Vasut2022-04-151-0/+33
| * | | | i2c: pasemi: Wait for write xfers to finishMartin PoviĊĦer2022-04-151-0/+6
* | | | | Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-172-12/+14
|\ \ \ \ \
| * \ \ \ \ Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski2022-04-161-10/+12
| |\ \ \ \ \
| | * | | | | gpiolib: acpi: Convert type for pin to be unsignedAndy Shevchenko2022-04-081-8/+10