aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-4/+4
2019-07-03usb: phy: phy-mxs-usb: add imx7ulp supportPeter Chen1-1/+66
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2-4/+4
2019-06-17Merge 5.2-rc5 into usb-nextGreg Kroah-Hartman1-0/+14
2019-06-06usb: phy: mxs: Disable external charger detect in mxs_phy_hw_init()Andrey Smirnov1-0/+14
2019-06-03usb: phy: mv-usb: Remove set but not used variable 'phy'YueHaibing1-2/+0
2019-05-03usb: gadget: fsl: fix link error against usb-gadget moduleArnd Bergmann1-1/+1
2019-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+1
2019-02-13usb: phy: twl6030-usb: fix possible use-after-free on removeSven Van Asbroeck1-1/+1
2019-02-11Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2-5/+2
2019-01-28usb: phy: am335x: fix race condition in _probeBin Liu1-4/+1
2019-01-28usb: phy: fix link errorsAnders Roxell1-1/+1
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2018-10-18usb: phy: ab8500: silence some uninitialized variable warningsDan Carpenter1-2/+6
2018-09-20usb: phy: mxs: fix spelling mistake "stardard" -> "standard"Colin Ian King1-1/+1
2018-07-17usb/phy: fix PPC64 build errors in phy-fsl-usb.cRandy Dunlap1-1/+3
2018-05-31phy: tegra: select USB_COMMONArnd Bergmann1-0/+1
2018-04-23usb: phy: Add Kconfig entry for Tegra PHY driverDmitry Osipenko2-1/+10
2018-04-23usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phyDmitry Osipenko1-5/+74
2018-04-23usb: phy: tegra: Cleanup error messagesDmitry Osipenko1-28/+41
2018-04-22usb: phy: simplify getting .drvdataWolfram Sang1-4/+2
2018-04-22USB: phy: drop legacy board-file supportJohan Hovold1-97/+2
2018-04-22USB: phy: drop unused legacy controller-phy bind helperJohan Hovold1-34/+0
2018-03-22usb: phy: ab8500: Drop AB8540/9540 supportLinus Walleij1-506/+0
2018-03-13usb: phy: tegra: Increase PHY clock stabilization timeoutDmitry Osipenko1-9/+5
2018-03-13usb: phy-generic: Use gpiod_set_value_cansleepMike Looijmans1-3/+3
2018-03-08usb: phy: ab8500: use correct enum typeStefan Agner1-1/+1
2018-03-08usb: phy: mxs: Staticize mxs_charger_secondary_detection()Fabio Estevam1-1/+1
2018-02-12usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28Fabio Estevam1-0/+3
2018-01-24USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman1-2/+2
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman2-4/+4
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman2-9/+7
2017-12-12usb: phy: Factor out the usb charger initializationBaolin Wang1-4/+10
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds25-2685/+195
2017-11-07USB: phy: Remove redundant license textGreg Kroah-Hartman19-184/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman21-0/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-11-01usb: phy: remove phy-qcom-8x16-usb.cAlex Elder3-381/+0
2017-11-01usb: phy: remove phy-msm-usb.cAlex Elder3-2102/+0
2017-10-27Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into usb-nextGreg Kroah-Hartman1-1/+1
2017-10-24Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman4-2/+161
2017-10-24usb: phy: tahvo: fix error handling in tahvo_usb_probe()Alexey Khoroshilov1-1/+2
2017-10-24usb: phy: phy-msm-usb: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi1-1/+1
2017-10-19usb: phy: mxs: add usb charger type detectionLi Jun1-0/+154
2017-10-19usb: phy: phy-generic: propagate clk_get error if clock is requiredLucas Stach1-1/+4
2017-10-17usb: phy: Convert timers to use timer_setup()Kees Cook1-10/+7
2017-10-17usb: isp1301-omap: Convert timers to use timer_setup()Kees Cook1-3/+5
2017-10-16Merge 4.14-rc5 into usb-nextGreg Kroah-Hartman1-0/+17
2017-10-11usb: phy: tegra: Fix phy suspend for UDCJon Hunter1-0/+17