01 Jul, 2016

1 commit


30 Jun, 2016

1 commit


12 Jan, 2015

1 commit

  • Based on Arnds review comments here https://lkml.org/lkml/2014/11/13/161,
    update the phy driver to not use the reg property to access the sysconfig
    register offsets.

    This is because other phy's (miphy28, miphy365) have a combination of
    memory mapped registers and sysconfig control regs, and we shouldn't
    be mixing address spaces in the reg property. In addition we would
    ideally like the sysconfig offsets to be passed via DT in a uniform way.

    This new method will also allow us to support devices which have sysconfig
    registers in different banks more easily and it is also analagous to how
    keystone and bcm7745 platforms pass there syscon offsets in DT.

    This breaks DT compatibility, but this platform is considered WIP, and
    is only used by a few developers who are upstreaming support for it.

    Signed-off-by: Peter Griffin
    Reviewed-by: Arnd Bergmann
    Signed-off-by: David S. Miller

    Peter Griffin
     

22 Nov, 2014

1 commit

  • The users of the old method are now converted to the new one.

    Signed-off-by: Heikki Krogerus
    [ kishon@ti.com : made phy-berlin-usb.c and phy-miphy28lp.c to use the updated
    devm_phy_create API.]
    Signed-off-by: Kishon Vijay Abraham I

    Heikki Krogerus
     

24 Sep, 2014

1 commit