summaryrefslogtreecommitdiff
path: root/drivers/bus/mhi/core/main.c
AgeCommit message (Expand)Author
2022-03-18bus: mhi: Move host MHI code to "host" directoryManivannan Sadhasivam
2022-03-18bus: mhi: Fix MHI DMA structure endiannessPaul Davey
2021-12-17bus: mhi: core: Add an API for auto queueing buffers for DL channelManivannan Sadhasivam
2021-12-17bus: mhi: core: Minor style and comment fixesManivannan Sadhasivam
2021-08-27Revert "bus: mhi: Add inbound buffers allocation flag"Greg Kroah-Hartman
2021-08-05bus: mhi: core: Replace DMA allocation wrappers with original APIsBhaumik Bhatt
2021-08-05bus: mhi: Add inbound buffers allocation flagLoic Poulain
2021-07-21bus: mhi: core: Validate channel ID when processing command completionsBhaumik Bhatt
2021-04-09bus: mhi: core: Fix shadow declarationsManivannan Sadhasivam
2021-04-08bus: mhi: core: Sanity check values from remote device before useJeffrey Hugo
2021-04-07bus: mhi: core: Remove __ prefix for MHI channel unprepare functionBhaumik Bhatt
2021-04-07bus: mhi: core: Check channel execution environment before issuing resetBhaumik Bhatt
2021-04-07bus: mhi: core: Hold device wake for channel update commandsBhaumik Bhatt
2021-04-07bus: mhi: core: Update debug messages to use client deviceBhaumik Bhatt
2021-04-07bus: mhi: core: Improvements to the channel handling state machineBhaumik Bhatt
2021-04-07bus: mhi: core: Allow sending the STOP channel commandBhaumik Bhatt
2021-04-07bus: mhi: core: Fix MHI runtime_pm behaviorLoic Poulain
2021-04-01bus: mhi: core: Introduce internal register poll helper functionBhaumik Bhatt
2021-03-31bus: mhi: core: Add support for Flash Programmer execution environmentCarl Yin
2021-03-16bus: mhi: core: Return EAGAIN if MHI ring is fullFan Wu
2021-03-15bus: mhi: core: remove redundant initialization of variables state and eeColin Ian King
2021-03-10bus: mhi: core: Update debug prints to include local device stateBhaumik Bhatt
2021-03-10bus: mhi: core: Process execution environment changes seriallyBhaumik Bhatt
2021-03-10bus: mhi: core: Destroy SBL devices when moving to mission modeBhaumik Bhatt
2021-03-10bus: mhi: core: Fix invalid error returning in mhi_queueLoic Poulain
2021-01-27Merge branch 'mhi-net-immutable' into mhi-nextManivannan Sadhasivam
2021-01-27bus: mhi: core: Add helper API to return number of free TREsHemant Kumar
2021-01-21mhi: core: Factorize mhi queuingLoic Poulain
2021-01-21bus: mhi: Ensure correct ring update ordering with memory barrierLoic Poulain
2021-01-04bus: mhi: core: Add device hardware reset supportLoic Poulain
2020-12-15Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-11-28bus: mhi: core: Indexed MHI controller nameLoic Poulain
2020-11-18bus: mhi: core: Prevent sending multiple RDDM entry callbacksBhaumik Bhatt
2020-11-18bus: mhi: core: Move to SYS_ERROR regardless of RDDM capabilityBhaumik Bhatt
2020-11-18bus: mhi: core: Expose mhi_get_exec_env() API for controllersBhaumik Bhatt
2020-11-18bus: mhi: core: Add missing EXPORT_SYMBOL for mhi_get_mhi_state()Bhaumik Bhatt
2020-11-18bus: mhi: Fix channel close issue on driver removeLoic Poulain
2020-11-05bus: mhi: Add mhi_queue_is_full functionLoic Poulain
2020-10-02bus: mhi: core: Use generic name field for an MHI deviceBhaumik Bhatt
2020-10-02bus: mhi: core: Use helper API to trigger a non-blocking host resumeBhaumik Bhatt
2020-05-22bus: mhi: core: Do not process SYS_ERROR if RDDM is supportedHemant Kumar
2020-05-22bus: mhi: core: Skip handling BHI irq if MHI reg access is not allowedHemant Kumar
2020-05-22bus: mhi: core: Remove the system error worker threadHemant Kumar
2020-05-22bus: mhi: core: Read transfer length from an event properlyHemant Kumar
2020-05-22bus: mhi: core: Add range check for channel id received in event ringHemant Kumar
2020-05-22bus: mhi: core: Refactor mhi queue APIsHemant Kumar
2020-05-11Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman
2020-05-05bus: mhi: core: Fix channel device name conflictJeffrey Hugo
2020-05-05bus: mhi: core: Offload register accesses to the controllerJeffrey Hugo
2020-05-05bus: mhi: core: Remove link_status() callbackJeffrey Hugo