summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-09-041-18/+12
|\
| * Merge tag 'v4.2-rc4' into develLinus Walleij2015-08-133-133/+45
| |\
| * | phy: tusb1210: make better use of gpiod APIUwe Kleine-König2015-07-061-18/+12
* | | Merge tag 'phy-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2015-08-1435-68/+590
|\ \ \
| * | | phy: lpc18xx-usb-otg: fix clock order in phy initJoachim Eastwood2015-08-101-3/+3
| * | | phy: Constify struct phy_ops variablesAxel Lin2015-08-0331-31/+31
| * | | phy: ulpi_phy: Add const qualifier to opsAxel Lin2015-08-031-1/+1
| * | | phy-sun4i-usb: Only check vbus-det on power-on on boards with vbus-detHans de Goede2015-08-031-1/+2
| * | | phy-sun4i-sub: Move vbus-detect helper functions up in the fileHans de Goede2015-08-031-24/+24
| * | | phy: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-254-4/+0
| * | | phy: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-251-1/+0
| * | | phy: berlin: Trivial coding style cleanupMichal Simek2015-07-251-1/+1
| * | | phy: berlin: Do not use sata name in usb phy driverMichal Simek2015-07-251-4/+4
| * | | phy: berlin: .owner field is setup by coreMichal Simek2015-07-251-1/+0
| * | | phy-sun4i-usb: Add support for monitoring vbus via a power-supplyHans de Goede2015-07-252-7/+70
| * | | phy-sun4i-usb: Add support for boards with broken Vusb-detectionHans de Goede2015-07-251-8/+36
| * | | phy-sun4i-usb: Add support for the usb-phys on the sun8i-a33 SoCHans de Goede2015-07-251-11/+28
| * | | phy-sun4i-usb: Add support for the usb-phys on the sun8i-a23 SoCHans de Goede2015-07-251-2/+5
| * | | phy-sun4i-usb: Swap check for disconnect thresholdHans de Goede2015-07-251-4/+4
| * | | phy-sun4i-usb: Add extcon support for the otg phy (phy0)Hans de Goede2015-07-252-1/+32
| * | | phy-sun4i-usb: Add id and vbus detection support for the otg phy (phy0)Hans de Goede2015-07-251-10/+240
| * | | phy: add lpc18xx usb otg phy driverJoachim Eastwood2015-07-253-0/+155
| |/ /
* | | phy: ti-pipe3: i783 workaround for SATA lockup after dpll unlock/relockRoger Quadros2015-08-011-6/+55
* | | phy-sun4i-usb: Add missing EXPORT_SYMBOL_GPL for sun4i_usb_phy_set_squelch_de...Hans de Goede2015-08-011-0/+1
| |/ |/|
* | phy: berlin-usb: fix divider for BG2Thomas Hebb2015-07-151-1/+1
* | phy: berlin-usb: fix divider for BG2CDThomas Hebb2015-07-151-2/+2
* | phy/pxa: add HAS_IOMEM dependencySebastian Ott2015-07-151-0/+2
* | phy: ti-pipe3: fix suspendRoger Quadros2015-07-151-131/+41
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-273-0/+214
|\
| * PHY: Add driver for Pistachio USB2.0 PHYAndrew Bresticker2015-06-213-0/+214
* | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-2613-48/+1101
|\ \
| * | phy: add Marvell HSIC 28nm PHYRob Herring2015-06-093-0/+231
| * | phy: Add Marvell USB 2.0 OTG 28nm PHYRob Herring2015-06-093-0/+366
| * | Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-084-7/+12
| |\ \ | | |/
| * | Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2015-06-038-48/+303
| |\ \
| | * | phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe function.NeilBrown2015-06-011-1/+0
| | * | phy: twl4030-usb: remove pointless 'suspended' test in 'suspend' callback.NeilBrown2015-06-011-4/+0
| | * | phy: twl4030-usb: make runtime pm more reliable.NeilBrown2015-06-011-9/+20
| | * | phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCsBrian Norris2015-05-223-0/+226
| | * | phy: rcar-gen2: Add support for R-Car E2Yoshihiro Shimoda2015-05-211-0/+1
| | * | phy: core: Check requested PHY status in _of_phy_get()Axel Lin2015-05-114-17/+10
| | * | phy: miphy365x: fix sparse warningsFelipe Balbi2015-05-111-2/+2
| | * | phy: miphy28lp: fix sparse warningsFelipe Balbi2015-05-111-2/+2
| | * | phy: phy-core: allow specifying supply at port levelDmitry Torokhov2015-05-111-13/+10
| | * | phy: core: Add devm_of_phy_get_by_index to phy-coreArun Ramamurthy2015-05-111-0/+32
| * | | phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectHans de Goede2015-05-271-0/+9
| * | | phy: add driver for TI TUSB1210 ULPI PHYHeikki Krogerus2015-05-133-0/+161
| * | | phy: helpers for USB ULPI PHY registeringHeikki Krogerus2015-05-131-0/+31
| |/ /
* | | Mohit Kumar has movedPratyush Anand2015-06-252-2/+2
* | | Pratyush Anand has movedPratyush Anand2015-06-252-4/+4
| |/ |/|
OpenPOWER on IntegriCloud