aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-09usb: Remove unnecessary space before operator ','.Sandhya Bankar1-5/+5
2016-04-14usb: phy: qcom: use PTR_ERR_OR_ZERO()Felipe Balbi1-4/+1
2016-03-30usb: phy: qcom-8x16: fix regulator API abuseArnd Bergmann1-61/+11
2016-03-04usb: phy: generic: Handle late registration of gadgetMaarten ter Huurne1-3/+8
2016-03-04usb: phy: phy-am335x: remove include of regulator/consumer.hBjorn Helgaas1-1/+0
2016-03-04usb: isp1301-omap: mark power_up as __maybe_unusedArnd Bergmann1-1/+1
2016-02-23usb: phy: msm: Trigger USB state detection work in DRD modeIvan T. Ivanov1-16/+4
2016-02-03usb: phy: mxs: declare variable with initialized valueLi Jun1-1/+1
2016-02-03usb: phy: msm: fix error handling in probe.Srinivas Kandagatla1-13/+24
2015-12-16usb: musb: core: Fix handling of the phy notificationsTony Lindgren1-15/+15
2015-12-16usb: phy: phy-am335x: bypass first VBUS sensing for host-only modeBin Liu4-11/+27
2015-12-16usb: phy: correct the am335x phy header filenameBin Liu3-2/+2
2015-12-15usb: phy: Remove unused Renesas R-Car (Gen1) USB PHY driverGeert Uytterhoeven3-261/+0
2015-12-08usb: phy: msm: fix a possible NULL dereferenceLABBE Corentin1-3/+3
2015-11-19usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible stringPeter Chen1-0/+5
2015-11-19usb: kconfig: fix warning of select USB_OTGPeter Chen1-3/+1
2015-11-17usb: phy: phy-mxs-usb: fix a possible NULL dereferenceLABBE Corentin1-2/+5
2015-11-16usb: phy: omap-otg: fix uninitialized pointerAaro Koskinen1-1/+1
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2-2/+2
2015-09-27usb: phy: qcom: Switch to new extcon framework APIIvan T. Ivanov1-10/+11
2015-09-21usb: phy: isp1301: Export I2C module alias informationJavier Martinez Canillas1-0/+1
2015-09-14usb: phy: phy-generic: Fix reset behaviour on legacy bootRoger Quadros1-1/+2
2015-09-14usb: phy: fix phy-qcom-8x16-usb buildRandy Dunlap1-1/+1
2015-08-04usb: phy: phy-keystone: Simplify return statementSaurabh Karajgaonkar1-5/+1
2015-08-04usb: phy: phy-mxs-usb: Simplify return statementSaurabh Karajgaonkar1-5/+1
2015-07-30usb: phy: msm: Add D+/D- lines route controlIvan T. Ivanov1-0/+47
2015-07-29usb: phy: qcom: New APQ8016/MSM8916 USB transceiver driverIvan T. Ivanov3-0/+451
2015-07-29usb: pass flags parameter to gpiod_get functionsUwe Kleine-König1-2/+4
2015-07-29usb: phy: msm-usb: Replace deprecated API of extconChanwoo Choi1-10/+10
2015-07-29usb: phy: tahvo: Use devm_extcon_dev_[allocate|register]() and replace deprecated APIChanwoo Choi1-14/+13
2015-07-29usb: phy: omap-otg: Replace deprecated API of extconChanwoo Choi1-11/+11
2015-07-06usb: phy: mxs: suspend to RAM causes NULL pointer dereferenceStefan Wahren1-0/+3
2015-06-26Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-289/+183
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-4/+5
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum extcon' typeChanwoo Choi1-1/+1
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2-4/+5
2015-06-02Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman3-28/+182
2015-05-26usb: phy: Add interface to get phy give of device_node.NeilBrown1-27/+70
2015-05-26usb: phy: tahvo: Pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-05-26usb: phy: ab8500-usb: Pass the IRQF_ONESHOT flagFabio Estevam1-3/+3
2015-05-22extcon: Use the unique id for external connector instead of stringChanwoo Choi1-4/+5
2015-05-18Merge 4.1-rc4 into usb-nextGreg Kroah-Hartman1-1/+1
2015-05-10usb: phy-ab8500-usb: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10usb: phy: Remove the phy-rcar-gen2-usb driverGeert Uytterhoeven3-260/+0
2015-05-07usb: phy: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+1
2015-05-07usb: phy-ab8500-usb: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-04-28usb: phy: Remove the phy-rcar-gen2-usb driverGeert Uytterhoeven3-260/+0
2015-04-28usb: phy: msm: Manual PHY and LINK controller VBUS change notificationIvan T. Ivanov1-0/+26
2015-04-28usb: phy: msm: Use extcon framework for VBUS and ID detectionIvan T. Ivanov2-0/+85
2015-04-27usb: phy: isp1301: work around tps65010 dependencyArnd Bergmann1-1/+1