summaryrefslogtreecommitdiffstats
path: root/drivers/bus/mhi
AgeCommit message (Expand)AuthorLines
8 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+3
9 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-22/+23
2025-12-31bus: mhi: ep: Use bus callbacks for .probe() and .remove()Uwe Kleine-König-7/+5
2025-12-31bus: mhi: host: Use bus callbacks for .probe() and .remove()Uwe Kleine-König-7/+5
2025-12-31bus: mhi: host: Drop the auto_queue supportManivannan Sadhasivam-92/+2
2025-12-31net: qrtr: Drop the MHI auto_queue feature for IPCR DL channelsManivannan Sadhasivam-18/+2
2025-12-24mhi: host: Add support for loading dual ELF image formatQiang Yu-0/+10
2025-11-20bus: mhi: host: pci_generic: Add Foxconn T99W760 modemSlark Xiao-0/+13
2025-11-10bus: mhi: ep: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-10-15bus: mhi: host: pci_generic: Add Telit FE990B40 modem supportDaniele Palmas-0/+13
2025-10-15bus: mhi: ep: Make mhi_ep_bus_type constAdrian Barnaś-2/+2
2025-09-19bus: mhi: host: pci_generic: Set DMA mask for VFsVivek Pernamitta-2/+9
2025-09-19bus: mhi: core: Improve mhi_sync_power_up handling for SYS_ERR stateVivek Pernamitta-1/+3
2025-09-19bus: mhi: host: pci_generic: Reset QDU100 while the MHI driver is removedVivek Pernamitta-0/+12
2025-09-19bus: mhi: host: pci_generic: Add SRIOV supportVivek Pernamitta-1/+2
2025-09-19bus: mhi: host: pci_generic: Read SUBSYSTEM_VENDOR_ID for VF's to check statusVivek Pernamitta-10/+24
2025-09-19bus: mhi: host: Add support for separate controller configurations for VF and PFVivek Pernamitta-1/+8
2025-09-12bus: mhi: ep: Fix chained transfer handling in read pathSumit Kumar-25/+12
2025-09-12bus: mhi: host: Notify EE change via ueventVivek Pernamitta-0/+29
2025-09-08bus: mhi: host: Do not use uninitialized 'dev' pointer in mhi_init_irq_setup()Adam Xue-3/+2
2025-09-05bus: mhi: host: pci_generic: Add support for all Foxconn T99W696 SKU variantsSlark Xiao-14/+2
2025-07-19bus: mhi: host: pci_generic: Add Telit FN990B40 modem supportDaniele Palmas-0/+13
2025-07-19bus: mhi: host: Detect events pointing to unexpected TREsYoussef Samir-1/+11
2025-07-19bus: mhi: host: pci_generic: Add Foxconn T99W696 modemSlark Xiao-0/+52
2025-07-19bus: mhi: host: Use str_true_false() helperYumeng Fang-1/+2
2025-07-19bus: mhi: host: pci_generic: Add support for EM929x and set MRU to 32768 for ...Adam Xue-0/+4
2025-07-19bus: mhi: host: Fix endianness of BHI vector tableAlexander Wilhelm-6/+6
2025-07-19bus: mhi: host: pci_generic: Disable runtime PM for QDU100Vivek Pernamitta-2/+5
2025-07-19bus: mhi: host: pci_generic: Fix the modem name of Foxconn T99W640Slark Xiao-4/+4
2025-06-17bus: mhi: host: Make local functions staticManivannan Sadhasivam-12/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-05-21Merge tag 'mhi-for-v6.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-5/+56
2025-05-14bus: mhi: host: pci_generic: Add Telit FN920C04 modem supportDaniele Palmas-0/+39
2025-05-14bus: mhi: host: pci_generic: Remove redundant assign resource usageSubramanian Ananthanarayanan-4/+0
2025-05-14bus: mhi: host: Fix conflict between power_up and SYSERRJeffrey Hugo-1/+17
2025-04-24bus: mhi: ep: Update read pointer only after buffer is writtenSumit Kumar-6/+10
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-4/+4
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-39/+44
2025-03-14Merge tag 'mhi-for-v6.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-39/+44
2025-03-14bus: mhi: host: Fix race between unprepare and queue_bufJeffrey Hugo-6/+10
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie-2/+3
2025-02-22bus: mhi: host: pci_generic: Add support for SA8775P endpointMrinmay Sarkar-0/+34
2025-02-21bus: mhi: host: Avoid possible uninitialized fw_load_typeJeffrey Hugo-1/+1
2025-02-19bus: mhi: host: pci_generic: Use pci_try_reset_function() to avoid deadlockManivannan Sadhasivam-2/+3
2025-02-07bus: mhi: host: Remove unused functionsDr. David Alan Gilbert-33/+0
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard-2/+58
2025-01-31bus: mhi: host: Add a policy to enable image transfer via BHIe in PBLMatthew Leung-16/+66
2025-01-31bus: mhi: host: Refactor BHI/BHIe based firmware loadingMatthew Leung-45/+99