24 Jul, 2013

1 commit


22 May, 2012

1 commit


17 Nov, 2011

1 commit

  • Fix:
    enc28j60.c: In function 'enc_receive':
    enc28j60.c:435:5: warning: variable 'eir_reg' set but not used
    [-Wunused-but-set-variable]
    enc28j60.c: In function 'enc_poll':
    enc28j60.c:503:5: warning: variable 'estat_reg' set but not used
    [-Wunused-but-set-variable]

    Signed-off-by: Anatolij Gustschin

    Anatolij Gustschin
     

21 Apr, 2011

1 commit

  • 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: Andy Fleming
    Acked-by: Detlev Zundel

    Andy Fleming
     

12 Oct, 2010

2 commits


21 Mar, 2009

1 commit

  • The environment is the canonical storage location of the mac address, so
    we're killing off the global data location and moving everything to
    querying the env directly.

    The drivers that get converted here:
    3c589
    4xx_enet
    dc2114x
    dm9000x
    enc28j60
    fsl_mcdmafec
    ks8695eth
    mcffec
    rtl8019
    rtl8169
    s3c4510b_eth
    xilinx_emac
    xilinx_emaclite

    Signed-off-by: Mike Frysinger
    CC: Ben Warren
    CC: Rolf Offermanns
    CC: Stefan Roese
    CC: Sascha Hauer
    CC: TsiChung Liew
    CC: Greg Ungerer
    CC: Xue Ligong
    CC: Masami Komiya
    CC: Curt Brune
    CC: Michal SIMEK

    Mike Frysinger
     

10 Jun, 2008

1 commit


26 Nov, 2007

1 commit