summaryrefslogtreecommitdiffstats
path: root/drivers/bus/mhi/host/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus: mhi: host: make mhi_bus_type constKunwu Chan2024-08-261-1/+1
* driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-2/+2
* bus: mhi: host: Add a new API for getting channel doorbell offsetQiang Yu2024-04-251-5/+3
* bus: mhi: host: Add sysfs entry to force device to enter EDLQiang Yu2024-04-251-0/+33
* Revert "bus: mhi: core: Add support for reading MHI info from device"Jeffrey Hugo2024-02-211-12/+0
* bus: mhi: host: Add tracing supportKrishna chaitanya chundru2024-02-061-33/+31
* bus: mhi: host: Read PK HASH dynamicallyJeffrey Hugo2024-01-301-4/+12
* bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL stateJeffrey Hugo2024-01-301-0/+1
* bus: mhi: host: Add a separate timeout parameter for waiting readyQiang Yu2023-12-141-0/+1
* bus: mhi: host: use vmalloc_array and vcallocJulia Lawall2023-07-131-1/+1
* bus: mhi: host: Use ERANGE for BHIOFF/BHIEOFF range checkJeffrey Hugo2023-04-031-2/+2
* bus: mhi: host: Range check CHDBOFF and ERDBOFFJeffrey Hugo2023-04-031-0/+12
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | bus: mhi: host: Update mhi driver descriptionSlark Xiao2023-01-271-1/+1
|/
* bus: mhi: host: Move IRQ allocation to controller registration phaseQiang Yu2022-06-241-1/+16
* Merge tag 'mhi-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman2022-05-191-28/+54
|\
| * bus: mhi: host: Optimize and update MMIO register write methodBhaumik Bhatt2022-04-231-31/+31
| * bus: mhi: host: Bail on writing register fields if read failsBhaumik Bhatt2022-04-231-5/+17
| * bus: mhi: host: Add soc_reset sysfsJeffrey Hugo2022-04-231-0/+14
* | bus: mhi: replace snprintf with sysfs_emitWan Jiabing2022-05-091-4/+3
|/
* bus: mhi: Make mhi_state_str[] array static inline and move to common.hManivannan Sadhasivam2022-03-181-12/+0
* bus: mhi: host: Rename "struct mhi_tre" to "struct mhi_ring_element"Manivannan Sadhasivam2022-03-181-3/+3
* bus: mhi: Use bitfield operations for register read and writeManivannan Sadhasivam2022-03-181-37/+30
* bus: mhi: Move host MHI code to "host" directoryManivannan Sadhasivam2022-03-181-0/+1431