summaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge 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-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-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
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook15-40/+40
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-126/+25
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-11Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-68/+43
2026-02-11Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+1
2026-02-04Merge tag 'soc_fsl-6.20-1' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-51/+38
2026-02-01bus: fsl-mc: Use default primary handlerSebastian Andrzej Siewior1-12/+1
2026-01-29Merge tag 'omap-for-v6.20/drivers-signed' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2-12/+3
2026-01-28bus: fsl-mc: fix an error handling in fsl_mc_device_add()Haoxiang Li1-5/+1
2026-01-27bus: simple-pm-bus: Probe the Layerscape SCFG nodeIoana Ciornei1-0/+6
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-20Merge tag 'mhi-for-v6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman6-124/+24
2026-01-16bus: fsl-mc: declare fsl_mc_bus_dpdbg_type staticChristophe Leroy (CS GROUP)1-2/+1
2026-01-15bus: omap-ocp2scp: enable compile testingJohan Hovold1-1/+1
2026-01-15bus: omap-ocp2scp: fix OF populate on driver rebindJohan Hovold1-11/+2
2026-01-06bus: fsl-mc: fix use-after-free in driver_override_show()Gui-Dong Han1-1/+5
2026-01-02bus: qcom-ebi2: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2025-12-31bus: mhi: ep: Use bus callbacks for .probe() and .remove()Uwe Kleine-König1-7/+5
2025-12-31bus: mhi: host: Use bus callbacks for .probe() and .remove()Uwe Kleine-König1-7/+5
2025-12-31bus: mhi: host: Drop the auto_queue supportManivannan Sadhasivam3-92/+2
2025-12-31net: qrtr: Drop the MHI auto_queue feature for IPCR DL channelsManivannan Sadhasivam1-18/+2