]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
Merge branch 'fec-new-type-device'
authorDavid S. Miller <davem@davemloft.net>
Mon, 27 Jun 2016 08:02:01 +0000 (04:02 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jun 2016 08:02:01 +0000 (04:02 -0400)
Andy Duan says:

====================
net: fec: add new type device

Different i.MX SOC FEC support different features like :
    - i.MX6Q/DL FEC does not support AVB and interrupt coalesc
    - i.MX6SX/i.MX7D supports AVB and interrupt coalesc
    - i.MX6UL/ULL does not support AVB, but support interrupt coalesc

Then, add new quirk flag to judge the supported features, and add new
type device for i.MX6UL.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge