summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
Commit message (Expand)AuthorAgeFilesLines
* usb: phy: move some error messages to debugJosh Boyer2014-02-041-5/+3
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-20/+15
|\
| * Merge branch 'qcom/drivers' into next/driversOlof Johansson2014-01-091-20/+15
| |\
| | * usb: phy: msm: Move mach dependent code to platform dataIvan T. Ivanov2014-01-091-20/+15
* | | usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-082-2/+0
* | | Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-01-0320-285/+894
|\ \ \
| * | | usb: phy: keystone: remove redundant return value check of platform_get_resou...Wei Yongjun2013-12-261-5/+0
| * | | Merge tag 'v3.13-rc5' into nextFelipe Balbi2013-12-233-3/+6
| |\ \ \
| * | | | usb: phy: fix some Kconfig descriptionsAaro Koskinen2013-12-231-3/+3
| * | | | usb: phy: isp1301-omap: fix smatch warningsAaro Koskinen2013-12-231-5/+4
| * | | | usb: phy: tahvo: fix smatch warningsAaro Koskinen2013-12-231-6/+0
| * | | | usb: phy-twl6030: Add missing bracesSachin Kamat2013-12-231-1/+1
| * | | | usb: phy-fsm: Staticize local symbolsSachin Kamat2013-12-231-2/+2
| * | | | usb: phy-keystone: Remove redundant of_match_ptr helperSachin Kamat2013-12-231-1/+1
| * | | | usb: phy: Fix double lock in OTG FSMAnton Tikhomirov2013-12-201-1/+1
| * | | | usb: phy: am335x: fix randconfig errorsFelipe Balbi2013-12-201-6/+5
| * | | | usb: phy: omap: Add omap-control Support for AM437xGeorge Cherian2013-12-191-0/+19
| * | | | usb: phy: am335x-control: include appropriate header file in phy-am335x-contr...Rashika Kheria2013-12-191-5/+1
| * | | | usb: phy: am335x: Enable USB remote wakeup using PHY wakeupGeorge Cherian2013-12-191-11/+35
| * | | | Merge tag 'v3.13-rc4' into nextFelipe Balbi2013-12-196-44/+42
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | usb: phy: initialize the notifier when add a new phyNeil Zhang2013-12-125-7/+4
| * | | | usb: phy: add Keystone usb phy driverWingMan Kwok2013-12-123-0/+152
| * | | | usb: phy: r-car gen2: use usb_add_phy_devValentine Barshak2013-12-091-1/+1
| * | | | usb: omap1: Tahvo USB transceiver driverAaro Koskinen2013-12-063-0/+479
| * | | | usb: omap1: OTG controller driverAaro Koskinen2013-12-063-0/+180
| * | | | usb: phy: phy-mxs-usb: Check the return value from clk_prepare_enable()Fabio Estevam2013-12-061-2/+9
| * | | | usb: phy: Add OTG FSM configuration optionAnton Tikhomirov2013-11-262-3/+11
| * | | | usb: phy: move OTG FSM headerAnton Tikhomirov2013-11-263-247/+2
| * | | | usb: phy: replace spinlock with mutex in OTG FSMAnton Tikhomirov2013-11-263-10/+8
| * | | | usb: phy: fsm: protect against multiple inclusionsAnton Tikhomirov2013-11-261-0/+5
| * | | | usb: phy: fsm: don't depend on indirect includesFelipe Balbi2013-11-261-0/+3
| | |_|/ | |/| |
* | | | Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman2013-12-243-3/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | usb: phy: fix driver dependenciesFelipe Balbi2013-12-161-1/+3
| * | | usb: phy-tegra-usb.c: wrong pointer check for remap UTMIChris Ruehl2013-12-061-1/+1
| * | | usb: phy: twl6030-usb: signedness bug in twl6030_readb()Dan Carpenter2013-11-251-1/+2
| | |/ | |/|
* | | Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-162-2/+5
|\ \ \ | |/ / |/| |
| * | usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-082-2/+5
| |/
* | usb: phy: phy-rcar-gen2-usb: fix phy initializationValentine Barshak2013-11-251-2/+2
* | usb: phy: phy-generic: fix return value check in usb_nop_xceiv_register()Wei Yongjun2013-11-251-1/+2
* | usb: phy: phy-mxs-usb: set the correct platform drvdataJisheng Zhang2013-11-251-1/+1
* | usb: phy: generic: fix a compiler warningHeikki Krogerus2013-11-251-1/+1
* | usb: phy-generic: fix nop xceiv probeAaro Koskinen2013-11-251-0/+2
* | usb: phy: generic: fix how we find out about our resourcesFelipe Balbi2013-11-253-34/+34
* | usb: phy: remove dead codeMichal Nazarewicz2013-11-252-4/+0
|/
* USB: phy: samsung: Support multiple PHYs of same typeAnton Tikhomirov2013-10-292-2/+4
* Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-10-2414-155/+666
|\
| * usb: phy: twl6030-usb: Include linux/of.h headerSachin Kamat2013-10-171-0/+1
| * usb: phy: don't return with NULL from devm_usb_get_phy()Gabor Juhos2013-10-111-1/+1
| * usb: phy: Add RCAR Gen2 USB phyValentine Barshak2013-10-103-0/+262
| * usb: phy: Reordering of OTG FSM variablesAnton Tikhomirov2013-10-041-22/+24
OpenPOWER on IntegriCloud