summaryrefslogtreecommitdiffstats
path: root/drivers/bus/mhi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-4/+4
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-272-4/+4
* | bus: mhi: ep: Fix off by one in mhi_ep_process_cmd_ring()Dan Carpenter2023-02-021-1/+1
* | bus: mhi: ep: Change state_lock to mutexManivannan Sadhasivam2023-01-272-21/+29
* | bus: mhi: ep: Save channel state locally during suspend and resumeManivannan Sadhasivam2023-01-271-0/+2
* | bus: mhi: ep: Move chan->lock to the start of processing queued ch ringManivannan Sadhasivam2023-01-271-2/+15
* | bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmdManivannan Sadhasivam2023-01-271-1/+1
* | bus: mhi: ep: Only send -ENOTCONN status if client driver is availableManivannan Sadhasivam2023-01-271-6/+10
* | bus: mhi: ep: Check if the channel is supported by the controllerManivannan Sadhasivam2023-01-271-0/+7
* | bus: mhi: ep: Power up/down MHI stack during MHI RESETManivannan Sadhasivam2023-01-271-28/+7
* | bus: mhi: host: Update mhi driver descriptionSlark Xiao2023-01-271-1/+1
* | bus: mhi: Update Makefile to used Kconfig flagsCarl Vanderlip2023-01-271-2/+2
|/
* 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: ep: Check dev_set_name() return valueBo Liu2022-07-091-2/+9
* 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
* bus: mhi: host: pci_generic: Add support for Quectel EM120 FCCL modemYonglin Tan2022-06-211-0/+2
* Merge tag 'mhi-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman2022-05-196-63/+223
|\
| * bus: mhi: host: Add support for Foxconn T99W373 and T99W368Slark Xiao2022-05-101-0/+15
| * bus: mhi: host: pci_generic: add Telit FN990Daniele Palmas2022-05-101-0/+41
| * bus: mhi: host: pci_generic: add Telit FN980 v1 hardware revisionDaniele Palmas2022-05-101-0/+38
| * bus: mhi: host: Add support for Cinterion MV32-WA/MV32-WBSlark Xiao2022-04-231-8/+22
| * bus: mhi: host: Optimize and update MMIO register write methodBhaumik Bhatt2022-04-231-31/+31
| * bus: mhi: host: Bail on writing register fields if read failsBhaumik Bhatt2022-04-235-21/+54
| * bus: mhi: host: Wait for ready state after resetJeffrey Hugo2022-04-231-0/+9
| * bus: mhi: host: Add soc_reset sysfsJeffrey Hugo2022-04-231-0/+14
| * bus: mhi: host: pci_generic: Sort mhi_pci_id_table based on the PIDManivannan Sadhasivam2022-04-231-4/+5
| * bus: mhi: host: Use cached values for calculating the shared write pointerJeffrey Hugo2022-04-231-7/+2
| * bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam2022-04-041-0/+9
| * bus: mhi: ep: Add support for suspending and resuming channelsManivannan Sadhasivam2022-04-043-0/+65
| * bus: mhi: ep: Add support for queueing SKBs to the hostManivannan Sadhasivam2022-04-041-0/+82
| * bus: mhi: ep: Add support for processing channel ringsManivannan Sadhasivam2022-04-041-0/+108
| * bus: mhi: ep: Add support for reading from the hostManivannan Sadhasivam2022-04-041-0/+121
| * bus: mhi: ep: Add support for processing command ringsManivannan Sadhasivam2022-04-041-1/+189
| * bus: mhi: ep: Add support for handling SYS_ERR conditionManivannan Sadhasivam2022-04-043-2/+30
| * bus: mhi: ep: Add support for handling MHI_RESETManivannan Sadhasivam2022-04-041-0/+53