summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
Commit message (Expand)AuthorAgeFilesLines
* usb: phy: msm: Trigger USB state detection work in DRD modeIvan T. Ivanov2016-02-231-16/+4
* usb: phy: mxs: declare variable with initialized valueLi Jun2016-02-031-1/+1
* usb: phy: msm: fix error handling in probe.Srinivas Kandagatla2016-02-031-13/+24
* usb: musb: core: Fix handling of the phy notificationsTony Lindgren2015-12-161-15/+15
* usb: phy: phy-am335x: bypass first VBUS sensing for host-only modeBin Liu2015-12-164-11/+27
* usb: phy: correct the am335x phy header filenameBin Liu2015-12-163-2/+2
* usb: phy: Remove unused Renesas R-Car (Gen1) USB PHY driverGeert Uytterhoeven2015-12-153-261/+0
* usb: phy: msm: fix a possible NULL dereferenceLABBE Corentin2015-12-081-3/+3
* usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible stringPeter Chen2015-11-191-0/+5
* usb: kconfig: fix warning of select USB_OTGPeter Chen2015-11-191-3/+1
* usb: phy: phy-mxs-usb: fix a possible NULL dereferenceLABBE Corentin2015-11-171-2/+5
* usb: phy: omap-otg: fix uninitialized pointerAaro Koskinen2015-11-161-1/+1
* usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2015-09-272-2/+2
* usb: phy: qcom: Switch to new extcon framework APIIvan T. Ivanov2015-09-271-10/+11
* usb: phy: isp1301: Export I2C module alias informationJavier Martinez Canillas2015-09-211-0/+1
* usb: phy: phy-generic: Fix reset behaviour on legacy bootRoger Quadros2015-09-141-1/+2
* usb: phy: fix phy-qcom-8x16-usb buildRandy Dunlap2015-09-141-1/+1
* usb: phy: phy-keystone: Simplify return statementSaurabh Karajgaonkar2015-08-041-5/+1
* usb: phy: phy-mxs-usb: Simplify return statementSaurabh Karajgaonkar2015-08-041-5/+1
* usb: phy: msm: Add D+/D- lines route controlIvan T. Ivanov2015-07-301-0/+47
* usb: phy: qcom: New APQ8016/MSM8916 USB transceiver driverIvan T. Ivanov2015-07-293-0/+451
* usb: pass flags parameter to gpiod_get functionsUwe Kleine-König2015-07-291-2/+4
* usb: phy: msm-usb: Replace deprecated API of extconChanwoo Choi2015-07-291-10/+10
* usb: phy: tahvo: Use devm_extcon_dev_[allocate|register]() and replace deprec...Chanwoo Choi2015-07-291-14/+13
* usb: phy: omap-otg: Replace deprecated API of extconChanwoo Choi2015-07-291-11/+11
* usb: phy: mxs: suspend to RAM causes NULL pointer dereferenceStefan Wahren2015-07-061-0/+3
* Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-266-289/+183
|\
| * Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-082-4/+5
| |\
| * \ Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-06-023-28/+182
| |\ \
| | * | usb: phy: Add interface to get phy give of device_node.NeilBrown2015-05-261-27/+70
| | * | usb: phy: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-05-071-1/+1
| | * | usb: phy-ab8500-usb: Constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
| | * | usb: phy: Remove the phy-rcar-gen2-usb driverGeert Uytterhoeven2015-04-283-260/+0
| | * | usb: phy: msm: Manual PHY and LINK controller VBUS change notificationIvan T. Ivanov2015-04-281-0/+26
| | * | usb: phy: msm: Use extcon framework for VBUS and ID detectionIvan T. Ivanov2015-04-282-0/+85
| * | | Merge 4.1-rc4 into usb-nextGreg Kroah-Hartman2015-05-181-1/+1
| |\ \ \
| * | | | usb: phy-ab8500-usb: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * | | | usb: phy: Remove the phy-rcar-gen2-usb driverGeert Uytterhoeven2015-05-103-260/+0
| | |/ / | |/| |
* | | | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-261-4/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-121-1/+1
| * | | extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-221-4/+5
| | |/ | |/|
* | | usb: phy: tahvo: Pass the IRQF_ONESHOT flagFabio Estevam2015-05-261-1/+2
* | | usb: phy: ab8500-usb: Pass the IRQF_ONESHOT flagFabio Estevam2015-05-261-3/+3
|/ /
* / usb: phy: isp1301: work around tps65010 dependencyArnd Bergmann2015-04-271-1/+1
|/
* Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-04-137-29/+15
|\
| * usb: phy: rcar-gen2-usb: Fix USBHS_UGSTS_LOCK valueYoshihiro Shimoda2015-04-031-1/+1
| * Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-03-245-11/+11
| |\
| | * usb: phy: Fix USB_ULPI_VIEWPORT Kconfig dependencyIvan T. Ivanov2015-03-241-1/+1
| | * usb: phy: Find the right match in devm_usb_phy_matchAxel Lin2015-03-191-1/+3
| | * usb: phy: msm: Remove dead codeStephen Boyd2015-03-132-17/+3