summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-25phy: sun4i-usb: Remove .disc_thresh where not applicableSamuel Holland1-1/+0
2022-02-25dt-bindings: phy: Add compatible for D1 USB PHYSamuel Holland1-1/+3
2022-02-24phy: rockchip: add naneng combo phy for RK3568Yifeng Zhao3-0/+590
2022-02-24dt-bindings: phy: rockchip: Add Naneng combo PHY bindingsYifeng Zhao1-0/+109
2022-02-24dt-bindings: soc: grf: add naneng combo phy register compatibleJohan Jonker1-0/+2
2022-02-22dt-bindings: phy: samsung,usb3-drd-phy: convert to dtschemaKrzysztof Kozlowski2-53/+126
2022-02-22dt-bindings: phy: samsung: move SATA phy I2C to trivial devicesKrzysztof Kozlowski2-14/+2
2022-02-22dt-bindings: phy: samsung,exynos5250-sata-phy: convert to dtschemaKrzysztof Kozlowski2-26/+64
2022-02-22dt-bindings: phy: samsung,usb2-phy: convert to dtschemaKrzysztof Kozlowski3-61/+103
2022-02-22dt-bindings: phy: samsung,dp-video-phy: convert to dtschemaKrzysztof Kozlowski2-11/+41
2022-02-22dt-bindings: phy: samsung,mipi-video-phy: convert to dtschemaKrzysztof Kozlowski2-29/+113
2022-02-22dt-bindings: phy: samsung: drop old Eynos5440 PCIe phyKrzysztof Kozlowski1-17/+0
2022-02-08phy: qcom: Program SSC only if supported by sinkSankeerth Billakanti1-3/+5
2022-02-08phy: qcom: Add support for eDP PHY on sc7280Sankeerth Billakanti1-0/+1
2022-02-08dt-bindings: phy: Add eDP PHY compatible for sc7280Sankeerth Billakanti1-1/+3
2022-02-07phy: cadence: Sierra: Add support for skipping configurationAswath Govindraju1-25/+57
2022-02-07Merge tag 'phy-fixes-5.17' into nextVinod Koul11-34/+80
2022-02-02dt-bindings: phy: Add compatible for Mediatek MT8186Allen-KH Cheng1-0/+1
2022-02-02phy: dphy: Correct clk_pre parameterLiu Ying4-11/+11
2022-01-27phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphyWan Jiabing1-1/+1
2022-01-27dt-bindings: phy: convert Qualcomm USB HS phy to yamlDavid Heidelberg2-84/+108
2022-01-27phy: amlogic: meson8b-usb2: fix shared reset control useAmjad Ouled-Ameur1-0/+4
2022-01-27phy: amlogic: meson8b-usb2: Use dev_err_probe()Amjad Ouled-Ameur1-2/+3
2022-01-27phy: amlogic: phy-meson-gxl-usb2: fix shared reset controller useAmjad Ouled-Ameur1-1/+4
2022-01-27phy: freescale: i.MX8 PHYs should depend on ARCH_MXC && ARM64Geert Uytterhoeven1-0/+5
2022-01-27phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()Dan Carpenter1-1/+1
2022-01-27phy: qcom-qusb2: Add compatible for MSM8953Luca Weiss1-0/+3
2022-01-27dt-bindings: phy: qcom,qusb2: Document msm8953 compatibleLuca Weiss1-0/+1
2022-01-27phy: freescale: pcie: cosmetic clean-upMarcel Ziswiler1-1/+2
2022-01-27phy: xilinx: zynqmp: Fix bus width setting for SGMIIRobert Hancock1-5/+6
2022-01-24drivers: phy: qcom: ipq806x-usb: conver latch function to pool macroAnsuel Smith1-12/+5
2022-01-24drivers: phy: qcom: ipq806x-usb: convert to BITFIELD macroAnsuel Smith1-5/+6
2022-01-24phy: cadence: Sierra: fix error handling bugs in probe()Dan Carpenter1-14/+21
2022-01-24phy: ti: Fix missing sentinel for clk_div_tableKishon Vijay Abraham I1-0/+1
2022-01-23phy: broadcom: Kconfig: Fix PHY_BRCM_USB config optionAl Cooper1-2/+1
2022-01-23phy: usb: Leave some clocks running during suspendAl Cooper1-0/+38
2022-01-23Linux 5.17-rc1v5.17-rc1Linus Torvalds1-2/+2
2022-01-23Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds51-149/+354
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-3/+10
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2-3/+10
2022-01-23Merge tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+3
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds73-438/+635
2022-01-22perf tools: Remove redundant err variableMinghao Chi1-4/+1
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry2-9/+82
2022-01-22perf test: Add pmu-events test for aliases with hyphensJohn Garry2-0/+48
2022-01-22perf parse-events: Support event alias in form foo-bar-bazJohn Garry4-4/+41
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez1-8/+17
2022-01-22perf cpumap: Remove duplicate include in cpumap.hLv Ruyi1-1/+0
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers31-87/+99
2022-01-22perf python: Fix cpu_map__item() buildingIan Rogers1-3/+3