aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-25usb: phy: phy-rcar-gen2-usb: fix phy initializationValentine Barshak1-2/+2
2013-11-25usb: phy: phy-generic: fix return value check in usb_nop_xceiv_register()Wei Yongjun1-1/+2
2013-11-25usb: phy: phy-mxs-usb: set the correct platform drvdataJisheng Zhang1-1/+1
2013-11-25usb: phy: generic: fix a compiler warningHeikki Krogerus1-1/+1
2013-11-25usb: phy-generic: fix nop xceiv probeAaro Koskinen1-0/+2
2013-11-25usb: phy: generic: fix how we find out about our resourcesFelipe Balbi3-34/+34
2013-11-25usb: phy: remove dead codeMichal Nazarewicz2-4/+0
2013-10-29USB: phy: samsung: Support multiple PHYs of same typeAnton Tikhomirov2-2/+4
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman14-155/+666
2013-10-17usb: phy: twl6030-usb: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-10-11usb: phy: don't return with NULL from devm_usb_get_phy()Gabor Juhos1-1/+1
2013-10-10usb: phy: Add RCAR Gen2 USB phyValentine Barshak3-0/+262
2013-10-06Merge 3.12-rc4 into usb-nextGreg Kroah-Hartman1-6/+5
2013-10-04usb: phy: Reordering of OTG FSM variablesAnton Tikhomirov1-22/+24
2013-10-04usb: phy: Add and use missed OTG FSM inputs/outputsAnton Tikhomirov2-4/+50
2013-10-04usb: phy: Rename "B-device session end SRP" OTG FSM inputAnton Tikhomirov3-4/+4
2013-10-04usb: phy: Rename OTG FSM informative variablesAnton Tikhomirov3-9/+13
2013-10-04usb: phy: Add and use missed OTG FSM timersAnton Tikhomirov2-3/+17
2013-10-04usb: phy: Fix OTG FSM timer handlingAnton Tikhomirov3-25/+87
2013-10-04usb: phy: Add and use missed helper functionsAnton Tikhomirov2-4/+18
2013-10-04usb: phy: Check OTG FSM callback existance in helper functionsAnton Tikhomirov1-7/+28
2013-10-04usb: phy: Pass OTG FSM pointer to callback functionsAnton Tikhomirov3-31/+31
2013-10-04usb: phy: generic: Don't use regulator framework for RESET lineRoger Quadros3-32/+60
2013-10-03usb: phy: omap: get rid of omap_get_control_dev()Roger Quadros1-21/+10
2013-10-03usb: phy: omap-usb3: Don't use omap_get_control_dev()Roger Quadros1-6/+20
2013-10-03usb: phy: omap: Add new device types and remove omap_control_usb3_phy_power()Roger Quadros2-76/+103
2013-10-03usb: phy: omap-control: Get rid of platform dataRoger Quadros1-9/+3
2013-10-01usb: phy: tegra-usb: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: phy: am335x: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: phy: am335x-control: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01usb: musb: Add missing ATOMIC_INIT_NOTIFIER_HEADPali Rohár1-0/+2
2013-10-01usb: phy: am335x: add wakeup supportSebastian Andrzej Siewior2-0/+77
2013-10-01usb: phy: nop: Defer clock prepare until PHY initMark Brown3-25/+5
2013-09-27usb: phy: twl4030: use the new generic PHY frameworkKishon Vijay Abraham I3-805/+0
2013-09-27usb: phy: omap-usb2: use the new generic PHY frameworkKishon Vijay Abraham I3-284/+0
2013-09-26USB: phy: Restrict AM335x PHY driver to only be built on !ARM when COMPILE_TEST is set.Dave Jones1-0/+1
2013-09-23usb: phy: gpio-vbus: fix deferred probe from __initJohan Hovold1-6/+5
2013-09-17usb: phy: omap-usb3: Fix return valueSachin Kamat1-1/+1
2013-08-30usb: phy-tegra-usb: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-27usb: phy: signedness bugs in suspend/resume functionsDan Carpenter1-4/+3
2013-08-27usb: phy: fix build breakageAnatolij Gustschin2-2/+2
2013-08-27usb: phy: am335x-control: make it compile withSebastian Andrzej Siewior1-2/+2
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman21-307/+799
2013-08-13usb: phy: am335x: include linux/err.hSebastian Andrzej Siewior1-0/+1
2013-08-12usb: phy: tegra: Program new PHY parametersTuomas Tynkkynen1-18/+63
2013-08-12usb: phy: tegra: Tegra30 supportTuomas Tynkkynen1-28/+93
2013-08-12usb: phy: tegra: Fix wrong PHY parametersTuomas Tynkkynen1-6/+14
2013-08-09usb: phy: Add AM335x PHY driverSebastian Andrzej Siewior5-0/+270
2013-08-09usb: phy: phy-generic: export init functionsSebastian Andrzej Siewior2-58/+94