aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-22usb: phy: Add STi USB2 PHYPatrice Chotard3-0/+190
2017-07-28phy: add a NO-OP phy driverJean-Jacques Hiblot3-0/+45
2017-07-28drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() failsPatrice Chotard1-0/+1
2017-07-10pipe3: Fix broken dependencyJean-Jacques Hiblot1-2/+2
2017-06-01sandbox: phy: Update driver for livetreeSimon Glass1-2/+1
2017-06-01dm: phy: Update uclass to support livetreeSimon Glass1-12/+9
2017-06-01dm: core: Rename of_device_is_compatible()Simon Glass1-2/+2
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass2-3/+3
2017-05-09Merge git://git.denx.de/u-boot-dmTom Rini5-0/+692
2017-05-09drivers: phy: add PIPE3 phy driverJean-Jacques Hiblot3-0/+392
2017-05-09dm: test: Add tests for the generic PHY uclassJean-Jacques Hiblot3-0/+117
2017-05-09drivers: phy: add generic PHY frameworkJean-Jacques Hiblot3-0/+183
2017-05-09fix: phy: marvell: cp110: pcie: update analog parameters according to latest ETPIgal Liberman2-4/+106
2017-05-09fix: phy: marvell: cp110: rename comphy_index to cp_indexIgal Liberman3-8/+8
2017-05-09fix: phy: marvell: cp110: sfi: update analog parameters according to latest ETPIgal Liberman2-7/+121
2017-05-09phy: marvell: print comphy status even when it's disconnectedStefan Roese1-3/+0
2017-05-09fix: phy: marvell: cp110: fix comphy lane 4 selection optionsStefan Roese1-3/+3
2017-05-09phy: marvell: cp110: add 5G XFI modeIgal Liberman2-7/+51
2017-05-09fix: phy: marvell: cp110: update comphy selector optionStefan Roese1-16/+13
2017-05-09fix: phy: marvell: cp110: sata: update analog parameters according to latest ETPIgal Liberman2-31/+336