summaryrefslogtreecommitdiffstats
path: root/drivers/bus/mhi
Commit message (Expand)AuthorAgeFilesLines
* bus: mhi: host: pci_generic: Flush recovery worker during freezeManivannan Sadhasivam2022-04-131-0/+1
* bus: mhi: host: pci_generic: Add missing poweroff() PM callbackManivannan Sadhasivam2022-04-131-0/+1
* bus: mhi: Make mhi_state_str[] array static inline and move to common.hManivannan Sadhasivam2022-03-186-31/+40
* bus: mhi: Move common MHI definitions out of host directoryManivannan Sadhasivam2022-03-182-263/+284
* bus: mhi: host: Rename "struct mhi_tre" to "struct mhi_ring_element"Manivannan Sadhasivam2022-03-183-14/+14
* bus: mhi: Cleanup the register definitions used in headersManivannan Sadhasivam2022-03-181-214/+199
* bus: mhi: Use bitfield operations for handling DWORDs of ring elementsManivannan Sadhasivam2022-03-181-25/+33
* bus: mhi: Use bitfield operations for register read and writeManivannan Sadhasivam2022-03-186-170/+76
* bus: mhi: Move host MHI code to "host" directoryManivannan Sadhasivam2022-03-1811-32/+38
* bus: mhi: Fix MHI DMA structure endiannessPaul Davey2022-03-185-103/+104
* bus: mhi: Fix pm_state conversion to stringPaul Davey2022-03-182-5/+7
* bus: mhi: pci_generic: Add mru_default for Quectel EM1xx seriesYonglin Tan2022-03-181-0/+1
* bus: mhi: pci_generic: Add mru_default for Cinterion MV31-WSlark Xiao2022-02-061-0/+1
* bus: mhi: pci_generic: Add mru_default for Foxconn SDX55Slark Xiao2022-02-061-0/+1
* bus: mhi: pci_generic: Introduce Sierra EM919X supportThomas Perrot2021-12-171-0/+43
* bus: mhi: core: Use correctly sized arguments for bit fieldKees Cook2021-12-171-1/+2
* bus: mhi: core: Add an API for auto queueing buffers for DL channelManivannan Sadhasivam2021-12-172-5/+22
* bus: mhi: core: Fix race while handling SYS_ERR at power upManivannan Sadhasivam2021-12-171-23/+12
* bus: mhi: core: Fix reading wake_capable channel configurationBhaumik Bhatt2021-12-171-0/+1
* bus: mhi: pci_generic: Simplify code and axe the use of a deprecated APIChristophe JAILLET2021-12-171-7/+1
* bus: mhi: core: Minor style and comment fixesManivannan Sadhasivam2021-12-172-2/+3
* bus: mhi: core: Use macros for execution environment featuresBhaumik Bhatt2021-12-173-3/+4
* bus: mhi: pci_generic: Graceful shutdown on freezeLoic Poulain2021-12-171-1/+1
* bus: mhi: pci_generic: Add new device ID support for T99W175Slark Xiao2021-12-171-0/+3
* bus: mhi: core: Add support for forced PM resumeLoic Poulain2021-12-091-3/+18
* bus: mhi: pci_generic: Fix device recovery failed issueSlark Xiao2021-12-031-1/+1
* Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-016-91/+117
|\
| * Revert "bus: mhi: Add inbound buffers allocation flag"Greg Kroah-Hartman2021-08-272-7/+4
| * bus: mhi: core: Improve debug messages for power upBhaumik Bhatt2021-08-051-1/+5
| * bus: mhi: core: Replace DMA allocation wrappers with original APIsBhaumik Bhatt2021-08-054-47/+28
| * bus: mhi: core: Add range checks for BHI and BHIeBhaumik Bhatt2021-08-051-1/+17
| * bus: mhi: pci_generic: Set register access length for MHI driverBhaumik Bhatt2021-08-051-0/+1
| * bus: mhi: core: Set BHI and BHIe pointers to NULL in clean-upBhaumik Bhatt2021-08-051-0/+3
| * bus: mhi: core: Set BHI/BHIe offsets on power up preparationBhaumik Bhatt2021-08-052-43/+27
| * bus: mhi: pci_generic: Add Cinterion MV31-W PCIe to MHIULRICH Thomas2021-08-051-0/+37
| * bus: mhi: Add inbound buffers allocation flagLoic Poulain2021-08-052-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-262-7/+4
|\ \
| * | Revert "net: really fix the build..."Kalle Valo2021-08-262-7/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-052-4/+7
|\| |
| * | net: really fix the build...David S. Miller2021-08-032-4/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-312-14/+48
|\|
| * bus: mhi: pci_generic: Fix inbound IPCR channelLoic Poulain2021-07-211-1/+17
| * bus: mhi: core: Validate channel ID when processing command completionsBhaumik Bhatt2021-07-211-5/+12
| * bus: mhi: pci_generic: Apply no-op for wake using sideband wake booleanBhaumik Bhatt2021-07-211-8/+19
* | bus: mhi: pci-generic: configurable network interface MRURichard Laing2021-07-151-1/+5
|/
* bus: mhi: pci-generic: Add missing 'pci_disable_pcie_error_reporting()' callsChristophe JAILLET2021-06-241-1/+4
* bus: mhi: Wait for M2 state during system resumeBaochen Qiang2021-06-241-0/+1
* bus: mhi: core: Fix power down latencyLoic Poulain2021-06-241-13/+5
* bus: mhi: pci-generic: Fix hibernationLoic Poulain2021-06-091-1/+35
* bus: mhi: pci_generic: Fix possible use-after-free in mhi_pci_remove()Wei Yongjun2021-06-091-1/+1