| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-04 | usb: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-06-20 | usb: misc: Drop explicit initialization of struct i2c_device_id::driver_data ... | Uwe Kleine-König | 1 | -1/+1 |
| 2023-05-29 | usb: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-05-28 | usb: misc: usb3503: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-16 | usb: misc: usb3503: support usb3803 and bypass mode | Emanuele Ghidoli | 1 | -1/+21 |
| 2023-03-16 | usb: misc: usb3503: refactor code to prepare for usb3803 addition | Emanuele Ghidoli | 1 | -25/+19 |
| 2022-11-22 | usb: misc: usb3503: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-10-07 | Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -6/+19 |
| 2022-09-09 | usb: misc: usb3503: call clk_disable_unprepare in the error handling | Dongliang Mu | 1 | -6/+19 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2021-02-11 | usb: misc: usb3503: Fix logic in usb3503_init() | Michal Simek | 1 | -2/+7 |
| 2020-09-04 | usb/misc: usb3503: Use pm_ptr() macro | Paul Cercueil | 1 | -10/+8 |
| 2019-12-30 | usb: usb3503: Convert to use GPIO descriptors | Linus Walleij | 1 | -59/+35 |
| 2019-04-19 | usb: misc: usb3503: get optional clock by devm_clk_get_optional() | Chunfeng Yun | 1 | -30/+18 |
| 2019-01-25 | usb: misc: usb3503: Add system sleep support in non-I2C mode | Marek Szyprowski | 1 | -8/+30 |
| 2018-01-11 | usb: misc: usb3503: make sure reset is low for at least 100us | Stefan Agner | 1 | -0/+2 |
| 2017-11-04 | USB: misc: Remove redundant license text | Greg Kroah-Hartman | 1 | -14/+0 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2016-06-07 | usb: misc: usb3503: Clean up on driver unbind | Krzysztof Kozlowski | 1 | -0/+24 |
| 2016-06-07 | usb: misc: usb3503: Set platform data | Krzysztof Kozlowski | 1 | -0/+1 |
| 2015-10-24 | usb: misc: usb3503: Use i2c_add_driver helper macro | Andrew F. Davis | 1 | -1/+1 |
| 2015-03-26 | usb/misc/usb3503: Always read refclk frequency from DT | Ben Gamari | 1 | -23/+24 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
| 2014-11-03 | usb: misc: usb3503: delete unnecessary 'out of memory' messages | Peter Chen | 1 | -6/+2 |
| 2014-10-20 | usb: misc: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-09-23 | usb3503: clarify what the registers 'PDS' and 'CFG1' really do | Tobias Jakobi | 1 | -2/+2 |
| 2014-09-23 | usb3503: correct error message in probe ('connect' to 'interrupt') | Tobias Jakobi | 1 | -1/+1 |
| 2014-07-11 | usb: usb3503: add PM functions | Joonyoung Shim | 1 | -2/+32 |
| 2014-07-09 | usb: misc: usb3503: Update error code in print message | Tushar Behera | 1 | -1/+2 |
| 2014-05-27 | usb: usb5303: add support for reference clock specified in device tree | Marek Szyprowski | 1 | -2/+57 |
| 2013-08-12 | usb: misc: usb3503: Support operation with no I2C control | Mark Brown | 1 | -17/+76 |
| 2013-08-12 | usb: misc: usb3503: Add USB3503A to the compatible list | Mark Brown | 1 | -0/+1 |
| 2013-08-12 | usb: misc: usb3503: Default to hub mode | Mark Brown | 1 | -1/+1 |
| 2013-08-12 | usb: misc: usb3503: Fix typos in error messages | Mark Brown | 1 | -2/+2 |
| 2013-08-12 | usb: misc: usb3503: Factor out I2C probe | Mark Brown | 1 | -34/+43 |
| 2013-08-12 | usb: misc: usb3503: Convert to regmap | Mark Brown | 1 | -57/+36 |
| 2013-08-12 | usb: misc: usb3503: Actively manage Hub Connect GPIO | Mark Brown | 1 | -6/+12 |
| 2013-08-12 | usb: misc: usb3503: Use gpio_set_value_cansleep() | Mark Brown | 1 | -1/+1 |
| 2013-08-12 | usb: misc: usb3503: Convert to devm_ APIs | Mark Brown | 1 | -35/+7 |
| 2013-08-12 | usb: misc: Fix swapped properties in usb3503 DT parsing | Mark Brown | 1 | -2/+2 |
| 2013-07-31 | usb: misc: usb3503: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
| 2013-06-03 | usb: misc: usb3503: Remove 100ms sleep on reset, conform to data sheet | Julius Werner | 1 | -4/+2 |
| 2013-06-03 | usb: misc: usb3503: Fix up whitespace | Julius Werner | 1 | -1/+1 |
| 2013-05-30 | usb: misc: usb3503: Adding device tree entry 'disabled-ports' | Dongjin Kim | 1 | -0/+14 |
| 2013-05-30 | usb: misc: usb3503: Add to select the ports to disable | Dongjin Kim | 1 | -9/+10 |
| 2013-03-15 | USB: misc: usb3503: use module_i2c_driver to simplify the code | Wei Yongjun | 1 | -12/+1 |
| 2013-01-25 | USB: misc: usb3503: Fix compiler warning | Dongjin Kim | 1 | -1/+1 |
| 2013-01-24 | USB: misc: usb3503: add dt support | Dongjin Kim | 1 | -5/+26 |
| 2013-01-17 | USB: misc: fixup smatch WARNING | Dongjin Kim | 1 | -4/+5 |
| 2013-01-17 | usb: misc: usb3503_probe() can be static | Fengguang Wu | 1 | -1/+1 |
| 2013-01-11 | USB: misc: Add USB3503 High-Speed Hub Controller | Dongjin Kim | 1 | -0/+303 |