summaryrefslogtreecommitdiff
path: root/drivers/usb/phy
AgeCommit message (Expand)Author
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-08-28usb: phy: phy-fsl-usb: Make structure fsl_otg_initdata constantNishka Dasgupta
2019-08-16USB: phy: fsl-usb: convert platform driver to use dev_groupsGreg Kroah-Hartman
2019-08-09USB: phy: mv-usb: convert platform driver to use dev_groupsGreg Kroah-Hartman
2019-08-09USB: phy: tahvo: convert platform driver to use dev_groupsGreg Kroah-Hartman
2019-08-09USB: phy: twl6030: convert platform driver to use dev_groupsGreg Kroah-Hartman
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-30usb: phy: ab8500-usb: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-03usb: phy: phy-mxs-usb: add imx7ulp supportPeter Chen
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-17Merge 5.2-rc5 into usb-nextGreg Kroah-Hartman
2019-06-06usb: phy: mxs: Disable external charger detect in mxs_phy_hw_init()Andrey Smirnov
2019-06-03usb: phy: mv-usb: Remove set but not used variable 'phy'YueHaibing
2019-05-03usb: gadget: fsl: fix link error against usb-gadget moduleArnd Bergmann
2019-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-02-13usb: phy: twl6030-usb: fix possible use-after-free on removeSven Van Asbroeck
2019-02-11Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman
2019-01-28usb: phy: am335x: fix race condition in _probeBin Liu
2019-01-28usb: phy: fix link errorsAnders Roxell
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman
2018-10-18usb: phy: ab8500: silence some uninitialized variable warningsDan Carpenter
2018-09-20usb: phy: mxs: fix spelling mistake "stardard" -> "standard"Colin Ian King
2018-07-17usb/phy: fix PPC64 build errors in phy-fsl-usb.cRandy Dunlap
2018-05-31phy: tegra: select USB_COMMONArnd Bergmann
2018-04-23usb: phy: Add Kconfig entry for Tegra PHY driverDmitry Osipenko
2018-04-23usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phyDmitry Osipenko
2018-04-23usb: phy: tegra: Cleanup error messagesDmitry Osipenko
2018-04-22usb: phy: simplify getting .drvdataWolfram Sang
2018-04-22USB: phy: drop legacy board-file supportJohan Hovold
2018-04-22USB: phy: drop unused legacy controller-phy bind helperJohan Hovold
2018-03-22usb: phy: ab8500: Drop AB8540/9540 supportLinus Walleij
2018-03-13usb: phy: tegra: Increase PHY clock stabilization timeoutDmitry Osipenko
2018-03-13usb: phy-generic: Use gpiod_set_value_cansleepMike Looijmans
2018-03-08usb: phy: ab8500: use correct enum typeStefan Agner
2018-03-08usb: phy: mxs: Staticize mxs_charger_secondary_detection()Fabio Estevam
2018-02-12usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28Fabio Estevam
2018-01-24USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman
2017-12-12usb: phy: Factor out the usb charger initializationBaolin Wang
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: phy: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01usb: phy: remove phy-qcom-8x16-usb.cAlex Elder
2017-11-01usb: phy: remove phy-msm-usb.cAlex Elder
2017-10-27Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2017-10-24Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-10-24usb: phy: tahvo: fix error handling in tahvo_usb_probe()Alexey Khoroshilov