| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-26 | usb: phy: Initialize struct usb_phy list_head | Diogo Ivo | 1 | -0/+4 |
| 2025-09-06 | usb: phy: twl6030: Fix incorrect type for ret | Xichao Zhao | 1 | -2/+1 |
| 2025-06-19 | usb: phy: tegra: Remove unused functions | Dr. David Alan Gilbert | 1 | -89/+0 |
| 2025-04-11 | usb: Remove orphaned UDC drivers | Rob Herring (Arm) | 3 | -894/+0 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-03-03 | usb: ulpi: Remove unused otg_ulpi_create | Dr. David Alan Gilbert | 1 | -23/+0 |
| 2025-02-17 | Merge 6.14-rc3 into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2025-02-03 | usb: phy: generic: Use proper helper for property detection | Alexander Stein | 1 | -1/+1 |
| 2025-02-03 | usb: phy: mxs: silence EPROBE_DEFER error on boot | Dominique Martinet | 1 | -5/+3 |
| 2025-01-15 | USB: phy: Use str_enable_disable-like helpers | Krzysztof Kozlowski | 3 | -3/+6 |
| 2025-01-13 | usb: phy: Remove API devm_usb_put_phy() | Zijun Hu | 1 | -26/+0 |
| 2024-11-05 | usb: Use (of|device)_property_present() for non-boolean properties | Rob Herring (Arm) | 1 | -1/+1 |
| 2024-11-05 | Merge v6.12-rc6 into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-10-29 | usb: phy: Fix API devm_usb_put_phy() can not release the phy | Zijun Hu | 1 | -1/+1 |
| 2024-10-14 | Merge 6.12-rc3 into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-10-04 | usb: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 11 | -11/+11 |
| 2024-10-04 | usb: phy: isp1301:: Drop explicit initialization of struct i2c_device_id::dri... | Uwe Kleine-König | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-08-25 | usb: phy: phy-gpio-vbus-usb: fix module autoloading | Liao Chen | 1 | -0/+1 |
| 2024-08-13 | usb: phy: mxs: enable weak 1p1 regulator for imx6ul during suspend | Xu Yang | 1 | -4/+28 |
| 2024-08-13 | usb: phy: mxs: add wakeup enable for imx7ulp | Xu Yang | 1 | -2/+39 |
| 2024-08-13 | usb: phy: mxs: keep USBPHY2's clk always on | Xu Yang | 1 | -7/+26 |
| 2024-08-13 | usb: phy: mxs: enable regulator phy-3p0 to improve signal qualilty | Xu Yang | 1 | -0/+26 |
| 2024-06-20 | usb: phy: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2 | -0/+2 |
| 2024-04-09 | usb: phy-generic: add short delay after pulling the reset pin | Michael Grzeschik | 1 | -0/+1 |
| 2024-04-04 | usb: phy: fsl-usb: drop driver owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-03-26 | Revert "usb: phy: generic: Get the vbus supply" | Alexander Stein | 1 | -7/+0 |
| 2024-02-19 | usb: phy: constify the struct device_type usage | Ricardo B. Marliere | 1 | -1/+1 |
| 2024-01-27 | usb: phy: generic: Disable vbus on removal | Sean Anderson | 1 | -0/+3 |
| 2024-01-27 | usb: phy: generic: Implement otg->set_vbus | Sean Anderson | 1 | -28/+17 |
| 2024-01-27 | usb: phy: generic: Get the vbus supply | Sean Anderson | 1 | -0/+7 |
| 2024-01-04 | usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host() | Xu Yang | 1 | -2/+1 |
| 2023-12-15 | usb: phy: twl6030: Remove snprintf() from sysfs call-backs and replace with s... | Lee Jones | 1 | -4/+4 |
| 2023-11-23 | usb: phy: generic: add suspend support for regulator | Stefan Eichenberger | 1 | -4/+10 |
| 2023-07-25 | usb: phy: mxs: disconnect line when USB charger is attached | Xu Yang | 1 | -1/+3 |
| 2023-07-25 | usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host() | Xu Yang | 1 | -8/+2 |
| 2023-07-25 | usb: Explicitly include correct DT includes | Rob Herring | 2 | -2/+2 |
| 2023-05-29 | usb: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-05-29 | usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() | Li Yang | 1 | -1/+1 |
| 2023-03-23 | usb: phy: twl6030: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-23 | usb: phy: tegra: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-23 | usb: phy: tahvo: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-23 | usb: phy: mxs: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-23 | usb: phy: mv: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-23 | usb: phy: keystone: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-23 | usb: phy: gpio-vbus: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-23 | usb: phy: generic: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-23 | usb: phy: fsl: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-23 | usb: phy: am335x: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2023-03-23 | usb: phy: ab8500: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-16 | usb: Use of_property_present() for testing DT property presence | Rob Herring | 2 | -2/+2 |
| 2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+3 |
| 2023-01-27 | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -3/+3 |
| 2023-01-12 | usb: phy: remove phy-isp1301-omap driver | Arnd Bergmann | 3 | -1568/+0 |
| 2023-01-12 | ARM: omap1: remove dead code | Arnd Bergmann | 1 | -90/+1 |
| 2022-11-22 | usb: isp1301-omap: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -2/+2 |
| 2022-11-22 | usb: phy: isp1301: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-09 | usb: phy: jz4770: Remove driver | Paul Cercueil | 3 | -362/+0 |
| 2022-11-09 | usb: phy: generic: Add wakeup capability | Li Jun | 1 | -0/+4 |
| 2022-11-08 | usb: phy: phy-gpio-vbus-usb: Add device tree probing | Linus Walleij | 2 | -1/+17 |
| 2022-10-23 | usb: phy: generic: make vcc regulator optional | Sascha Hauer | 1 | -9/+5 |
| 2022-10-07 | Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 4 | -29/+23 |
| 2022-09-27 | USB: PHY: JZ4770: Switch to use dev_err_probe() helper | Yang Yingliang | 1 | -17/+8 |
| 2022-09-27 | usb: phy: generic: Switch to use dev_err_probe() helper | Yang Yingliang | 1 | -6/+3 |
| 2022-09-05 | usb: phy: tegra: switch to using devm_gpiod_get() | Dmitry Torokhov | 1 | -4/+10 |
| 2022-08-31 | usb: phy: mxs: fix MXS_PHY_TX_CAL45_MIN and MXS_PHY_TX_CAL45_MAX | Frank Li | 1 | -2/+2 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 2 | -6/+2 |
| 2022-07-27 | usb: phy: remove redundant store to variable var after & operation | Colin Ian King | 1 | -1/+1 |
| 2022-06-03 | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2022-05-26 | Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -4/+5 |
| 2022-05-13 | extcon: Fix extcon_get_extcon_dev() error handling | Dan Carpenter | 1 | -2/+2 |
| 2022-04-26 | usb: phy: generic: Get the vbus supply | Sean Anderson | 1 | -0/+7 |
| 2022-04-21 | usb: omap: avoid mach/*.h headers | Arnd Bergmann | 2 | -3/+4 |
| 2022-04-21 | ARM: omap1: move mach/usb.h to include/linux/soc | Arnd Bergmann | 1 | -1/+1 |
| 2021-11-17 | usb: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 1 | -4/+1 |
| 2021-10-05 | USB: phy: tahvo:remove unnecessary debug log | Zhiwei Yang | 1 | -4/+0 |
| 2021-10-05 | usb: phy: tegra: Support OTG mode programming | Dmitry Osipenko | 1 | -5/+193 |
| 2021-08-16 | usb: phy: tahvo: add IRQ check | Sergey Shtylyov | 1 | -1/+3 |
| 2021-08-13 | usb: phy: twl6030: add IRQ checks | Sergey Shtylyov | 1 | -0/+5 |
| 2021-08-13 | usb: phy: fsl-usb: add IRQ check | Sergey Shtylyov | 1 | -0/+2 |
| 2021-07-26 | Merge v5.14-rc3 into usb-next | Greg Kroah-Hartman | 1 | -2/+8 |
| 2021-07-21 | usb: isp1301-omap: Fix the GPIO include | Linus Walleij | 1 | -1/+1 |
| 2021-07-21 | usb: phy: Fix page fault from usb_phy_uevent | Artur Petrosyan | 1 | -2/+8 |
| 2021-06-15 | usb: phy: tegra: Correct definition of B_SESS_VLD_WAKEUP_EN bit | Dmitry Osipenko | 1 | -3/+2 |
| 2021-06-15 | usb: phy: tegra: Wait for VBUS wakeup status deassertion on suspend | Dmitry Osipenko | 1 | -0/+10 |
| 2021-06-03 | usb: phy: introduce usb_phy device type with its own uevent handler | Grzegorz Jaszczyk | 1 | -8/+47 |
| 2021-05-24 | usb: phy: isp1301: Deduplicate of_find_i2c_device_by_node() | Andy Shevchenko | 1 | -16/+9 |
| 2021-05-10 | usb: phy: Use fallthrough pseudo-keyword | Wei Ming Chen | 1 | -1/+1 |
| 2021-01-18 | usb: phy: phy-mxs-usb: Use of_device_get_match_data() | Fabio Estevam | 1 | -6/+1 |
| 2021-01-13 | usb: phy: tegra: Support waking up from a low power mode | Dmitry Osipenko | 1 | -11/+89 |
| 2021-01-13 | usb: phy: tegra: Add delay after power up | Dmitry Osipenko | 1 | -0/+3 |
| 2020-12-15 | Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2020-12-11 | usb: phy: convert comma to semicolon | Zheng Yongjun | 1 | -5/+5 |
| 2020-12-09 | usb: phy: Fix spelling mistake in Kconfig help text | Colin Ian King | 1 | -1/+1 |
| 2020-12-05 | USB: PHY: JZ4770: Remove unnecessary function calls. | 周琰杰 (Zhou Yanjie) | 1 | -1/+1 |
| 2020-11-26 | usb: isp1301-omap: Convert to use GPIO descriptors | Linus Walleij | 1 | -8/+13 |
| 2020-09-25 | usb: phy: phy-mv-usb: convert to readl_poll_timeout_atomic() | Chunfeng Yun | 1 | -10/+8 |
| 2020-09-25 | usb: phy-ulpi-viewport: convert to readl_poll_timeout_atomic() | Chunfeng Yun | 1 | -9/+3 |
| 2020-09-14 | usb: phy: phy-ab8500-usb: fix spello of "function" | Randy Dunlap | 1 | -1/+1 |
| 2020-08-25 | USB: PHY: JZ4770: Fix static checker warning. | 周琰杰 (Zhou Yanjie) | 1 | -0/+1 |
| 2020-07-29 | usb: phy: am335x: convert to devm_platform_ioremap_resource_byname | Chunfeng Yun | 1 | -5/+2 |
| 2020-07-24 | USB: PHY: JZ4770: Reformat the code to align it. | 周琰杰 (Zhou Yanjie) | 1 | -37/+37 |
| 2020-07-24 | USB: PHY: JZ4770: Add support for new Ingenic SoCs. | 周琰杰 (Zhou Yanjie) | 2 | -33/+163 |
| 2020-07-24 | USB: PHY: JZ4770: Unify code style and simplify code. | 周琰杰 (Zhou Yanjie) | 1 | -23/+11 |
| 2020-07-15 | usb: phy: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2 | -2/+2 |
| 2020-07-10 | usb: phy: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 4 | -16/+16 |
| 2020-07-03 | USB: phy: fsl-usb: remove character device usage | Greg Kroah-Hartman | 2 | -83/+0 |
| 2020-07-03 | USB: phy: fsl-usb: remove sysfs abuse | Greg Kroah-Hartman | 1 | -93/+0 |
| 2020-07-03 | usb: phy: phy: Fix-up a whole bunch of formatting issues | Lee Jones | 1 | -24/+25 |
| 2020-06-24 | usb: phy: tegra: Fix unnecessary check in tegra_usb_phy_probe() | Tang Bin | 1 | -5/+1 |
| 2020-05-18 | Merge 5.7-rc6 into usb-next | Greg Kroah-Hartman | 1 | -3/+9 |
| 2020-05-09 | usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6... | Christophe JAILLET | 1 | -3/+9 |
| 2020-04-23 | USB: phy: Use the correct style for SPDX License Identifier | Nishad Kamdar | 2 | -2/+2 |
| 2020-04-16 | usb: phy: jz4770: Add a missing '\n' in a log message | Christophe JAILLET | 1 | -6/+6 |
| 2020-03-12 | usb: phy: Add driver for the Ingenic JZ4770 USB transceiver | Paul Cercueil | 3 | -0/+252 |
| 2020-03-04 | usb: phy: tegra: Include proper GPIO consumer header to fix compile testing | Krzysztof Kozlowski | 1 | -2/+1 |
| 2020-02-10 | usb: phy: tegra: Add clarifying comments about the shared registers | Dmitry Osipenko | 1 | -0/+8 |
| 2020-01-24 | usb: phy: show USB charger type for user | Peter Chen | 1 | -1/+12 |
| 2020-01-23 | usb: phy: phy-gpio-vbus-usb: Convert to GPIO descriptors | Linus Walleij | 1 | -53/+43 |
| 2020-01-15 | usb: phy-generic: Delete unused platform data | Linus Walleij | 4 | -31/+15 |
| 2020-01-09 | usb: phy: tegra: Keep CPU interrupts enabled | Dmitry Osipenko | 1 | -6/+4 |
| 2020-01-09 | usb: phy: tegra: Move utmip_pad_count checking under lock | Dmitry Osipenko | 1 | -10/+11 |
| 2020-01-09 | usb: phy: tegra: Disable VBUS regulator on tegra_usb_phy_init failure | Dmitry Osipenko | 1 | -4/+8 |
| 2020-01-09 | usb: phy: tegra: Use device-tree notion of reset-GPIO's active-state | Dmitry Osipenko | 1 | -54/+16 |
| 2020-01-09 | usb: phy: tegra: Use u32 for hardware register variables | Dmitry Osipenko | 1 | -13/+15 |
| 2020-01-09 | usb: phy: tegra: Use devm_otg_ulpi_create() | Dmitry Osipenko | 1 | -16/+6 |
| 2020-01-09 | usb: ulpi: Add resource-managed variant of otg_ulpi_create() | Dmitry Osipenko | 1 | -9/+39 |
| 2020-01-09 | usb: phy: tegra: Use generic stub for a missing VBUS regulator | Dmitry Osipenko | 1 | -19/+9 |
| 2020-01-09 | usb: phy: tegra: Use relaxed versions of readl/writel | Dmitry Osipenko | 1 | -97/+98 |
| 2020-01-09 | usb: phy: tegra: Clean up included headers | Dmitry Osipenko | 1 | -9/+11 |
| 2020-01-09 | usb: phy: tegra: Perform general clean up of the code | Dmitry Osipenko | 1 | -231/+254 |
| 2020-01-09 | usb: phy: tegra: Hook up init/shutdown callbacks | Dmitry Osipenko | 1 | -70/+110 |
| 2020-01-09 | usb: phy: tegra: Keep track of power on-off state | Dmitry Osipenko | 1 | -4/+26 |
| 2020-01-09 | usb: phy: tegra: Clean up ulpi_phy_power_off | Dmitry Osipenko | 1 | -2/+13 |
| 2019-12-30 | usb: phy: Enable compile testing for some of drivers | Krzysztof Kozlowski | 1 | -2/+2 |
| 2019-12-30 | usb: phy: ab8500-usb: Keep PHY turned on in UART mode | Stephan Gerhold | 1 | -1/+25 |
| 2019-10-04 | usb: phy: keystone: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-10-04 | usb: phy: mxs: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-09-02 | Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 1 | -1/+1 |
| 2019-08-28 | usb: phy: phy-fsl-usb: Make structure fsl_otg_initdata constant | Nishka Dasgupta | 1 | -1/+1 |
| 2019-08-16 | USB: phy: fsl-usb: convert platform driver to use dev_groups | Greg Kroah-Hartman | 1 | -6/+6 |
| 2019-08-09 | USB: phy: mv-usb: convert platform driver to use dev_groups | Greg Kroah-Hartman | 1 | -11/+6 |
| 2019-08-09 | USB: phy: tahvo: convert platform driver to use dev_groups | Greg Kroah-Hartman | 1 | -15/+3 |
| 2019-08-09 | USB: phy: twl6030: convert platform driver to use dev_groups | Greg Kroah-Hartman | 1 | -5/+7 |
| 2019-07-30 | usb: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -9/+3 |
| 2019-07-30 | usb: phy: ab8500-usb: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+6 |
| 2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -4/+4 |
| 2019-07-03 | usb: phy: phy-mxs-usb: add imx7ulp support | Peter Chen | 1 | -1/+66 |
| 2019-06-24 | bus_find_device: Unify the match callback with class_find_device | Suzuki K Poulose | 2 | -4/+4 |
| 2019-06-17 | Merge 5.2-rc5 into usb-next | Greg Kroah-Hartman | 1 | -0/+14 |
| 2019-06-06 | usb: phy: mxs: Disable external charger detect in mxs_phy_hw_init() | Andrey Smirnov | 1 | -0/+14 |
| 2019-06-03 | usb: phy: mv-usb: Remove set but not used variable 'phy' | YueHaibing | 1 | -2/+0 |
| 2019-05-03 | usb: gadget: fsl: fix link error against usb-gadget module | Arnd Bergmann | 1 | -1/+1 |
| 2019-02-15 | Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 1 | -1/+1 |
| 2019-02-13 | usb: phy: twl6030-usb: fix possible use-after-free on remove | Sven Van Asbroeck | 1 | -1/+1 |
| 2019-02-11 | Merge 5.0-rc6 into usb-next | Greg Kroah-Hartman | 2 | -5/+2 |
| 2019-01-28 | usb: phy: am335x: fix race condition in _probe | Bin Liu | 1 | -4/+1 |
| 2019-01-28 | usb: phy: fix link errors | Anders Roxell | 1 | -1/+1 |
| 2019-01-22 | USB: add missing SPDX lines to Kconfig and Makefiles | Greg Kroah-Hartman | 1 | -0/+1 |
| 2018-10-18 | usb: phy: ab8500: silence some uninitialized variable warnings | Dan Carpenter | 1 | -2/+6 |
| 2018-09-20 | usb: phy: mxs: fix spelling mistake "stardard" -> "standard" | Colin Ian King | 1 | -1/+1 |
| 2018-07-17 | usb/phy: fix PPC64 build errors in phy-fsl-usb.c | Randy Dunlap | 1 | -1/+3 |
| 2018-05-31 | phy: tegra: select USB_COMMON | Arnd Bergmann | 1 | -0/+1 |
| 2018-04-23 | usb: phy: Add Kconfig entry for Tegra PHY driver | Dmitry Osipenko | 2 | -1/+10 |
| 2018-04-23 | usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phy | Dmitry Osipenko | 1 | -5/+74 |
| 2018-04-23 | usb: phy: tegra: Cleanup error messages | Dmitry Osipenko | 1 | -28/+41 |
| 2018-04-22 | usb: phy: simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
| 2018-04-22 | USB: phy: drop legacy board-file support | Johan Hovold | 1 | -97/+2 |
| 2018-04-22 | USB: phy: drop unused legacy controller-phy bind helper | Johan Hovold | 1 | -34/+0 |
| 2018-03-22 | usb: phy: ab8500: Drop AB8540/9540 support | Linus Walleij | 1 | -506/+0 |
| 2018-03-13 | usb: phy: tegra: Increase PHY clock stabilization timeout | Dmitry Osipenko | 1 | -9/+5 |
| 2018-03-13 | usb: phy-generic: Use gpiod_set_value_cansleep | Mike Looijmans | 1 | -3/+3 |
| 2018-03-08 | usb: phy: ab8500: use correct enum type | Stefan Agner | 1 | -1/+1 |
| 2018-03-08 | usb: phy: mxs: Staticize mxs_charger_secondary_detection() | Fabio Estevam | 1 | -1/+1 |
| 2018-02-12 | usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28 | Fabio Estevam | 1 | -0/+3 |
| 2018-01-24 | USB: move many drivers to use DEVICE_ATTR_WO | Greg Kroah-Hartman | 1 | -2/+2 |
| 2018-01-24 | USB: move many drivers to use DEVICE_ATTR_RO | Greg Kroah-Hartman | 2 | -4/+4 |
| 2018-01-24 | USB: move many drivers to use DEVICE_ATTR_RW | Greg Kroah-Hartman | 2 | -9/+7 |
| 2017-12-12 | usb: phy: Factor out the usb charger initialization | Baolin Wang | 1 | -4/+10 |
| 2017-11-13 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 25 | -2685/+195 |
| 2017-11-07 | USB: phy: Remove redundant license text | Greg Kroah-Hartman | 19 | -184/+1 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 21 | -0/+21 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
| 2017-11-01 | usb: phy: remove phy-qcom-8x16-usb.c | Alex Elder | 3 | -381/+0 |
| 2017-11-01 | usb: phy: remove phy-msm-usb.c | Alex Elder | 3 | -2102/+0 |
| 2017-10-27 | Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman | 1 | -1/+1 |
| 2017-10-24 | Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 4 | -2/+161 |
| 2017-10-24 | usb: phy: tahvo: fix error handling in tahvo_usb_probe() | Alexey Khoroshilov | 1 | -1/+2 |
| 2017-10-24 | usb: phy: phy-msm-usb: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
| 2017-10-23 | extcon: Split out extcon header file for consumer and provider device | Chanwoo Choi | 1 | -1/+1 |
| 2017-10-19 | usb: phy: mxs: add usb charger type detection | Li Jun | 1 | -0/+154 |
| 2017-10-19 | usb: phy: phy-generic: propagate clk_get error if clock is required | Lucas Stach | 1 | -1/+4 |
| 2017-10-17 | usb: phy: Convert timers to use timer_setup() | Kees Cook | 1 | -10/+7 |
| 2017-10-17 | usb: isp1301-omap: Convert timers to use timer_setup() | Kees Cook | 1 | -3/+5 |
| 2017-10-16 | Merge 4.14-rc5 into usb-next | Greg Kroah-Hartman | 1 | -0/+17 |
| 2017-10-11 | usb: phy: tegra: Fix phy suspend for UDC | Jon Hunter | 1 | -0/+17 |
| 2017-10-04 | drivers: usb: phy: omap: use setup_timer() helper. | Allen Pais | 1 | -3/+1 |
| 2017-10-04 | usb/phy-isp1301-omap: Remove .data assignment | Kees Cook | 1 | -1/+0 |
| 2017-09-07 | Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 2 | -2/+2 |
| 2017-09-05 | Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw... | Lee Jones | 3 | -10/+11 |