summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2017-01-04 23:10:23 +0300
committerDavid S. Miller <davem@davemloft.net>2017-01-04 16:12:14 -0500
commit71eae1ca77fd6be218d8a952d97bba827e56516d (patch)
treeea650925189780c5f858bdf27ebdf243d033a136 /tools/perf/scripts/python/bin
parent4fdda95893de776a8efdf661bbf0e338f2f13dcb (diff)
downloadkernel-71eae1ca77fd6be218d8a952d97bba827e56516d.tar.gz
sh_eth: enable RX descriptor word 0 shift on SH7734
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>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
Boris Brezillon 2017-06-01mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon 2017-06-01mtd: nand: add support for Micron on-die ECCThomas Petazzoni 2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon 2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet 2017-05-16mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warningsMauro Carvalho Chehab 2017-05-15mtd: nand: export nand_{read,write}_page_raw()Thomas Petazzoni 2017-05-15mtd: nand: add core support for on-die ECCThomas Petazzoni 2017-04-25mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada 2017-04-25mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada 2017-04-25mtd: nand: Remove unused chip->write_page() hookBoris Brezillon