summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* 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
| * bus: mhi: host: pci_generic: add support for sc8280xp-crd SDX55 variantJohan Hovold2022-11-071-0/+2
| * bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990Fabio Porcedda2022-10-281-0/+2
| * bus: mhi: host: Fix race between channel preparation and M0 eventQiang Yu2022-10-281-1/+2
| * bus: mhi: host: Use mhi_soc_reset() API in place of register writeQiang Yu2022-10-281-3/+1
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\ \
| * | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
| |/
* | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-124-25/+4
|\ \
| * | bus: fsl-mc-msi: Switch to domain id aware interfacesThomas Gleixner2022-12-051-22/+3
| * | bus: fsl-mc: Remove linux/msi.h includesThomas Gleixner2022-11-232-2/+0
| * | genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-1/+1
| |/
* | Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2022-12-121-0/+6
|\ \
| * | bus: ti-sysc: Add otg quirk flags for omap3 musbTony Lindgren2022-11-221-0/+6
| |/
* | bus: ixp4xx: Don't touch bit 7 on IXP42xLinus Walleij2022-11-221-6/+3
* | bus: sunxi-rsb: Support atomic transfersSamuel Holland2022-11-161-8/+21
* | bus: sunxi-rsb: Remove the shutdown callbackSamuel Holland2022-11-161-9/+0
|/
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-082-25/+3
|\
| * bus: mvebu-mbus: use DEFINE_SHOW_ATTRIBUTE to simplify mvebu_{sdram/devs}_debugLiu Shixin2022-09-241-24/+2
| * Merge tag 'mhi-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman2022-09-211-1/+1
| |\
| | * bus: mhi: host: always print detected modem nameKoen Vandeputte2022-09-161-1/+1
* | | Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-52/+44
|\ \ \
| * | | bus: hisi_lpc: Use platform_device_register_full()John Garry2022-09-081-36/+32
| * | | bus: hisi_lpc: Don't guard ACPI IDs with ACPI_PTR()Andy Shevchenko2022-09-081-6/+6
| * | | bus: hisi_lpc: Correct error code for timeoutAndy Shevchenko2022-09-081-1/+1
| * | | bus: hisi_lpc: Use devm_platform_ioremap_resourceAndy Shevchenko2022-09-081-3/+1
| * | | bus: hisi_lpc: Don't dereference fwnode handleAndy Shevchenko2022-09-081-6/+4
| | |/ | |/|
* | | bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990Fabio Porcedda2022-09-201-0/+2
| |/ |/|
* | bus: mhi: host: Fix up null pointer access in mhi_irq_handlerQiang Yu2022-08-291-3/+16
|/