aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/bus (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-16bus: moxtet: Switch to irq_domain_create_simple()Jiri Slaby (SUSE)1-3/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-4/+4
2025-04-04Merge tag 'soc-drivers-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-53/+0
2025-04-04Merge tag 'soc_fsl-6.15-1' of https://github.com/chleroy/linux into soc/drivers-2Arnd Bergmann4-53/+0
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-39/+44
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-54/+158
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-15/+19
2025-03-21bus: fsl-mc: Remove deadcodeDr. David Alan Gilbert4-53/+0
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockchip', 's390', 'core', 'intel/vt-d' and 'amd/amd-vi' into nextJoerg Roedel1-1/+2
2025-03-19Merge tag 'qcom-drivers-for-6.15-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann1-15/+19
2025-03-14Merge tag 'mhi-for-v6.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-nextGreg Kroah-Hartman3-39/+44
2025-03-14bus: mhi: host: Fix race between unprepare and queue_bufJeffrey Hugo1-6/+10
2025-03-13bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_probe()Christophe JAILLET1-12/+19
2025-03-13bus: qcom-ssc-block-bus: Remove some duplicated iounmap() callsChristophe JAILLET1-3/+0
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie2-3/+24
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy1-1/+2
2025-02-22bus: mhi: host: pci_generic: Add support for SA8775P endpointMrinmay Sarkar1-0/+34
2025-02-21bus: mhi: host: Avoid possible uninitialized fw_load_typeJeffrey Hugo1-1/+1
2025-02-20bus: simple-pm-bus: fix forced runtime PM useJohan Hovold1-1/+21
2025-02-20Merge tag 'mhi-fixes-for-v6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-linusGreg Kroah-Hartman1-2/+3
2025-02-19bus: mhi: host: pci_generic: Use pci_try_reset_function() to avoid deadlockManivannan Sadhasivam1-2/+3
2025-02-14Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie3-54/+158
2025-02-07bus: mhi: host: Remove unused functionsDr. David Alan Gilbert2-33/+0
2025-02-07genirq: Remove leading space from irq_chip::irq_print_chip() callbacksGeert Uytterhoeven1-1/+1
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard4-24/+80
2025-01-31bus: mhi: host: Add a policy to enable image transfer via BHIe in PBLMatthew Leung3-16/+66
2025-01-31bus: mhi: host: Refactor BHI/BHIe based firmware loadingMatthew Leung1-45/+99
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-22/+22
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman1-1/+1
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+1
2025-01-10bus: fsl-mc: constify the struct device_type usageRicardo B. Marliere1-18/+18
2025-01-08bus: mhi: host: pci_generic: Enable MSI-X if the endpoint supportsVivek Pernamitta1-1/+1
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-2/+2
2025-01-03bus: fsl-mc: Constify fsl_mc_device_match()Zijun Hu1-2/+2
2024-12-30bus: mhi: host: pci_generic: Add support for QDU100 deviceVivek Pernamitta1-0/+55
2024-12-02bus: mhi: host: pci_generic: fix MHI BAR mappingJohan Hovold1-1/+1
2024-12-02bus: mhi: host: Free mhi_buf vector inside mhi_alloc_bhie_table()Youssef Samir1-0/+1
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-18/+19
2024-11-12bus: Switch back to struct platform_driver::remove()Uwe Kleine-König13-13/+13
2024-11-08bus: mhi: host: pci_generic: Use pcim_iomap_region() to request and map MHI BARManivannan Sadhasivam1-3/+3
2024-11-08bus: mhi: host: Switch trace_mhi_gen_tre fields to native endianCarl Vanderlip1-12/+13
2024-10-03bus: mhi: host: Fix typos in the commentsYan Zhen2-3/+3
2024-09-27Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-2/+0
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-12/+56
2024-09-17Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds5-36/+22
2024-09-05Merge tag 'sunxi-drivers-for-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into soc/driversArnd Bergmann1-21/+13
2024-09-05bus: sunxi-rsb: Simplify code with dev_err_probe()Zhang Zekun1-21/+13
2024-09-05Merge tag 'omap-for-v6.12/drivers-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/driversArnd Bergmann1-5/+2
2024-09-05Merge tag 'imx-drivers-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/driversArnd Bergmann2-10/+6