Age | Commit message (Expand) | Author | Files | Lines |
2014-04-30 | usb: phy: msm: Correct USB PHY Reset sequence for newer platform | Ivan T. Ivanov | 1 | -52/+88 |
2014-04-30 | usb: phy: msm: Add support for secondary PHY control | Ivan T. Ivanov | 1 | -2/+22 |
2014-04-30 | usb: phy: msm: Use reset framework for LINK and PHY resets | Ivan T. Ivanov | 1 | -8/+21 |
2014-04-30 | usb: phy: msm: Add device tree support and binding information | Ivan T. Ivanov | 1 | -19/+94 |
2014-04-30 | usb: phy: msm: Properly check result from platform_get_irq() | Ivan T. Ivanov | 1 | -1/+1 |
2014-04-30 | usb: phy: msm: Remove HSUSB prefix from regulator names | Ivan T. Ivanov | 1 | -3/+3 |
2014-04-30 | usb: phy: msm: Remove unused pclk_src_name | Ivan T. Ivanov | 1 | -25/+1 |
2014-04-30 | usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_mode | Ivan T. Ivanov | 1 | -24/+17 |
2014-04-30 | usb: phy: msm: Fix checkpatch.pl warnings | Ivan T. Ivanov | 1 | -25/+14 |
2014-04-30 | usb: phy: msm: Remove unnecessarily check for valid regulators. | Ivan T. Ivanov | 1 | -10/+0 |
2014-04-30 | usb: phy: msm: Migrate to Managed Device Resource allocation | Ivan T. Ivanov | 1 | -119/+68 |
2014-04-30 | usb: phy: msm: Enable deferred driver probing | Ivan T. Ivanov | 1 | -2/+3 |
2014-04-30 | usb: phy: msm: Move global regulators variables to driver state | Ivan T. Ivanov | 1 | -43/+39 |
2014-04-30 | usb: phy: msm: Make driver selectable on ARCH_QCOM | Ivan T. Ivanov | 1 | -3/+3 |
2014-04-28 | Merge 3.15-rc3 into usb-next | Greg Kroah-Hartman | 2 | -0/+12 |
2014-04-25 | usb: phy: mv_u3d: Remove usb phy driver for mv_u3d | Paul Bolle | 4 | -452/+0 |
2014-04-24 | usb: phy: otg-fsm: export symbol of otg_statemachine | Li Jun | 1 | -0/+1 |
2014-04-24 | usb: phy: fsm: change "|" to "||" for condition OTG_STATE_A_WAIT_BCON at stat... | Peter Chen | 1 | -1/+1 |
2014-04-24 | usb: phy: fsm: update OTG HNP state transition | Li Jun | 1 | -3/+4 |
2014-04-21 | usb: phy: generic: allow multiples calls to usb_phy_generic_register() | Felipe Balbi | 1 | -14/+5 |
2014-04-21 | usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi... | Felipe Balbi | 4 | -4/+4 |
2014-04-21 | usb: phy: rename usb_nop_xceiv to usb_phy_generic | Felipe Balbi | 4 | -30/+30 |
2014-04-21 | usb: gadget: only GPL drivers in the gadget and phy framework | Felipe Balbi | 1 | -2/+2 |
2014-04-21 | usb: phy: mv-u3d: switch over to writel/readl | Felipe Balbi | 1 | -10/+10 |
2014-04-21 | usb: phy: am335x-control: wait 1ms after power-up transitions | Daniel Mack | 1 | -0/+9 |
2014-04-16 | usb: phy: return an error in usb_get_phy() if try_module_get() fails | Mathias Krause | 1 | -0/+3 |
2014-03-18 | usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210 | Michal Simek | 1 | -0/+2 |
2014-03-09 | Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/... | Greg Kroah-Hartman | 5 | -704/+1 |
2014-03-09 | phy: rename struct omap_control_usb to struct omap_control_phy | Kishon Vijay Abraham I | 3 | -330/+0 |
2014-03-08 | Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 3 | -21/+304 |
2014-03-07 | phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/ | Kishon Vijay Abraham I | 1 | -1/+1 |
2014-03-07 | usb: phy: fsm: update OTG HNP state transition conditions according to OTG an... | Li Jun | 1 | -4/+5 |
2014-03-06 | drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY Framework | Kishon Vijay Abraham I | 3 | -373/+0 |
2014-03-06 | usb: phy: mxs: Add sync time after controller clear phcd | Peter Chen | 1 | -0/+11 |
2014-03-06 | usb: phy: mxs: Add system suspend/resume API | Peter Chen | 1 | -0/+61 |
2014-03-06 | usb: phy: mxs: Add implementation of set_wakeup | Peter Chen | 1 | -0/+116 |
2014-03-06 | usb: phy: mxs: add controller id | Peter Chen | 1 | -0/+6 |
2014-03-06 | usb: phy: mxs: Enable IC fixes for related SoCs | Peter Chen | 1 | -2/+21 |
2014-03-06 | usb: phy: mxs: change description of usb device speed | Peter Chen | 1 | -4/+4 |
2014-03-06 | usb: phy: mxs: Add anatop regmap | Peter Chen | 1 | -0/+15 |
2014-03-06 | usb: phy: mxs: Add auto clock and power setting | Peter Chen | 1 | -3/+17 |
2014-03-06 | usb: phy: mxs: Add platform judgement code | Peter Chen | 1 | -9/+49 |
2014-03-05 | usb: phy: rcar-gen2-usb: always use 'dev' variable in probe() method | Sergei Shtylyov | 1 | -3/+3 |
2014-02-25 | Merge 3.14-rc4 into usb-next | Greg Kroah-Hartman | 1 | -31/+26 |
2014-02-20 | usb: phy: msm: fix compilation errors when !CONFIG_PM_SLEEP | Josh Cartwright | 1 | -31/+26 |
2014-02-08 | usb: phy: msm: tiny leak on error in probe() | Dan Carpenter | 1 | -1/+2 |
2014-02-05 | usb: phy: move some error messages to debug | Josh Boyer | 1 | -5/+3 |
2014-01-24 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -20/+15 |
2014-01-09 | Merge branch 'qcom/drivers' into next/drivers | Olof Johansson | 1 | -20/+15 |
2014-01-09 | usb: phy: msm: Move mach dependent code to platform data | Ivan T. Ivanov | 1 | -20/+15 |