From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 3/3] MX5:MX53: add initial support for MX53EVK board
Date: Thu, 30 Dec 2010 12:51:33 +0100 [thread overview]
Message-ID: <4D1C7245.1020703@denx.de> (raw)
In-Reply-To: <1293626331-18644-5-git-send-email-r64343@freescale.com>
On 12/29/2010 01:38 PM, Jason Liu wrote:
> Add initial support for MX53EVK board support.
> FEC, SD/MMC, UART, I2C, have been support.
>
> Signed-off-by: Jason Liu <r64343@freescale.com>
Hi Jason,
> Changes for v3:
> - put uart and fec iomux setting to board_early_init_f so that uart can print
> out the early information such as uboot banner and cpuinfo etc.
> - put mxc_gpio patch into this commit according to Stefno comments,
This is not what I meant. I told to put the mxc_gpio patch into this
patchset (as you have now done, [PATCH v3 4/8] mxc_gpio: add support for
MX53 processor is in this patchset), but not to duplicate the patch
inside this commit. In fact, I cannot apply your patches, as they are
changing the same file.
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0590ad9..698d401 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -555,6 +555,10 @@ Stefano Babic <sbabic@denx.de>
> mx51evk i.MX51
> vision2 i.MX51
>
> +Jason Liu <r64343@freescale.com>
> +
> + MX53evk i.MX53
> +
> Enric Balletbo i Serra <eballetbo@iseebcn.com>
Please maintain the list *alfabetically* sorted.
> --- a/drivers/gpio/mxc_gpio.c
> +++ b/drivers/gpio/mxc_gpio.c
> @@ -24,7 +24,7 @@
> #ifdef CONFIG_MX31
> #include <asm/arch/mx31-regs.h>
> #endif
> -#ifdef CONFIG_MX51
Drop these changes from this patch, as we have them in the [PATCH v3 4/8].
> +/***********************************************************
> + * Command definition
> + ***********************************************************/
Multiline comment, please fix globally in this file.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
next prev parent reply other threads:[~2010-12-30 11:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-29 12:38 [U-Boot] [PATCH v3 1/3] fsl_pmic: add I2C interface support Jason Liu
2010-12-29 12:38 ` [U-Boot] [PATCH v3 1/8] MX5: Add initial support for MX53 processor Jason Liu
2010-12-30 12:09 ` Stefano Babic
2010-12-31 3:00 ` Jason Liu
2010-12-29 12:38 ` [U-Boot] [PATCH v3 2/8] fec_mxc: add " Jason Liu
2010-12-29 12:38 ` [U-Boot] [PATCH v3 2/3] imximage: Add MX53 boot image support Jason Liu
2010-12-29 12:49 ` Jason Liu
2010-12-29 12:38 ` [U-Boot] [PATCH v3 3/3] MX5:MX53: add initial support for MX53EVK board Jason Liu
2010-12-29 12:48 ` Jason Liu
2010-12-30 11:51 ` Stefano Babic [this message]
2010-12-31 2:57 ` Jason Liu
2010-12-29 12:38 ` [U-Boot] [PATCH v3 3/8] serial_mxc: add support for MX53 processor Jason Liu
2010-12-29 12:38 ` [U-Boot] [PATCH v3 4/8] mxc_gpio: " Jason Liu
2010-12-29 12:38 ` [U-Boot] [PATCH v3 5/8] mxc_i2c: " Jason Liu
2010-12-29 12:38 ` [U-Boot] [PATCH v3 6/8] fsl_pmic: add I2C interface support Jason Liu
2010-12-30 16:49 ` Stefano Babic
2010-12-31 3:54 ` Jason Liu
2010-12-29 12:47 ` [U-Boot] [PATCH v3 1/3] " Jason Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D1C7245.1020703@denx.de \
--to=sbabic@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.