summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* phy-twl4030-usb: initialize charging-related stuff via pm_runtimeAndreas Kemnade2016-09-141-5/+11
* phy-twl4030-usb: better handle musb_mailbox() failureAndreas Kemnade2016-09-141-2/+7
* phy: sun4i-usb: Use spinlock to guard phyctl register accessChen-Yu Tsai2016-09-101-4/+7
* phy: rockchip-usb: use rockchip_usb_phy_reset to reset phy during wakeupRandy Li2016-09-101-0/+20
* phy: Add reset callbackRandy Li2016-09-101-0/+15
* phy-sun4i-usb: Warn when external vbus is detectedHans de Goede2016-09-101-1/+3
* phy-sun4i-usb: Add support for phy_set_modeHans de Goede2016-09-101-0/+30
* phy-sun4i-usb: Simplify missing dr_mode handlingHans de Goede2016-09-101-28/+14
* phy-sun4i-usb: Refactor forced session endingHans de Goede2016-09-101-14/+13
* phy-sun4i-usb: Use bool where appropriateHans de Goede2016-09-101-3/+4
* phy: rockchip-typec: add pm runtime supportChris Zhong2016-09-101-0/+10
* usb: phy: add USB_SUPPORT dependencyArnd Bergmann2016-09-101-0/+2
* phy: Add USB Type-C PHY driver for rk3399Chris Zhong2016-09-103-0/+1023
* phy: da8xx-usb: Fix syscon device nameDavid Lechner2016-09-101-1/+1
* phy: rockchip-inno-usb2: add COMMON_CLK dependencyFrank Wang2016-09-101-0/+1
* phy: omap-usb2: support suspend/resumeSekhar Nori2016-09-101-54/+46
* phy: rcar-gen3-usb2: Add a compatible string for r8a7796Yoshihiro Shimoda2016-09-101-0/+1
* phy: bcm-ns2-pcie: Set missing .owner field in ns2_pci_phy_opsAxel Lin2016-09-101-1/+2
* phy: bcm-ns2-pcie: Get rid of struct ns2_pci_phyAxel Lin2016-09-101-20/+5
* phy: tegra: mark tegra_xusb_lane_lookup_function() staticBaoyou Xie2016-09-101-1/+2
* phy: tegra: add missing header dependenciesBaoyou Xie2016-09-101-0/+1
* phy: add a driver for the Rockchip SoC internal PCIe PHYShawn Lin2016-09-103-0/+366
* phy: rockchip-inno-usb2: add a new driver for Rockchip usb2phyFrank Wang2016-09-103-0/+715
* phy: qcom-ufs: use of_property_read_boolJulia Lawall2016-09-101-4/+2
* phy: bcm-ns-usb3: new driver for USB 3.0 PHY on NorthstarRafał Miłecki2016-09-103-0/+284
* phy: sun4i: add support for A64 usb phyIcenowy Zheng2016-09-101-6/+29
* phy: exynos5-usbdrd: Remove "static" from local variableAxel Lin2016-09-101-2/+2
* phy: sun9i-usb: fix error handlingChristophe JAILLET2016-08-121-2/+2
* phy: brcm-sata: Return proper error if brcm_sata_phy_init failsAxel Lin2016-08-121-1/+1
* phy-sun4i-usb: Add support for peripheral-only modeHans de Goede2016-08-121-22/+46
* Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-07-311-45/+196
|\
| * phy: rockchip-emmc: Wait even longer for the DLL to lockDouglas Anderson2016-07-251-1/+11
| * phy: rockchip-emmc: Be tolerant to card clock of 0 in power onDouglas Anderson2016-07-251-22/+37
| * phy: rockchip-emmc: Set phyctrl_frqsel based on card clockDouglas Anderson2016-07-251-12/+89
| * phy: rockchip-emmc: Minor code cleanup in rockchip_emmc_phy_power_on/off()Douglas Anderson2016-07-251-12/+2
| * phy: rockchip-emmc: Increase lock time allowanceDouglas Anderson2016-07-251-8/+20
| * phy: rockchip-emmc: reindent the register definitionsBrian Norris2016-07-251-38/+38
| * phy: rockchip-emmc: configure default output tap delayBrian Norris2016-07-251-0/+19
| * phy: rockchip-emmc: configure frequency range and drive impedanceShawn Lin2016-07-251-0/+27
| * phy: rockchip-emmc: give DLL some extra time to be readyShawn Lin2016-07-251-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-273-1/+124
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-066-26/+15
| |\ \ | | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-303-9/+26
| |\ \
| * | | phy: Add Northstar2 PCI Phy supportPramod Kumar2016-06-103-1/+124
* | | | Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-07-261-0/+81
|\ \ \ \
| * | | | phy: Add SATA3 PHY support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy2016-06-161-0/+81
| |/ / /
* | | | Merge tag 'phy-for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2016-07-1410-26/+334
|\ \ \ \
| * | | | phy: rcar-gen3-usb2: fix mutex_lock calling in interruptYoshihiro Shimoda2016-07-041-4/+22
| * | | | phy: rockhip-usb: use devm_add_action_or_reset()Sudip Mukherjee2016-07-041-5/+3
| * | | | phy-sun4i-usb: Add workaround for missing Vbus det interrupts on A31Hans de Goede2016-07-041-10/+24
OpenPOWER on IntegriCloud