aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-miphy365x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-03phy: Constify struct phy_ops variablesAxel Lin1-1/+1
2015-05-11phy: core: Check requested PHY status in _of_phy_get()Axel Lin1-5/+0
2015-05-11phy: miphy365x: fix sparse warningsFelipe Balbi1-2/+2
2015-04-10Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman1-7/+7
2015-04-03phy: miphy365x: Use the generic phy type constants in dt-bindings/phy/phy.hPeter Griffin1-7/+7
2015-03-13phy: miphy365x: Convert to devm_kcalloc and fix wrong sizeofAxel Lin1-3/+2
2015-03-04phy: miphy365x: Avoid calling of_get_child_count() multiple timesAxel Lin1-5/+6
2015-01-11phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.Peter Griffin1-19/+10
2014-11-26phy: Use PTR_ERR_OR_ZERO to fix warning raised by coccinelleGregory CLEMENT1-4/+1
2014-11-22phy: remove the old lookup methodHeikki Krogerus1-1/+1
2014-09-24phy: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-09-12phy: miphy365x: Fix off-by-one errorLee Jones1-0/+1
2014-07-22phy: miphy365x: Represent each PHY channel as a DT subnodeLee Jones1-118/+138
2014-07-22phy: miphy365x: Provide support for the MiPHY356x Generic PHYLee Jones1-0/+616