All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Support for the Faraday ftgmac100 controller
@ 2018-09-10 14:21 Cédric Le Goater
  2018-09-10 14:21 ` [U-Boot] [PATCH 1/5] net: remove the Faraday ftgmac100 controller driver Cédric Le Goater
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Cédric Le Goater @ 2018-09-10 14:21 UTC (permalink / raw)
  To: u-boot

Hello,

This series re-adds a driver for the Faraday ftgmac100 controller and
its Aspeed variant as as one can find on the OpenPOWER platforms.
I have choosen to remove and re-add the driver to ease review of the
changes, which are numerous, but we can proceed differently if you
prefer.

The DT patch depends on: 

  [PATCH 3/3] aspeed: Add SPI support to the ast2500 Eval Board
  https://lists.denx.de/pipermail/u-boot/2018-September/340568.html

It was tested on the AST2500 evb.

Git tree available here:

  https://github.com/legoater/u-boot/commits/aspeed

Thanks,

C.

Cédric Le Goater (5):
  net: remove the Faraday ftgmac100 controller driver
  net: re-add support for the Faraday ftgmac100 controller
  aspeed: ast2500: fix missing break in D2PLL clock enablement
  net: ftgmac100: add support for Aspeed SoC
  aspeed: Activate ethernet devices on the ast2500 Eval Board

 drivers/net/ftgmac100.h          | 163 +++----
 include/netdev.h                 |   1 -
 drivers/clk/aspeed/clk_ast2500.c |   1 +
 drivers/net/ftgmac100.c          | 701 +++++++++++++++----------------
 arch/arm/dts/ast2500-evb.dts     |  17 +
 arch/arm/dts/ast2500.dtsi        |   4 +-
 configs/evb-ast2500_defconfig    |   8 +
 drivers/net/Kconfig              |   8 +
 8 files changed, 456 insertions(+), 447 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-09-28 12:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-10 14:21 [U-Boot] [PATCH 0/5] Support for the Faraday ftgmac100 controller Cédric Le Goater
2018-09-10 14:21 ` [U-Boot] [PATCH 1/5] net: remove the Faraday ftgmac100 controller driver Cédric Le Goater
2018-09-10 14:21 ` [U-Boot] [PATCH 2/5] net: re-add support for the Faraday ftgmac100 controller Cédric Le Goater
2018-09-12  9:27   ` Joel Stanley
2018-09-12 12:05     ` Cédric Le Goater
2018-09-27 13:41   ` Simon Glass
2018-09-28 12:24     ` Cédric Le Goater
2018-09-10 14:21 ` [U-Boot] [PATCH 3/5] aspeed: ast2500: fix missing break in D2PLL clock enablement Cédric Le Goater
2018-09-12  9:17   ` Joel Stanley
2018-09-27 13:41   ` Simon Glass
2018-09-10 14:21 ` [U-Boot] [PATCH 4/5] net: ftgmac100: add support for Aspeed SoC Cédric Le Goater
2018-09-12  9:19   ` Joel Stanley
2018-09-27 13:41   ` Simon Glass
2018-09-28 12:49     ` Cédric Le Goater
2018-09-10 14:21 ` [U-Boot] [PATCH 5/5] aspeed: Activate ethernet devices on the ast2500 Eval Board Cédric Le Goater
2018-09-11  0:55   ` Joel Stanley
2018-09-11  5:37     ` Cédric Le Goater
2018-09-27 13:41   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.