Age | Commit message (Expand) | Author | Files | Lines |
2024-04-05 | phy: marvell: a3700-comphy: Fix hardcoded array size | Mikhail Kobuk | 1 | -1/+1 |
2024-04-05 | phy: marvell: a3700-comphy: Fix out of bounds read | Mikhail Kobuk | 1 | -3/+4 |
2024-02-23 | phy: constify of_phandle_args in xlate | Krzysztof Kozlowski | 5 | -5/+5 |
2024-01-24 | phy: armada-38x: add mux value for gbe port 0 on serdes 0 | Josua Mayer | 1 | -1/+6 |
2023-10-13 | phy: Use device_get_match_data() | Rob Herring | 1 | -4/+3 |
2023-08-11 | phy: marvell pxa-usb: fix Wvoid-pointer-to-enum-cast warning | Krzysztof Kozlowski | 1 | -1/+1 |
2023-07-17 | phy: Explicitly include correct DT includes | Rob Herring | 10 | -3/+9 |
2023-07-12 | phy: marvell: phy-mvebu-cp110-comphy: Use devm_platform_get_and_ioremap_resou... | Yangtao Li | 1 | -2/+1 |
2023-03-20 | phy: marvell: drop of_match_ptr for ID table | Krzysztof Kozlowski | 2 | -2/+2 |
2022-11-24 | phy: use devm_platform_get_and_ioremap_resource() | Minghao Chi | 1 | -3/+1 |
2022-10-17 | phy: marvell: phy-mvebu-a3700-comphy: Reset COMPHY registers before USB 3.0 p... | Pali Rohár | 1 | -0/+3 |
2022-08-30 | phy: marvell: phy-mvebu-a3700-comphy: Remove broken reset support | Pali Rohár | 1 | -70/+17 |
2022-02-25 | phy: marvell: phy-mvebu-a3700-comphy: Add native kernel implementation | Pali Rohár | 1 | -117/+1215 |
2022-02-25 | phy: marvell: phy-mvebu-a3700-comphy: Remove port from driver configuration | Pali Rohár | 1 | -33/+29 |
2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
2021-11-23 | phy: marvell: phy-mvebu-cp110-comphy: add support for 5gbase-r | Marek Behún | 1 | -0/+9 |
2021-11-20 | phy: mvebu-cp110-utmi: Fix kernel-doc warns | Vinod Koul | 1 | -2/+2 |
2021-08-27 | phy: marvell: phy-mvebu-a3700-comphy: Remove unsupported modes | Pali Rohár | 1 | -6/+0 |
2021-08-27 | phy: marvell: phy-mvebu-a3700-comphy: Rename HS-SGMMI to 2500Base-X | Pali Rohár | 1 | -5/+5 |
2021-08-27 | phy: marvell: phy-mvebu-cp110-comphy: Rename HS-SGMMI to 2500Base-X | Pali Rohár | 1 | -8/+8 |
2021-06-14 | phy: phy-mmp3-hsic: Remove redundant dev_err call in mmp3_hsic_phy_probe() | He Ying | 1 | -3/+1 |
2021-04-06 | phy: marvell: phy-mvebu-cp11i-utmi needs USB_COMMON | Randy Dunlap | 1 | -1/+1 |
2021-03-30 | phy: marvell: ARMADA375_USBCLUSTER_PHY should not default to y, unconditionally | Geert Uytterhoeven | 1 | -2/+2 |
2021-03-30 | drivers: phy: add support for Armada CP110 UTMI PHY | Konstantin Porotchkin | 3 | -0/+393 |
2020-11-16 | phy: marvell: convert to devm_platform_ioremap_resource | Chunfeng Yun | 7 | -21/+7 |
2020-11-02 | phy: Add USB HSIC PHY driver for Marvell MMP3 SoC | Lubomir Rintel | 3 | -0/+95 |
2020-10-22 | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -6/+22 |
2020-10-02 | phy: marvell: comphy: Convert internal SMCC firmware return codes to errno | Pali Rohár | 2 | -6/+22 |
2020-09-08 | phy: phy-pxa-28nm-usb2: convert to readl_poll_timeout() | Chunfeng Yun | 1 | -18/+15 |
2020-09-08 | phy: phy-pxa-28nm-hsic: convert to readl_poll_timeout() | Chunfeng Yun | 1 | -20/+20 |
2020-07-21 | phy: armada-38x: fix NETA lockup when repeatedly switching speeds | Russell King | 1 | -7/+38 |
2020-07-13 | phy-mvebu-a3700-utmi: correct typo in struct mvebu_a3700_utmi comments | Vinod Koul | 1 | -1/+1 |
2020-01-29 | Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -3/+5 |
2020-01-06 | phy: Enable compile testing for some of drivers | Krzysztof Kozlowski | 1 | -3/+5 |
2020-01-05 | net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKR | Russell King | 1 | -10/+10 |
2019-12-05 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 3 | -0/+303 |
2019-10-23 | phy-mvebu-a3700-utmi: Use devm_platform_ioremap_resource() in mvebu_a3700_utm... | Markus Elfring | 1 | -8/+1 |
2019-10-17 | phy: Add USB2 PHY driver for Marvell MMP3 SoC | Lubomir Rintel | 3 | -0/+303 |
2019-08-27 | phy: marvell: phy-mvebu-cp110-comphy: rename instances of DLT | Matt Pelland | 1 | -11/+11 |
2019-08-27 | phy: marvell: phy-mvebu-cp110-comphy: implement RXAUI support | Matt Pelland | 1 | -11/+120 |
2019-08-27 | phy: mvebu-cp110-comphy: Update comment about powering off all lanes at boot | Miquel Raynal | 1 | -2/+4 |
2019-08-27 | phy: mvebu-cp110-comphy: Add PCIe support | Grzegorz Jaszczyk | 1 | -5/+32 |
2019-08-27 | phy: mvebu-cp110-comphy: Cosmetic change in a helper | Miquel Raynal | 1 | -6/+8 |
2019-08-27 | phy: mvebu-cp110-comphy: Add SATA support | Grzegorz Jaszczyk | 1 | -0/+10 |
2019-08-27 | phy: mvebu-cp110-comphy: Add USB3 host/device support | Grzegorz Jaszczyk | 1 | -0/+23 |
2019-08-27 | phy: mvebu-cp110-comphy: Allow non-Ethernet modes to be configured | Miquel Raynal | 1 | -3/+0 |
2019-08-27 | phy: mvebu-cp110-comphy: Rename the macro handling only Ethernet modes | Miquel Raynal | 1 | -22/+22 |
2019-08-27 | phy: mvebu-cp110-comphy: Add RXAUI support | Grzegorz Jaszczyk | 1 | -0/+10 |
2019-08-27 | phy: mvebu-cp110-comphy: List already supported Ethernet modes | Miquel Raynal | 1 | -0/+2 |
2019-08-27 | phy: mvebu-cp110-comphy: Add SMC call support | Grzegorz Jaszczyk | 2 | -22/+177 |