summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
AgeCommit message (Expand)AuthorLines
2014-06-30usb: phy: msm: Do not do runtime pm if the phy is not idleSrinivas Kandagatla-1/+3
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1181/+441
2014-06-02Merge tag 'boards-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2014-05-27phy: Enable USB PHY support for arm64Liviu Dudau-1/+1
2014-05-27usb: common: rename phy-fsm-usb.c to usb-otg-fsm.cPeter Chen-377/+0
2014-05-27usb: phy: add run-time dependencies to R-Car driverJean Delvare-0/+1
2014-05-23usb: phy: msm: fix bug in probe()Dan Carpenter-3/+5
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-352/+437
2014-05-20Merge 3.15-rc5 into usb-nextGreg Kroah-Hartman-4/+5
2014-05-16ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAPPaul Bolle-1/+1
2014-05-15usb: phy: Add SMSC USB334x PHY IDLiviu Dudau-0/+1
2014-05-14usb: phy: msm: change devm_ioremap() to devm_ioremap_resource()Dan Carpenter-1/+1
2014-05-14usb: phy: msm: reset controller is mandatory nowArnd Bergmann-0/+1
2014-05-12usb: phy: msm: enable build on other architecturesFelipe Balbi-1/+1
2014-05-12usb: phy: msm: switch over to writel()Felipe Balbi-1/+1
2014-05-12usb: phy: msm: cast to enum msm_usb_phy_typeFelipe Balbi-1/+1
2014-04-30usb: phy: msm: Use usb_add_phy_dev() to register deviceIvan T. Ivanov-1/+2
2014-04-30usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CXIvan T. Ivanov-8/+27
2014-04-30usb: phy: msm: Handle disconnect eventsIvan T. Ivanov-0/+18
2014-04-30usb: phy: msm: Select secondary PHY via TCSRTim Bird-0/+14
2014-04-30usb: phy: msm: Fix PTS definitions for MSM USB controllerTim Bird-3/+5
2014-04-30usb: phy: msm: Correct USB PHY Reset sequence for newer platformIvan T. Ivanov-52/+88
2014-04-30usb: phy: msm: Add support for secondary PHY controlIvan T. Ivanov-2/+22
2014-04-30usb: phy: msm: Use reset framework for LINK and PHY resetsIvan T. Ivanov-8/+21
2014-04-30usb: phy: msm: Add device tree support and binding informationIvan T. Ivanov-19/+94
2014-04-30usb: phy: msm: Properly check result from platform_get_irq()Ivan T. Ivanov-1/+1
2014-04-30usb: phy: msm: Remove HSUSB prefix from regulator namesIvan T. Ivanov-3/+3
2014-04-30usb: phy: msm: Remove unused pclk_src_nameIvan T. Ivanov-25/+1
2014-04-30usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_modeIvan T. Ivanov-24/+17
2014-04-30usb: phy: msm: Fix checkpatch.pl warningsIvan T. Ivanov-25/+14
2014-04-30usb: phy: msm: Remove unnecessarily check for valid regulators.Ivan T. Ivanov-10/+0
2014-04-30usb: phy: msm: Migrate to Managed Device Resource allocationIvan T. Ivanov-119/+68
2014-04-30usb: phy: msm: Enable deferred driver probingIvan T. Ivanov-2/+3
2014-04-30usb: phy: msm: Move global regulators variables to driver stateIvan T. Ivanov-43/+39
2014-04-30usb: phy: msm: Make driver selectable on ARCH_QCOMIvan T. Ivanov-3/+3
2014-04-27Merge 3.15-rc3 into usb-nextGreg Kroah-Hartman-0/+12
2014-04-24usb: phy: mv_u3d: Remove usb phy driver for mv_u3dPaul Bolle-452/+0
2014-04-24usb: phy: otg-fsm: export symbol of otg_statemachineLi Jun-0/+1
2014-04-24usb: phy: fsm: change "|" to "||" for condition OTG_STATE_A_WAIT_BCON at stat...Peter Chen-1/+1
2014-04-24usb: phy: fsm: update OTG HNP state transitionLi Jun-3/+4
2014-04-21usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi-14/+5
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi-4/+4
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi-30/+30
2014-04-21usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi-2/+2
2014-04-21usb: phy: mv-u3d: switch over to writel/readlFelipe Balbi-10/+10
2014-04-21usb: phy: am335x-control: wait 1ms after power-up transitionsDaniel Mack-0/+9
2014-04-16usb: phy: return an error in usb_get_phy() if try_module_get() failsMathias Krause-0/+3
2014-03-17usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210Michal Simek-0/+2
2014-03-09Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman-704/+1
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I-330/+0