index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-mv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-04
usb: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2023-07-27
usb: ehci-mv: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-05-28
usb: ehci-mv: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2021-09-21
usb: host: ehci-mv: drop duplicated MODULE_ALIAS
Krzysztof Kozlowski
1
-2
/
+0
2021-07-21
USB: EHCI: ehci-mv: improve error handling in mv_ehci_enable()
Evgeny Novikov
1
-12
/
+11
2020-05-19
USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned int
Colin Ian King
1
-4
/
+3
2020-05-13
USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()
Tang Bin
1
-3
/
+2
2020-05-13
USB: EHCI: ehci-mv: Fix unused assignment in mv_ehci_probe()
Tang Bin
1
-3
/
+1
2020-03-12
USB: EHCI: ehci-mv: use a unique bus name
Lubomir Rintel
1
-1
/
+1
2020-03-12
USB: EHCI: ehci-mv: switch the HSIC HCI to HSIC mode
Lubomir Rintel
1
-0
/
+9
2020-01-08
usb: ehci-mv: Fix missing iomem in cast
Krzysztof Kozlowski
1
-1
/
+1
2019-12-30
USB: EHCI: ehci-mv: add HSIC support
Lubomir Rintel
1
-0
/
+11
2019-12-30
USB: EHCI: ehci-mv: drop pxa_ehci_type and some device IDs
Lubomir Rintel
1
-4
/
+2
2019-12-30
USB: EHCI: ehci-mv: make the PHY optional
Lubomir Rintel
1
-1
/
+1
2019-01-18
USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE
Lubomir Rintel
1
-0
/
+1
2018-09-20
USB: EHCI: ehci-mv: add DT support
Lubomir Rintel
1
-18
/
+23
2018-09-20
USB: EHCI: ehci-mv: use phy-pxa-usb
Lubomir Rintel
1
-22
/
+22
2018-09-20
USB: EHCI: ehci-mv: remove private_init
Lubomir Rintel
1
-4
/
+0
2018-09-20
USB: EHCI: make ehci-mv a separate driver
Lubomir Rintel
1
-56
/
+42
2017-11-07
USB: host: ehci: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2014-11-07
host: ehci-mv: remove duplicate check on resource
Varka Bhadram
1
-12
/
+0
2014-11-03
usb: host: ehci-mv: delete unnecessary 'out of memory' messages
Peter Chen
1
-1
/
+0
2014-05-27
usb: host: ehci-mv: Use devm_ioremap_resource instead of devm_ioremap
Vivek Gautam
1
-10
/
+6
2013-12-08
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
1
-0
/
+1
2013-12-04
USB: fix coccinelle warnings
Fengguang Wu
1
-1
/
+1
2013-09-23
Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""
Greg Kroah-Hartman
1
-1
/
+1
2013-09-17
Revert "USB: EHCI: support running URB giveback in tasklet context"
Greg Kroah-Hartman
1
-1
/
+1
2013-08-12
USB: EHCI: support running URB giveback in tasklet context
Ming Lei
1
-1
/
+1
2013-07-31
USB: host: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-05-16
USB: ehci-mv: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-10
/
+6
2013-04-05
Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-35
/
+19
2013-04-02
usb: ehci: mv_ehci: remove unused clock
Chao Xie
1
-25
/
+10
2013-03-18
usb: host: ehci-mv: fix PHY error handling
Felipe Balbi
1
-10
/
+9
2013-03-18
usb: ehci: marvel: check against CONFIG_USB_PHY
Felipe Balbi
1
-2
/
+2
2013-03-15
usb: Use resource_size function
Paul Vlase
1
-1
/
+1
2013-01-25
Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-1
/
+0
2013-01-24
usb: host: ehci-mv: remove unused variable
Chao Xie
1
-1
/
+0
2012-12-13
usb: host: ehci-mv: fix clk APIs
Chao Xie
1
-2
/
+2
2012-08-10
drivers/usb/host/ehci-mv.c: use devm_ functions
Julia Lawall
1
-35
/
+16
2012-07-09
EHCI: centralize controller initialization
Alan Stern
1
-19
/
+4
2012-07-02
usb: phy: fix return value check of usb_get_phy
Kishon Vijay Abraham I
1
-3
/
+4
2012-06-25
usb: otg: support for multiple transceivers by a single controller
Kishon Vijay Abraham I
1
-1
/
+1
2012-06-25
usb: otg: utils: rename function name in OTG utils
Kishon Vijay Abraham I
1
-3
/
+3
2012-02-27
usb: otg: Convert all users to pass struct usb_otg for OTG functions
Heikki Krogerus
1
-2
/
+2
2012-02-27
usb: Convert all users to new usb_phy
Heikki Krogerus
1
-3
/
+3
2012-02-13
usb: otg: Rename otg_transceiver to usb_phy
Heikki Krogerus
1
-1
/
+1
2011-12-20
USB: EHCI: Add Marvell Host Controller driver
Neil Zhang
1
-0
/
+391