summaryrefslogtreecommitdiff
path: root/drivers/bus/mhi
AgeCommit message (Expand)AuthorFilesLines
2023-01-18bus: mhi: host: Fix race between channel preparation and M0 eventQiang Yu1-1/+2
2021-07-28bus: mhi: core: Validate channel ID when processing command completionsBhaumik Bhatt1-5/+12
2021-07-14bus: mhi: Wait for M2 state during system resumeBaochen Qiang1-0/+1
2021-05-11bus: mhi: core: Clear context for stopped channels from remove()Bhaumik Bhatt1-1/+2
2021-05-11bus: mhi: core: Destroy SBL devices when moving to mission modeBhaumik Bhatt2-4/+28
2021-05-11bus: mhi: core: Sanity check values from remote device before useJeffrey Hugo1-7/+74
2021-05-11bus: mhi: core: Clear configuration from channel context during resetBhaumik Bhatt1-0/+13
2021-05-11bus: mhi: core: Fix check for syserr at power_upJeffrey Hugo1-1/+1
2020-12-30bus: mhi: core: Fix null pointer access when parsing MHI configurationCarl Yin1-2/+2
2020-12-30bus: mhi: core: Remove double locking from mhi_driver_remove()Bhaumik Bhatt1-2/+0
2020-10-02bus: mhi: debugfs: Print channel context read-pointerLoic Poulain1-2/+3
2020-10-02bus: mhi: core: Fix the building of MHI moduleManivannan Sadhasivam1-1/+1
2020-10-02bus: mhi: Remove unused nr_irqs_req variableLoic Poulain1-3/+0
2020-10-02bus: mhi: core: Allow shared IRQ for event ringsLoic Poulain2-1/+8
2020-10-02bus: mhi: core: Introduce sysfs entries for MHIBhaumik Bhatt1-0/+37
2020-10-02bus: mhi: core: Introduce debugfs entries for MHIBhaumik Bhatt5-0/+450
2020-10-02bus: mhi: Fix entries based on Kconfig coding styleBhaumik Bhatt1-6/+6
2020-10-02bus: mhi: core: Add const qualifier to MHI config informationHemant Kumar1-6/+6
2020-10-02bus: mhi: core: Introduce APIs to allocate and free the MHI controllerBhaumik Bhatt1-0/+16
2020-10-02bus: mhi: core: Read and save device hardware information from BHIBhaumik Bhatt1-1/+16
2020-10-02bus: mhi: core: Introduce counters to track MHI device state transitionsBhaumik Bhatt1-0/+4
2020-10-02bus: mhi: core: Introduce helper function to check device stateBhaumik Bhatt1-0/+5
2020-10-02bus: mhi: core: Use generic name field for an MHI deviceBhaumik Bhatt2-5/+6
2020-10-02bus: mhi: core: Trigger host resume if suspended during mhi_device_get()Bhaumik Bhatt1-0/+3
2020-10-02bus: mhi: core: Use helper API to trigger a non-blocking host resumeBhaumik Bhatt3-23/+18
2020-10-02bus: mhi: core: Abort suspends due to outgoing pending packetsBhaumik Bhatt1-2/+4
2020-10-02bus: mhi: core: Remove double occurrence for mhi_ctrl_ev_task() declarationBhaumik Bhatt1-1/+0
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-156/+362
2020-05-22bus: mhi: core: Handle syserr during power_upJeffrey Hugo1-0/+27
2020-05-22bus: mhi: core: Handle write lock properly in mhi_pm_m0_transitionHemant Kumar1-3/+7
2020-05-22bus: mhi: core: Do not process SYS_ERROR if RDDM is supportedHemant Kumar1-3/+8
2020-05-22bus: mhi: core: Skip handling BHI irq if MHI reg access is not allowedHemant Kumar1-7/+14
2020-05-22bus: mhi: core: Handle disable transitions in state workerHemant Kumar3-1/+12
2020-05-22bus: mhi: core: Remove the system error worker threadHemant Kumar4-23/+20
2020-05-22bus: mhi: core: Ensure non-zero session or sequence ID values are usedBhaumik Bhatt2-8/+8
2020-05-22bus: mhi: core: Improve debug logs for loading firmwareBhaumik Bhatt1-3/+18
2020-05-22bus: mhi: core: Return appropriate error codes for AMSS load failureBhaumik Bhatt1-11/+12
2020-05-22bus: mhi: core: Handle firmware load using state workerBhaumik Bhatt4-21/+5
2020-05-22bus: mhi: core: Read transfer length from an event properlyHemant Kumar1-2/+7
2020-05-22bus: mhi: core: Add range check for channel id received in event ringHemant Kumar1-11/+29
2020-05-22bus: mhi: core: Cache intmod from mhi event to mhi channelHemant Kumar1-0/+4
2020-05-22bus: mhi: core: Refactor mhi queue APIsHemant Kumar2-63/+47
2020-05-15bus: mhi: core: Fix some error return codeWei Yongjun1-0/+2
2020-05-11Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman4-21/+13
2020-05-05bus: mhi: core: Fix channel device name conflictJeffrey Hugo1-1/+2
2020-05-05bus: mhi: core: Offload register accesses to the controllerJeffrey Hugo3-14/+4
2020-05-05bus: mhi: core: Remove link_status() callbackJeffrey Hugo2-7/+4
2020-05-05bus: mhi: core: Make sure to powerdown if mhi_sync_power_up failsJeffrey Hugo1-1/+5
2020-04-28bus: mhi: core: Fix a NULL vs IS_ERR check in mhi_create_devices()Dan Carpenter1-1/+1
2020-04-28bus: mhi: core: Add support for MHI suspend and resumeManivannan Sadhasivam2-1/+145