summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* bus: mhi: ep: Do not allocate event ring element on stackManivannan Sadhasivam2024-01-311-18/+50
* bus: mhi: host: Add spinlock to protect WP access when queueing TREsBhaumik Bhatt2024-01-311-9/+13
* bus: mhi: host: Drop chan lock before queuing buffersQiang Yu2024-01-311-0/+4
* bus: mhi: host: Add alignment check for event ring read pointerKrishna chaitanya chundru2024-01-311-1/+2
* bus: ti-sysc: Flush posted write only after srst_udelayTony Lindgren2024-01-011-4/+14
* bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-upTony Lindgren2023-10-061-5/+17
* bus: ti-sysc: Fix missing AM35xx SoC matchingAdam Ford2023-10-061-2/+4
* bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset()Julien Panis2023-10-061-2/+1
* bus: ti-sysc: Configure uart quirks for k3 SoCTony Lindgren2023-09-231-0/+2
* bus: mhi: host: Skip MHI reset if device is in RDDMQiang Yu2023-09-191-0/+5
* treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven2023-09-131-0/+6
* bus: ti-sysc: Fix cast to enum warningTony Lindgren2023-09-131-1/+1
* bus: ti-sysc: Fix build warning for 64-bit buildTony Lindgren2023-09-131-1/+1
* bus: ti-sysc: Flush posted write on enable before resetTony Lindgren2023-08-231-0/+2
* bus: ixp4xx: fix IXP4XX_EXP_T1_MASKJonas Gorski2023-07-231-1/+1
* bus: fsl-mc: don't assume child devices are all fsl-mc devicesLaurentiu Tudor2023-07-191-0/+6
* bus: ti-sysc: Fix dispc quirk masking bool variablesTony Lindgren2023-07-191-2/+2
* bus: mhi: host: Range check CHDBOFF and ERDBOFFJeffrey Hugo2023-05-111-0/+12
* bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error stateJeffrey Hugo2023-05-111-4/+12
* bus: mhi: host: Remove duplicate ee check for syserrJeffrey Hugo2023-05-111-1/+1
* bus: imx-weim: fix branch condition evaluates to a garbage valueIvan Bornyakov2023-03-301-1/+1
* bus: mhi: ep: Change state_lock to mutexManivannan Sadhasivam2023-03-172-21/+29
* bus: mhi: ep: Power up/down MHI stack during MHI RESETManivannan Sadhasivam2023-03-171-28/+7
* bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmdManivannan Sadhasivam2023-03-111-1/+1
* bus: mhi: ep: Save channel state locally during suspend and resumeManivannan Sadhasivam2023-03-101-0/+2
* bus: mhi: ep: Move chan->lock to the start of processing queued ch ringManivannan Sadhasivam2023-03-101-2/+15
* bus: mhi: ep: Only send -ENOTCONN status if client driver is availableManivannan Sadhasivam2023-03-101-6/+10
* bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()Yuan Can2023-02-091-1/+7
* bus: mhi: host: Fix race between channel preparation and M0 eventQiang Yu2023-01-071-1/+2
* 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
|/
* 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