[U-Boot] [PATCH v2 0/3] Add ethernet support for Congatec qmx6qeval

Changes in v2: -micrel.c : drop two unneeded changes in comments. -cgtqmx6eval.c: #ifdef CONFIG_FEC_MXC now covers the whole function board_eth_init. -README : placed in a separate patch.
Leo Sartre (3): PHY: micrel: helper function for KSZ9031 ARM: Congatec: Ethernet: Add support for cgtqmx6qeval ARM: Congatec: README update
board/congatec/cgtqmx6eval/README | 3 +- board/congatec/cgtqmx6eval/cgtqmx6eval.c | 111 ++++++++++++++++++++++++++++++ drivers/net/phy/micrel.c | 25 +++++++ include/configs/cgtqmx6eval.h | 13 ++++ include/micrel.h | 7 ++ 5 files changed, 157 insertions(+), 2 deletions(-)

Hi Leo,
On Thu, 20 Jun 2013 15:46:47 +0200, "SARTRE Leo" lsartre@adeneo-embedded.com wrote:
Changes in v2: -micrel.c : drop two unneeded changes in comments. -cgtqmx6eval.c: #ifdef CONFIG_FEC_MXC now covers the whole function board_eth_init. -README : placed in a separate patch.
Leo Sartre (3): PHY: micrel: helper function for KSZ9031 ARM: Congatec: Ethernet: Add support for cgtqmx6qeval ARM: Congatec: README update
Please keep patch history in each patch of the series.
Why is 3/3 separate from 2/3?
Amicalement,
participants (2)
-
Albert ARIBAUD
-
SARTRE Leo