summaryrefslogtreecommitdiffstats
path: root/drivers/bus/mhi/host
Commit message (Expand)AuthorAgeFilesLines
* bus: mhi: host: pci_generic: constify modem_telit_fn980_hw_v1_configJeff Johnson2024-02-261-1/+1
* bus: mhi: host: Change the trace string for the userspace tools mappingKrishna chaitanya chundru2024-02-222-2/+4
* Revert "bus: mhi: core: Add support for reading MHI info from device"Jeffrey Hugo2024-02-212-18/+0
* bus: mhi: host: Add tracing supportKrishna chaitanya chundru2024-02-065-46/+365
* bus: mhi: host: Read PK HASH dynamicallyJeffrey Hugo2024-01-302-14/+13
* bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL stateJeffrey Hugo2024-01-303-6/+24
* bus: mhi: host: Drop chan lock before queuing buffersQiang Yu2023-12-161-0/+4
* bus: mhi: host: Add spinlock to protect WP access when queueing TREsBhaumik Bhatt2023-12-161-9/+13
* bus: mhi: host: Add alignment check for event ring read pointerKrishna chaitanya chundru2023-12-141-1/+2
* bus: mhi: host: pci_generic: Add SDX75 based modem supportQiang Yu2023-12-141-0/+22
* bus: mhi: host: Add a separate timeout parameter for waiting readyQiang Yu2023-12-144-10/+22
* bus: mhi: host: pci_generic: add support for Telit FE990 modemDaniele Palmas2023-08-111-0/+3
* bus: mhi: host: remove unused-but-set parameterArnd Bergmann2023-08-111-1/+0
* bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL Lenovo variantDuke Xin (辛安文)2023-08-081-0/+3
* bus: mhi: host: allow MHI client drivers to provide the firmware via a pointerKalle Valo2023-08-041-9/+25
* bus: mhi: host: use vmalloc_array and vcallocJulia Lawall2023-07-131-1/+1
* bus: mhi: host: pci_generic: Add support for Dell DW5932eSlark Xiao2023-07-121-0/+6
* bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL modemDuke Xin (辛安文)2023-07-121-0/+13
* bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modemDuke Xin (辛安文)2023-07-121-0/+2
* bus: mhi: host: pci_generic: Add support for IP_SW0 channelsManivannan Sadhasivam2023-07-121-4/+22
* bus: mhi: host: Skip MHI reset if device is in RDDMQiang Yu2023-07-121-0/+5
* bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error stateJeffrey Hugo2023-04-101-4/+12
* bus: mhi: host: Remove duplicate ee check for syserrJeffrey Hugo2023-04-101-1/+1
* bus: mhi: host: Avoid ringing EV DB if there are no elements to processVivek Pernamitta2023-04-101-2/+6
* bus: mhi: pci_generic: Add Foxconn T99W510Slark Xiao2023-04-031-0/+18
* bus: mhi: host: Use ERANGE for BHIOFF/BHIEOFF range checkJeffrey Hugo2023-04-031-2/+2
* bus: mhi: host: Range check CHDBOFF and ERDBOFFJeffrey Hugo2023-04-031-0/+12
* bus: mhi: host: pci_generic: Revert "Add a secondary AT port to Telit FN990"Slark Xiao2023-03-101-2/+0
* bus: mhi: host: pci_generic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-7/+1
* bus: mhi: host: Remove mhi_poll() APIManivannan Sadhasivam2023-03-071-15/+0
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | bus: mhi: host: Update mhi driver descriptionSlark Xiao2023-01-271-1/+1
|/
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-163-11/+21
|\
| * bus: mhi: host: pci_generic: Add definition for some VIDsSlark Xiao2022-11-171-7/+11
| * bus: mhi: host: pci_generic: Add HP variant of T99W175Song Fuchang2022-11-071-0/+3
| * bus: mhi: host: pci_generic: add support for sc8280xp-crd SDX55 variantJohan Hovold2022-11-071-0/+2
| * bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990Fabio Porcedda2022-10-281-0/+2
| * bus: mhi: host: Fix race between channel preparation and M0 eventQiang Yu2022-10-281-1/+2
| * bus: mhi: host: Use mhi_soc_reset() API in place of register writeQiang Yu2022-10-281-3/+1
* | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-1/+1
|\
| * Merge tag 'mhi-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman2022-09-211-1/+1
| |\
| | * bus: mhi: host: always print detected modem nameKoen Vandeputte2022-09-161-1/+1
* | | bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990Fabio Porcedda2022-09-201-0/+2
|/ /
* / bus: mhi: host: Fix up null pointer access in mhi_irq_handlerQiang Yu2022-08-291-3/+16
|/
* bus: mhi: host: pci_generic: Add another Foxconn T99W175Bjorn Andersson2022-06-291-0/+3
* bus: mhi: host: Move IRQ allocation to controller registration phaseQiang Yu2022-06-242-7/+29
* bus: mhi: host: pci_generic: Add Cinterion MV31-W with new baselineSlark Xiao2022-06-221-0/+3