]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbb3217bc82efb8d540d42ac910d0f78a275839ac
tree32ce60074267f659c3e6028e01739eb19a348581
parentce6dbc68b8413de896a18b7e178cb17417133d8b
parent445ed38ace6a3d071216c805face52c5bd4cf184
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>