summaryrefslogtreecommitdiffstats
path: root/drivers/bus/mhi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-272-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-062-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
* bus: mhi: pci_generic: T99W175: update channel name from AT to DUNJarvis Jiang2021-06-091-2/+2
* bus: mhi: core: Fix shadow declarationsManivannan Sadhasivam2021-04-091-6/+6
* bus: mhi: pci_generic: Constify mhi_controller_config struct definitionsManivannan Sadhasivam2021-04-081-3/+3
* bus: mhi: pci_generic: Introduce Foxconn T99W175 supportJarvis Jiang2021-04-081-0/+47
* bus: mhi: core: Sanity check values from remote device before useJeffrey Hugo2021-04-081-7/+74
* bus: mhi: pci_generic: Add FIREHOSE channelsLoic Poulain2021-04-071-0/+35
* bus: mhi: pci_generic: Implement PCI shutdown callbackLoic Poulain2021-04-071-0/+7
* bus: mhi: core: Remove __ prefix for MHI channel unprepare functionBhaumik Bhatt2021-04-071-5/+5
* bus: mhi: core: Check channel execution environment before issuing resetBhaumik Bhatt2021-04-071-0/+11
* bus: mhi: core: Clear configuration from channel context during resetBhaumik Bhatt2021-04-071-0/+13
* bus: mhi: core: Hold device wake for channel update commandsBhaumik Bhatt2021-04-071-5/+14
* bus: mhi: core: Update debug messages to use client deviceBhaumik Bhatt2021-04-071-7/+5
* bus: mhi: core: Improvements to the channel handling state machineBhaumik Bhatt2021-04-073-69/+100
* bus: mhi: core: Clear context for stopped channels from remove()Bhaumik Bhatt2021-04-071-1/+2