aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/phy
AgeCommit message (Expand)Author
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-04-25USB: OMAP: ISP1301 needs USB_PHYArnd Bergmann
2013-04-23usb: phy: tegra: don't call into tegra-ehci directlyArnd Bergmann
2013-04-23usb: phy: phy core cannot yet be a moduleArnd Bergmann
2013-04-23Merge tag 'usb-for-v3.10-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-04-23usb: phy: remove exported function from __init sectionDenis Efremov
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-04-03usb: phy: twl6030-usb: check regulator_enable return valueFabio Baltieri
2013-04-03usb: phy: twl4030-usb: check regulator_enable return valueFabio Baltieri
2013-04-03usb: phy: ab8500-usb: check regulator_enable return valueFabio Baltieri
2013-04-03usb: phy: ab8500-usb: call phy_dis_work only when necessarySakethram Bommisetti
2013-04-03usb: phy: ab8500-usb: drop link status delayed workSakethram Bommisetti
2013-04-03usb: phy: ab8500-usb: adopt pinctrl supportPatrice Chotard
2013-04-03usb: phy: ab8500-usb: fix last notifier argumentsFabio Baltieri
2013-04-03usb: phy: ab8500-usb: fix unbalanced clock and regulator disable warningsMian Yousaf Kaukab
2013-04-03usb: phy: ab8500-usb: enable/disable regulator on phy eventsFabio Baltieri
2013-04-03usb: phy: ab8500-usb: split ab8500_usb_phy_ctrlFabio Baltieri
2013-04-03usb: phy: ab8500-usb: add regulator supportFabio Baltieri
2013-04-03usb: phy: ab8500-usb: fix eye diagram for ab8500 v2.0Sakethram Bommisetti
2013-04-03usb: phy: ab8500-usb: set phy tuning valuesSakethram Bommisetti
2013-04-03usb: phy: ab8500-usb: convert to devm_kzallocFabio Baltieri
2013-04-03usb: phy: samsung: convert to devm_ioremap_resource()Sachin Kamat
2013-04-02usb: otg: mv_otg: remove unused clockChao Xie
2013-04-02usb: phy: twl4030-usb: check if vbus is driven by twl itselfGrazvydas Ignotas
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman
2013-03-27usb: Fix compile error by selecting USB_OTG_UTILSRoland Stigge
2013-03-27usb: gadget: mv_u3d: drop ARCH dependencyFelipe Balbi
2013-03-21usb: phy: twl4030-usb: poll for ID disconnectGrazvydas Ignotas
2013-03-21usb: phy: twl4030-usb: don't switch the phy on/off needlesslyGrazvydas Ignotas
2013-03-21usb: phy: twl4030-usb: ignore duplicate eventsGrazvydas Ignotas
2013-03-21usb: phy: twl4030-usb: don't enable PHY during initGrazvydas Ignotas
2013-03-20Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman
2013-03-20usb: phy: gpio-vbus: don't ignore regulator APIs return valueFelipe Balbi
2013-03-19usb: phy: samsung: fix sparse warningFelipe Balbi
2013-03-18usb: phy: ab8500-usb: update irq handling codeFabio Baltieri
2013-03-18usb: otg: ab8500-usb: drop support for ab8500 pre v2.0Fabio Baltieri
2013-03-18usb: phy: twl4030: fix cold plug on OMAP3Kishon Vijay Abraham I
2013-03-18usb: phy: twl4030: use devres API for regulator get and request irqKishon Vijay Abraham I
2013-03-18usb: phy: samsung: Add PHY support for USB 3.0 controllerVivek Gautam
2013-03-18usb: phy: samsung: Common out the generic stuffVivek Gautam
2013-03-18usb: phy: isp1301: implement PHY APIFelipe Balbi
2013-03-18usb: phy: isp1301: give it a context structureFelipe Balbi
2013-03-18usb: phy: rename all phy drivers to phy-$name-usb.cFelipe Balbi
2013-03-18usb: phy: remove CONFIG_USB_OTG_UTILSFelipe Balbi
2013-03-18usb: phy: make it a menuconfigFelipe Balbi
2013-03-18usb: phy: move all PHY drivers to drivers/usb/phy/Felipe Balbi
2013-03-18usb: phy: convert EXPORT_SYMBOL to EXPORT_SYMBOL_GPLFelipe Balbi
2013-03-18usb: phy: move bulk of otg/otg.c to phy/phy.cSascha Hauer
2013-03-15USB: remove incorrect __exit markupsDmitry Torokhov
2013-03-04usb: phy: omap-control-usb: Convert to devm_ioremap_resource()Sachin Kamat