summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-046-35/+6
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner2022-06-102-18/+2
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-104-17/+4
* | Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-045-12/+49
|\ \
| * \ Merge tag 'mhi-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman2022-07-114-9/+46
| |\ \
| | * | bus: mhi: ep: Check dev_set_name() return valueBo Liu2022-07-091-2/+9
| | * | bus: mhi: host: pci_generic: Add another Foxconn T99W175Bjorn Andersson2022-06-291-0/+3
| | * | bus: mhi: host: Move IRQ allocation to controller registration phaseQiang Yu2022-06-242-7/+29
| | * | bus: mhi: host: pci_generic: Add Cinterion MV31-W with new baselineSlark Xiao2022-06-221-0/+3
| | * | bus: mhi: host: pci_generic: Add support for Quectel EM120 FCCL modemYonglin Tan2022-06-211-0/+2
| | |/
| * | bus: mvebu-mbus: Fix spelling mistakeZhang Jiaming2022-07-011-3/+3
* | | Merge branch 'acpi-bus'Rafael J. Wysocki2022-07-291-103/+101
|\ \ \ | |/ / |/| |
| * | hisi_lpc: Use acpi_dev_for_each_child()Rafael J. Wysocki2022-07-011-104/+100
| * | bus: hisi_lpc: fix missing platform_device_put() in hisi_lpc_acpi_probe()Yang Yingliang2022-07-011-4/+6
* | | Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2022-06-262-16/+12
|\ \ \ | |/ / |/| |
| * | bus: bt1-axi: Don't print error on -EPROBE_DEFERSerge Semin2022-06-141-8/+6
| * | bus: bt1-apb: Don't print error on -EPROBE_DEFERSerge Semin2022-06-141-8/+6
| |/
* / bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()Shin'ichiro Kawasaki2022-06-101-3/+3
|/
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-21/+4
|\
| * Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman2022-05-025-5/+26
| |\
| * | fsl-mc: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-221-21/+4
* | | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-0317-68/+2704
|\ \ \
| * | | bus: ti-sysc: Fix warnings for unbind for serialTony Lindgren2022-05-191-1/+3
| * | | Merge tag 'mhi-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman2022-05-196-63/+223
| |\ \ \
| | * | | bus: mhi: host: Add support for Foxconn T99W373 and T99W368Slark Xiao2022-05-101-0/+15
| | * | | bus: mhi: host: pci_generic: add Telit FN990Daniele Palmas2022-05-101-0/+41
| | * | | bus: mhi: host: pci_generic: add Telit FN980 v1 hardware revisionDaniele Palmas2022-05-101-0/+38
| | * | | bus: mhi: host: Add support for Cinterion MV32-WA/MV32-WBSlark Xiao2022-04-231-8/+22
| | * | | bus: mhi: host: Optimize and update MMIO register write methodBhaumik Bhatt2022-04-231-31/+31
| | * | | bus: mhi: host: Bail on writing register fields if read failsBhaumik Bhatt2022-04-235-21/+54
| | * | | bus: mhi: host: Wait for ready state after resetJeffrey Hugo2022-04-231-0/+9
| | * | | bus: mhi: host: Add soc_reset sysfsJeffrey Hugo2022-04-231-0/+14
| | * | | bus: mhi: host: pci_generic: Sort mhi_pci_id_table based on the PIDManivannan Sadhasivam2022-04-231-4/+5
| | * | | bus: mhi: host: Use cached values for calculating the shared write pointerJeffrey Hugo2022-04-231-7/+2
| | * | | bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam2022-04-041-0/+9
| | * | | bus: mhi: ep: Add support for suspending and resuming channelsManivannan Sadhasivam2022-04-043-0/+65
| | * | | bus: mhi: ep: Add support for queueing SKBs to the hostManivannan Sadhasivam2022-04-041-0/+82
| | * | | bus: mhi: ep: Add support for processing channel ringsManivannan Sadhasivam2022-04-041-0/+108