aboutsummaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)AuthorFilesLines
2023-07-06Merge tag 'soc-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-07-05bus: ixp4xx: fix IXP4XX_EXP_T1_MASKGravatar Jonas Gorski 1-1/+1
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+6
2023-06-27Merge tag 'soc-fsl-next-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Arnd Bergmann 3-31/+23
2023-06-15bus: fsl-mc: don't assume child devices are all fsl-mc devicesGravatar Laurentiu Tudor 1-0/+6
2023-06-08bus: fsl-mc: fsl-mc-allocator: Drop a write-only variableGravatar Uwe Kleine-König 1-4/+1
2023-06-08bus: fsl-mc: fsl-mc-allocator: Initialize mc_bus_dev before useGravatar Uwe Kleine-König 1-2/+3
2023-05-30bus: fsl-mc: Make remove function return voidGravatar Uwe Kleine-König 3-10/+5
2023-05-30bus: fsl-mc: fsl-mc-allocator: Improve error reportingGravatar Uwe Kleine-König 1-5/+13
2023-05-30bus: fsl-mc: fsl-mc-allocator: Drop if block with always wrong conditionGravatar Uwe Kleine-König 1-6/+0
2023-05-30bus: fsl-mc: dprc: Push down error message from fsl_mc_driver_remove()Gravatar Uwe Kleine-König 1-5/+4
2023-05-30bus: fsl-mc: Only warn once about errors on device unbindGravatar Uwe Kleine-König 1-3/+1
2023-05-17bus: ti-sysc: Fix dispc quirk masking bool variablesGravatar Tony Lindgren 1-2/+2
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-7/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-35/+54
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-94/+22
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-53/+25
2023-04-21bus: tegra-gmi: Replace of_platform.h with explicit includesGravatar Rob Herring 1-1/+3
2023-04-19Merge tag 'mhi-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Gravatar Greg Kroah-Hartman 5-35/+54
2023-04-18bus: mvebu-mbus: Remove open coded "ranges" parsingGravatar Rob Herring 1-50/+8
2023-04-17Merge tag 'vexpress-update-6.4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Arnd Bergmann 1-1/+1
2023-04-14Merge tag 'arm-soc/for-6.4/drivers' of https://github.com/Broadcom/stblinux i...Gravatar Arnd Bergmann 1-3/+1
2023-04-14Merge tag 'imx-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Arnd Bergmann 1-9/+10
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+6
2023-04-13drivers: bus: simple-pm-bus: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+1
2023-04-13bus: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 2-2/+0
2023-04-13bus: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-04-13bus: qcom: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-04-13bus: ixp4xx: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-04-13bus: arm-integrator-lm: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-04-13bus: vexpress-config: Add explicit of_platform.h includeGravatar Rob Herring 1-1/+1
2023-04-11treewide: Fix probing of devices in DT overlaysGravatar Geert Uytterhoeven 1-0/+6
2023-04-10bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error stateGravatar Jeffrey Hugo 1-4/+12
2023-04-10bus: mhi: host: Remove duplicate ee check for syserrGravatar Jeffrey Hugo 1-1/+1
2023-04-10bus: mhi: host: Avoid ringing EV DB if there are no elements to processGravatar Vivek Pernamitta 1-2/+6
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryGravatar Niklas Schnelle 1-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+1
2023-04-03bus: mhi: pci_generic: Add Foxconn T99W510Gravatar Slark Xiao 1-0/+18
2023-04-03bus: mhi: host: Use ERANGE for BHIOFF/BHIEOFF range checkGravatar Jeffrey Hugo 1-2/+2
2023-04-03bus: mhi: host: Range check CHDBOFF and ERDBOFFGravatar Jeffrey Hugo 1-0/+12
2023-03-30bus: uniphier-system-bus: Remove open coded "ranges" parsingGravatar Rob Herring 1-43/+11
2023-03-27bus: ti-sysc: Fix comment typoGravatar Jason Wang 1-1/+1
2023-03-27bus: ti-sysc: Use list_for_each_entry() helperGravatar Yang Yingliang 1-6/+2
2023-03-27bus: ti-sysc: Use of_property_present() for testing DT property presenceGravatar Rob Herring 1-1/+1
2023-03-27bus: ti-sysc: Remove open coded "ranges" parsingGravatar Rob Herring 1-32/+9
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGravatar Greg Kroah-Hartman 1-3/+3
2023-03-14bus: brcmstb_gisb: Use devm_platform_get_and_ioremap_resource()Gravatar Ye Xingchen 1-3/+1
2023-03-14bus: imx-weim: fix branch condition evaluates to a garbage valueGravatar Ivan Bornyakov 1-1/+1