aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/mhi/host/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25bus: mhi: host: Add a new API for getting channel doorbell offsetQiang Yu1-0/+16
2024-02-22bus: mhi: host: Change the trace string for the userspace tools mappingKrishna chaitanya chundru1-2/+2
2024-02-06bus: mhi: host: Add tracing supportKrishna chaitanya chundru1-10/+9
2023-12-16bus: mhi: host: Drop chan lock before queuing buffersQiang Yu1-0/+4
2023-12-16bus: mhi: host: Add spinlock to protect WP access when queueing TREsBhaumik Bhatt1-9/+13
2023-12-14bus: mhi: host: Add alignment check for event ring read pointerKrishna chaitanya chundru1-1/+2
2023-12-14bus: mhi: host: Add a separate timeout parameter for waiting readyQiang Yu1-2/+3
2023-08-11bus: mhi: host: remove unused-but-set parameterArnd Bergmann1-1/+0
2023-04-10bus: mhi: host: Remove duplicate ee check for syserrJeffrey Hugo1-1/+1
2023-04-10bus: mhi: host: Avoid ringing EV DB if there are no elements to processVivek Pernamitta1-2/+6
2023-03-07bus: mhi: host: Remove mhi_poll() APIManivannan Sadhasivam1-15/+0
2022-08-29bus: mhi: host: Fix up null pointer access in mhi_irq_handlerQiang Yu1-3/+16
2022-04-23bus: mhi: host: Bail on writing register fields if read failsBhaumik Bhatt1-3/+6
2022-04-23bus: mhi: host: Use cached values for calculating the shared write pointerJeffrey Hugo1-7/+2
2022-03-18bus: mhi: Make mhi_state_str[] array static inline and move to common.hManivannan Sadhasivam1-4/+4
2022-03-18bus: mhi: host: Rename "struct mhi_tre" to "struct mhi_ring_element"Manivannan Sadhasivam1-10/+10
2022-03-18bus: mhi: Use bitfield operations for register read and writeManivannan Sadhasivam1-9/+7
2022-03-18bus: mhi: Move host MHI code to "host" directoryManivannan Sadhasivam1-0/+1687