summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mhi-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman2021-04-118-276/+775
|\
| * bus: mhi: fix typo in comments for struct mhi_channel_configJarvis Jiang2021-04-091-1/+1
| * 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: Improve documentation on channel transfer setup APIsBhaumik Bhatt2021-04-071-2/+16
| * 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
| * bus: mhi: core: Allow sending the STOP channel commandBhaumik Bhatt2021-04-071-0/+5
| * bus: mhi: pci_generic: Add SDX65 based modem supportBhaumik Bhatt2021-04-071-0/+11
| * bus: mhi: core: Remove pre_init flag used for power purposesBhaumik Bhatt2021-04-073-25/+0
| * bus: mhi: pm: reduce PM state change verbosityLoic Poulain2021-04-071-5/+5
| * bus: mhi: core: Fix MHI runtime_pm behaviorLoic Poulain2021-04-071-5/+16
| * bus: mhi: core: Move to polling method to wait for MHI readyBhaumik Bhatt2021-03-311-18/+16
| * bus: mhi: core: Introduce internal register poll helper functionBhaumik Bhatt2021-03-312-0/+26
| * bus: mhi: core: Improve state strings for debug messagesBhaumik Bhatt2021-03-311-17/+17
| * bus: mhi: core: Wait for MHI READY state in most scenariosBhaumik Bhatt2021-03-312-4/+3
| * bus: mhi: core: Identify Flash Programmer as a mission mode use caseBhaumik Bhatt2021-03-311-1/+2
| * bus: mhi: core: Add support for Flash Programmer execution environmentCarl Yin2021-03-315-1/+15
| * bus: mhi: core: Handle EDL mode entry appropriatelyBhaumik Bhatt2021-03-311-1/+18
| * bus: mhi: core: Wait for ready after an EDL firmware downloadBhaumik Bhatt2021-03-311-4/+4
| * bus: mhi: core: Rely on accurate method to determine EDL modeBhaumik Bhatt2021-03-311-1/+2
| * bus: mhi: core: Check state before processing power_downJeffrey Hugo2021-03-161-2/+10
| * bus: mhi: core: Return EAGAIN if MHI ring is fullFan Wu2021-03-161-1/+1
| * bus: mhi: core: remove redundant initialization of variables state and eeColin Ian King2021-03-151-2/+2
| * bus: mhi: Make firmware image optional for controllerBhaumik Bhatt2021-03-101-1/+1
| * bus: mhi: core: Fix check for syserr at power_upJeffrey Hugo2021-03-101-1/+1
| * bus: mhi: core: Update debug prints to include local device stateBhaumik Bhatt2021-03-101-3/+4
| * bus: mhi: core: Process execution environment changes seriallyBhaumik Bhatt2021-03-102-22/+25
| * bus: mhi: core: Download AMSS image from appropriate functionBhaumik Bhatt2021-03-103-27/+27
| * bus: mhi: core: Destroy SBL devices when moving to mission modeBhaumik Bhatt2021-03-102-4/+28
| * bus: mhi: Early MHI resume failure in non M3 stateLoic Poulain2021-03-101-0/+3
| * bus: mhi: core: Add missing checks for MMIO register entriesBhaumik Bhatt2021-03-101-5/+3
| * bus: mhi: core: Rename debugfs directory nameLoic Poulain2021-03-101-1/+1
| * bus: mhi: core: Fix invalid error returning in mhi_queueLoic Poulain2021-03-101-6/+2
| * bus: mhi: pci_generic: Remove WQ_MEM_RECLAIM flag from state workqueueLoic Poulain2021-03-101-2/+1
| * bus: mhi: pci_generic: Add support for runtime PMLoic Poulain2021-03-101-9/+86
| * bus: mhi: pci_generic: Use generic PCI power managementLoic Poulain2021-03-101-7/+7
| * bus: mhi: pci_generic: No-Op for device_wake operationsLoic Poulain2021-03-102-2/+18
| * bus: mhi: pci_generic: Add SDX24 based modem supportLoic Poulain2021-03-101-0/+10
| * bus: mhi: pci_generic: Introduce quectel EM1XXGR-L supportLoic Poulain2021-03-101-0/+73
| * bus: mhi: pci_generic: Parametrable element count for eventsLoic Poulain2021-03-101-10/+10