summaryrefslogtreecommitdiff
path: root/drivers/bus/mhi
AgeCommit message (Expand)AuthorFilesLines
2025-10-29bus: mhi: host: Do not use uninitialized 'dev' pointer in mhi_init_irq_setup()Adam Xue1-3/+2
2025-08-28bus: mhi: host: Fix endianness of BHI vector tableAlexander Wilhelm2-6/+6
2025-06-27bus: mhi: host: Fix conflict between power_up and SYSERRJeff Hugo1-1/+17
2024-02-23bus: mhi: host: Drop chan lock before queuing buffersQiang Yu1-0/+4
2023-09-19bus: mhi: host: Skip MHI reset if device is in RDDMQiang Yu1-0/+5
2023-09-02mhi: pci_generic: Fix implicit conversion warningLoic Poulain1-1/+1
2023-08-26bus: mhi: host: Range check CHDBOFF and ERDBOFFJeffrey Hugo1-0/+12
2023-08-26bus: mhi: Move host MHI code to "host" directoryManivannan Sadhasivam11-32/+38
2023-08-26bus: mhi: Add MHI PCI support for WWAN modemsLoic Poulain3-0/+358
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