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
/
usb
/
phy
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-11
usb: phy: am335x-control: check return value of bus_find_device
David Dueck
1
-0
/
+3
2015-02-19
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
1
-1
/
+1
2015-02-04
Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
4
-82
/
+199
2015-01-30
usb: phy: phy-generic: Fix USB PHY gpio reset
Fabio Estevam
1
-4
/
+5
2015-01-30
usb: phy: generic: fix the vbus interrupt request
Robert Jarzmik
1
-1
/
+2
2015-01-30
usb: phy: generic: fix the gpios to be optional
Robert Jarzmik
1
-5
/
+7
2015-01-27
usb: phy: mxs: add delay before set phyctrl.clkgate
Peter Chen
1
-3
/
+9
2015-01-27
usb: phy: mxs: do not set PWD.RXPWD1PT1 for low speed connection
Peter Chen
1
-1
/
+46
2015-01-27
usb: phy: mxs: refine mxs_phy_disconnect_line
Li Jun
1
-1
/
+14
2015-01-27
usb: phy: mxs: don't need IP fix for imx6sx
Peter Chen
1
-2
/
+1
2015-01-19
usb: phy: make GPIOs optional for the generic phy
Paul Zimmerman
1
-2
/
+2
2015-01-19
usb: phy: never defer probe in non-OF case
Heikki Krogerus
1
-1
/
+1
2015-01-19
Merge tag 'v3.19-rc5' into next
Felipe Balbi
2
-8
/
+13
2015-01-15
Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
1
-3
/
+2
2015-01-13
usb: phy: mv-usb: fix usb_phy build errors
Arnd Bergmann
1
-3
/
+2
2015-01-12
Merge tag 'fixes-for-v3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
1
-3
/
+9
2015-01-12
usb: phy: generic: add vbus support
Robert Jarzmik
2
-1
/
+96
2015-01-12
usb: phy: generic: migrate to gpio_desc
Robert Jarzmik
2
-44
/
+21
2015-01-12
usb: phy: phy-fsl-usb: Remove some unused functions
Rickard Strandqvist
1
-35
/
+0
2015-01-12
usb: phy: phy-mxs-usb: do not depend on speed for disconnect notifier
Peter Chen
1
-1
/
+3
2015-01-12
usb: phy: phy-mxs-usb: add power down and disable wakeup for .shutdown
Peter Chen
1
-0
/
+11
2015-01-09
usb: phy: Fix deferred probing
Maxime Ripard
1
-3
/
+3
2015-01-07
kconfig: use bool instead of boolean for type definition attributes
Christoph Jaeger
1
-1
/
+1
2014-12-23
usb: phy: Restore deferred probing path
Thierry Reding
1
-4
/
+10
2014-12-19
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
13
-13
/
+0
2014-12-15
Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
16
-214
/
+228
2014-12-13
PM / Kconfig: Replace PM_RUNTIME with PM in dependencies
Rafael J. Wysocki
1
-2
/
+2
2014-12-04
USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
Rafael J. Wysocki
1
-1
/
+1
2014-11-25
usb: phy: Handle per-PHY event for connnect and disconnect events
Kiran Raparthy
4
-0
/
+21
2014-11-21
usb: phy: introduce usb_phy_set_event interface
Kiran Raparthy
1
-0
/
+12
2014-11-20
usb: phy: propagate __of_usb_find_phy()'s error on failure
Arjun Sreedharan
1
-1
/
+3
2014-11-12
usb: phy: fsl: Fix build errors
Felipe Balbi
2
-8
/
+8
2014-11-06
usb: phy: remove file names from heading comments
Sergei Shtylyov
2
-4
/
+0
2014-11-03
usb: rename phy to usb_phy in OTG
Antoine Tenart
9
-54
/
+60
2014-11-03
usb: move the OTG state from the USB PHY to the OTG structure
Antoine Tenart
8
-116
/
+116
2014-11-03
usb: phy: rcar-usb: remove duplicate check on resource
Varka Bhadram
1
-5
/
+3
2014-11-03
usb: phy: phy-mv-usb: delete unnecessary 'out of memory' messages
Peter Chen
1
-3
/
+1
2014-11-03
usb: phy: phy-msm-usb: delete unnecessary 'out of memory' messages
Peter Chen
1
-9
/
+3
2014-11-03
usb: phy: phy-mxs-usb: delete unnecessary 'out of memory' messages
Peter Chen
1
-3
/
+1
2014-11-03
usb: phy: phy-rcar-gen2-usb: delete unnecessary 'out of memory' messages
Peter Chen
1
-3
/
+1
2014-11-03
usb: phy: phy-am335x-control: delete unnecessary 'out of memory' messages
Peter Chen
1
-3
/
+1
2014-11-03
usb: phy: phy-tegra-usb: delete unnecessary 'out of memory' messages
Peter Chen
1
-7
/
+2
2014-11-03
usb: phy: phy-rcar-usb: delete unnecessary 'out of memory' messages
Peter Chen
1
-3
/
+1
2014-10-20
usb: phy: drop owner assignment from platform_drivers
Wolfram Sang
13
-13
/
+0
2014-09-29
USB: Remove .owner field for driver
Kiran Padwal
1
-1
/
+0
2014-09-24
usb: hub: rename khubd to hub_wq in documentation and comments
Petr Mladek
2
-2
/
+2
2014-09-16
Merge tag 'v3.17-rc5' into next
Felipe Balbi
2
-3
/
+9
2014-09-08
Merge tag 'v3.17-rc4' into next
Felipe Balbi
3
-5
/
+6
2014-09-03
usb: phy: tegra: Avoid use of sizeof(void)
Thierry Reding
1
-2
/
+2
[next]