summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
AgeCommit message (Expand)AuthorLines
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-9/+69
2016-09-05usb: phy: phy-generic: Check clk_prepare_enable() errorFabio Estevam-2/+6
2016-08-29usb: phy: ab8500-usb: fix spelling mistake "regester" -> "register"Colin Ian King-4/+4
2016-08-25usb: phy: mxs: Add DT bindings to configure TX settingsJaret Cantu-0/+61
2016-08-25usb: phy: generic: remove the vbus dependencyRobert Jarzmik-5/+2
2016-08-25usb: phy: generic: cope with initial stateRobert Jarzmik-0/+2
2016-08-11usb: phy: omap-otg: Fix missing platform_set_drvdata() in omap_otg_probe()Wei Yongjun-0/+2
2016-06-21usb: phy: move msm_hsusb.h into driverArnd Bergmann-1/+177
2016-06-21usb: phy: omap-otg: Space required after that ','.Sandhya Bankar-1/+1
2016-06-21USB: Fix of_usb_get_dr_mode_by_phy with a shared phy blockHans de Goede-1/+1
2016-06-21usb: gadget: move gadget API functions to udc-coreFelipe Balbi-2/+9
2016-06-01usb: phy: Check initial state for twl6030Tony Lindgren-2/+15
2016-06-01usb: musb: Return error value from musb_mailboxTony Lindgren-3/+9
2016-05-09usb: Remove unnecessary space before operator ','.Sandhya Bankar-5/+5
2016-04-14usb: phy: qcom: use PTR_ERR_OR_ZERO()Felipe Balbi-4/+1
2016-03-30usb: phy: qcom-8x16: fix regulator API abuseArnd Bergmann-61/+11
2016-03-04usb: phy: generic: Handle late registration of gadgetMaarten ter Huurne-3/+8
2016-03-04usb: phy: phy-am335x: remove include of regulator/consumer.hBjorn Helgaas-1/+0
2016-03-04usb: isp1301-omap: mark power_up as __maybe_unusedArnd Bergmann-1/+1
2016-02-23usb: phy: msm: Trigger USB state detection work in DRD modeIvan T. Ivanov-16/+4
2016-02-03usb: phy: mxs: declare variable with initialized valueLi Jun-1/+1
2016-02-03usb: phy: msm: fix error handling in probe.Srinivas Kandagatla-13/+24
2015-12-16usb: musb: core: Fix handling of the phy notificationsTony Lindgren-15/+15
2015-12-16usb: phy: phy-am335x: bypass first VBUS sensing for host-only modeBin Liu-11/+27
2015-12-16usb: phy: correct the am335x phy header filenameBin Liu-2/+2
2015-12-15usb: phy: Remove unused Renesas R-Car (Gen1) USB PHY driverGeert Uytterhoeven-261/+0
2015-12-08usb: phy: msm: fix a possible NULL dereferenceLABBE Corentin-3/+3
2015-11-19usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible stringPeter Chen-0/+5
2015-11-19usb: kconfig: fix warning of select USB_OTGPeter Chen-3/+1
2015-11-17usb: phy: phy-mxs-usb: fix a possible NULL dereferenceLABBE Corentin-2/+5
2015-11-16usb: phy: omap-otg: fix uninitialized pointerAaro Koskinen-1/+1
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus-2/+2
2015-09-27usb: phy: qcom: Switch to new extcon framework APIIvan T. Ivanov-10/+11
2015-09-21usb: phy: isp1301: Export I2C module alias informationJavier Martinez Canillas-0/+1
2015-09-14usb: phy: phy-generic: Fix reset behaviour on legacy bootRoger Quadros-1/+2
2015-09-14usb: phy: fix phy-qcom-8x16-usb buildRandy Dunlap-1/+1
2015-08-04usb: phy: phy-keystone: Simplify return statementSaurabh Karajgaonkar-5/+1
2015-08-04usb: phy: phy-mxs-usb: Simplify return statementSaurabh Karajgaonkar-5/+1
2015-07-30usb: phy: msm: Add D+/D- lines route controlIvan T. Ivanov-0/+47
2015-07-29usb: phy: qcom: New APQ8016/MSM8916 USB transceiver driverIvan T. Ivanov-0/+451
2015-07-29usb: pass flags parameter to gpiod_get functionsUwe Kleine-König-2/+4
2015-07-29usb: phy: msm-usb: Replace deprecated API of extconChanwoo Choi-10/+10
2015-07-29usb: phy: tahvo: Use devm_extcon_dev_[allocate|register]() and replace deprec...Chanwoo Choi-14/+13
2015-07-29usb: phy: omap-otg: Replace deprecated API of extconChanwoo Choi-11/+11
2015-07-06usb: phy: mxs: suspend to RAM causes NULL pointer dereferenceStefan Wahren-0/+3
2015-06-26Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-289/+183
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+5
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi-1/+1
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman-4/+5
2015-06-02Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-28/+182