The Intel EG20T Platform Controller Hub is used on the MIPS Boston development board to provide various peripherals including ethernet. This series fixes some issues with the pch_gbe driver discovered whilst in use on the Boston board, and implements support for device tree which we use to provide the PHY reset GPIO. Applies atop v4.12-rc3. Paul Burton (7): net: pch_gbe: Mark Minnow PHY reset GPIO active low net: pch_gbe: Pull PHY GPIO handling out of Minnow code dt-bindings: net: Document Intel pch_gbe binding net: pch_gbe: Add device tree support net: pch_gbe: Always reset PHY along with MAC net: pch_gbe: Allow longer for resets net: pch_gbe: Allow build on MIPS platforms Documentation/devicetree/bindings/net/pch_gbe.txt | 25 +++++++ drivers/net/ethernet/oki-semi/pch_gbe/Kconfig | 2 +- drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h | 4 +- .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 79 +++++++++++++++++----- 4 files changed, 91 insertions(+), 19 deletions(-) create mode 100644 Documentation/devicetree/bindings/net/pch_gbe.txt -- 2.13.0