summaryrefslogtreecommitdiff
path: root/drivers/bus/mhi/host/init.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25bus: mhi: host: Add a new API for getting channel doorbell offsetQiang Yu1-5/+3
2024-04-25bus: mhi: host: Add sysfs entry to force device to enter EDLQiang Yu1-0/+33
2024-02-21Revert "bus: mhi: core: Add support for reading MHI info from device"Jeffrey Hugo1-12/+0
2024-02-06bus: mhi: host: Add tracing supportKrishna chaitanya chundru1-33/+31
2024-01-30bus: mhi: host: Read PK HASH dynamicallyJeffrey Hugo1-4/+12
2024-01-30bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL stateJeffrey Hugo1-0/+1
2023-12-14bus: mhi: host: Add a separate timeout parameter for waiting readyQiang Yu1-0/+1
2023-07-13bus: mhi: host: use vmalloc_array and vcallocJulia Lawall1-1/+1
2023-04-03bus: mhi: host: Use ERANGE for BHIOFF/BHIEOFF range checkJeffrey Hugo1-2/+2
2023-04-03bus: mhi: host: Range check CHDBOFF and ERDBOFFJeffrey Hugo1-0/+12
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-27bus: mhi: host: Update mhi driver descriptionSlark Xiao1-1/+1
2022-06-24bus: mhi: host: Move IRQ allocation to controller registration phaseQiang Yu1-1/+16
2022-05-19Merge tag 'mhi-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman1-28/+54
2022-05-09bus: mhi: replace snprintf with sysfs_emitWan Jiabing1-4/+3
2022-04-23bus: mhi: host: Optimize and update MMIO register write methodBhaumik Bhatt1-31/+31
2022-04-23bus: mhi: host: Bail on writing register fields if read failsBhaumik Bhatt1-5/+17
2022-04-23bus: mhi: host: Add soc_reset sysfsJeffrey Hugo1-0/+14
2022-03-18bus: mhi: Make mhi_state_str[] array static inline and move to common.hManivannan Sadhasivam1-12/+0
2022-03-18bus: mhi: host: Rename "struct mhi_tre" to "struct mhi_ring_element"Manivannan Sadhasivam1-3/+3
2022-03-18bus: mhi: Use bitfield operations for register read and writeManivannan Sadhasivam1-37/+30
2022-03-18bus: mhi: Move host MHI code to "host" directoryManivannan Sadhasivam1-0/+1431