index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2023-08-11
bus: mhi: host: pci_generic: add support for Telit FE990 modem
Daniele Palmas
1
-0
/
+3
2023-08-11
bus: mhi: host: remove unused-but-set parameter
Arnd Bergmann
1
-1
/
+0
2023-08-08
bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL Lenovo variant
Duke Xin (辛安文)
1
-0
/
+3
2023-08-04
bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer
Kalle Valo
1
-9
/
+25
2023-07-13
bus: mhi: host: use vmalloc_array and vcalloc
Julia Lawall
1
-1
/
+1
2023-07-12
bus: mhi: host: pci_generic: Add support for Dell DW5932e
Slark Xiao
1
-0
/
+6
2023-07-12
bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL modem
Duke Xin (辛安文)
1
-0
/
+13
2023-07-12
bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modem
Duke Xin (辛安文)
1
-0
/
+2
2023-07-12
bus: mhi: host: pci_generic: Add support for IP_SW0 channels
Manivannan Sadhasivam
1
-4
/
+22
2023-07-12
bus: mhi: host: Skip MHI reset if device is in RDDM
Qiang Yu
1
-0
/
+5
2023-04-10
bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state
Jeffrey Hugo
1
-4
/
+12
2023-04-10
bus: mhi: host: Remove duplicate ee check for syserr
Jeffrey Hugo
1
-1
/
+1
2023-04-10
bus: mhi: host: Avoid ringing EV DB if there are no elements to process
Vivek Pernamitta
1
-2
/
+6
2023-04-03
bus: mhi: pci_generic: Add Foxconn T99W510
Slark Xiao
1
-0
/
+18
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-03-10
bus: mhi: host: pci_generic: Revert "Add a secondary AT port to Telit FN990"
Slark Xiao
1
-2
/
+0
2023-03-08
bus: mhi: host: pci_generic: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-7
/
+1
2023-03-07
bus: mhi: ep: Demote unsupported channel error log to debug
Manivannan Sadhasivam
1
-2
/
+2
2023-03-07
bus: mhi: host: Remove mhi_poll() API
Manivannan Sadhasivam
1
-15
/
+0
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-4
/
+4
2023-02-02
bus: mhi: ep: Fix off by one in mhi_ep_process_cmd_ring()
Dan Carpenter
1
-1
/
+1
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2
-4
/
+4
2023-01-27
bus: mhi: ep: Change state_lock to mutex
Manivannan Sadhasivam
2
-21
/
+29
2023-01-27
bus: mhi: ep: Save channel state locally during suspend and resume
Manivannan Sadhasivam
1
-0
/
+2
2023-01-27
bus: mhi: ep: Move chan->lock to the start of processing queued ch ring
Manivannan Sadhasivam
1
-2
/
+15
2023-01-27
bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmd
Manivannan Sadhasivam
1
-1
/
+1
2023-01-27
bus: mhi: ep: Only send -ENOTCONN status if client driver is available
Manivannan Sadhasivam
1
-6
/
+10
2023-01-27
bus: mhi: ep: Check if the channel is supported by the controller
Manivannan Sadhasivam
1
-0
/
+7
2023-01-27
bus: mhi: ep: Power up/down MHI stack during MHI RESET
Manivannan Sadhasivam
1
-28
/
+7
2023-01-27
bus: mhi: host: Update mhi driver description
Slark Xiao
1
-1
/
+1
2023-01-27
bus: mhi: Update Makefile to used Kconfig flags
Carl Vanderlip
1
-2
/
+2
2022-12-16
Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-11
/
+21
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-11-17
bus: mhi: host: pci_generic: Add definition for some VIDs
Slark Xiao
1
-7
/
+11
2022-11-07
bus: mhi: host: pci_generic: Add HP variant of T99W175
Song Fuchang
1
-0
/
+3
2022-11-07
bus: mhi: host: pci_generic: add support for sc8280xp-crd SDX55 variant
Johan Hovold
1
-0
/
+2
2022-10-28
bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990
Fabio Porcedda
1
-0
/
+2
2022-10-28
bus: mhi: host: Fix race between channel preparation and M0 event
Qiang Yu
1
-1
/
+2
2022-10-28
bus: mhi: host: Use mhi_soc_reset() API in place of register write
Qiang Yu
1
-3
/
+1
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-09-21
Merge tag 'mhi-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/man...
Greg Kroah-Hartman
1
-1
/
+1
2022-09-21
bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990
Fabio Porcedda
1
-0
/
+2
2022-09-16
bus: mhi: host: always print detected modem name
Koen Vandeputte
1
-1
/
+1
2022-08-29
bus: mhi: host: Fix up null pointer access in mhi_irq_handler
Qiang Yu
1
-3
/
+16
2022-07-09
bus: mhi: ep: Check dev_set_name() return value
Bo Liu
1
-2
/
+9
2022-06-29
bus: mhi: host: pci_generic: Add another Foxconn T99W175
Bjorn Andersson
1
-0
/
+3
2022-06-24
bus: mhi: host: Move IRQ allocation to controller registration phase
Qiang Yu
2
-7
/
+29
2022-06-22
bus: mhi: host: pci_generic: Add Cinterion MV31-W with new baseline
Slark Xiao
1
-0
/
+3
[next]