index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-mv.c
Age
Commit message (
Expand
)
Author
2020-05-19
USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned int
Colin Ian King
2020-05-13
USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()
Tang Bin
2020-05-13
USB: EHCI: ehci-mv: Fix unused assignment in mv_ehci_probe()
Tang Bin
2020-03-12
USB: EHCI: ehci-mv: use a unique bus name
Lubomir Rintel
2020-03-12
USB: EHCI: ehci-mv: switch the HSIC HCI to HSIC mode
Lubomir Rintel
2020-01-08
usb: ehci-mv: Fix missing iomem in cast
Krzysztof Kozlowski
2019-12-30
USB: EHCI: ehci-mv: add HSIC support
Lubomir Rintel
2019-12-30
USB: EHCI: ehci-mv: drop pxa_ehci_type and some device IDs
Lubomir Rintel
2019-12-30
USB: EHCI: ehci-mv: make the PHY optional
Lubomir Rintel
2019-01-18
USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE
Lubomir Rintel
2018-09-20
USB: EHCI: ehci-mv: add DT support
Lubomir Rintel
2018-09-20
USB: EHCI: ehci-mv: use phy-pxa-usb
Lubomir Rintel
2018-09-20
USB: EHCI: ehci-mv: remove private_init
Lubomir Rintel
2018-09-20
USB: EHCI: make ehci-mv a separate driver
Lubomir Rintel
2017-11-07
USB: host: ehci: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2014-11-07
host: ehci-mv: remove duplicate check on resource
Varka Bhadram
2014-11-03
usb: host: ehci-mv: delete unnecessary 'out of memory' messages
Peter Chen
2014-05-27
usb: host: ehci-mv: Use devm_ioremap_resource instead of devm_ioremap
Vivek Gautam
2013-12-08
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
2013-12-04
USB: fix coccinelle warnings
Fengguang Wu
2013-09-23
Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""
Greg Kroah-Hartman
2013-09-17
Revert "USB: EHCI: support running URB giveback in tasklet context"
Greg Kroah-Hartman
2013-08-12
USB: EHCI: support running URB giveback in tasklet context
Ming Lei
2013-07-31
USB: host: use dev_get_platdata()
Jingoo Han
2013-05-16
USB: ehci-mv: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-04-05
Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2013-04-02
usb: ehci: mv_ehci: remove unused clock
Chao Xie
2013-03-18
usb: host: ehci-mv: fix PHY error handling
Felipe Balbi
2013-03-18
usb: ehci: marvel: check against CONFIG_USB_PHY
Felipe Balbi
2013-03-15
usb: Use resource_size function
Paul Vlase
2013-01-25
Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2013-01-24
usb: host: ehci-mv: remove unused variable
Chao Xie
2012-12-13
usb: host: ehci-mv: fix clk APIs
Chao Xie
2012-08-10
drivers/usb/host/ehci-mv.c: use devm_ functions
Julia Lawall
2012-07-09
EHCI: centralize controller initialization
Alan Stern
2012-07-02
usb: phy: fix return value check of usb_get_phy
Kishon Vijay Abraham I
2012-06-25
usb: otg: support for multiple transceivers by a single controller
Kishon Vijay Abraham I
2012-06-25
usb: otg: utils: rename function name in OTG utils
Kishon Vijay Abraham I
2012-02-27
usb: otg: Convert all users to pass struct usb_otg for OTG functions
Heikki Krogerus
2012-02-27
usb: Convert all users to new usb_phy
Heikki Krogerus
2012-02-13
usb: otg: Rename otg_transceiver to usb_phy
Heikki Krogerus
2011-12-20
USB: EHCI: Add Marvell Host Controller driver
Neil Zhang