summaryrefslogtreecommitdiff
path: root/drivers/usb/phy
AgeCommit message (Expand)Author
2024-03-26Revert "usb: phy: generic: Get the vbus supply"Alexander Stein
2024-02-19usb: phy: constify the struct device_type usageRicardo B. Marliere
2024-01-27usb: phy: generic: Disable vbus on removalSean Anderson
2024-01-27usb: phy: generic: Implement otg->set_vbusSean Anderson
2024-01-27usb: phy: generic: Get the vbus supplySean Anderson
2024-01-04usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()Xu Yang
2023-12-15usb: phy: twl6030: Remove snprintf() from sysfs call-backs and replace with s...Lee Jones
2023-11-23usb: phy: generic: add suspend support for regulatorStefan Eichenberger
2023-07-25usb: phy: mxs: disconnect line when USB charger is attachedXu Yang
2023-07-25usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host()Xu Yang
2023-07-25usb: Explicitly include correct DT includesRob Herring
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-29usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()Li Yang
2023-03-23usb: phy: twl6030: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-23usb: phy: tegra: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-23usb: phy: tahvo: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-23usb: phy: mxs: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-23usb: phy: mv: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-23usb: phy: keystone: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-23usb: phy: gpio-vbus: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-23usb: phy: generic: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-23usb: phy: fsl: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-23usb: phy: am335x: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-23usb: phy: ab8500: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-16usb: Use of_property_present() for testing DT property presenceRob Herring
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-12usb: phy: remove phy-isp1301-omap driverArnd Bergmann
2023-01-12ARM: omap1: remove dead codeArnd Bergmann
2022-11-22usb: isp1301-omap: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-22usb: phy: isp1301: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-09usb: phy: jz4770: Remove driverPaul Cercueil
2022-11-09usb: phy: generic: Add wakeup capabilityLi Jun
2022-11-08usb: phy: phy-gpio-vbus-usb: Add device tree probingLinus Walleij
2022-10-23usb: phy: generic: make vcc regulator optionalSascha Hauer
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-09-27USB: PHY: JZ4770: Switch to use dev_err_probe() helperYang Yingliang
2022-09-27usb: phy: generic: Switch to use dev_err_probe() helperYang Yingliang
2022-09-05usb: phy: tegra: switch to using devm_gpiod_get()Dmitry Torokhov
2022-08-31usb: phy: mxs: fix MXS_PHY_TX_CAL45_MIN and MXS_PHY_TX_CAL45_MAXFrank Li
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-27usb: phy: remove redundant store to variable var after & operationColin Ian King
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-13extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter
2022-04-26usb: phy: generic: Get the vbus supplySean Anderson
2022-04-21usb: omap: avoid mach/*.h headersArnd Bergmann
2022-04-21ARM: omap1: move mach/usb.h to include/linux/socArnd Bergmann
2021-11-17usb: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-05USB: phy: tahvo:remove unnecessary debug logZhiwei Yang