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.

Andy Duan (2):
  net: fec: add interrupt coalesc quirk flag
  net: fec: use a more proper compatible string for i.MX6UL type device

 drivers/net/ethernet/freescale/fec.h      |  2 ++
 drivers/net/ethernet/freescale/fec_main.c | 27 +++++++++++++++++----------
 2 files changed, 19 insertions(+), 10 deletions(-)

-- 
1.9.1

Reply via email to