Skip to content
Snippets Groups Projects
  • Andy Fleming's avatar
    09c04c20
    Remove instances of phy_read/write · 09c04c20
    Andy Fleming authored
    
    There were a few files which were already using phy_read and phy_write
    for their PHY function names.  It's only a few places, and the name
    seems most appropriate for the high-level abstraction, so let's
    rename the other versions to something more specific.
    
    Also, uec_phy.c had a marvell_init function which I renamed to not
    conflict with the one in marvell.c
    
    Lastly, uec_phy.c was putting a space between the phy writing
    function names, and the open paren, so I fixed that
    
    Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
    Acked-by: default avatarDetlev Zundel <dzu@denx.de>
    09c04c20
    History
    Remove instances of phy_read/write
    Andy Fleming authored
    
    There were a few files which were already using phy_read and phy_write
    for their PHY function names.  It's only a few places, and the name
    seems most appropriate for the high-level abstraction, so let's
    rename the other versions to something more specific.
    
    Also, uec_phy.c had a marvell_init function which I renamed to not
    conflict with the one in marvell.c
    
    Lastly, uec_phy.c was putting a space between the phy writing
    function names, and the open paren, so I fixed that
    
    Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
    Acked-by: default avatarDetlev Zundel <dzu@denx.de>