index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
mhi
/
host
/
main.c
Age
Commit message (
Expand
)
Author
2025-07-19
bus: mhi: host: Detect events pointing to unexpected TREs
Youssef Samir
2025-06-17
bus: mhi: host: Make local functions static
Manivannan Sadhasivam
2025-03-14
bus: mhi: host: Fix race between unprepare and queue_buf
Jeffrey Hugo
2025-02-07
bus: mhi: host: Remove unused functions
Dr. David Alan Gilbert
2024-04-25
bus: mhi: host: Add a new API for getting channel doorbell offset
Qiang Yu
2024-02-22
bus: mhi: host: Change the trace string for the userspace tools mapping
Krishna chaitanya chundru
2024-02-06
bus: mhi: host: Add tracing support
Krishna chaitanya chundru
2023-12-16
bus: mhi: host: Drop chan lock before queuing buffers
Qiang Yu
2023-12-16
bus: mhi: host: Add spinlock to protect WP access when queueing TREs
Bhaumik Bhatt
2023-12-14
bus: mhi: host: Add alignment check for event ring read pointer
Krishna chaitanya chundru
2023-12-14
bus: mhi: host: Add a separate timeout parameter for waiting ready
Qiang Yu
2023-08-11
bus: mhi: host: remove unused-but-set parameter
Arnd Bergmann
2023-04-10
bus: mhi: host: Remove duplicate ee check for syserr
Jeffrey Hugo
2023-04-10
bus: mhi: host: Avoid ringing EV DB if there are no elements to process
Vivek Pernamitta
2023-03-07
bus: mhi: host: Remove mhi_poll() API
Manivannan Sadhasivam
2022-08-29
bus: mhi: host: Fix up null pointer access in mhi_irq_handler
Qiang Yu
2022-04-23
bus: mhi: host: Bail on writing register fields if read fails
Bhaumik Bhatt
2022-04-23
bus: mhi: host: Use cached values for calculating the shared write pointer
Jeffrey Hugo
2022-03-18
bus: mhi: Make mhi_state_str[] array static inline and move to common.h
Manivannan Sadhasivam
2022-03-18
bus: mhi: host: Rename "struct mhi_tre" to "struct mhi_ring_element"
Manivannan Sadhasivam
2022-03-18
bus: mhi: Use bitfield operations for register read and write
Manivannan Sadhasivam
2022-03-18
bus: mhi: Move host MHI code to "host" directory
Manivannan Sadhasivam