lkml.org 
[lkml]   [2017]   [Mar]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.16 180/370] sh_eth: enable RX descriptor word 0 shift on SH7734
    3.16.42-rc1 review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

    commit 71eae1ca77fd6be218d8a952d97bba827e56516d upstream.

    The RX descriptor word 0 on SH7734 has the RFS[9:0] field in bits 16-25
    (bits 0-15 usually used for that are occupied by the packet checksum).
    Thus we need to set the 'shift_rd0' field in the SH7734 SoC data...

    Fixes: f0e81fecd4f8 ("net: sh_eth: Add support SH7734")
    Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    drivers/net/ethernet/renesas/sh_eth.c | 1 +
    1 file changed, 1 insertion(+)

    --- a/drivers/net/ethernet/renesas/sh_eth.c
    +++ b/drivers/net/ethernet/renesas/sh_eth.c
    @@ -713,6 +713,7 @@ static struct sh_eth_cpu_data sh7734_dat
    .tsu = 1,
    .hw_crc = 1,
    .select_mii = 1,
    + .shift_rd0 = 1,
    };

    /* SH7763 */
    \
     
     \ /
      Last update: 2017-03-10 13:43    [W:2.949 / U:0.276 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site