1. 0623749 phy: phy-twl4030-usb: fix denied runtime access by Andreas Kemnade · 6 years ago
  2. f7c4a46 phy: twl4030-usb: Fix for musb session bit based PM by Tony Lindgren · 8 years ago
  3. b78ea84 phy-twl4030-usb: initialize charging-related stuff via pm_runtime by Andreas Kemnade · 8 years ago
  4. 78489c7 phy-twl4030-usb: better handle musb_mailbox() failure by Andreas Kemnade · 8 years ago
  5. 12b7db2 usb: musb: Return error value from musb_mailbox by Tony Lindgren · 8 years ago
  6. 8073fb8 phy: twl4030: use __maybe_unused to hide pm functions by Arnd Bergmann · 8 years ago
  7. 58a66db phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reload by Tony Lindgren · 8 years ago
  8. b241d31 phy: twl4030-usb: Relase usb phy on unload by Tony Lindgren · 8 years ago
  9. 8055555 usb: musb: core: Fix handling of the phy notifications by Tony Lindgren · 8 years ago
  10. 4724e27 phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe function. by NeilBrown · 9 years ago
  11. 186eceb phy: twl4030-usb: remove pointless 'suspended' test in 'suspend' callback. by NeilBrown · 9 years ago
  12. 56301df phy: twl4030-usb: make runtime pm more reliable. by NeilBrown · 9 years ago
  13. 8f27f16 phy: twl4030-usb: Remove redundant assignment for twl->linkstat by Axel Lin · 9 years ago
  14. 842f57b Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-testing by Greg Kroah-Hartman · 9 years ago
  15. dbc9863 phy: remove the old lookup method by Heikki Krogerus · 10 years ago
  16. 61211b1 phy: twl4030: use the new lookup method by Heikki Krogerus · 10 years ago
  17. 8b9ca27 phy: twl4030: Fix build breakage by Felipe Balbi · 10 years ago
  18. 4f0eb5d phy: remove .owner field for drivers using module_platform_driver by Peter Griffin · 10 years ago
  19. dcc35b2 usb: phy: twl4030-usb: Use mutex instead of spinlock for protecting the data by Tony Lindgren · 10 years ago
  20. 48f48e1 usb: phy: twl4030-usb: Remove asleep and rely on runtime PM by Tony Lindgren · 10 years ago
  21. bad8e33 usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM calls by Tony Lindgren · 10 years ago
  22. 62dc576 usb: phy: twl4030-usb: Simplify phy init to use runtime PM by Tony Lindgren · 10 years ago
  23. bb41940 usb: phy: twl4030-usb: Remove unused irq_enabled by Tony Lindgren · 10 years ago
  24. 85601b8 usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes down by Tony Lindgren · 10 years ago
  25. 96be39a usb: phy: twl4030-usb: Fix regressions to runtime PM on omaps by Tony Lindgren · 10 years ago
  26. f0ed817 phy: core: Let node ptr of PHY point to PHY and not of PHY provider by Kishon Vijay Abraham I · 10 years ago
  27. ed093e6 usb: phy: twl4030-usb: Remove redundant semicolon by Sachin Kamat · 10 years ago
  28. b6d790f usb: phy: twl4030-usb: Silence checkpatch warnings by Sachin Kamat · 10 years ago
  29. 64fe189 phy: let phy_provider_register be the last step in registering PHY by Kishon Vijay Abraham I · 10 years ago
  30. 5328f35 Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  31. f1ddc24c9 usb: phy: twl4030-usb: remove *set_suspend* and *phy_init* ops by Kishon Vijay Abraham I · 11 years ago
  32. 6747caa usb: phy: twl4030: use the new generic PHY framework by Kishon Vijay Abraham I · 11 years ago[Renamed (94%) from drivers/usb/phy/phy-twl4030-usb.c]
  33. 19f9e18 usb: phy: use dev_get_platdata() by Jingoo Han · 11 years ago
  34. 64dc9e2 Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  35. 9ec602e usb: phy: twl4030-usb: check regulator_enable return value by Fabio Baltieri · 11 years ago
  36. f65f4f4 usb: phy: twl4030-usb: check if vbus is driven by twl itself by Grazvydas Ignotas · 11 years ago
  37. 249751f usb: phy: twl4030-usb: poll for ID disconnect by Grazvydas Ignotas · 11 years ago
  38. 15460de usb: phy: twl4030-usb: don't switch the phy on/off needlessly by Grazvydas Ignotas · 11 years ago
  39. ca4f70c usb: phy: twl4030-usb: ignore duplicate events by Grazvydas Ignotas · 11 years ago
  40. 44a50d0 usb: phy: twl4030-usb: don't enable PHY during init by Grazvydas Ignotas · 11 years ago
  41. 817e5f3 usb: phy: twl4030: fix cold plug on OMAP3 by Kishon Vijay Abraham I · 11 years ago
  42. 9166902 usb: phy: twl4030: use devres API for regulator get and request irq by Kishon Vijay Abraham I · 11 years ago
  43. 94ae984 usb: phy: rename all phy drivers to phy-$name-usb.c by Felipe Balbi · 11 years ago[Renamed from drivers/usb/phy/twl4030-usb.c]
  44. a0e6312 usb: phy: move all PHY drivers to drivers/usb/phy/ by Felipe Balbi · 11 years ago[Renamed from drivers/usb/otg/twl4030-usb.c]
  45. c11747f usb: musb: omap: make use of the new PHY lib APIs by Kishon Vijay Abraham I · 11 years ago
  46. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  47. 9d94e16 usb: otg: twl4030: Change TWL4030_MODULE_* ids to TWL_MODULE_* by Peter Ujfalusi · 12 years ago
  48. f8515f0 usb: twl4030: Add device tree support for twl4030 usb by Kishon Vijay Abraham I · 12 years ago
  49. b8a3efa usb: otg: twl: use devres API to allocate resources by Kishon Vijay Abraham I · 12 years ago
  50. c83a854 usb: musb: move otg specific initializations from twl to glue by Kishon Vijay Abraham I · 12 years ago
  51. c972143 usb: musb: twl: use mailbox API to send VBUS or ID events by Kishon Vijay Abraham I · 12 years ago
  52. 662dca5 usb: otg: support for multiple transceivers by a single controller by Kishon Vijay Abraham I · 12 years ago
  53. 721002e usb: otg: utils: rename function name in OTG utils by Kishon Vijay Abraham I · 12 years ago
  54. 6b03b13 usb: otg: twl: add missing IRQF_ONESHOT by Felipe Balbi · 12 years ago
  55. 74d4aa4 usb: otg: twl4030: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  56. de07e18 usb: otg: Rename usb_xceiv_event to usb_phy_event by Heikki Krogerus · 12 years ago
  57. 8675381 usb: otg: Rename otg_transceiver to usb_phy by Heikki Krogerus · 12 years ago
  58. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 13 years ago
  59. a87103a USB: twl4030-usb: Report correct vbus value for accessory charger adapters1 by Matthias Kaehlcke · 13 years ago
  60. 37db3af usb: otg: TWL4030: Update the last_event variable. by Hema HK · 13 years ago
  61. cccad6d usb: otg: notifier: switch to atomic notifier by Felipe Balbi · 14 years ago
  62. c3d6450 usb: otg: twl4030-usb: Fix unbalanced regulator disables at module removal by Jarkko Nikula · 13 years ago
  63. e7944d8 usb: otg: twl4030-usb: switch over to defines in twl.h by Felipe Balbi · 14 years ago
  64. fc8f2a7 USB: otg: twl4030: fix phy initialization(v1) by Ming Lei · 14 years ago
  65. 461c317 USB: otg: twl4030: fix wrong assumption of starting state by Felipe Balbi · 14 years ago
  66. 92a6e6b usb: otg: twl4030: use the global ULPI register definitions by Heikki Krogerus · 14 years ago
  67. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  68. 8f20960 usb: otg: twl4030: move to request_threaded_irq by Felipe Balbi · 14 years ago
  69. d1b5b5c USB: otg: twl4030: add support for notifier by Felipe Balbi · 14 years ago
  70. fc7b92f mfd: Rename all twl4030_i2c* by Balaji T K · 14 years ago
  71. b07682b mfd: Rename twl4030* driver files to enable re-use by Santosh Shilimkar · 14 years ago
  72. be30fc4 USB: twl4030: Enable USB regulators before enabling USB charging by Aguilar Pena, Leed · 15 years ago
  73. def6f8b USB: twl4030-usb: fix minor reporting goofage by David Brownell · 15 years ago
  74. d8b175e USB: move twl4030_usb's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  75. 6676016 USB: TWL: disable VUSB regulators when cable unplugged by Jouni Hogander · 15 years ago
  76. 9ebd961 USB: otg: twl4030 transceiver driver by David Brownell · 15 years ago