| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-26 | usb: phy: Initialize struct usb_phy list_head | Diogo Ivo | 1 | -0/+4 |
| 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-10-29 | usb: phy: Fix API devm_usb_put_phy() can not release the phy | Zijun Hu | 1 | -1/+1 |
| 2024-02-19 | usb: phy: constify the struct device_type usage | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-01-27 | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -3/+3 |
| 2021-07-21 | usb: phy: Fix page fault from usb_phy_uevent | Artur Petrosyan | 1 | -2/+8 |
| 2021-06-03 | usb: phy: introduce usb_phy device type with its own uevent handler | Grzegorz Jaszczyk | 1 | -8/+47 |
| 2020-07-03 | usb: phy: phy: Fix-up a whole bunch of formatting issues | Lee Jones | 1 | -24/+25 |
| 2020-01-24 | usb: phy: show USB charger type for user | Peter Chen | 1 | -1/+12 |
| 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 |
| 2017-12-12 | usb: phy: Factor out the usb charger initialization | Baolin Wang | 1 | -4/+10 |
| 2017-11-07 | USB: phy: Remove redundant license text | Greg Kroah-Hartman | 1 | -5/+0 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-08-22 | Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -0/+272 |
| 2017-08-15 | usb: phy: Add USB charger support | Baolin Wang | 1 | -0/+272 |
| 2017-07-22 | usb: Convert to using %pOF instead of full_name | Rob Herring | 1 | -2/+2 |
| 2017-05-17 | usb: phy: Introduce one extcon device into usb phy | Baolin Wang | 1 | -0/+57 |
| 2015-05-26 | usb: phy: Add interface to get phy give of device_node. | NeilBrown | 1 | -27/+70 |
| 2015-03-19 | usb: phy: Find the right match in devm_usb_phy_match | Axel Lin | 1 | -1/+3 |
| 2015-01-19 | usb: phy: never defer probe in non-OF case | Heikki Krogerus | 1 | -1/+1 |
| 2015-01-12 | Merge tag 'fixes-for-v3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 1 | -3/+9 |
| 2015-01-09 | usb: phy: Fix deferred probing | Maxime Ripard | 1 | -3/+3 |
| 2014-12-23 | usb: phy: Restore deferred probing path | Thierry Reding | 1 | -4/+10 |
| 2014-11-21 | usb: phy: introduce usb_phy_set_event interface | Kiran Raparthy | 1 | -0/+12 |
| 2014-11-20 | usb: phy: propagate __of_usb_find_phy()'s error on failure | Arjun Sreedharan | 1 | -1/+3 |
| 2014-08-19 | usb: phy: return -ENODEV on failure of try_module_get | Arjun Sreedharan | 1 | -0/+3 |
| 2014-08-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2014-06-19 | drivers/usb/phy/phy.c: remove a leading space | Antonio Ospite | 1 | -1/+1 |
| 2014-04-16 | usb: phy: return an error in usb_get_phy() if try_module_get() fails | Mathias Krause | 1 | -0/+3 |
| 2014-02-04 | usb: phy: move some error messages to debug | Josh Boyer | 1 | -5/+3 |
| 2013-12-12 | usb: phy: initialize the notifier when add a new phy | Neil Zhang | 1 | -0/+4 |
| 2013-10-11 | usb: phy: don't return with NULL from devm_usb_get_phy() | Gabor Juhos | 1 | -1/+1 |
| 2013-04-23 | usb: phy: remove exported function from __init section | Denis Efremov | 1 | -1/+1 |
| 2013-03-18 | usb: phy: convert EXPORT_SYMBOL to EXPORT_SYMBOL_GPL | Felipe Balbi | 1 | -10/+10 |
| 2013-03-18 | usb: phy: move bulk of otg/otg.c to phy/phy.c | Sascha Hauer | 1 | -0/+438 |