Age | Commit message (Expand) | Author | Files | Lines |
2016-09-14 | phy-twl4030-usb: initialize charging-related stuff via pm_runtime | Andreas Kemnade | 1 | -5/+11 |
2016-09-14 | phy-twl4030-usb: better handle musb_mailbox() failure | Andreas Kemnade | 1 | -2/+7 |
2016-06-02 | usb: musb: Return error value from musb_mailbox | Tony Lindgren | 1 | -4/+10 |
2016-03-04 | phy: twl4030: use __maybe_unused to hide pm functions | Arnd Bergmann | 1 | -2/+2 |
2016-02-10 | phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reload | Tony Lindgren | 1 | -5/+8 |
2016-02-10 | phy: twl4030-usb: Relase usb phy on unload | Tony Lindgren | 1 | -0/+1 |
2015-12-16 | usb: musb: core: Fix handling of the phy notifications | Tony Lindgren | 1 | -16/+16 |
2015-06-01 | phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe function. | NeilBrown | 1 | -1/+0 |
2015-06-01 | phy: twl4030-usb: remove pointless 'suspended' test in 'suspend' callback. | NeilBrown | 1 | -4/+0 |
2015-06-01 | phy: twl4030-usb: make runtime pm more reliable. | NeilBrown | 1 | -9/+20 |
2015-03-13 | phy: twl4030-usb: Remove redundant assignment for twl->linkstat | Axel Lin | 1 | -1/+0 |
2014-11-27 | Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/... | Greg Kroah-Hartman | 1 | -3/+6 |
2014-11-22 | phy: remove the old lookup method | Heikki Krogerus | 1 | -1/+1 |
2014-11-22 | phy: twl4030: use the new lookup method | Heikki Krogerus | 1 | -3/+6 |
2014-11-11 | phy: twl4030: Fix build breakage | Felipe Balbi | 1 | -3/+3 |
2014-09-24 | phy: remove .owner field for drivers using module_platform_driver | Peter Griffin | 1 | -1/+0 |
2014-09-24 | usb: phy: twl4030-usb: Use mutex instead of spinlock for protecting the data | Tony Lindgren | 1 | -9/+7 |
2014-09-24 | usb: phy: twl4030-usb: Remove asleep and rely on runtime PM | Tony Lindgren | 1 | -9/+5 |
2014-09-24 | usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM calls | Tony Lindgren | 1 | -41/+31 |
2014-09-24 | usb: phy: twl4030-usb: Simplify phy init to use runtime PM | Tony Lindgren | 1 | -17/+3 |
2014-09-24 | usb: phy: twl4030-usb: Remove unused irq_enabled | Tony Lindgren | 1 | -2/+0 |
2014-08-24 | usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes down | Tony Lindgren | 1 | -23/+10 |
2014-08-24 | usb: phy: twl4030-usb: Fix regressions to runtime PM on omaps | Tony Lindgren | 1 | -25/+63 |
2014-07-22 | phy: core: Let node ptr of PHY point to PHY and not of PHY provider | Kishon Vijay Abraham I | 1 | -1/+1 |
2014-03-01 | usb: phy: twl4030-usb: Remove redundant semicolon | Sachin Kamat | 1 | -1/+1 |
2014-03-01 | usb: phy: twl4030-usb: Silence checkpatch warnings | Sachin Kamat | 1 | -2/+2 |
2014-02-19 | phy: let phy_provider_register be the last step in registering PHY | Kishon Vijay Abraham I | 1 | -5/+5 |
2013-10-24 | Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -0/+2 |
2013-09-28 | usb: phy: twl4030-usb: remove *set_suspend* and *phy_init* ops | Kishon Vijay Abraham I | 1 | -44/+13 |
2013-09-28 | usb: phy: twl4030: use the new generic PHY framework | Kishon Vijay Abraham I | 1 | -0/+844 |