summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
AgeCommit message (Expand)AuthorLines
2013-12-16usb: phy: fix driver dependenciesFelipe Balbi-1/+3
2013-12-06usb: phy-tegra-usb.c: wrong pointer check for remap UTMIChris Ruehl-1/+1
2013-11-25usb: phy: twl6030-usb: signedness bug in twl6030_readb()Dan Carpenter-1/+2
2013-11-25usb: phy: phy-rcar-gen2-usb: fix phy initializationValentine Barshak-2/+2
2013-11-25usb: phy: phy-generic: fix return value check in usb_nop_xceiv_register()Wei Yongjun-1/+2
2013-11-25usb: phy: phy-mxs-usb: set the correct platform drvdataJisheng Zhang-1/+1
2013-11-25usb: phy: generic: fix a compiler warningHeikki Krogerus-1/+1
2013-11-25usb: phy-generic: fix nop xceiv probeAaro Koskinen-0/+2
2013-11-25usb: phy: generic: fix how we find out about our resourcesFelipe Balbi-34/+34
2013-11-25usb: phy: remove dead codeMichal Nazarewicz-4/+0
2013-10-29USB: phy: samsung: Support multiple PHYs of same typeAnton Tikhomirov-2/+4
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-155/+666
2013-10-17usb: phy: twl6030-usb: Include linux/of.h headerSachin Kamat-0/+1
2013-10-11usb: Remove unnecessary semicolonsJoe Perches-1/+1
2013-10-11usb: phy: don't return with NULL from devm_usb_get_phy()Gabor Juhos-1/+1
2013-10-10usb: phy: Add RCAR Gen2 USB phyValentine Barshak-0/+262
2013-10-06Merge 3.12-rc4 into usb-nextGreg Kroah-Hartman-6/+5
2013-10-04usb: phy: Reordering of OTG FSM variablesAnton Tikhomirov-22/+24
2013-10-04usb: phy: Add and use missed OTG FSM inputs/outputsAnton Tikhomirov-4/+50
2013-10-04usb: phy: Rename "B-device session end SRP" OTG FSM inputAnton Tikhomirov-4/+4
2013-10-04usb: phy: Rename OTG FSM informative variablesAnton Tikhomirov-9/+13
2013-10-04usb: phy: Add and use missed OTG FSM timersAnton Tikhomirov-3/+17
2013-10-04usb: phy: Fix OTG FSM timer handlingAnton Tikhomirov-25/+87
2013-10-04usb: phy: Add and use missed helper functionsAnton Tikhomirov-4/+18
2013-10-04usb: phy: Check OTG FSM callback existance in helper functionsAnton Tikhomirov-7/+28
2013-10-04usb: phy: Pass OTG FSM pointer to callback functionsAnton Tikhomirov-31/+31
2013-10-04usb: phy: generic: Don't use regulator framework for RESET lineRoger Quadros-32/+60
2013-10-03usb: phy: omap: get rid of omap_get_control_dev()Roger Quadros-21/+10
2013-10-03usb: phy: omap-usb3: Don't use omap_get_control_dev()Roger Quadros-6/+20
2013-10-03usb: phy: omap: Add new device types and remove omap_control_usb3_phy_power()Roger Quadros-76/+103
2013-10-03usb: phy: omap-control: Get rid of platform dataRoger Quadros-9/+3
2013-10-01usb: phy: tegra-usb: Remove redundant of_match_ptrSachin Kamat-1/+1
2013-10-01usb: phy: am335x: Remove redundant of_match_ptrSachin Kamat-1/+1
2013-10-01usb: phy: am335x-control: Remove redundant of_match_ptrSachin Kamat-1/+1
2013-10-01usb: musb: Add missing ATOMIC_INIT_NOTIFIER_HEADPali Rohár-0/+2
2013-10-01usb: phy: am335x: add wakeup supportSebastian Andrzej Siewior-0/+77
2013-10-01usb: phy: nop: Defer clock prepare until PHY initMark Brown-25/+5
2013-09-27usb: phy: twl4030: use the new generic PHY frameworkKishon Vijay Abraham I-805/+0
2013-09-27usb: phy: omap-usb2: use the new generic PHY frameworkKishon Vijay Abraham I-284/+0
2013-09-26USB: phy: Restrict AM335x PHY driver to only be built on !ARM when COMPILE_TE...Dave Jones-0/+1
2013-09-23usb: phy: gpio-vbus: fix deferred probe from __initJohan Hovold-6/+5
2013-09-17usb: phy: omap-usb3: Fix return valueSachin Kamat-1/+1
2013-08-30usb: phy-tegra-usb: use platform_{get,set}_drvdata()Libo Chen-1/+1
2013-08-27usb: phy: signedness bugs in suspend/resume functionsDan Carpenter-4/+3
2013-08-27usb: phy: fix build breakageAnatolij Gustschin-2/+2
2013-08-27usb: phy: am335x-control: make it compile withSebastian Andrzej Siewior-2/+2
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-307/+799
2013-08-13usb: phy: am335x: include linux/err.hSebastian Andrzej Siewior-0/+1
2013-08-12usb: phy: tegra: Program new PHY parametersTuomas Tynkkynen-18/+63
2013-08-12usb: phy: tegra: Tegra30 supportTuomas Tynkkynen-28/+93