summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* usb: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-171-4/+1
* USB: phy: tahvo:remove unnecessary debug logZhiwei Yang2021-10-051-4/+0
* usb: phy: tegra: Support OTG mode programmingDmitry Osipenko2021-10-051-5/+193
* usb: phy: tahvo: add IRQ checkSergey Shtylyov2021-08-161-1/+3
* usb: phy: twl6030: add IRQ checksSergey Shtylyov2021-08-131-0/+5
* usb: phy: fsl-usb: add IRQ checkSergey Shtylyov2021-08-131-0/+2
* Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman2021-07-261-2/+8
|\
| * usb: phy: Fix page fault from usb_phy_ueventArtur Petrosyan2021-07-211-2/+8
* | usb: isp1301-omap: Fix the GPIO includeLinus Walleij2021-07-211-1/+1
|/
* usb: phy: tegra: Correct definition of B_SESS_VLD_WAKEUP_EN bitDmitry Osipenko2021-06-151-3/+2
* usb: phy: tegra: Wait for VBUS wakeup status deassertion on suspendDmitry Osipenko2021-06-151-0/+10
* usb: phy: introduce usb_phy device type with its own uevent handlerGrzegorz Jaszczyk2021-06-031-8/+47
* usb: phy: isp1301: Deduplicate of_find_i2c_device_by_node()Andy Shevchenko2021-05-241-16/+9