summaryrefslogtreecommitdiff
path: root/drivers/bus/mhi
AgeCommit message (Expand)Author
2023-12-16bus: mhi: host: Drop chan lock before queuing buffersQiang Yu
2023-12-16bus: mhi: host: Add spinlock to protect WP access when queueing TREsBhaumik Bhatt
2023-12-15bus: mhi: ep: Add checks for read/write callbacks while registering controllersManivannan Sadhasivam
2023-12-15bus: mhi: ep: Add support for async DMA read operationManivannan Sadhasivam
2023-12-15bus: mhi: ep: Add support for async DMA write operationManivannan Sadhasivam
2023-12-14bus: mhi: ep: Rename read_from_host() and write_to_host() APIsManivannan Sadhasivam
2023-12-14bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIsManivannan Sadhasivam
2023-12-14bus: mhi: ep: Add support for interrupt moderation timerManivannan Sadhasivam
2023-12-14bus: mhi: ep: Use slab allocator where applicableManivannan Sadhasivam
2023-12-14bus: mhi: host: Add alignment check for event ring read pointerKrishna chaitanya chundru
2023-12-14bus: mhi: host: pci_generic: Add SDX75 based modem supportQiang Yu
2023-12-14bus: mhi: host: Add a separate timeout parameter for waiting readyQiang Yu
2023-12-14bus: mhi: ep: Do not allocate event ring element on stackManivannan Sadhasivam
2023-08-11bus: mhi: host: pci_generic: add support for Telit FE990 modemDaniele Palmas
2023-08-11bus: mhi: host: remove unused-but-set parameterArnd Bergmann
2023-08-08bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL Lenovo variantDuke Xin (辛安文)
2023-08-04bus: mhi: host: allow MHI client drivers to provide the firmware via a pointerKalle Valo
2023-07-13bus: mhi: host: use vmalloc_array and vcallocJulia Lawall
2023-07-12bus: mhi: host: pci_generic: Add support for Dell DW5932eSlark Xiao
2023-07-12bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL modemDuke Xin (辛安文)
2023-07-12bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modemDuke Xin (辛安文)
2023-07-12bus: mhi: host: pci_generic: Add support for IP_SW0 channelsManivannan Sadhasivam
2023-07-12bus: mhi: host: Skip MHI reset if device is in RDDMQiang Yu
2023-04-10bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error stateJeffrey Hugo
2023-04-10bus: mhi: host: Remove duplicate ee check for syserrJeffrey Hugo
2023-04-10bus: mhi: host: Avoid ringing EV DB if there are no elements to processVivek Pernamitta
2023-04-03bus: mhi: pci_generic: Add Foxconn T99W510Slark Xiao
2023-04-03bus: mhi: host: Use ERANGE for BHIOFF/BHIEOFF range checkJeffrey Hugo
2023-04-03bus: mhi: host: Range check CHDBOFF and ERDBOFFJeffrey Hugo
2023-03-10bus: mhi: host: pci_generic: Revert "Add a secondary AT port to Telit FN990"Slark Xiao
2023-03-08bus: mhi: host: pci_generic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-07bus: mhi: ep: Demote unsupported channel error log to debugManivannan Sadhasivam
2023-03-07bus: mhi: host: Remove mhi_poll() APIManivannan Sadhasivam
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-02bus: mhi: ep: Fix off by one in mhi_ep_process_cmd_ring()Dan Carpenter
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27bus: mhi: ep: Change state_lock to mutexManivannan Sadhasivam
2023-01-27bus: mhi: ep: Save channel state locally during suspend and resumeManivannan Sadhasivam
2023-01-27bus: mhi: ep: Move chan->lock to the start of processing queued ch ringManivannan Sadhasivam
2023-01-27bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmdManivannan Sadhasivam
2023-01-27bus: mhi: ep: Only send -ENOTCONN status if client driver is availableManivannan Sadhasivam
2023-01-27bus: mhi: ep: Check if the channel is supported by the controllerManivannan Sadhasivam
2023-01-27bus: mhi: ep: Power up/down MHI stack during MHI RESETManivannan Sadhasivam
2023-01-27bus: mhi: host: Update mhi driver descriptionSlark Xiao
2023-01-27bus: mhi: Update Makefile to used Kconfig flagsCarl Vanderlip
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-17bus: mhi: host: pci_generic: Add definition for some VIDsSlark Xiao
2022-11-07bus: mhi: host: pci_generic: Add HP variant of T99W175Song Fuchang