aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2018-08-14phy: rcar: Add R-Car Gen2 PHY driverMarek Vasut3-0/+199
2018-08-14phy: Fix off-by-one error when parsing DT PHY bindingsMarek Vasut1-1/+1
2018-07-31phy: sun4i-usb: Update PHY#3 rst_mask only for H3_H5Jagan Teki1-3/+2
2018-07-31phy: sun4i-usb: Remove usb_clk_cfg set in probeJagan Teki1-2/+0
2018-07-31phy: sun4i-usb: Call phy_passby even for PHY#0Jagan Teki1-2/+1
2018-07-19phy: Be able to get phy from PHY providerPatrice Chotard1-2/+15
2018-06-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini3-0/+594
2018-06-01phy: bcm6318-usbh: convert to use live dtÁlvaro Fernández Rojas1-7/+3
2018-06-01phy: bcm6368-usbh: convert to use live dtÁlvaro Fernández Rojas1-6/+3
2018-06-01phy: bcm6358-usbh: convert to use live dtÁlvaro Fernández Rojas1-7/+3
2018-06-01phy: bcm6348-usbh: convert to use live dtÁlvaro Fernández Rojas1-7/+3
2018-05-28phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki1-0/+6
2018-05-28phy: sun4i-usb: Add A23 USB PHY configJagan Teki1-0/+9
2018-05-28phy: sun4i-usb: Add A33 USB PHY configJagan Teki1-0/+10
2018-05-28phy: sun4i-usb: Add A31 PHY configJagan Teki1-0/+10
2018-05-28phy: sun4i-usb: Add A10/A13/A20 PHY configJagan Teki1-0/+28
2018-05-28phy: sun4i-usb: Add A83T USB PHY configJagan Teki1-17/+68
2018-05-28phy: sun4i-usb: Add V3S PHY configJagan Teki1-0/+11
2018-05-28phy: sun4i-usb: Add H3/H5 PHY configJagan Teki1-0/+11
2018-05-28phy: sun4i-usb: Add id_detect and vbus_detect opsJagan Teki1-0/+39
2018-05-28phy: Add Allwinner A64 USB PHY driverJagan Teki3-0/+419
2018-05-20SPDX: Fixup SPDX tags in a few new filesTom Rini1-1/+1
2018-05-18phy: add support for STM32 usb phy controllerPatrice Chotard3-0/+416
2018-05-14phy: marvell: a3700: Fix compatible string for ehciMarek Behún1-1/+1
2018-05-14phy: marvell: core: Cosmetic fixesMarek Behún2-53/+52
2018-05-14phy: marvell: a3700: Save/restore selector reg in SGMII initMarek Behún2-2/+8
2018-05-14phy: marvell: a3700: Use comphy_mux on Armada 37xx.Marek Behún1-0/+36
2018-05-14phy: marvell: a3700: Fix SGMII cfg and stat register addressesMarek Behún1-2/+2
2018-05-14phy: marvell: mux: Support nontrivial node order in selector registerMarek Behún3-3/+19
2018-05-14phy: marvell: a3700: revise the USB3 comphy setting during power onzachary2-8/+28
2018-05-14phy: marvell: a3700: Set USB3 RX wait depending on ref clockMarek Behún1-5/+3
2018-05-14phy: marvell: a3700: Access USB3 register indirectly on lane 2Marek Behún2-35/+68
2018-05-14phy: marvell: a3700: Use reg_set_indirect istead of 2 reg_setsMarek Behún1-12/+20
2018-05-14phy: marvell: a3700: Use (!ret) instead of (ret == 0)Marek Behún1-13/+13
2018-05-14phy: marvell: a3700: Use same timeout for all register pollingMarek Behún1-13/+3
2018-05-14phy: marvell: a3700: Don't create functional macro for each registerMarek Behún2-111/+89
2018-05-14phy: marvell: a3700: Use reg_set16 instead of phy_write16Marek Behún2-18/+22
2018-05-14phy: marvell: a3700: Change return type of macro MVEBU_REGMarek Behún2-118/+96
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada2-2/+2
2018-05-07regmap: clean up regmap allocationMasahiro Yamada1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini22-46/+22
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini4-8/+0
2018-04-11phy: Add Amlogic Meson USB2 & USB3 Generic PHY driversNeil Armstrong4-0/+448
2018-03-21phy: add support for bcm6318 usbh phyÁlvaro Fernández Rojas3-0/+152
2018-03-21phy: add support for bcm6368 usbh phyÁlvaro Fernández Rojas3-0/+203
2018-03-21phy: add support for bcm6358 usbh phyÁlvaro Fernández Rojas3-0/+101
2018-03-21phy: add support for bcm6348 usbh phyÁlvaro Fernández Rojas3-0/+101
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada3-37/+37