From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Tue, 13 Dec 2011 15:56:29 +0100 Subject: [U-Boot] [PATCH 0/3] i.mx6q: Add the ethernet function support In-Reply-To: <1323783864-11614-1-git-send-email-jason.hui@linaro.org> References: <1323783864-11614-1-git-send-email-jason.hui@linaro.org> Message-ID: <4EE7679D.4050203@de.bosch.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 13.12.2011 14:44, Jason Liu wrote: > This patch add the ethernet function support for i.mx6q/arm2 board. > > The patch has been tested ok by: Dirk Behme > on freescale i.mx6qarm2 board. > > Jason Liu (3): > i.mx: i.mx6q: Add the enet clock function > fec: add the i.mx6q enet driver support > i.mx6q: arm2: Add the enet function support > > arch/arm/cpu/armv7/mx6/clock.c | 5 ++ > board/freescale/mx6qarm2/mx6qarm2.c | 90 +++++++++++++++++++++++++++++++++++ > drivers/net/fec_mxc.c | 10 ++++ > drivers/net/fec_mxc.h | 7 ++- > include/configs/mx6qarm2.h | 13 ++++- > 5 files changed, 122 insertions(+), 3 deletions(-) Whole series: Tested-by: Dirk Behme Thanks Dirk