summaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)Author
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-06Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman
2023-02-03Merge tag 'mhi-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman
2023-02-02bus: mhi: ep: Fix off by one in mhi_ep_process_cmd_ring()Dan Carpenter
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman
2023-01-27bus: mhi: ep: Change state_lock to mutexManivannan Sadhasivam
2023-01-27bus: mhi: ep: Save channel state locally during suspend and resumeManivannan Sadhasivam
2023-01-27bus: mhi: ep: Move chan->lock to the start of processing queued ch ringManivannan Sadhasivam
2023-01-27bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmdManivannan Sadhasivam
2023-01-27bus: mhi: ep: Only send -ENOTCONN status if client driver is availableManivannan Sadhasivam
2023-01-27bus: mhi: ep: Check if the channel is supported by the controllerManivannan Sadhasivam
2023-01-27bus: mhi: ep: Power up/down MHI stack during MHI RESETManivannan Sadhasivam
2023-01-27bus: mhi: host: Update mhi driver descriptionSlark Xiao
2023-01-27bus: mhi: Update Makefile to used Kconfig flagsCarl Vanderlip
2023-01-20drivers: bus: simple-pm-bus: Use clocksLiu Ying
2023-01-08bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()Yuan Can
2022-12-31bus: imx-weim: use devm_platform_get_and_ioremap_resource()Minghao Chi
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-12Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2022-12-05bus: fsl-mc-msi: Switch to domain id aware interfacesThomas Gleixner
2022-11-23bus: fsl-mc: Remove linux/msi.h includesThomas Gleixner
2022-11-22bus: ixp4xx: Don't touch bit 7 on IXP42xLinus Walleij
2022-11-22bus: ti-sysc: Add otg quirk flags for omap3 musbTony Lindgren
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner
2022-11-17bus: mhi: host: pci_generic: Add definition for some VIDsSlark Xiao
2022-11-16bus: sunxi-rsb: Support atomic transfersSamuel Holland
2022-11-16bus: sunxi-rsb: Remove the shutdown callbackSamuel Holland
2022-11-07bus: mhi: host: pci_generic: Add HP variant of T99W175Song Fuchang
2022-11-07bus: mhi: host: pci_generic: add support for sc8280xp-crd SDX55 variantJohan Hovold
2022-10-28bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990Fabio Porcedda
2022-10-28bus: mhi: host: Fix race between channel preparation and M0 eventQiang Yu
2022-10-28bus: mhi: host: Use mhi_soc_reset() API in place of register writeQiang Yu
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-24bus: mvebu-mbus: use DEFINE_SHOW_ATTRIBUTE to simplify mvebu_{sdram/devs}_debugLiu Shixin
2022-09-21Merge tag 'mhi-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman
2022-09-20bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990Fabio Porcedda
2022-09-16bus: mhi: host: always print detected modem nameKoen Vandeputte
2022-09-08bus: hisi_lpc: Use platform_device_register_full()John Garry
2022-09-08bus: hisi_lpc: Don't guard ACPI IDs with ACPI_PTR()Andy Shevchenko
2022-09-08bus: hisi_lpc: Correct error code for timeoutAndy Shevchenko
2022-09-08bus: hisi_lpc: Use devm_platform_ioremap_resourceAndy Shevchenko
2022-09-08bus: hisi_lpc: Don't dereference fwnode handleAndy Shevchenko
2022-08-29bus: mhi: host: Fix up null pointer access in mhi_irq_handlerQiang Yu