[U-Boot] [PATCH v2 0/3] net: macb: Add option and clock support

Wenyou Yang wenyou.yang at atmel.com
Wed Nov 2 03:06:54 CET 2016


The CONFIG_MACB option is added in KConfig to be used to select
the Cadence MACB Ethernet driver, and the clock is supported.

Changes in v2:
 - Use positive logic, #ifdef...#else...#endif.
 - Remove unnecessary splitting the signature of macb_mdc_clk_div()
   and others.
 - Add Acked-by tag.

Wenyou Yang (3):
  net: Kconfig: Add CONFIG_MACB option
  net: macb: Add the clock support
  net: macb: Remove redundant #ifdef CONFIG_DM_ETH

 drivers/net/Kconfig | 10 ++++++++++
 drivers/net/macb.c  | 44 +++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 51 insertions(+), 3 deletions(-)

-- 
2.7.4



More information about the U-Boot mailing list