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)
commit4c88aaf3e53c5b1e624f048220bdbba71576163d
tree32ce60074267f659c3e6028e01739eb19a348581
parent2b7c4f7a0ee7deff599af7261bd04a1ef6fdbd12
parenta51d3ab50702a8d846207151d33b2439a3661bd3
Merge branch 'fec-new-type-device'

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>