aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-20/+15
2014-01-09Merge branch 'qcom/drivers' into next/driversOlof Johansson1-20/+15
2014-01-09usb: phy: msm: Move mach dependent code to platform dataIvan T. Ivanov1-20/+15
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2014-01-03Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman20-285/+894
2013-12-26usb: phy: keystone: remove redundant return value check of platform_get_resource()Wei Yongjun1-5/+0
2013-12-24Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman3-3/+6
2013-12-23Merge tag 'v3.13-rc5' into nextFelipe Balbi3-3/+6
2013-12-23usb: phy: fix some Kconfig descriptionsAaro Koskinen1-3/+3
2013-12-23usb: phy: isp1301-omap: fix smatch warningsAaro Koskinen1-5/+4
2013-12-23usb: phy: tahvo: fix smatch warningsAaro Koskinen1-6/+0
2013-12-23usb: phy-twl6030: Add missing bracesSachin Kamat1-1/+1
2013-12-23usb: phy-fsm: Staticize local symbolsSachin Kamat1-2/+2
2013-12-23usb: phy-keystone: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2013-12-20usb: phy: Fix double lock in OTG FSMAnton Tikhomirov1-1/+1
2013-12-20usb: phy: am335x: fix randconfig errorsFelipe Balbi1-6/+5
2013-12-19usb: phy: omap: Add omap-control Support for AM437xGeorge Cherian1-0/+19
2013-12-19usb: phy: am335x-control: include appropriate header file in phy-am335x-control.cRashika Kheria1-5/+1
2013-12-19usb: phy: am335x: Enable USB remote wakeup using PHY wakeupGeorge Cherian1-11/+35
2013-12-19Merge tag 'v3.13-rc4' into nextFelipe Balbi6-44/+42
2013-12-16usb: phy: fix driver dependenciesFelipe Balbi1-1/+3
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2-2/+5
2013-12-12usb: phy: initialize the notifier when add a new phyNeil Zhang5-7/+4
2013-12-12usb: phy: add Keystone usb phy driverWingMan Kwok3-0/+152
2013-12-09usb: phy: r-car gen2: use usb_add_phy_devValentine Barshak1-1/+1
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2-2/+5
2013-12-06usb: omap1: Tahvo USB transceiver driverAaro Koskinen3-0/+479
2013-12-06usb: omap1: OTG controller driverAaro Koskinen3-0/+180
2013-12-06usb: phy-tegra-usb.c: wrong pointer check for remap UTMIChris Ruehl1-1/+1
2013-12-06usb: phy: phy-mxs-usb: Check the return value from clk_prepare_enable()Fabio Estevam1-2/+9
2013-11-26usb: phy: Add OTG FSM configuration optionAnton Tikhomirov2-3/+11
2013-11-26usb: phy: move OTG FSM headerAnton Tikhomirov3-247/+2
2013-11-26usb: phy: replace spinlock with mutex in OTG FSMAnton Tikhomirov3-10/+8
2013-11-26usb: phy: fsm: protect against multiple inclusionsAnton Tikhomirov1-0/+5
2013-11-26usb: phy: fsm: don't depend on indirect includesFelipe Balbi1-0/+3
2013-11-25usb: phy: twl6030-usb: signedness bug in twl6030_readb()Dan Carpenter1-1/+2
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