summaryrefslogtreecommitdiff
path: root/drivers/bus/mhi
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+3
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-22/+23
2025-12-31bus: mhi: ep: Use bus callbacks for .probe() and .remove()Uwe Kleine-König1-7/+5
2025-12-31bus: mhi: host: Use bus callbacks for .probe() and .remove()Uwe Kleine-König1-7/+5
2025-12-31bus: mhi: host: Drop the auto_queue supportManivannan Sadhasivam3-92/+2
2025-12-31net: qrtr: Drop the MHI auto_queue feature for IPCR DL channelsManivannan Sadhasivam1-18/+2
2025-12-24mhi: host: Add support for loading dual ELF image formatQiang Yu1-0/+10
2025-11-20bus: mhi: host: pci_generic: Add Foxconn T99W760 modemSlark Xiao1-0/+13
2025-11-10bus: mhi: ep: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-10-15bus: mhi: host: pci_generic: Add Telit FE990B40 modem supportDaniele Palmas1-0/+13
2025-10-15bus: mhi: ep: Make mhi_ep_bus_type constAdrian Barnaś2-2/+2
2025-09-19bus: mhi: host: pci_generic: Set DMA mask for VFsVivek Pernamitta1-2/+9
2025-09-19bus: mhi: core: Improve mhi_sync_power_up handling for SYS_ERR stateVivek Pernamitta2-1/+3
2025-09-19bus: mhi: host: pci_generic: Reset QDU100 while the MHI driver is removedVivek Pernamitta1-0/+12
2025-09-19bus: mhi: host: pci_generic: Add SRIOV supportVivek Pernamitta1-1/+2
2025-09-19bus: mhi: host: pci_generic: Read SUBSYSTEM_VENDOR_ID for VF's to check statusVivek Pernamitta1-10/+24
2025-09-19bus: mhi: host: Add support for separate controller configurations for VF and PFVivek Pernamitta1-1/+8
2025-09-12bus: mhi: ep: Fix chained transfer handling in read pathSumit Kumar1-25/+12
2025-09-12bus: mhi: host: Notify EE change via ueventVivek Pernamitta3-0/+29
2025-09-08bus: mhi: host: Do not use uninitialized 'dev' pointer in mhi_init_irq_setup()Adam Xue1-3/+2
2025-09-05bus: mhi: host: pci_generic: Add support for all Foxconn T99W696 SKU variantsSlark Xiao1-14/+2
2025-07-19bus: mhi: host: pci_generic: Add Telit FN990B40 modem supportDaniele Palmas1-0/+13
2025-07-19bus: mhi: host: Detect events pointing to unexpected TREsYoussef Samir1-1/+11
2025-07-19bus: mhi: host: pci_generic: Add Foxconn T99W696 modemSlark Xiao1-0/+52
2025-07-19bus: mhi: host: Use str_true_false() helperYumeng Fang1-1/+2
2025-07-19bus: mhi: host: pci_generic: Add support for EM929x and set MRU to 32768 for ...Adam Xue1-0/+4
2025-07-19bus: mhi: host: Fix endianness of BHI vector tableAlexander Wilhelm2-6/+6
2025-07-19bus: mhi: host: pci_generic: Disable runtime PM for QDU100Vivek Pernamitta1-2/+5
2025-07-19bus: mhi: host: pci_generic: Fix the modem name of Foxconn T99W640Slark Xiao1-4/+4
2025-06-17bus: mhi: host: Make local functions staticManivannan Sadhasivam3-12/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-05-21Merge tag 'mhi-for-v6.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2-5/+56
2025-05-14bus: mhi: host: pci_generic: Add Telit FN920C04 modem supportDaniele Palmas1-0/+39
2025-05-14bus: mhi: host: pci_generic: Remove redundant assign resource usageSubramanian Ananthanarayanan1-4/+0
2025-05-14bus: mhi: host: Fix conflict between power_up and SYSERRJeffrey Hugo1-1/+17
2025-04-24bus: mhi: ep: Update read pointer only after buffer is writtenSumit Kumar1-6/+10
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-4/+4
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-39/+44
2025-03-14Merge tag 'mhi-for-v6.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman3-39/+44
2025-03-14bus: mhi: host: Fix race between unprepare and queue_bufJeffrey Hugo1-6/+10
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie1-2/+3
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-19bus: mhi: host: pci_generic: Use pci_try_reset_function() to avoid deadlockManivannan Sadhasivam1-2/+3
2025-02-07bus: mhi: host: Remove unused functionsDr. David Alan Gilbert2-33/+0
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard2-2/+58
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