index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
mhi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-18
bus: mhi: core: Remove unused mhi_fw_load_worker() declaration
Bhaumik Bhatt
1
-1
/
+0
2020-11-18
bus: mhi: core: Expose mhi_get_exec_env() API for controllers
Bhaumik Bhatt
2
-1
/
+1
2020-11-18
bus: mhi: core: Add missing EXPORT_SYMBOL for mhi_get_mhi_state()
Bhaumik Bhatt
1
-0
/
+1
2020-11-18
bus: mhi: core: Remove unnecessary counter from mhi_firmware_copy()
Bhaumik Bhatt
1
-2
/
+0
2020-11-18
bus: mhi: Fix channel close issue on driver remove
Loic Poulain
1
-1
/
+2
2020-11-18
bus: mhi: core: Fix null pointer access when parsing MHI configuration
Carl Yin
1
-2
/
+2
2020-11-18
bus: mhi: Add MHI PCI support for WWAN modems
Loic Poulain
3
-0
/
+358
2020-11-18
bus: mhi: core: fix potential operator-precedence with BHI macros
Jeffrey Hugo
1
-2
/
+2
2020-11-18
bus: mhi: core: Remove double locking from mhi_driver_remove()
Bhaumik Bhatt
1
-2
/
+0
2020-10-02
bus: mhi: debugfs: Print channel context read-pointer
Loic Poulain
1
-2
/
+3
2020-10-02
bus: mhi: core: Fix the building of MHI module
Manivannan Sadhasivam
1
-1
/
+1
2020-10-02
bus: mhi: Remove unused nr_irqs_req variable
Loic Poulain
1
-3
/
+0
2020-10-02
bus: mhi: core: Allow shared IRQ for event rings
Loic Poulain
2
-1
/
+8
2020-10-02
bus: mhi: core: Introduce sysfs entries for MHI
Bhaumik Bhatt
1
-0
/
+37
2020-10-02
bus: mhi: core: Introduce debugfs entries for MHI
Bhaumik Bhatt
5
-0
/
+450
2020-10-02
bus: mhi: Fix entries based on Kconfig coding style
Bhaumik Bhatt
1
-6
/
+6
2020-10-02
bus: mhi: core: Add const qualifier to MHI config information
Hemant Kumar
1
-6
/
+6
2020-10-02
bus: mhi: core: Introduce APIs to allocate and free the MHI controller
Bhaumik Bhatt
1
-0
/
+16
2020-10-02
bus: mhi: core: Read and save device hardware information from BHI
Bhaumik Bhatt
1
-1
/
+16
2020-10-02
bus: mhi: core: Introduce counters to track MHI device state transitions
Bhaumik Bhatt
1
-0
/
+4
2020-10-02
bus: mhi: core: Introduce helper function to check device state
Bhaumik Bhatt
1
-0
/
+5
2020-10-02
bus: mhi: core: Use generic name field for an MHI device
Bhaumik Bhatt
2
-5
/
+6
2020-10-02
bus: mhi: core: Trigger host resume if suspended during mhi_device_get()
Bhaumik Bhatt
1
-0
/
+3
2020-10-02
bus: mhi: core: Use helper API to trigger a non-blocking host resume
Bhaumik Bhatt
3
-23
/
+18
2020-10-02
bus: mhi: core: Abort suspends due to outgoing pending packets
Bhaumik Bhatt
1
-2
/
+4
2020-10-02
bus: mhi: core: Remove double occurrence for mhi_ctrl_ev_task() declaration
Bhaumik Bhatt
1
-1
/
+0
2020-06-07
Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-156
/
+362
2020-05-22
bus: mhi: core: Handle syserr during power_up
Jeffrey Hugo
1
-0
/
+27
2020-05-22
bus: mhi: core: Handle write lock properly in mhi_pm_m0_transition
Hemant Kumar
1
-3
/
+7
2020-05-22
bus: mhi: core: Do not process SYS_ERROR if RDDM is supported
Hemant Kumar
1
-3
/
+8
2020-05-22
bus: mhi: core: Skip handling BHI irq if MHI reg access is not allowed
Hemant Kumar
1
-7
/
+14
2020-05-22
bus: mhi: core: Handle disable transitions in state worker
Hemant Kumar
3
-1
/
+12
2020-05-22
bus: mhi: core: Remove the system error worker thread
Hemant Kumar
4
-23
/
+20
2020-05-22
bus: mhi: core: Ensure non-zero session or sequence ID values are used
Bhaumik Bhatt
2
-8
/
+8
2020-05-22
bus: mhi: core: Improve debug logs for loading firmware
Bhaumik Bhatt
1
-3
/
+18
2020-05-22
bus: mhi: core: Return appropriate error codes for AMSS load failure
Bhaumik Bhatt
1
-11
/
+12
2020-05-22
bus: mhi: core: Handle firmware load using state worker
Bhaumik Bhatt
4
-21
/
+5
2020-05-22
bus: mhi: core: Read transfer length from an event properly
Hemant Kumar
1
-2
/
+7
2020-05-22
bus: mhi: core: Add range check for channel id received in event ring
Hemant Kumar
1
-11
/
+29
2020-05-22
bus: mhi: core: Cache intmod from mhi event to mhi channel
Hemant Kumar
1
-0
/
+4
2020-05-22
bus: mhi: core: Refactor mhi queue APIs
Hemant Kumar
2
-63
/
+47
2020-05-15
bus: mhi: core: Fix some error return code
Wei Yongjun
1
-0
/
+2
2020-05-11
Merge 5.7-rc5 into char-misc-next
Greg Kroah-Hartman
4
-21
/
+13
2020-05-05
bus: mhi: core: Fix channel device name conflict
Jeffrey Hugo
1
-1
/
+2
2020-05-05
bus: mhi: core: Offload register accesses to the controller
Jeffrey Hugo
3
-14
/
+4
2020-05-05
bus: mhi: core: Remove link_status() callback
Jeffrey Hugo
2
-7
/
+4
2020-05-05
bus: mhi: core: Make sure to powerdown if mhi_sync_power_up fails
Jeffrey Hugo
1
-1
/
+5
2020-04-28
bus: mhi: core: Fix a NULL vs IS_ERR check in mhi_create_devices()
Dan Carpenter
1
-1
/
+1
2020-04-28
bus: mhi: core: Add support for MHI suspend and resume
Manivannan Sadhasivam
2
-1
/
+145
2020-03-26
bus: mhi: core: Drop the references to mhi_dev in mhi_destroy_device()
Manivannan Sadhasivam
2
-0
/
+25
[next]