summaryrefslogtreecommitdiffstats
path: root/drivers/bus/mhi/core/boot.c
Commit message (Expand)AuthorAgeFilesLines
* bus: mhi: Move host MHI code to "host" directoryManivannan Sadhasivam2022-03-181-533/+0
* bus: mhi: core: Use macros for execution environment featuresBhaumik Bhatt2021-12-171-1/+1
* bus: mhi: core: Replace DMA allocation wrappers with original APIsBhaumik Bhatt2021-08-051-8/+9
* bus: mhi: core: Wait for MHI READY state in most scenariosBhaumik Bhatt2021-03-311-2/+2
* 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: Download AMSS image from appropriate functionBhaumik Bhatt2021-03-101-27/+24
* bus: mhi: core: Use appropriate label in firmware load handler APIBhaumik Bhatt2020-11-181-3/+3
* bus: mhi: core: Move to an error state on any firmware load failureBhaumik Bhatt2020-11-181-15/+20
* bus: mhi: core: Use appropriate names for firmware load functionsBhaumik Bhatt2020-11-181-9/+10
* bus: mhi: core: Skip RDDM download for unknown execution environmentBhaumik Bhatt2020-11-181-2/+7
* bus: mhi: core: Rename RDDM download function to use proper wordsBhaumik Bhatt2020-11-181-2/+2
* bus: mhi: core: Remove unnecessary counter from mhi_firmware_copy()Bhaumik Bhatt2020-11-181-2/+0
* bus: mhi: core: Read and save device hardware information from BHIBhaumik Bhatt2020-10-021-1/+16
* bus: mhi: core: Ensure non-zero session or sequence ID values are usedBhaumik Bhatt2020-05-221-8/+7
* bus: mhi: core: Improve debug logs for loading firmwareBhaumik Bhatt2020-05-221-3/+18
* bus: mhi: core: Return appropriate error codes for AMSS load failureBhaumik Bhatt2020-05-221-11/+12
* bus: mhi: core: Handle firmware load using state workerBhaumik Bhatt2020-05-221-15/+3
* bus/mhi: fix printk format for size_tRandy Dunlap2020-03-241-1/+1
* bus: mhi: core: Add support for downloading RDDM image during panicManivannan Sadhasivam2020-03-191-0/+152
* bus: mhi: core: Add support for downloading firmware over BHIeManivannan Sadhasivam2020-03-191-0/+268
* bus: mhi: core: Add support for basic PM operationsManivannan Sadhasivam2020-03-191-0/+87