summaryrefslogtreecommitdiff
path: root/drivers/phy/phy-twl4030-usb.c
AgeCommit message (Expand)Author
2017-06-01phy: Group vendor specific phy driversVivek Gautam
2016-11-28Merge tag 'phy-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman
2016-11-18phy: phy-twl4030-usb: emit VBUS status events to userspaceMatt Ranostay
2016-11-17phy: twl4030-usb: Fix for musb session bit based PMTony Lindgren
2016-09-14phy-twl4030-usb: initialize charging-related stuff via pm_runtimeAndreas Kemnade
2016-09-14phy-twl4030-usb: better handle musb_mailbox() failureAndreas Kemnade
2016-06-01usb: musb: Return error value from musb_mailboxTony Lindgren
2016-03-03phy: twl4030: use __maybe_unused to hide pm functionsArnd Bergmann
2016-02-10phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reloadTony Lindgren
2016-02-10phy: twl4030-usb: Relase usb phy on unloadTony Lindgren
2015-12-16usb: musb: core: Fix handling of the phy notificationsTony Lindgren
2015-06-01phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe function.NeilBrown
2015-06-01phy: twl4030-usb: remove pointless 'suspended' test in 'suspend' callback.NeilBrown
2015-06-01phy: twl4030-usb: make runtime pm more reliable.NeilBrown
2015-03-13phy: twl4030-usb: Remove redundant assignment for twl->linkstatAxel Lin
2014-11-27Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman
2014-11-22phy: remove the old lookup methodHeikki Krogerus
2014-11-22phy: twl4030: use the new lookup methodHeikki Krogerus
2014-11-10phy: twl4030: Fix build breakageFelipe Balbi
2014-09-24phy: remove .owner field for drivers using module_platform_driverPeter Griffin
2014-09-24usb: phy: twl4030-usb: Use mutex instead of spinlock for protecting the dataTony Lindgren
2014-09-24usb: phy: twl4030-usb: Remove asleep and rely on runtime PMTony Lindgren
2014-09-24usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM callsTony Lindgren
2014-09-24usb: phy: twl4030-usb: Simplify phy init to use runtime PMTony Lindgren
2014-09-24usb: phy: twl4030-usb: Remove unused irq_enabledTony Lindgren
2014-08-24usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes downTony Lindgren
2014-08-24usb: phy: twl4030-usb: Fix regressions to runtime PM on omapsTony Lindgren
2014-07-22phy: core: Let node ptr of PHY point to PHY and not of PHY providerKishon Vijay Abraham I
2014-03-02usb: phy: twl4030-usb: Remove redundant semicolonSachin Kamat
2014-03-02usb: phy: twl4030-usb: Silence checkpatch warningsSachin Kamat
2014-02-18phy: let phy_provider_register be the last step in registering PHYKishon Vijay Abraham I
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-09-27usb: phy: twl4030-usb: remove *set_suspend* and *phy_init* opsKishon Vijay Abraham I
2013-09-27usb: phy: twl4030: use the new generic PHY frameworkKishon Vijay Abraham I