index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
mhi
/
host
/
init.c
Age
Commit message (
Expand
)
Author
12 days
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-31
bus: mhi: host: Use bus callbacks for .probe() and .remove()
Uwe Kleine-König
2025-12-31
bus: mhi: host: Drop the auto_queue support
Manivannan Sadhasivam
2025-09-08
bus: mhi: host: Do not use uninitialized 'dev' pointer in mhi_init_irq_setup()
Adam Xue
2025-06-17
bus: mhi: host: Make local functions static
Manivannan Sadhasivam
2025-01-31
bus: mhi: host: Add a policy to enable image transfer via BHIe in PBL
Matthew Leung
2024-08-26
bus: mhi: host: make mhi_bus_type const
Kunwu Chan
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-04-25
bus: mhi: host: Add a new API for getting channel doorbell offset
Qiang Yu
2024-04-25
bus: mhi: host: Add sysfs entry to force device to enter EDL
Qiang Yu
2024-02-21
Revert "bus: mhi: core: Add support for reading MHI info from device"
Jeffrey Hugo
2024-02-06
bus: mhi: host: Add tracing support
Krishna chaitanya chundru
2024-01-30
bus: mhi: host: Read PK HASH dynamically
Jeffrey Hugo
2024-01-30
bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL state
Jeffrey Hugo
2023-12-14
bus: mhi: host: Add a separate timeout parameter for waiting ready
Qiang Yu
2023-07-13
bus: mhi: host: use vmalloc_array and vcalloc
Julia Lawall
2023-04-03
bus: mhi: host: Use ERANGE for BHIOFF/BHIEOFF range check
Jeffrey Hugo
2023-04-03
bus: mhi: host: Range check CHDBOFF and ERDBOFF
Jeffrey Hugo
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
bus: mhi: host: Update mhi driver description
Slark Xiao
2022-06-24
bus: mhi: host: Move IRQ allocation to controller registration phase
Qiang Yu
2022-05-19
Merge tag 'mhi-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Greg Kroah-Hartman
2022-05-09
bus: mhi: replace snprintf with sysfs_emit
Wan Jiabing
2022-04-23
bus: mhi: host: Optimize and update MMIO register write method
Bhaumik Bhatt
2022-04-23
bus: mhi: host: Bail on writing register fields if read fails
Bhaumik Bhatt
2022-04-23
bus: mhi: host: Add soc_reset sysfs
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