summaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-15/+32
14 daysMerge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-162/+87
2026-06-16Merge tag 'gpio-updates-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2026-06-09Merge tag 'tegra-for-7.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-8/+6
2026-06-09Merge tag 'sunxi-drivers-for-7.2' of ssh://gitolite.kernel.org/pub/scm/linux/...Krzysztof Kozlowski1-0/+3
2026-06-08bus: ts-nbus: drop unneeded dependency on OF_GPIOBartosz Golaszewski1-1/+1
2026-05-27bus: mhi: host: pci_generic: Fix the physical function checkManivannan Sadhasivam1-10/+10
2026-05-25bus: sunxi-rsb: Always check register address validitySamuel Holland1-0/+3
2026-05-22Revert "treewide: Fix probing of devices in DT overlays"Saravana Kannan1-6/+0
2026-05-18Merge tag 'soc_fsl-7.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann4-154/+78
2026-05-12bus: mhi: ep: Protect mhi_ep_handle_syserr() in the error pathManivannan Sadhasivam1-0/+2
2026-05-12bus: mhi: host: pci_generic: Add Telit FE910C04 modem supportDaniele Palmas1-0/+13
2026-05-12bus: mhi: ep: Add missing state_lock protection for mhi_state accessSumit Kumar1-0/+2
2026-05-12bus: mhi: ep: Fix potential deadlock in mhi_ep_reset_worker()Sumit Kumar1-4/+3
2026-05-12bus: mhi: host: pci_generic: Round up nr_irqs to power of twoJavier Achirica1-1/+2
2026-04-30bus: tegra-aconnect: Use dev_err_probe for probe error pathsSheetal1-8/+6
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-28/+50
2026-04-18Merge tag 'devicetree-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-720/+0
2026-04-17Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-136/+346
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman1-2/+2
2026-04-04bus: fsl-mc: use generic driver_override infrastructureDanilo Krummrich1-36/+7
2026-04-04bus: fsl-mc: wait for the MC firmware to complete its bootIoana Ciornei1-0/+46
2026-04-03bus: mhi: host: pci_generic: Add Telit FE912C04 modem supportDaniele Palmas1-0/+13
2026-04-02Merge tag 'imx-soc-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/fran...Arnd Bergmann1-0/+15
2026-03-27device property: Make modifications of fwnode "flags" thread safeDouglas Anderson1-1/+1
2026-03-25drivers: bus: add the stm32 debug bus driverGatien Chevallier3-0/+261
2026-03-25bus: stm32_firewall: add stm32_firewall_get_grant_all_access() APIGatien Chevallier1-0/+42
2026-03-25bus: stm32_firewall: allow check on different firewall controllersGatien Chevallier1-1/+1
2026-03-25bus: rifsc: fix RIF configuration check for peripheralsGatien Chevallier1-34/+18
2026-03-25bus: rifsc: Replace snprintf("%s") with strscpyThorsten Blum1-3/+3
2026-03-25bus: stm32_firewall: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-9/+3
2026-03-25bus: firewall: move stm32_firewall header file in include folderClément Le Goffic4-89/+3
2026-03-17driver core: platform: use generic driver_override infrastructureDanilo Krummrich1-2/+2
2026-03-17bus: mhi: ep: Test for non-zero return value where applicableManivannan Sadhasivam2-8/+8
2026-03-17bus: mhi: host: Use kzalloc_flexRosen Penev1-19/+3
2026-03-12bus: Remove not-going-to-be-supported code for Baikal SoCAndy Shevchenko4-720/+0
2026-03-06bus: mhi: host: pci_generic: Add pm_runtime_forbid() in remove callbackQiang Yu1-0/+1
2026-03-06bus: mhi: host: pci_generic: Switch to async power up to avoid boot delaysQiang Yu1-1/+1
2026-03-06bus: mhi: host: pci_generic: Add NMEA channels to FN920C04 and FN990ADaniele Palmas1-0/+4
2026-03-06bus: mhi: host: pci_generic: Enable IP_SW and IP_ETH channels for Qcom QDU100...Vivek Pernamitta1-0/+8
2026-03-02bus: mhi: host: pci_generic: Add Qualcomm SDX35 modemKrishna Chaitanya Chundru1-0/+12
2026-02-26fsl-mc: Remove legacy MSI implementationMarc Zyngier2-159/+8
2026-02-26fsl-mc: Switch over to per-device platform MSIMarc Zyngier1-9/+5
2026-02-26fsl-mc: Add minimal infrastructure to use platform MSIMarc Zyngier2-8/+43
2026-02-26fsl-mc: Remove MSI domain propagation to sub-devicesMarc Zyngier1-3/+1
2026-02-24bus: imx-aipstz: set default value for opacr registersShengjiu Wang1-0/+15
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+3
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds12-22/+22