summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/if_fec.c
AgeCommit message (Expand)Author
2022-01-09spellingJonathan Gray
2021-11-05Newer i.MX device trees store the skew information in the PHY's node, whichPatrick Wildt
2021-10-24Constify struct cfattach.Martin Pieuchot
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2019-02-06Rework fec(4). I have written this driver in 2012 as my first everPatrick Wildt
2019-02-01Fix lost interrupts in fec(4). Apparently the tick that talks to thePatrick Wildt
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-06-17Resetting fec(4) also resets the MII control register. Since wePatrick Wildt
2018-06-12Enable on i.MX6SX and i.MX7.Mark Kettenis
2018-04-27Newer fec(4), like implemented on i.MX8M, have multiple interrupt linesPatrick Wildt
2018-04-02Attach fec(4) to i.MX8M as well.Patrick Wildt
2018-04-02Move fec(4) to sys/dev/fdt.Patrick Wildt