summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
Commit message (Expand)AuthorAgeFilesLines
* usb: phy-generic: add short delay after pulling the reset pinMichael Grzeschik2024-04-091-0/+1
* usb: phy: fsl-usb: drop driver owner assignmentKrzysztof Kozlowski2024-04-041-1/+0
* Revert "usb: phy: generic: Get the vbus supply"Alexander Stein2024-03-261-7/+0
* usb: phy: constify the struct device_type usageRicardo B. Marliere2024-02-191-1/+1
* usb: phy: generic: Disable vbus on removalSean Anderson2024-01-271-0/+3
* usb: phy: generic: Implement otg->set_vbusSean Anderson2024-01-271-28/+17
* usb: phy: generic: Get the vbus supplySean Anderson2024-01-271-0/+7
* usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()Xu Yang2024-01-041-2/+1
* usb: phy: twl6030: Remove snprintf() from sysfs call-backs and replace with s...Lee Jones2023-12-151-4/+4
* usb: phy: generic: add suspend support for regulatorStefan Eichenberger2023-11-231-4/+10
* usb: phy: mxs: disconnect line when USB charger is attachedXu Yang2023-07-251-1/+3
* usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host()Xu Yang2023-07-251-8/+2
* usb: Explicitly include correct DT includesRob Herring2023-07-252-2/+2
* usb: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-291-1/+1
* usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()Li Yang2023-05-291-1/+1
* usb: phy: twl6030: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-4/+2
* usb: phy: tegra: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-4/+2
* usb: phy: tahvo: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-4/+2
* usb: phy: mxs: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-4/+2
* usb: phy: mv: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-4/+2
* usb: phy: keystone: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-4/+2
* usb: phy: gpio-vbus: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-4/+2
* usb: phy: generic: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-4/+2
* usb: phy: fsl: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-4/+2
* usb: phy: am335x: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-3/+2
* usb: phy: ab8500: Convert to platform remove callback returning voidUwe Kleine-König2023-03-231-4/+2
* usb: Use of_property_present() for testing DT property presenceRob Herring2023-03-162-2/+2
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-3/+3
|\
| * driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-3/+3
* | usb: phy: remove phy-isp1301-omap driverArnd Bergmann2023-01-123-1568/+0
* | ARM: omap1: remove dead codeArnd Bergmann2023-01-121-90/+1
|/
* usb: isp1301-omap: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-2/+2
* usb: phy: isp1301: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
* usb: phy: jz4770: Remove driverPaul Cercueil2022-11-093-362/+0
* usb: phy: generic: Add wakeup capabilityLi Jun2022-11-091-0/+4
* usb: phy: phy-gpio-vbus-usb: Add device tree probingLinus Walleij2022-11-082-1/+17
* usb: phy: generic: make vcc regulator optionalSascha Hauer2022-10-231-9/+5
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-074-29/+23
|\
| * USB: PHY: JZ4770: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-17/+8
| * usb: phy: generic: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-6/+3
| * usb: phy: tegra: switch to using devm_gpiod_get()Dmitry Torokhov2022-09-051-4/+10
| * usb: phy: mxs: fix MXS_PHY_TX_CAL45_MIN and MXS_PHY_TX_CAL45_MAXFrank Li2022-08-311-2/+2
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-162-6/+2
|/
* usb: phy: remove redundant store to variable var after & operationColin Ian King2022-07-271-1/+1
* Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-031-2/+2
|\
| * extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter2022-05-131-2/+2
* | Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-262-4/+5
|\ \ | |/ |/|
| * usb: omap: avoid mach/*.h headersArnd Bergmann2022-04-212-3/+4
| * ARM: omap1: move mach/usb.h to include/linux/socArnd Bergmann2022-04-211-1/+1
* | usb: phy: generic: Get the vbus supplySean Anderson2022-04-261-0/+7
|/