summaryrefslogtreecommitdiff
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* phy: Add mode setting supportSascha Hauer2023-03-201-0/+15
* usb: move include files to place where Linux has themSascha Hauer2023-03-206-6/+6
* phy: stm32-usphyc: add mdelay(1) to fix timeout on some machinesMichael Grzeschik2023-01-261-0/+9
* Rename struct driver_d to driverSascha Hauer2023-01-105-5/+5
* Rename struct device_d to deviceSascha Hauer2023-01-106-26/+26
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-105-21/+21
* phy: core: drop useless else clauseAhmad Fatoum2022-09-121-2/+0
* phy: propagate error in of_phy_get_by_phandleMarco Felsch2022-07-111-1/+1
* phy: fix deep probe supportMarco Felsch2022-07-111-4/+5
* Merge branch 'for-next/stm32'Sascha Hauer2022-05-191-1/+8
|\
| * phy: stm32-usphyc: Add dummy driver for child nodeOleksij Rempel2022-05-111-1/+8
* | Merge branch 'for-next/misc'Sascha Hauer2022-05-191-15/+4
|\ \
| * | phy: rockchip: align naneng-combphy clocks and resets with bindingMichael Riesch2022-05-111-15/+4
| |/
* | phy: freescale: imx8mq-usb: add support for i.MX8MP PHYLucas Stach2022-04-141-13/+74
|/
* Merge branch 'for-next/rockchip'Sascha Hauer2021-12-151-1/+6
|\
| * phy: rockchip-inno-usb2: add support for older rockchip SoC bindingsAhmad Fatoum2021-12-071-1/+6
* | drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* | drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-228-8/+8
|/
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-158-15/+8
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-018-15/+8
* | phy: rockchip-inno-usb2: handle disabled child nodes gracefullySascha Hauer2021-10-121-0/+6
* | phy: rockchip: Add dummy driver for child nodeSascha Hauer2021-10-121-1/+5
|/
* Merge branch 'for-next/rockchip'Sascha Hauer2021-07-186-0/+1606
|\
| * phy: rockchip: Add naneng-combphy supportSascha Hauer2021-06-283-0/+615
| * phy: Rockchip: Add driver for usb2phySascha Hauer2021-06-285-0/+991
* | phy: Add deep probe supportSascha Hauer2021-06-251-0/+4
|/
* phy: stm32: sync with upstreamAhmad Fatoum2021-03-171-80/+151
* treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-191-1/+1
* phy: stm32-usphyc: release resources to properly support EPROBE_DEFERAhmad Fatoum2020-12-161-2/+7
* treewide: Use driver macroSascha Hauer2020-09-291-5/+1
* Merge branch 'for-next/kconfig'Sascha Hauer2020-05-141-1/+1
|\
| * phy: freescale: fix typo in Kconfig defaultAhmad Fatoum2020-04-291-1/+1
* | drivers: mark first batch of compilable drivers for COMPILE_TESTAhmad Fatoum2020-05-081-1/+1
|/
* phy: port over Linux stm32 usbphyc driverAhmad Fatoum2020-02-253-0/+448
* phy: introduce phy_get_by_indexAhmad Fatoum2020-02-251-0/+14
* phy: populate existing ->pwr member with phy-supplyAhmad Fatoum2020-02-251-0/+10
* phy: remove unused init_data parameterAhmad Fatoum2020-02-253-6/+3
* phy: Port i.MX8MQ USB PHY driver from LinuxAndrey Smirnov2019-02-225-0/+138
* phy: core: Assume EPROBE_DEFER in of_phy_provider_lookup()Andrey Smirnov2019-02-221-2/+2
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* usb-nop-xceiv: Add support for 'reset-gpios' bindingAndrey Smirnov2017-06-061-4/+41
* phy: usb-nop-xceiv: Add clock supportSascha Hauer2017-01-191-3/+15
* phy: Add usb-nop-xceiv supportSascha Hauer2016-09-293-4/+116
* phy: Introduce to_usbphy conversion functionSascha Hauer2016-09-291-0/+12
* phy: Introduce of_phy_get_by_phandleSascha Hauer2016-09-291-0/+36
* add generic PHY frameworkLucas Stach2014-11-043-0/+341