summaryrefslogtreecommitdiff
path: root/drivers/bus/mhi
AgeCommit message (Expand)Author
2022-04-13bus: mhi: host: pci_generic: Flush recovery worker during freezeManivannan Sadhasivam
2022-04-13bus: mhi: host: pci_generic: Add missing poweroff() PM callbackManivannan Sadhasivam
2022-03-18bus: mhi: Make mhi_state_str[] array static inline and move to common.hManivannan Sadhasivam
2022-03-18bus: mhi: Move common MHI definitions out of host directoryManivannan Sadhasivam
2022-03-18bus: mhi: host: Rename "struct mhi_tre" to "struct mhi_ring_element"Manivannan Sadhasivam
2022-03-18bus: mhi: Cleanup the register definitions used in headersManivannan Sadhasivam
2022-03-18bus: mhi: Use bitfield operations for handling DWORDs of ring elementsManivannan Sadhasivam
2022-03-18bus: mhi: Use bitfield operations for register read and writeManivannan Sadhasivam
2022-03-18bus: mhi: Move host MHI code to "host" directoryManivannan Sadhasivam
2022-03-18bus: mhi: Fix MHI DMA structure endiannessPaul Davey
2022-03-18bus: mhi: Fix pm_state conversion to stringPaul Davey
2022-03-18bus: mhi: pci_generic: Add mru_default for Quectel EM1xx seriesYonglin Tan
2022-02-06bus: mhi: pci_generic: Add mru_default for Cinterion MV31-WSlark Xiao
2022-02-06bus: mhi: pci_generic: Add mru_default for Foxconn SDX55Slark Xiao
2021-12-17bus: mhi: pci_generic: Introduce Sierra EM919X supportThomas Perrot
2021-12-17bus: mhi: core: Use correctly sized arguments for bit fieldKees Cook
2021-12-17bus: mhi: core: Add an API for auto queueing buffers for DL channelManivannan Sadhasivam
2021-12-17bus: mhi: core: Fix race while handling SYS_ERR at power upManivannan Sadhasivam
2021-12-17bus: mhi: core: Fix reading wake_capable channel configurationBhaumik Bhatt
2021-12-17bus: mhi: pci_generic: Simplify code and axe the use of a deprecated APIChristophe JAILLET
2021-12-17bus: mhi: core: Minor style and comment fixesManivannan Sadhasivam
2021-12-17bus: mhi: core: Use macros for execution environment featuresBhaumik Bhatt
2021-12-17bus: mhi: pci_generic: Graceful shutdown on freezeLoic Poulain
2021-12-17bus: mhi: pci_generic: Add new device ID support for T99W175Slark Xiao
2021-12-09bus: mhi: core: Add support for forced PM resumeLoic Poulain
2021-12-03bus: mhi: pci_generic: Fix device recovery failed issueSlark Xiao
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-27Revert "bus: mhi: Add inbound buffers allocation flag"Greg Kroah-Hartman
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-26Revert "net: really fix the build..."Kalle Valo
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-05bus: mhi: core: Improve debug messages for power upBhaumik Bhatt
2021-08-05bus: mhi: core: Replace DMA allocation wrappers with original APIsBhaumik Bhatt
2021-08-05bus: mhi: core: Add range checks for BHI and BHIeBhaumik Bhatt
2021-08-05bus: mhi: pci_generic: Set register access length for MHI driverBhaumik Bhatt
2021-08-05bus: mhi: core: Set BHI and BHIe pointers to NULL in clean-upBhaumik Bhatt
2021-08-05bus: mhi: core: Set BHI/BHIe offsets on power up preparationBhaumik Bhatt
2021-08-05bus: mhi: pci_generic: Add Cinterion MV31-W PCIe to MHIULRICH Thomas
2021-08-05bus: mhi: Add inbound buffers allocation flagLoic Poulain
2021-08-03net: really fix the build...David S. Miller
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-21bus: mhi: pci_generic: Fix inbound IPCR channelLoic Poulain
2021-07-21bus: mhi: core: Validate channel ID when processing command completionsBhaumik Bhatt
2021-07-21bus: mhi: pci_generic: Apply no-op for wake using sideband wake booleanBhaumik Bhatt
2021-07-15bus: mhi: pci-generic: configurable network interface MRURichard Laing
2021-06-24bus: mhi: pci-generic: Add missing 'pci_disable_pcie_error_reporting()' callsChristophe JAILLET
2021-06-24bus: mhi: Wait for M2 state during system resumeBaochen Qiang
2021-06-24bus: mhi: core: Fix power down latencyLoic Poulain
2021-06-09bus: mhi: pci-generic: Fix hibernationLoic Poulain
2021-06-09bus: mhi: pci_generic: Fix possible use-after-free in mhi_pci_remove()Wei Yongjun