summaryrefslogtreecommitdiff
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-277-7/+1
|\
| * drivers: bus: simple-pm-bus: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+1
| * bus: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-132-2/+0
| * bus: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| * bus: qcom: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| * bus: ixp4xx: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| * bus: arm-integrator-lm: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-275-35/+54
|\ \
| * \ Merge tag 'mhi-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman2023-04-195-35/+54
| |\ \
| | * | bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error stateJeffrey Hugo2023-04-101-4/+12
| | * | bus: mhi: host: Remove duplicate ee check for syserrJeffrey Hugo2023-04-101-1/+1
| | * | bus: mhi: host: Avoid ringing EV DB if there are no elements to processVivek Pernamitta2023-04-101-2/+6
| | * | bus: mhi: pci_generic: Add Foxconn T99W510Slark Xiao2023-04-031-0/+18
| | * | bus: mhi: host: Use ERANGE for BHIOFF/BHIEOFF range checkJeffrey Hugo2023-04-031-2/+2
| | * | bus: mhi: host: Range check CHDBOFF and ERDBOFFJeffrey Hugo2023-04-031-0/+12
| | * | bus: mhi: host: pci_generic: Revert "Add a secondary AT port to Telit FN990"Slark Xiao2023-03-101-2/+0
| | * | bus: mhi: host: pci_generic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-7/+1
| | * | bus: mhi: ep: Demote unsupported channel error log to debugManivannan Sadhasivam2023-03-071-2/+2
| | * | bus: mhi: host: Remove mhi_poll() APIManivannan Sadhasivam2023-03-071-15/+0
| | |/
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-3/+3
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-1/+1
| |\ \ \ | | |/ /
| * | | driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-3/+3
| | |/ | |/|
* | | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-273-94/+22
|\ \ \
| * | | bus: tegra-gmi: Replace of_platform.h with explicit includesRob Herring2023-04-211-1/+3
| * | | bus: mvebu-mbus: Remove open coded "ranges" parsingRob Herring2023-04-181-50/+8
| * | | bus: uniphier-system-bus: Remove open coded "ranges" parsingRob Herring2023-03-301-43/+11
| |/ /
* | | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-1/+1
|\ \ \
| * | | Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-1/+1
| |/ /
* | | Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-254-53/+25
|\ \ \
| * \ \ Merge tag 'vexpress-update-6.4' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2023-04-171-1/+1
| |\ \ \
| | * | | bus: vexpress-config: Add explicit of_platform.h includeRob Herring2023-04-131-1/+1
| | |/ /
| * | | Merge tag 'arm-soc/for-6.4/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann2023-04-141-3/+1
| |\ \ \
| | * | | bus: brcmstb_gisb: Use devm_platform_get_and_ioremap_resource()Ye Xingchen2023-03-141-3/+1
| | |/ /
| * | | Merge tag 'imx-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2023-04-141-9/+10
| |\ \ \
| | * | | bus: imx-weim: Remove open coded "ranges" parsingRob Herring2023-03-061-9/+10
| | |/ /
| * | | bus: ti-sysc: Fix comment typoJason Wang2023-03-271-1/+1
| * | | bus: ti-sysc: Use list_for_each_entry() helperYang Yingliang2023-03-271-6/+2
| * | | bus: ti-sysc: Use of_property_present() for testing DT property presenceRob Herring2023-03-271-1/+1
| * | | bus: ti-sysc: Remove open coded "ranges" parsingRob Herring2023-03-271-32/+9
| |/ /
* | | Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-131-0/+6
|\ \ \ | |_|/ |/| |
| * | treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven2023-04-111-0/+6
* | | bus: imx-weim: fix branch condition evaluates to a garbage valueIvan Bornyakov2023-03-141-1/+1
| |/ |/|
* | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-3/+1
|\ \
| * | bus: imx-weim: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-12-311-3/+1
| |/
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-245-9/+14
|\ \
| * | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-275-9/+9
| * | of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman2023-01-271-1/+6
| |/
* | Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman2023-02-061-1/+7
|\ \
| * | bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()Yuan Can2023-01-081-1/+7
| |/
* | Merge tag 'mhi-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman2023-02-034-60/+73
|\ \