aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-11-23phy: marvell: phy-mvebu-cp110-comphy: add support for 5gbase-rMarek Behún1-0/+9
2021-11-20phy: mvebu-cp110-utmi: Fix kernel-doc warnsVinod Koul1-2/+2
2021-08-27phy: marvell: phy-mvebu-a3700-comphy: Remove unsupported modesPali Rohár1-6/+0
2021-08-27phy: marvell: phy-mvebu-a3700-comphy: Rename HS-SGMMI to 2500Base-XPali Rohár1-5/+5
2021-08-27phy: marvell: phy-mvebu-cp110-comphy: Rename HS-SGMMI to 2500Base-XPali Rohár1-8/+8
2021-06-14phy: phy-mmp3-hsic: Remove redundant dev_err call in mmp3_hsic_phy_probe()He Ying1-3/+1
2021-04-06phy: marvell: phy-mvebu-cp11i-utmi needs USB_COMMONRandy Dunlap1-1/+1
2021-03-30phy: marvell: ARMADA375_USBCLUSTER_PHY should not default to y, unconditionallyGeert Uytterhoeven1-2/+2
2021-03-30drivers: phy: add support for Armada CP110 UTMI PHYKonstantin Porotchkin3-0/+393
2020-11-16phy: marvell: convert to devm_platform_ioremap_resourceChunfeng Yun7-21/+7
2020-11-02phy: Add USB HSIC PHY driver for Marvell MMP3 SoCLubomir Rintel3-0/+95
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-6/+22
2020-10-02phy: marvell: comphy: Convert internal SMCC firmware return codes to errnoPali Rohár2-6/+22
2020-09-08phy: phy-pxa-28nm-usb2: convert to readl_poll_timeout()Chunfeng Yun1-18/+15
2020-09-08phy: phy-pxa-28nm-hsic: convert to readl_poll_timeout()Chunfeng Yun1-20/+20
2020-07-21phy: armada-38x: fix NETA lockup when repeatedly switching speedsRussell King1-7/+38
2020-07-13phy-mvebu-a3700-utmi: correct typo in struct mvebu_a3700_utmi commentsVinod Koul1-1/+1
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-3/+5
2020-01-06phy: Enable compile testing for some of driversKrzysztof Kozlowski1-3/+5
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King1-10/+10
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-0/+303
2019-10-23phy-mvebu-a3700-utmi: Use devm_platform_ioremap_resource() in mvebu_a3700_utmi_phy_probe()Markus Elfring1-8/+1
2019-10-17phy: Add USB2 PHY driver for Marvell MMP3 SoCLubomir Rintel3-0/+303
2019-08-27phy: marvell: phy-mvebu-cp110-comphy: rename instances of DLTMatt Pelland1-11/+11
2019-08-27phy: marvell: phy-mvebu-cp110-comphy: implement RXAUI supportMatt Pelland1-11/+120
2019-08-27phy: mvebu-cp110-comphy: Update comment about powering off all lanes at bootMiquel Raynal1-2/+4
2019-08-27phy: mvebu-cp110-comphy: Add PCIe supportGrzegorz Jaszczyk1-5/+32
2019-08-27phy: mvebu-cp110-comphy: Cosmetic change in a helperMiquel Raynal1-6/+8
2019-08-27phy: mvebu-cp110-comphy: Add SATA supportGrzegorz Jaszczyk1-0/+10
2019-08-27phy: mvebu-cp110-comphy: Add USB3 host/device supportGrzegorz Jaszczyk1-0/+23
2019-08-27phy: mvebu-cp110-comphy: Allow non-Ethernet modes to be configuredMiquel Raynal1-3/+0
2019-08-27phy: mvebu-cp110-comphy: Rename the macro handling only Ethernet modesMiquel Raynal1-22/+22
2019-08-27phy: mvebu-cp110-comphy: Add RXAUI supportGrzegorz Jaszczyk1-0/+10
2019-08-27phy: mvebu-cp110-comphy: List already supported Ethernet modesMiquel Raynal1-0/+2
2019-08-27phy: mvebu-cp110-comphy: Add SMC call supportGrzegorz Jaszczyk2-22/+177
2019-08-27phy: mvebu-cp110-comphy: Explicitly initialize the lane submodeMiquel Raynal1-0/+1
2019-08-27phy: mvebu-cp110-comphy: Add clocks supportMiquel Raynal1-3/+85
2019-08-23phy: mvebu-a3700-comphy: Inform users if their firmware is too oldMiquel Raynal1-1/+8
2019-08-23phy: marvell: phy-mvebu-a3700-comphy: Add of_node_put() before returnNishka Dasgupta1-2/+6
2019-08-23phy: marvell: phy-mvebu-cp110-comphy: Add of_node_put() before returnNishka Dasgupta1-2/+6
2019-08-23phy: marvell: phy-armada38x-comphy: Add of_node_put() before returnNishka Dasgupta1-1/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2-20/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-17phy: fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2019-03-06Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-20/+623
2019-02-07phy: armada38x: add common phy supportRussell King3-0/+248
2019-02-07phy: add A3700 UTMI PHY driverMiquel Raynal3-0/+288
2019-02-07phy: add A3700 COMPHY supportMiquel Raynal3-0/+331