summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
Commit message (Expand)AuthorAgeFilesLines
* 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-276-289/+183Star
|\
| * 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/+0Star
| | * | 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-191-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/+0Star
| | |/ / | |/| |
* | | | 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-131-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-147-29/+15Star
|\
| * 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/+3Star
| | * usb: phy: phy-generic: No need to call gpiod_direction_output() twiceFabio Estevam2015-03-111-7/+5Star
| | * usb: phy: fixed comment typoMickael Maison2015-03-111-1/+1
| | * usb: phy: ab8500: fixed comment typoMickael Maison2015-03-111-1/+1
| * | Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman2015-03-231-0/+3
| |\ \
| * | | usb: phy: msm: Remove dead codeStephen Boyd2015-03-182-17/+3Star
| | |/ | |/|
| | |
| \ \
*-. | | Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notif...Mark Brown2015-04-102-12/+7Star
|\ \| | | |_|/ |/| |
| * | usb: phy: phy-msm-usb: Rename regulator_set_optimum_modeBjorn Andersson2015-03-091-10/+5Star
| * | usb: phy: ab8500-usb: Rename regulator_set_optimum_modeBjorn Andersson2015-03-091-2/+2
| |/
* / usb: phy: am335x-control: check return value of bus_find_deviceDavid Dueck2015-03-101-0/+3
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-1/+1
|\
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-1/+1
* | Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2015-02-044-82/+199
|\ \
| * | usb: phy: phy-generic: Fix USB PHY gpio resetFabio Estevam2015-01-301-4/+5
| * | usb: phy: generic: fix the vbus interrupt requestRobert Jarzmik2015-01-301-1/+2
| * | usb: phy: generic: fix the gpios to be optionalRobert Jarzmik2015-01-301-5/+7
| * | usb: phy: mxs: add delay before set phyctrl.clkgatePeter Chen2015-01-271-3/+9
| * | usb: phy: mxs: do not set PWD.RXPWD1PT1 for low speed connectionPeter Chen2015-01-271-1/+46
| * | usb: phy: mxs: refine mxs_phy_disconnect_lineLi Jun2015-01-271-1/+14
| * | usb: phy: mxs: don't need IP fix for imx6sxPeter Chen2015-01-271-2/+1Star
| * | usb: phy: make GPIOs optional for the generic phyPaul Zimmerman2015-01-191-2/+2
| * | Merge tag 'v3.19-rc5' into nextFelipe Balbi2015-01-192-8/+13
| |\ \
| * | | usb: phy: generic: add vbus supportRobert Jarzmik2015-01-122-1/+96
| * | | usb: phy: generic: migrate to gpio_descRobert Jarzmik2015-01-122-44/+21Star
| * | | usb: phy: phy-fsl-usb: Remove some unused functionsRickard Strandqvist2015-01-121-35/+0Star
| * | | usb: phy: phy-mxs-usb: do not depend on speed for disconnect notifierPeter Chen2015-01-121-1/+3