summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-012-2/+2
|\
| * Merge tag 'arm-soc/for-6.7/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann2023-10-251-1/+1
| |\
| | * bus: brcmstb_gisb: Depend on SoC specifics over generic armPeter Robinson2023-10-091-1/+1
| * | Merge tag 'vexpress-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2023-10-161-1/+1
| |\ \
| | * | bus: vexpress-config: Annotate struct vexpress_syscfg_func with __counted_byKees Cook2023-09-251-1/+1
| | |/
* | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-8/+4
|\ \ \ | |/ / |/| |
| * | bus: fsl-mc: Replace deprecated strncpy() with strscpy_pad()Justin Stitt2023-09-291-8/+4
| |/
* | bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-upTony Lindgren2023-09-131-5/+17
* | bus: ti-sysc: Fix missing AM35xx SoC matchingAdam Ford2023-09-111-2/+4
* | bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset()Julien Panis2023-09-111-2/+1
|/
* Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-015-15/+80
|\
| * bus: mhi: host: pci_generic: add support for Telit FE990 modemDaniele Palmas2023-08-111-0/+3
| * bus: mhi: host: remove unused-but-set parameterArnd Bergmann2023-08-111-1/+0
| * bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL Lenovo variantDuke Xin (辛安文)2023-08-081-0/+3
| * bus: mhi: host: allow MHI client drivers to provide the firmware via a pointerKalle Valo2023-08-041-9/+25
| * bus: mhi: host: use vmalloc_array and vcallocJulia Lawall2023-07-131-1/+1
| * bus: mhi: host: pci_generic: Add support for Dell DW5932eSlark Xiao2023-07-121-0/+6
| * bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL modemDuke Xin (辛安文)2023-07-121-0/+13
| * bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modemDuke Xin (辛安文)2023-07-121-0/+2
| * bus: mhi: host: pci_generic: Add support for IP_SW0 channelsManivannan Sadhasivam2023-07-121-4/+22
| * bus: mhi: host: Skip MHI reset if device is in RDDMQiang Yu2023-07-121-0/+5
* | Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-08-307-6/+6
|\ \
| * | bus: Explicitly include correct DT includesRob Herring2023-08-127-6/+6
| |/
* | Merge tag 'soc-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-308-100/+33
|\ \
| * | bus: fsl-mc: Use common ranges functionsRob Herring2023-08-291-77/+13
| * | Merge tag 'omap-for-v6.6/ti-sysc-signed' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2023-08-213-13/+16
| |\ \
| | * | bus: ti-sysc: Fix cast to enum warningTony Lindgren2023-08-151-1/+1
| | * | bus: ti-sysc: Fix a build warning with W=1 for sysconfigTony Lindgren2023-08-101-0/+1
| | * | bus: ti-sysc: Configure uart quirks for k3 SoCTony Lindgren2023-08-101-0/+2
| | * | bus: ti-sysc: Build driver for TI K3 SoCsTony Lindgren2023-08-101-1/+2
| | * | bus: ti-sysc: Fix build warning for 64-bit buildTony Lindgren2023-08-101-1/+1
| | * | bus: omap_l3_smx: identify timeout cause before rebootingSicelo A. Mhlongo2023-08-091-11/+10
| | |/
| * | Merge tag 'imx-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2023-08-141-1/+1
| |\ \
| | * | bus: imx-weim: use devm_platform_ioremap_resourceMartin Kaiser2023-07-191-1/+1
| | |/
| * | Merge tag 'sunxi-drivers-for-6.6-1' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2023-08-121-3/+1
| |\ \
| | * | bus: sunxi-rsb: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-311-3/+1
| | |/
| * | Merge tag 'vexpress-updates-6.6' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2023-08-121-3/+1
| |\ \
| | * | bus: vexpress-config: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-131-3/+1
| | |/
| * / bus: tegra-gmi: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-211-3/+1
| |/
* | Merge branch 'omap-for-v6.5/ti-sysc' into omap-for-v6.5/fixesTony Lindgren2023-08-021-0/+2
|\ \ | |/ |/|
| * bus: ti-sysc: Flush posted write on enable before resetTony Lindgren2023-06-141-0/+2
* | Merge tag 'soc-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-1/+1
|\ \
| * | bus: ixp4xx: fix IXP4XX_EXP_T1_MASKJonas Gorski2023-07-051-1/+1
* | | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-031-0/+6
|\ \ \ | |/ / |/| |
| * | bus: fsl-mc: don't assume child devices are all fsl-mc devicesLaurentiu Tudor2023-06-151-0/+6
* | | Merge tag 'soc-fsl-next-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2023-06-273-31/+23
|\ \ \ | |_|/ |/| |
| * | bus: fsl-mc: fsl-mc-allocator: Drop a write-only variableUwe Kleine-König2023-06-081-4/+1
| * | bus: fsl-mc: fsl-mc-allocator: Initialize mc_bus_dev before useUwe Kleine-König2023-06-081-2/+3
| * | bus: fsl-mc: Make remove function return voidUwe Kleine-König2023-05-303-10/+5
| * | bus: fsl-mc: fsl-mc-allocator: Improve error reportingUwe Kleine-König2023-05-301-5/+13