index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
mhi
/
host
/
init.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
bus: mhi: host: Do not use uninitialized 'dev' pointer in mhi_init_irq_setup()
Adam Xue
1
-3
/
+2
2025-06-17
bus: mhi: host: Make local functions static
Manivannan Sadhasivam
1
-4
/
+4
2025-01-31
bus: mhi: host: Add a policy to enable image transfer via BHIe in PBL
Matthew Leung
1
-1
/
+1
2024-08-26
bus: mhi: host: make mhi_bus_type const
Kunwu Chan
1
-1
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-2
/
+2
2024-04-25
bus: mhi: host: Add a new API for getting channel doorbell offset
Qiang Yu
1
-5
/
+3
2024-04-25
bus: mhi: host: Add sysfs entry to force device to enter EDL
Qiang Yu
1
-0
/
+33
2024-02-21
Revert "bus: mhi: core: Add support for reading MHI info from device"
Jeffrey Hugo
1
-12
/
+0
2024-02-06
bus: mhi: host: Add tracing support
Krishna chaitanya chundru
1
-33
/
+31
2024-01-30
bus: mhi: host: Read PK HASH dynamically
Jeffrey Hugo
1
-4
/
+12
2024-01-30
bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL state
Jeffrey Hugo
1
-0
/
+1
2023-12-14
bus: mhi: host: Add a separate timeout parameter for waiting ready
Qiang Yu
1
-0
/
+1
2023-07-13
bus: mhi: host: use vmalloc_array and vcalloc
Julia Lawall
1
-1
/
+1
2023-04-03
bus: mhi: host: Use ERANGE for BHIOFF/BHIEOFF range check
Jeffrey Hugo
1
-2
/
+2
2023-04-03
bus: mhi: host: Range check CHDBOFF and ERDBOFF
Jeffrey Hugo
1
-0
/
+12
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-2
/
+2
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-27
bus: mhi: host: Update mhi driver description
Slark Xiao
1
-1
/
+1
2022-06-24
bus: mhi: host: Move IRQ allocation to controller registration phase
Qiang Yu
1
-1
/
+16
2022-05-19
Merge tag 'mhi-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-work-next
Greg Kroah-Hartman
1
-28
/
+54
2022-05-09
bus: mhi: replace snprintf with sysfs_emit
Wan Jiabing
1
-4
/
+3
2022-04-23
bus: mhi: host: Optimize and update MMIO register write method
Bhaumik Bhatt
1
-31
/
+31
2022-04-23
bus: mhi: host: Bail on writing register fields if read fails
Bhaumik Bhatt
1
-5
/
+17
2022-04-23
bus: mhi: host: Add soc_reset sysfs
Jeffrey Hugo
1
-0
/
+14
2022-03-18
bus: mhi: Make mhi_state_str[] array static inline and move to common.h
Manivannan Sadhasivam
1
-12
/
+0
2022-03-18
bus: mhi: host: Rename "struct mhi_tre" to "struct mhi_ring_element"
Manivannan Sadhasivam
1
-3
/
+3
2022-03-18
bus: mhi: Use bitfield operations for register read and write
Manivannan Sadhasivam
1
-37
/
+30
2022-03-18
bus: mhi: Move host MHI code to "host" directory
Manivannan Sadhasivam
1
-0
/
+1431