summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: phy: Use fallthrough pseudo-keywordWei Ming Chen2021-05-101-1/+1
* usb: phy: phy-mxs-usb: Use of_device_get_match_data()Fabio Estevam2021-01-181-6/+1
* usb: phy: tegra: Support waking up from a low power modeDmitry Osipenko2021-01-131-11/+89
* usb: phy: tegra: Add delay after power upDmitry Osipenko2021-01-131-0/+3
* Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-151-1/+1
|\
| * USB: PHY: JZ4770: Remove unnecessary function calls.周琰杰 (Zhou Yanjie)2020-12-051-1/+1
* | usb: phy: convert comma to semicolonZheng Yongjun2020-12-111-5/+5
* | usb: phy: Fix spelling mistake in Kconfig help textColin Ian King2020-12-091-1/+1
* | usb: isp1301-omap: Convert to use GPIO descriptorsLinus Walleij2020-11-261-8/+13
|/
* usb: phy: phy-mv-usb: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-10/+8
* usb: phy-ulpi-viewport: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-9/+3
* usb: phy: phy-ab8500-usb: fix spello of "function"Randy Dunlap2020-09-141-1/+1
* USB: PHY: JZ4770: Fix static checker warning.周琰杰 (Zhou Yanjie)2020-08-251-0/+1
* usb: phy: am335x: convert to devm_platform_ioremap_resource_bynameChunfeng Yun2020-07-291-5/+2
* USB: PHY: JZ4770: Reformat the code to align it.周琰杰 (Zhou Yanjie)2020-07-241-37/+37
* USB: PHY: JZ4770: Add support for new Ingenic SoCs.周琰杰 (Zhou Yanjie)2020-07-242-33/+163
* USB: PHY: JZ4770: Unify code style and simplify code.周琰杰 (Zhou Yanjie)2020-07-241-23/+11
* usb: phy: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-152-2/+2