summaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)Author
2025-11-13bus: mhi: core: Improve mhi_sync_power_up handling for SYS_ERR stateVivek Pernamitta
2025-10-19bus: mhi: host: Do not use uninitialized 'dev' pointer in mhi_init_irq_setup()Adam Xue
2025-10-19bus: mhi: ep: Fix chained transfer handling in read pathSumit Kumar
2025-10-15bus: fsl-mc: Check return value of platform_get_resource()Salah Triki
2025-08-28bus: mhi: host: Detect events pointing to unexpected TREsYoussef Samir
2025-08-28bus: mhi: host: Fix endianness of BHI vector tableAlexander Wilhelm
2025-08-15bus: mhi: host: pci_generic: Fix the modem name of Foxconn T99W640Slark Xiao
2025-08-01bus: fsl-mc: Fix potential double device reference in fsl_mc_get_endpoint()Ma Ke
2025-06-27Revert "bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices first"Alexander Sverdlin
2025-06-27bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS valueLaurentiu Tudor
2025-06-27bus: fsl-mc: fix GET/SET_TAILDROP command idsWan Junjie
2025-06-27bus: fsl-mc: do not add a device-link for the UAPI used DPMCP deviceIoana Ciornei
2025-06-27bus: mhi: host: Fix conflict between power_up and SYSERRJeff Hugo
2025-06-27bus: mhi: ep: Update read pointer only after buffer is writtenSumit Kumar
2025-06-19bus: fsl-mc: fix double-free on mc_devIoana Ciornei
2025-04-20bus: mhi: host: Fix race between unprepare and queue_bufJeff Hugo
2025-03-13bus: mhi: host: pci_generic: Use pci_try_reset_function() to avoid deadlockManivannan Sadhasivam
2024-12-05bus: mhi: host: Switch trace_mhi_gen_tre fields to native endianCarl Vanderlip
2024-09-27Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-17Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-05Merge tag 'sunxi-drivers-for-6.12' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann
2024-09-05bus: sunxi-rsb: Simplify code with dev_err_probe()Zhang Zekun
2024-09-05Merge tag 'omap-for-v6.12/drivers-signed' of https://git.kernel.org/pub/scm/l...Arnd Bergmann
2024-09-05Merge tag 'imx-drivers-6.12' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2024-09-05bus: mhi: host: pci_generic: Enable EDL trigger for Foxconn modemsSlark Xiao
2024-09-05bus: mhi: host: pci_generic: Update EDL firmware path for Foxconn modemsSlark Xiao
2024-09-03bus: fsl-mc: make fsl_mc_bus_type constKunwu Chan
2024-09-02bus: integrator-lm: fix OF node leak in probe()Krzysztof Kozlowski
2024-09-01bus: imx-weim: change to use devm_clk_get_enabled() helperWu Bo
2024-09-01bus: imx-weim: support compile testWu Bo
2024-08-29bus: bt1-apb: change to use devm_clk_get_enabled() helperWu Bo
2024-08-29bus: bt1-axi: change to use devm_clk_get_enabled() helperWu Bo
2024-08-27bus: mhi: host: pci_generic: Add support for Netprisma LCUR57 and FCUN69Mank Wang
2024-08-26bus: mhi: host: make mhi_bus_type constKunwu Chan
2024-08-26bus: mhi: host: pci_generic: Fix the name for the Telit FE990AFabio Porcedda
2024-08-05bus: ti-sysc: Remove excess struct member 'disable_on_idle' descriptionDhruva Gole
2024-08-05bus: ti-sysc: Use of_property_present()Rob Herring (Arm)
2024-07-27Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-16Merge tag 'soc-arm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2024-07-16Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-11bus: sunxi-rsb: Constify struct regmap_busJavier Carrasco
2024-07-10bus: ts-nbus: Use pwm_apply_might_sleep()Sean Young
2024-07-03bus: mhi: host: Allow controller drivers to specify name for the MHI controllerSlark Xiao
2024-07-03bus: mhi: host: Add support for Foxconn SDX72 modemsSlark Xiao
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman