| Commit message (Expand) | Author | Age | Files | Lines |
* | phy: dphy: Correct clk_pre parameter | Liu Ying | 2022-02-02 | 3 | -4/+6 |
* | phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy | Wan Jiabing | 2022-01-27 | 1 | -1/+1 |
* | phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable() | Dan Carpenter | 2022-01-27 | 1 | -1/+1 |
* | phy: xilinx: zynqmp: Fix bus width setting for SGMII | Robert Hancock | 2022-01-27 | 1 | -5/+6 |
* | phy: cadence: Sierra: fix error handling bugs in probe() | Dan Carpenter | 2022-01-24 | 1 | -14/+21 |
* | phy: ti: Fix missing sentinel for clk_div_table | Kishon Vijay Abraham I | 2022-01-24 | 1 | -0/+1 |
* | phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option | Al Cooper | 2022-01-23 | 1 | -2/+1 |
* | phy: usb: Leave some clocks running during suspend | Al Cooper | 2022-01-23 | 1 | -0/+38 |
* | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-01-14 | 35 | -582/+4953 |
|\ |
|
| * | Merge tag 'phy-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy... | Greg Kroah-Hartman | 2021-12-30 | 35 | -582/+4953 |
| |\ |
|
| | * | phy: cadence: Sierra: Add support for derived reference clock output | Swapnil Jakhade | 2021-12-27 | 1 | -1/+108 |
| | * | phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configuration | Swapnil Jakhade | 2021-12-27 | 1 | -1/+376 |
| | * | phy: cadence: Sierra: Add support for PHY multilink configurations | Swapnil Jakhade | 2021-12-27 | 1 | -8/+190 |
| | * | phy: cadence: Sierra: Fix to get correct parent for mux clocks | Swapnil Jakhade | 2021-12-27 | 1 | -5/+26 |
| | * | phy: cadence: Sierra: Update single link PCIe register configuration | Swapnil Jakhade | 2021-12-27 | 1 | -1/+213 |
| | * | phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operation | Swapnil Jakhade | 2021-12-27 | 1 | -1/+72 |
| | * | phy: cadence: Sierra: Check cmn_ready assertion during PHY power on | Swapnil Jakhade | 2021-12-27 | 1 | -0/+45 |
| | * | phy: cadence: Sierra: Add PHY PCS common register configurations | Swapnil Jakhade | 2021-12-27 | 1 | -0/+38 |
| | * | phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra ... | Swapnil Jakhade | 2021-12-27 | 1 | -10/+11 |
| | * | phy: cadence: Sierra: Add support to get SSC type from device tree | Swapnil Jakhade | 2021-12-27 | 1 | -1/+5 |
| | * | phy: cadence: Sierra: Prepare driver to add support for multilink configurations | Swapnil Jakhade | 2021-12-27 | 1 | -56/+139 |
| | * | phy: cadence: Sierra: Use of_device_get_match_data() to get driver data | Swapnil Jakhade | 2021-12-27 | 1 | -9/+4 |
| | * | phy: mediatek: Fix missing check in mtk_mipi_tx_probe | Miaoqian Lin | 2021-12-27 | 1 | -0/+2 |
| | * | phy: uniphier-usb3ss: fix unintended writing zeros to PHY register | Ryuta NAKANISHI | 2021-12-24 | 1 | -4/+6 |
| | * | phy: phy-mtk-tphy: use new io helpers to access register | Chunfeng Yun | 2021-12-24 | 1 | -325/+179 |
| | * | phy: phy-mtk-xsphy: use new io helpers to access register | Chunfeng Yun | 2021-12-24 | 1 | -94/+46 |
| | * | phy: mediatek: add helpers to update bits of registers | Chunfeng Yun | 2021-12-24 | 1 | -0/+38 |
| | * | phy: phy-mtk-tphy: add support efuse setting | Chunfeng Yun | 2021-12-24 | 1 | -0/+162 |
| | * | phy: qcom-qmp: Add SM8450 PCIe1 PHY support | Dmitry Baryshkov | 2021-12-24 | 2 | -0/+223 |
| | * | phy: phy-rockchip-inno-usb2: add rk3568 support | Peter Geis | 2021-12-23 | 1 | -0/+65 |
| | * | phy: phy-rockchip-inno-usb2: support muxed interrupts | Peter Geis | 2021-12-23 | 1 | -49/+119 |
| | * | phy: phy-rockchip-inno-usb2: support standalone phy nodes | Peter Geis | 2021-12-23 | 1 | -5/+12 |
| | * | phy: phy-rockchip-inno-usb2: support #address_cells = 2 | Peter Geis | 2021-12-23 | 1 | -1/+10 |
| | * | phy: qcom-qmp: Add SM8450 PCIe0 PHY support | Dmitry Baryshkov | 2021-12-18 | 2 | -0/+158 |
| | * | phy: qcom-qmp: Add SM8450 USB QMP PHYs | Vinod Koul | 2021-12-16 | 1 | -0/+3 |
| | * | phy: freescale: pcie: explicitly add bitfield.h | Vinod Koul | 2021-12-15 | 1 | -0/+1 |
| | * | phy: freescale: pcie: Initialize the imx8 pcie standalone phy driver | Richard Zhu | 2021-12-14 | 3 | -0/+245 |
| | * | phy: rockchip-inno-usb2: remove redundant assignment to variable delay | Colin Ian King | 2021-12-14 | 1 | -1/+0 |
| | * | phy: lan966x: Remove set_speed function | Horatiu Vultur | 2021-12-14 | 1 | -12/+5 |
| | * | phy: ti: Use IS_ERR_OR_NULL() to clean code | Miaoqian Lin | 2021-12-14 | 1 | -3/+3 |
| | * | phy: tegra: xusb: Fix return value of tegra_xusb_find_port_node function | Miaoqian Lin | 2021-12-14 | 1 | -1/+1 |
| | * | phy: qcom: use struct_size instead of sizeof | Guo Zhengkui | 2021-12-09 | 1 | -1/+1 |
| | * | phy: qcom-qmp: Add SM8450 UFS QMP Phy | Vinod Koul | 2021-12-07 | 1 | -0/+32 |
| | * | phy: lan966x: Extend lan966x to support multiple phy interfaces. | Horatiu Vultur | 2021-12-02 | 1 | -0/+4 |
| | * | phy: intel: Remove redundant dev_err call in thunderbay_emmc_phy_probe() | Zou Wei | 2021-12-02 | 1 | -3/+1 |
| | * | phy: stm32: adopt dev_err_probe for regulators | Fabrice Gasnier | 2021-11-26 | 1 | -6/+4 |
| | * | phy: bcm-ns-usb2: improve printing ref clk errors | Rafał Miłecki | 2021-11-25 | 1 | -1/+1 |
| | * | phy: intel: Add Thunder Bay eMMC PHY support | Rashmi A | 2021-11-23 | 3 | -0/+522 |
| | * | phy: Add lan966x ethernet serdes PHY driver | Horatiu Vultur | 2021-11-23 | 4 | -0/+766 |
| | * | phy: phy-can-transceiver: Make devm_gpiod_get optional | Aswath Govindraju | 2021-11-23 | 1 | -2/+2 |