summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-1115-64/+41
|\
| * Merge tag 'mvebu-drivers-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2023-12-221-1/+8
| |\
| | * bus: moxtet: Add spi device tableSjoerd Simons2023-12-151-0/+7
| | * bus: moxtet: Mark the irq as sharedSjoerd Simons2023-12-151-1/+1
| * | Merge tag 'imx-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2023-12-221-4/+5
| |\ \
| | * | bus: imx-weim: Use device_get_match_data()Rob Herring2023-11-271-4/+5
| | |/
| * | bus: ts-nbus: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-4/+2
| * | bus: ti-sysc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-4/+2
| * | bus: ti-pwmss: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-3/+2
| * | bus: tegra-gmi: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-4/+2
| * | bus: tegra-aconnect: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-4/+2
| * | bus: sunxi-rsb: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-4/+2
| * | bus: sun50i-de2: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-3/+2
| * | bus: simple-pm-bus: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-4/+3
| * | bus: qcom-ssc-block-bus: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-4/+2
| * | bus: omap_l3_smx: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-4/+2
| * | bus: omap-ocp2scp: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-4/+2
| * | bus: hisi_lpc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-4/+2
| * | bus: fsl-mc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-161-10/+3
| * | bus: fsl-mc: Drop if block with always false conditionUwe Kleine-König2023-11-161-3/+0
| |/
* / bus: ti-sysc: Flush posted write only after srst_udelayTony Lindgren2023-11-281-4/+14
|/
* 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