1. d410912 usb: phy: tegra: Fix unnecessary check in tegra_usb_phy_probe() by Tang Bin · 4 years, 8 months ago
  2. 48a7890 Merge 5.7-rc6 into usb-next by Greg Kroah-Hartman · 4 years, 8 months ago
  3. f058764 usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6030_usb_probe()' by Christophe JAILLET · 4 years, 9 months ago
  4. 361ff6c USB: phy: Use the correct style for SPDX License Identifier by Nishad Kamdar · 4 years, 9 months ago
  5. ab45545 usb: phy: jz4770: Add a missing '\n' in a log message by Christophe JAILLET · 4 years, 9 months ago
  6. 541368b usb: phy: Add driver for the Ingenic JZ4770 USB transceiver by Paul Cercueil · 4 years, 11 months ago
  7. 9cb9322 usb: phy: tegra: Include proper GPIO consumer header to fix compile testing by Krzysztof Kozlowski · 4 years, 11 months ago
  8. a4a6019 usb: phy: tegra: Add clarifying comments about the shared registers by Dmitry Osipenko · 5 years ago
  9. 3bdcfe6 usb: phy: show USB charger type for user by Peter Chen · 5 years ago
  10. fdabc46 usb: phy: phy-gpio-vbus-usb: Convert to GPIO descriptors by Linus Walleij · 5 years ago
  11. b267ddf usb: phy-generic: Delete unused platform data by Linus Walleij · 5 years ago
  12. f1f0c75 usb: phy: tegra: Keep CPU interrupts enabled by Dmitry Osipenko · 5 years ago
  13. 92bd2ef usb: phy: tegra: Move utmip_pad_count checking under lock by Dmitry Osipenko · 5 years ago
  14. aecc5af usb: phy: tegra: Disable VBUS regulator on tegra_usb_phy_init failure by Dmitry Osipenko · 5 years ago
  15. 06e60e50 usb: phy: tegra: Use device-tree notion of reset-GPIO's active-state by Dmitry Osipenko · 5 years ago
  16. 01d6ea3 usb: phy: tegra: Use u32 for hardware register variables by Dmitry Osipenko · 5 years ago
  17. 8754174 usb: phy: tegra: Use devm_otg_ulpi_create() by Dmitry Osipenko · 5 years ago
  18. dea75ee usb: ulpi: Add resource-managed variant of otg_ulpi_create() by Dmitry Osipenko · 5 years ago
  19. 9df3adc usb: phy: tegra: Use generic stub for a missing VBUS regulator by Dmitry Osipenko · 5 years ago
  20. b07e5f8 usb: phy: tegra: Use relaxed versions of readl/writel by Dmitry Osipenko · 5 years ago
  21. 5bb6985 usb: phy: tegra: Clean up included headers by Dmitry Osipenko · 5 years ago
  22. 545592e usb: phy: tegra: Perform general clean up of the code by Dmitry Osipenko · 5 years ago
  23. 5dcdafd usb: phy: tegra: Hook up init/shutdown callbacks by Dmitry Osipenko · 5 years ago
  24. 18bd8bf usb: phy: tegra: Keep track of power on-off state by Dmitry Osipenko · 5 years ago
  25. 28d190a usb: phy: tegra: Clean up ulpi_phy_power_off by Dmitry Osipenko · 5 years ago
  26. 91687c19 usb: phy: Enable compile testing for some of drivers by Krzysztof Kozlowski · 5 years ago
  27. c4a68b4 usb: phy: ab8500-usb: Keep PHY turned on in UART mode by Stephan Gerhold · 5 years ago
  28. 89fa75a usb: phy: keystone: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  29. 33b4332 usb: phy: mxs: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  30. 96e46dc Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 5 years ago
  31. f1b1900 usb: phy: phy-fsl-usb: Make structure fsl_otg_initdata constant by Nishka Dasgupta · 5 years ago
  32. 6d03c14 USB: phy: fsl-usb: convert platform driver to use dev_groups by Greg Kroah-Hartman · 5 years ago
  33. 3e2cb86 USB: phy: mv-usb: convert platform driver to use dev_groups by Greg Kroah-Hartman · 5 years ago
  34. f4d09e9 USB: phy: tahvo: convert platform driver to use dev_groups by Greg Kroah-Hartman · 5 years ago
  35. 891c1da USB: phy: twl6030: convert platform driver to use dev_groups by Greg Kroah-Hartman · 5 years ago
  36. b33f370 usb: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  37. dcf8f7e usb: phy: ab8500-usb: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  38. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  39. 99e8232 usb: phy: phy-mxs-usb: add imx7ulp support by Peter Chen · 6 years ago
  40. 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
  41. a954e5f Merge 5.2-rc5 into usb-next by Greg Kroah-Hartman · 6 years ago
  42. b5bbe22 usb: phy: mxs: Disable external charger detect in mxs_phy_hw_init() by Andrey Smirnov · 6 years ago
  43. 32adeab usb: phy: mv-usb: Remove set but not used variable 'phy' by YueHaibing · 6 years ago
  44. 2100e3c usb: gadget: fsl: fix link error against usb-gadget module by Arnd Bergmann · 6 years ago
  45. dc8b2a6 Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 6 years ago
  46. 5895d311 usb: phy: twl6030-usb: fix possible use-after-free on remove by Sven Van Asbroeck · 6 years ago
  47. 15e99b1 Merge 5.0-rc6 into usb-next by Greg Kroah-Hartman · 6 years ago
  48. a53469a usb: phy: am335x: fix race condition in _probe by Bin Liu · 6 years ago
  49. f2105d4 usb: phy: fix link errors by Anders Roxell · 6 years ago
  50. cae8dc3 USB: add missing SPDX lines to Kconfig and Makefiles by Greg Kroah-Hartman · 6 years ago
  51. b8d9ee2 usb: phy: ab8500: silence some uninitialized variable warnings by Dan Carpenter · 6 years ago
  52. 818eecf usb: phy: mxs: fix spelling mistake "stardard" -> "standard" by Colin Ian King · 6 years ago
  53. a39ba90 usb/phy: fix PPC64 build errors in phy-fsl-usb.c by Randy Dunlap · 7 years ago
  54. 822852f phy: tegra: select USB_COMMON by Arnd Bergmann · 7 years ago
  55. ee30ec0 usb: phy: Add Kconfig entry for Tegra PHY driver by Dmitry Osipenko · 7 years ago
  56. 1434703 usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phy by Dmitry Osipenko · 7 years ago
  57. f59cd94 usb: phy: tegra: Cleanup error messages by Dmitry Osipenko · 7 years ago
  58. 8bffbdb usb: phy: simplify getting .drvdata by Wolfram Sang · 7 years ago
  59. c3c0ac7 USB: phy: drop legacy board-file support by Johan Hovold · 7 years ago
  60. 60b9f94 USB: phy: drop unused legacy controller-phy bind helper by Johan Hovold · 7 years ago
  61. 2f710c1 usb: phy: ab8500: Drop AB8540/9540 support by Linus Walleij · 7 years ago
  62. 43bcf64 usb: phy: tegra: Increase PHY clock stabilization timeout by Dmitry Osipenko · 7 years ago
  63. 5864470 usb: phy-generic: Use gpiod_set_value_cansleep by Mike Looijmans · 7 years ago
  64. 6eb5ac2 usb: phy: ab8500: use correct enum type by Stefan Agner · 7 years ago
  65. 9556f70 usb: phy: mxs: Staticize mxs_charger_secondary_detection() by Fabio Estevam · 7 years ago
  66. 4993508 usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28 by Fabio Estevam · 7 years ago
  67. ca35910 USB: move many drivers to use DEVICE_ATTR_WO by Greg Kroah-Hartman · 7 years ago
  68. 7f26ee4 USB: move many drivers to use DEVICE_ATTR_RO by Greg Kroah-Hartman · 7 years ago
  69. ed5bd7a USB: move many drivers to use DEVICE_ATTR_RW by Greg Kroah-Hartman · 7 years ago
  70. 655283a usb: phy: Factor out the usb charger initialization by Baolin Wang · 7 years ago
  71. 894025f Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  72. fb3967b USB: phy: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  73. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  74. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  75. 4756f35 usb: phy: remove phy-qcom-8x16-usb.c by Alex Elder · 7 years ago
  76. a170a1e usb: phy: remove phy-msm-usb.c by Alex Elder · 7 years ago
  77. 4dce3c4 Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into usb-next by Greg Kroah-Hartman · 7 years ago
  78. 2d5afd5 Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 7 years ago
  79. ce03540 usb: phy: tahvo: fix error handling in tahvo_usb_probe() by Alexey Khoroshilov · 7 years ago
  80. 58a636e usb: phy: phy-msm-usb: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  81. 176aa36 extcon: Split out extcon header file for consumer and provider device by Chanwoo Choi · 7 years ago
  82. e936509 usb: phy: mxs: add usb charger type detection by Li Jun · 7 years ago
  83. f9c5d1d usb: phy: phy-generic: propagate clk_get error if clock is required by Lucas Stach · 7 years ago
  84. 9718756 usb: phy: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  85. 4c13fec usb: isp1301-omap: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  86. e4ed2b5 Merge 4.14-rc5 into usb-next by Greg Kroah-Hartman · 7 years ago
  87. 203f44c4 usb: phy: tegra: Fix phy suspend for UDC by Jon Hunter · 7 years ago
  88. 88189c1 drivers: usb: phy: omap: use setup_timer() helper. by Allen Pais · 7 years ago
  89. 598b98f usb/phy-isp1301-omap: Remove .data assignment by Kees Cook · 7 years ago
  90. 968c61f Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 7 years ago
  91. 3f979bf Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hwmon-4.14', 'ib-mfd-iio-pwm-4.14', 'ib-mfd-input-rtc-4.14', 'ib-mfd-many-4.14' and 'ib-mfd-pinctrl-regulator-4.14' into ibs-for-mfd-merged by Lee Jones · 7 years ago
  92. a205425 mfd: twl: Move header file out of I2C realm by Wolfram Sang · 7 years ago
  93. 34a0036 Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 7 years ago
  94. a9081a0 usb: phy: Add USB charger support by Baolin Wang · 7 years ago
  95. 6cea144 usb: phy-tahvo: constify attribute_group structures. by Arvind Yadav · 7 years ago
  96. 2edb048 usb: phy-mv-usb: constify attribute_group structures. by Arvind Yadav · 7 years ago
  97. c7733dc1 usb: phy: qcom: Use devm_ioremap_resource() by Fabio Estevam · 7 years ago
  98. 9787076 mfd: tps65010: Move header file out of I2C realm by Wolfram Sang · 7 years ago
  99. feea468 Merge 4.13-rc5 into usb-next by Greg Kroah-Hartman · 7 years ago
  100. 1cefc26 usb: phy-mv-usb: constify attribute_group structures. by Arvind Yadav · 7 years ago