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
/
usb
/
host
/
ehci-fsl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-24
drivers:usb:fsl:Make fsl ehci drv an independent driver module
Ramneek Mehresh
1
-96
/
+72
2015-01-09
usb: host: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-11-07
host: ehci-fsl: remove duplicate check on resource
Varka Bhadram
1
-9
/
+3
2014-09-29
usb: rename phy to usb_phy in HCD
Antoine Tenart
1
-8
/
+8
2014-09-24
usb: hub: rename khubd to hub_wq in documentation and comments
Petr Mladek
1
-1
/
+1
2014-05-04
fsl-usb: do not test for PHY_CLK_VALID bit on controller version 1.6
Nikita Yushchenko
1
-1
/
+2
2013-12-19
USB: ehci-fsl: Use devm_ioremap_resource()
Jingoo Han
1
-21
/
+7
2013-12-19
USB: ehci-fsl: use dev_warn() instead of printk()
Jingoo Han
1
-1
/
+1
2013-12-09
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
1
-0
/
+1
2013-12-03
usb: kill DEBUG compile option
Oliver Neukum
1
-1
/
+1
2013-09-30
Merge 3.12-rc3 into usb-next
Greg Kroah-Hartman
1
-11
/
+6
2013-09-27
USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitialization
Shengzhou Liu
1
-2
/
+3
2013-09-26
fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phy
Ramneek Mehresh
1
-9
/
+3
2013-09-24
Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""
Greg Kroah-Hartman
1
-1
/
+1
2013-09-24
Merge branch 'master' into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2013-09-17
USB: ehci-fsl: Remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-09-17
Revert "USB: EHCI: support running URB giveback in tasklet context"
Greg Kroah-Hartman
1
-1
/
+1
2013-08-30
ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set
Xenia Ragiadakou
1
-1
/
+1
2013-08-12
USB: EHCI: support running URB giveback in tasklet context
Ming Lei
1
-1
/
+1
2013-08-01
USB: host: use dev_get_platdata()
Jingoo Han
1
-7
/
+7
2013-05-17
usb: fsl: add missing platform_driver owner
Libo Chen
1
-0
/
+1
2013-04-03
EHCI: Quirk flag for port power handling on overcurrent.
Christian Engelmayer
1
-0
/
+9
2013-01-12
USB: ehci-fsl: fix regression on mpc5121e
Anatolij Gustschin
1
-4
/
+5
2012-10-31
USB: EHCI: remove ehci_port_power() routine
Alan Stern
1
-1
/
+0
2012-10-19
USB: ehci-fsl: Return valid error in ehci_fsl_setup_phy
Ben Collins
1
-1
/
+1
2012-09-25
powerpc/usb: remove checking PHY_CLK_VALID for UTMI PHY
Shengzhou Liu
1
-2
/
+1
2012-09-06
powerpc/usb: fix bug of CPU hang when missing USB PHY clock
Shengzhou Liu
1
-18
/
+40
2012-07-17
USB: ehci-fsl: Update ifdef check to work on 64-bit ppc
Kumar Gala
1
-1
/
+1
2012-07-10
EHCI: centralize controller initialization
Alan Stern
1
-17
/
+1
2012-07-06
Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Greg Kroah-Hartman
1
-5
/
+6
2012-07-02
usb: phy: fix return value check of usb_get_phy
Kishon Vijay Abraham I
1
-2
/
+3
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-06-13
USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phy
Richard Zhao
1
-11
/
+10
2012-05-14
USB: ehci-fsl: Use usb_put_transceiver instead of put_device
Jarkko Nikula
1
-3
/
+2
2012-04-23
Merge 3.4-rc4 into usb-next.
Greg Kroah-Hartman
1
-9
/
+27
2012-04-19
USB: ehci-fsl: Fix kernel crash on mpc5121e
Anatolij Gustschin
1
-1
/
+6
2012-04-19
fsl/usb: Add controller version based ULPI and UTMI phy support
Ramneek Mehresh
1
-7
/
+28
2012-03-12
Merge 3.3-rc7 into usb-next
Greg Kroah-Hartman
1
-16
/
+31
2012-03-03
Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"
Greg Kroah-Hartman
1
-9
/
+2
2012-03-01
Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Greg Kroah-Hartman
1
-3
/
+3
2012-03-01
Revert "powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platform"
Greg Kroah-Hartman
1
-14
/
+10
2012-02-28
powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platform
Shengzhou Liu
1
-10
/
+14
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
-1
/
+1
2012-02-25
powerpc/usb: fix bug of kernel hang when initializing usb
Shengzhou Liu
1
-0
/
+4
2012-02-25
USB: ehci-fsl: Turn on cache snooping on MPC8xxx
Pan Jiafei
1
-14
/
+11
2012-02-10
Merge tag 'usb-3.3-rc3' into usb-next
Greg Kroah-Hartman
1
-3
/
+10
2012-02-03
powerpc/usb: fix issue of CPU halt when missing USB PHY clock
Shengzhou Liu
1
-2
/
+9
2012-01-25
usb: ehci-fsl: set INCR8 mode for system bus interface on MPC512x
Anatolij Gustschin
1
-0
/
+14
[next]