summaryrefslogtreecommitdiff
path: root/drivers/usb/phy
AgeCommit message (Expand)Author
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
2021-10-05usb: phy: tegra: Support OTG mode programmingDmitry Osipenko
2021-08-16usb: phy: tahvo: add IRQ checkSergey Shtylyov
2021-08-13usb: phy: twl6030: add IRQ checksSergey Shtylyov
2021-08-13usb: phy: fsl-usb: add IRQ checkSergey Shtylyov
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman
2021-07-21usb: isp1301-omap: Fix the GPIO includeLinus Walleij
2021-07-21usb: phy: Fix page fault from usb_phy_ueventArtur Petrosyan
2021-06-15usb: phy: tegra: Correct definition of B_SESS_VLD_WAKEUP_EN bitDmitry Osipenko
2021-06-15usb: phy: tegra: Wait for VBUS wakeup status deassertion on suspendDmitry Osipenko
2021-06-03usb: phy: introduce usb_phy device type with its own uevent handlerGrzegorz Jaszczyk
2021-05-24usb: phy: isp1301: Deduplicate of_find_i2c_device_by_node()Andy Shevchenko
2021-05-10usb: phy: Use fallthrough pseudo-keywordWei Ming Chen
2021-01-18usb: phy: phy-mxs-usb: Use of_device_get_match_data()Fabio Estevam