| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: phy: phy-rcar-gen2-usb: fix phy initialization | Valentine Barshak | 2013-11-25 | 1 | -2/+2 |
* | usb: phy: phy-generic: fix return value check in usb_nop_xceiv_register() | Wei Yongjun | 2013-11-25 | 1 | -1/+2 |
* | usb: phy: phy-mxs-usb: set the correct platform drvdata | Jisheng Zhang | 2013-11-25 | 1 | -1/+1 |
* | usb: phy: generic: fix a compiler warning | Heikki Krogerus | 2013-11-25 | 1 | -1/+1 |
* | usb: phy-generic: fix nop xceiv probe | Aaro Koskinen | 2013-11-25 | 1 | -0/+2 |
* | usb: phy: generic: fix how we find out about our resources | Felipe Balbi | 2013-11-25 | 3 | -34/+34 |
* | usb: phy: remove dead code | Michal Nazarewicz | 2013-11-25 | 2 | -4/+0 |
* | USB: phy: samsung: Support multiple PHYs of same type | Anton Tikhomirov | 2013-10-29 | 2 | -2/+4 |
* | Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2013-10-24 | 14 | -155/+666 |
|\ |
|
| * | usb: phy: twl6030-usb: Include linux/of.h header | Sachin Kamat | 2013-10-17 | 1 | -0/+1 |
| * | usb: phy: don't return with NULL from devm_usb_get_phy() | Gabor Juhos | 2013-10-11 | 1 | -1/+1 |
| * | usb: phy: Add RCAR Gen2 USB phy | Valentine Barshak | 2013-10-10 | 3 | -0/+262 |
| * | usb: phy: Reordering of OTG FSM variables | Anton Tikhomirov | 2013-10-04 | 1 | -22/+24 |
| * | usb: phy: Add and use missed OTG FSM inputs/outputs | Anton Tikhomirov | 2013-10-04 | 2 | -4/+50 |
| * | usb: phy: Rename "B-device session end SRP" OTG FSM input | Anton Tikhomirov | 2013-10-04 | 3 | -4/+4 |
| * | usb: phy: Rename OTG FSM informative variables | Anton Tikhomirov | 2013-10-04 | 3 | -9/+13 |
| * | usb: phy: Add and use missed OTG FSM timers | Anton Tikhomirov | 2013-10-04 | 2 | -3/+17 |
| * | usb: phy: Fix OTG FSM timer handling | Anton Tikhomirov | 2013-10-04 | 3 | -25/+87 |
| * | usb: phy: Add and use missed helper functions | Anton Tikhomirov | 2013-10-04 | 2 | -4/+18 |
| * | usb: phy: Check OTG FSM callback existance in helper functions | Anton Tikhomirov | 2013-10-04 | 1 | -7/+28 |
| * | usb: phy: Pass OTG FSM pointer to callback functions | Anton Tikhomirov | 2013-10-04 | 3 | -31/+31 |
| * | usb: phy: generic: Don't use regulator framework for RESET line | Roger Quadros | 2013-10-04 | 3 | -32/+60 |
| * | usb: phy: tegra-usb: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-01 | 1 | -1/+1 |
| * | usb: phy: am335x: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-01 | 1 | -1/+1 |
| * | usb: phy: am335x-control: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-01 | 1 | -1/+1 |
| * | usb: musb: Add missing ATOMIC_INIT_NOTIFIER_HEAD | Pali Rohár | 2013-10-01 | 1 | -0/+2 |
| * | usb: phy: am335x: add wakeup support | Sebastian Andrzej Siewior | 2013-10-01 | 2 | -0/+77 |
| * | usb: phy: nop: Defer clock prepare until PHY init | Mark Brown | 2013-10-01 | 3 | -25/+5 |
* | | usb: Remove unnecessary semicolons | Joe Perches | 2013-10-11 | 1 | -1/+1 |
* | | Merge 3.12-rc4 into usb-next | Greg Kroah-Hartman | 2013-10-06 | 1 | -6/+5 |
|\ \ |
|
| * | | usb: phy: gpio-vbus: fix deferred probe from __init | Johan Hovold | 2013-09-23 | 1 | -6/+5 |
| |/ |
|
* | | usb: phy: omap: get rid of omap_get_control_dev() | Roger Quadros | 2013-10-03 | 1 | -21/+10 |
* | | usb: phy: omap-usb3: Don't use omap_get_control_dev() | Roger Quadros | 2013-10-03 | 1 | -6/+20 |
* | | usb: phy: omap: Add new device types and remove omap_control_usb3_phy_power() | Roger Quadros | 2013-10-03 | 2 | -76/+103 |
* | | usb: phy: omap-control: Get rid of platform data | Roger Quadros | 2013-10-03 | 1 | -9/+3 |
* | | usb: phy: twl4030: use the new generic PHY framework | Kishon Vijay Abraham I | 2013-09-27 | 3 | -805/+0 |
* | | usb: phy: omap-usb2: use the new generic PHY framework | Kishon Vijay Abraham I | 2013-09-27 | 3 | -284/+0 |
* | | USB: phy: Restrict AM335x PHY driver to only be built on !ARM when COMPILE_TE... | Dave Jones | 2013-09-26 | 1 | -0/+1 |
|/ |
|
* | usb: phy: omap-usb3: Fix return value | Sachin Kamat | 2013-09-17 | 1 | -1/+1 |
* | usb: phy-tegra-usb: use platform_{get,set}_drvdata() | Libo Chen | 2013-08-30 | 1 | -1/+1 |
* | usb: phy: signedness bugs in suspend/resume functions | Dan Carpenter | 2013-08-27 | 1 | -4/+3 |
* | usb: phy: fix build breakage | Anatolij Gustschin | 2013-08-27 | 2 | -2/+2 |
* | usb: phy: am335x-control: make it compile with | Sebastian Andrzej Siewior | 2013-08-27 | 1 | -2/+2 |
* | Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2013-08-13 | 21 | -307/+799 |
|\ |
|
| * | usb: phy: am335x: include linux/err.h | Sebastian Andrzej Siewior | 2013-08-13 | 1 | -0/+1 |
| * | usb: phy: tegra: Program new PHY parameters | Tuomas Tynkkynen | 2013-08-12 | 1 | -18/+63 |
| * | usb: phy: tegra: Tegra30 support | Tuomas Tynkkynen | 2013-08-12 | 1 | -28/+93 |
| * | usb: phy: tegra: Fix wrong PHY parameters | Tuomas Tynkkynen | 2013-08-12 | 1 | -6/+14 |
| * | usb: phy: Add AM335x PHY driver | Sebastian Andrzej Siewior | 2013-08-09 | 5 | -0/+270 |
| * | usb: phy: phy-generic: export init functions | Sebastian Andrzej Siewior | 2013-08-09 | 2 | -58/+94 |