summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
|\ \
| * | bus: mhi: ep: Fix off by one in mhi_ep_process_cmd_ring()Dan Carpenter2023-02-021-1/+1
| * | bus: mhi: ep: Change state_lock to mutexManivannan Sadhasivam2023-01-272-21/+29
| * | bus: mhi: ep: Save channel state locally during suspend and resumeManivannan Sadhasivam2023-01-271-0/+2
| * | bus: mhi: ep: Move chan->lock to the start of processing queued ch ringManivannan Sadhasivam2023-01-271-2/+15
| * | bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmdManivannan Sadhasivam2023-01-271-1/+1
| * | bus: mhi: ep: Only send -ENOTCONN status if client driver is availableManivannan Sadhasivam2023-01-271-6/+10
| * | bus: mhi: ep: Check if the channel is supported by the controllerManivannan Sadhasivam2023-01-271-0/+7
| * | bus: mhi: ep: Power up/down MHI stack during MHI RESETManivannan Sadhasivam2023-01-271-28/+7
| * | bus: mhi: host: Update mhi driver descriptionSlark Xiao2023-01-271-1/+1
| * | bus: mhi: Update Makefile to used Kconfig flagsCarl Vanderlip2023-01-271-2/+2
| |/
* / drivers: bus: simple-pm-bus: Use clocksLiu Ying2023-01-201-0/+46
|/
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-163-11/+21
|\
| * bus: mhi: host: pci_generic: Add definition for some VIDsSlark Xiao2022-11-171-7/+11
| * bus: mhi: host: pci_generic: Add HP variant of T99W175Song Fuchang2022-11-071-0/+3