summaryrefslogtreecommitdiff
path: root/drivers/bus/mhi/core
Commit message (Expand)AuthorAgeFilesLines
* 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: 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: Add inbound buffers allocation flagLoic Poulain2021-08-052-4/+7
* bus: mhi: core: Validate channel ID when processing command completionsBhaumik Bhatt2021-07-211-5/+12
* 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: core: Fix shadow declarationsManivannan Sadhasivam2021-04-091-6/+6
* bus: mhi: core: Sanity check values from remote device before useJeffrey Hugo2021-04-081-7/+74
* 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: core: Remove pre_init flag used for power purposesBhaumik Bhatt2021-04-072-23/+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-04-011-18/+16
* bus: mhi: core: Introduce internal register poll helper functionBhaumik Bhatt2021-04-012-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-314-0/+12
* 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: 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: No-Op for device_wake operationsLoic Poulain2021-03-101-2/+0
* mhi: Fix double dma freeLoic Poulain2021-02-101-0/+3
* Merge branch 'mhi-net-immutable' into mhi-nextManivannan Sadhasivam2021-01-271-0/+12
|\
| * bus: mhi: core: Add helper API to return number of free TREsHemant Kumar2021-01-271-0/+12
* | mhi: core: Factorize mhi queuingLoic Poulain2021-01-211-118/+44