summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: phy: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-104-16/+16
* USB: phy: fsl-usb: remove character device usageGreg Kroah-Hartman2020-07-032-83/+0
* USB: phy: fsl-usb: remove sysfs abuseGreg Kroah-Hartman2020-07-031-93/+0
* usb: phy: phy: Fix-up a whole bunch of formatting issuesLee Jones2020-07-031-24/+25
* usb: phy: tegra: Fix unnecessary check in tegra_usb_phy_probe()Tang Bin2020-06-241-5/+1
* Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman2020-05-181-3/+9
|\
| * usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6...Christophe JAILLET2020-05-091-3/+9
* | USB: phy: Use the correct style for SPDX License IdentifierNishad Kamdar2020-04-232-2/+2
* | usb: phy: jz4770: Add a missing '\n' in a log messageChristophe JAILLET2020-04-161-6/+6
|/
* usb: phy: Add driver for the Ingenic JZ4770 USB transceiverPaul Cercueil2020-03-123-0/+252
* usb: phy: tegra: Include proper GPIO consumer header to fix compile testingKrzysztof Kozlowski2020-03-041-2/+1
* usb: phy: tegra: Add clarifying comments about the shared registersDmitry Osipenko2020-02-101-0/+8
* usb: phy: show USB charger type for userPeter Chen2020-01-241-1/+12
* usb: phy: phy-gpio-vbus-usb: Convert to GPIO descriptorsLinus Walleij2020-01-231-53/+43
* usb: phy-generic: Delete unused platform dataLinus Walleij2020-01-154-31/+15
* usb: phy: tegra: Keep CPU interrupts enabledDmitry Osipenko2020-01-091-6/+4
* usb: phy: tegra: Move utmip_pad_count checking under lockDmitry Osipenko2020-01-091-10/+11
* usb: phy: tegra: Disable VBUS regulator on tegra_usb_phy_init failureDmitry Osipenko2020-01-091-4/+8
* usb: phy: tegra: Use device-tree notion of reset-GPIO's active-stateDmitry Osipenko2020-01-091-54/+16
* usb: phy: tegra: Use u32 for hardware register variablesDmitry Osipenko2020-01-091-13/+15
* usb: phy: tegra: Use devm_otg_ulpi_create()Dmitry Osipenko2020-01-091-16/+6
* usb: ulpi: Add resource-managed variant of otg_ulpi_create()Dmitry Osipenko2020-01-091-9/+39