summaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)AuthorFilesLines
2025-08-28bus: mhi: host: Detect events pointing to unexpected TREsYoussef Samir1-1/+11
2025-08-28bus: mhi: host: Fix endianness of BHI vector tableAlexander Wilhelm2-6/+6
2025-08-15bus: fsl-mc: Fix potential double device reference in fsl_mc_get_endpoint()Ma Ke1-10/+9
2025-06-27Revert "bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices first"Alexander Sverdlin1-49/+0
2025-06-27bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS valueLaurentiu Tudor1-1/+1
2025-06-27bus: fsl-mc: fix GET/SET_TAILDROP command idsWan Junjie1-2/+2
2025-06-27bus: fsl-mc: do not add a device-link for the UAPI used DPMCP deviceIoana Ciornei1-6/+13
2025-06-27bus: mhi: host: Fix conflict between power_up and SYSERRJeff Hugo1-1/+17
2025-06-27bus: fsl-mc: fix double-free on mc_devIoana Ciornei1-2/+4
2025-04-25bus: mhi: host: Fix race between unprepare and queue_bufJeff Hugo1-6/+10
2025-03-13bus: mhi: host: pci_generic: Use pci_try_reset_function() to avoid deadlockManivannan Sadhasivam1-2/+3
2024-10-17bus: mhi: host: pci_generic: Fix the name for the Telit FE990AFabio Porcedda1-2/+11
2024-10-17bus: integrator-lm: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-08-14bus: mhi: host: pci_generic: add support for Telit FE990 modemDaniele Palmas1-0/+3
2024-04-13bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL stateJeffrey Hugo3-6/+24
2024-03-27bus: tegra-aconnect: Update dependency to ARCH_TEGRAPeter Robinson1-2/+3
2024-02-23bus: moxtet: Add spi device tableSjoerd Simons1-0/+7
2024-02-01bus: mhi: ep: Do not allocate event ring element on stackManivannan Sadhasivam1-18/+50
2024-02-01bus: mhi: host: Add spinlock to protect WP access when queueing TREsBhaumik Bhatt1-9/+13
2024-02-01bus: mhi: host: Drop chan lock before queuing buffersQiang Yu1-0/+4
2024-02-01bus: mhi: host: Add alignment check for event ring read pointerKrishna chaitanya chundru1-1/+2
2024-01-01bus: ti-sysc: Flush posted write only after srst_udelayTony Lindgren1-4/+14
2023-10-06bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-upTony Lindgren1-5/+17
2023-10-06bus: ti-sysc: Fix missing AM35xx SoC matchingAdam Ford1-2/+4
2023-10-06bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset()Julien Panis1-2/+1
2023-09-23bus: ti-sysc: Configure uart quirks for k3 SoCTony Lindgren1-0/+2
2023-09-19bus: mhi: host: Skip MHI reset if device is in RDDMQiang Yu1-0/+5
2023-09-13treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven1-0/+6
2023-09-13bus: ti-sysc: Fix cast to enum warningTony Lindgren1-1/+1
2023-09-13bus: ti-sysc: Fix build warning for 64-bit buildTony Lindgren1-1/+1
2023-08-23bus: ti-sysc: Flush posted write on enable before resetTony Lindgren1-0/+2
2023-07-23bus: ixp4xx: fix IXP4XX_EXP_T1_MASKJonas Gorski1-1/+1
2023-07-19bus: fsl-mc: don't assume child devices are all fsl-mc devicesLaurentiu Tudor1-0/+6
2023-07-19bus: ti-sysc: Fix dispc quirk masking bool variablesTony Lindgren1-2/+2
2023-05-11bus: mhi: host: Range check CHDBOFF and ERDBOFFJeffrey Hugo1-0/+12
2023-05-11bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error stateJeffrey Hugo1-4/+12
2023-05-11bus: mhi: host: Remove duplicate ee check for syserrJeffrey Hugo1-1/+1
2023-03-30bus: imx-weim: fix branch condition evaluates to a garbage valueIvan Bornyakov1-1/+1
2023-03-17bus: mhi: ep: Change state_lock to mutexManivannan Sadhasivam2-21/+29
2023-03-17bus: mhi: ep: Power up/down MHI stack during MHI RESETManivannan Sadhasivam1-28/+7
2023-03-11bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmdManivannan Sadhasivam1-1/+1
2023-03-10bus: mhi: ep: Save channel state locally during suspend and resumeManivannan Sadhasivam1-0/+2
2023-03-10bus: mhi: ep: Move chan->lock to the start of processing queued ch ringManivannan Sadhasivam1-2/+15
2023-03-10bus: mhi: ep: Only send -ENOTCONN status if client driver is availableManivannan Sadhasivam1-6/+10
2023-02-09bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()Yuan Can1-1/+7
2023-01-07bus: mhi: host: Fix race between channel preparation and M0 eventQiang Yu1-1/+2
2022-11-23bus: ixp4xx: Don't touch bit 7 on IXP42xLinus Walleij1-6/+3
2022-11-16bus: sunxi-rsb: Support atomic transfersSamuel Holland1-8/+21
2022-11-16bus: sunxi-rsb: Remove the shutdown callbackSamuel Holland1-9/+0
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-25/+3