summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-04-0533-1032/+12244
|\
| * usb: phy: twl6030-usb: check regulator_enable return valueFabio Baltieri2013-04-031-2/+9
| * usb: phy: twl4030-usb: check regulator_enable return valueFabio Baltieri2013-04-031-3/+15
| * usb: phy: ab8500-usb: check regulator_enable return valueFabio Baltieri2013-04-031-3/+9
| * usb: phy: ab8500-usb: call phy_dis_work only when necessarySakethram Bommisetti2013-04-031-9/+8
| * usb: phy: ab8500-usb: drop link status delayed workSakethram Bommisetti2013-04-031-28/+2
| * usb: phy: ab8500-usb: adopt pinctrl supportPatrice Chotard2013-04-031-0/+24
| * usb: phy: ab8500-usb: fix last notifier argumentsFabio Baltieri2013-04-031-7/+3
| * usb: phy: ab8500-usb: fix unbalanced clock and regulator disable warningsMian Yousaf Kaukab2013-04-031-2/+4
| * usb: phy: ab8500-usb: enable/disable regulator on phy eventsFabio Baltieri2013-04-031-2/+66
| * usb: phy: ab8500-usb: split ab8500_usb_phy_ctrlFabio Baltieri2013-04-031-29/+26
| * usb: phy: ab8500-usb: add regulator supportFabio Baltieri2013-04-031-0/+36
| * usb: phy: ab8500-usb: fix eye diagram for ab8500 v2.0Sakethram Bommisetti2013-04-031-0/+15
| * usb: phy: ab8500-usb: set phy tuning valuesSakethram Bommisetti2013-04-031-0/+87
| * usb: phy: ab8500-usb: convert to devm_kzallocFabio Baltieri2013-04-031-14/+5
| * usb: phy: samsung: convert to devm_ioremap_resource()Sachin Kamat2013-04-031-5/+3
| * usb: otg: mv_otg: remove unused clockChao Xie2013-04-022-23/+8
| * usb: phy: twl4030-usb: check if vbus is driven by twl itselfGrazvydas Ignotas2013-04-021-3/+28
| * usb: gadget: mv_u3d: drop ARCH dependencyFelipe Balbi2013-03-271-1/+1
| * usb: phy: twl4030-usb: poll for ID disconnectGrazvydas Ignotas2013-03-211-7/+57
| * usb: phy: twl4030-usb: don't switch the phy on/off needlesslyGrazvydas Ignotas2013-03-211-6/+0
| * usb: phy: twl4030-usb: ignore duplicate eventsGrazvydas Ignotas2013-03-211-2/+3
| * usb: phy: twl4030-usb: don't enable PHY during initGrazvydas Ignotas2013-03-211-11/+9
| * usb: phy: gpio-vbus: don't ignore regulator APIs return valueFelipe Balbi2013-03-201-2/+7
| * usb: phy: samsung: fix sparse warningFelipe Balbi2013-03-191-1/+1
| * usb: phy: ab8500-usb: update irq handling codeFabio Baltieri2013-03-181-93/+347
| * usb: otg: ab8500-usb: drop support for ab8500 pre v2.0Fabio Baltieri2013-03-181-128/+11
| * usb: phy: twl4030: fix cold plug on OMAP3Kishon Vijay Abraham I2013-03-181-6/+4
| * usb: phy: twl4030: use devres API for regulator get and request irqKishon Vijay Abraham I2013-03-181-20/+8
| * usb: phy: samsung: Add PHY support for USB 3.0 controllerVivek Gautam2013-03-184-0/+437
| * usb: phy: samsung: Common out the generic stuffVivek Gautam2013-03-185-713/+785
| * usb: phy: isp1301: implement PHY APIFelipe Balbi2013-03-181-0/+59
| * usb: phy: isp1301: give it a context structureFelipe Balbi2013-03-181-0/+32
| * usb: phy: rename all phy drivers to phy-$name-usb.cFelipe Balbi2013-03-1826-25/+25
| * usb: phy: remove CONFIG_USB_OTG_UTILSFelipe Balbi2013-03-181-23/+0
| * usb: phy: make it a menuconfigFelipe Balbi2013-03-182-6/+13
| * usb: phy: move all PHY drivers to drivers/usb/phy/Felipe Balbi2013-03-1818-21/+9821
| * usb: phy: convert EXPORT_SYMBOL to EXPORT_SYMBOL_GPLFelipe Balbi2013-03-181-10/+10
| * usb: phy: move bulk of otg/otg.c to phy/phy.cSascha Hauer2013-03-182-0/+439
* | Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-281-0/+1
|\ \
| * | usb: Fix compile error by selecting USB_OTG_UTILSRoland Stigge2013-03-271-0/+1
| |/
* | Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-203-25/+15
|\ \ | |/
| * usb: phy: omap-control-usb: Convert to devm_ioremap_resource()Sachin Kamat2013-03-041-15/+9
| * usb: phy: omap-usb3: Convert to devm_ioremap_resource()Sachin Kamat2013-03-041-5/+3
| * usb: phy: samsung: Convert to devm_ioremap_resource()Sachin Kamat2013-03-041-5/+3
* | USB: remove incorrect __exit markupsDmitry Torokhov2013-03-151-1/+1
|/
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-87/+45
|\
| * usb: host: tegra: make use of PHY pointer of HCDVenu Byravarasu2013-01-281-4/+12
| * usb: add APIs to access host registers from Tegra PHYVenu Byravarasu2013-01-281-41/+6
| * USB: PHY: tegra: Get rid of instance number to differentiate PHY typeVenu Byravarasu2013-01-281-14/+14
OpenPOWER on IntegriCloud