Re: [U-Boot] [PATCH v1 1/6] mxs: reorganize source directory for easy sharing of code in i.MXS SoCs

2012-08-07 Thread Stefano Babic
On 05/08/2012 21:05, Otavio Salvador wrote:
> Most code can be shared between i.MX23 and i.MX28 as both are from
> i.MXS family; this source directory structure makes easy to share code
> among them.
> 
> Signed-off-by: Otavio Salvador 
> ---

Whole series applied to u-boot-imx, thanks.

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-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v1 1/6] mxs: reorganize source directory for easy sharing of code in i.MXS SoCs

2012-08-06 Thread Otavio Salvador
On Mon, Aug 6, 2012 at 8:37 AM, Marek Vasut  wrote:
> Dear Stefano Babic,
>
>> On 05/08/2012 21:05, Otavio Salvador wrote:
>> > Most code can be shared between i.MX23 and i.MX28 as both are from
>> > i.MXS family; this source directory structure makes easy to share code
>> > among them.
>> >
>> > Signed-off-by: Otavio Salvador 
>> > ---
>> > Changes in v1:
>> > - rebase against imx/master
>> > - rework due apx4devkit board addition
>>
>> Hi Otavio,
>>
>> as far as I can see there is nothing that can break the current mx28
>> boards in mainline. I will wait for a while, but I think the series can
>> be merged into mainline.
>
> Lets do it and scream at Otavio if it does
>
>> Acked-by: Stefano Babic 
>>
>> Best regards,
>> Stefano Babic
>
> Best regards,
> Marek Vasut

I am feeling under pression now ;-)

-- 
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854  http://projetos.ossystems.com.br
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v1 1/6] mxs: reorganize source directory for easy sharing of code in i.MXS SoCs

2012-08-06 Thread Otavio Salvador
On Mon, Aug 6, 2012 at 5:20 AM, Stefano Babic  wrote:
> as far as I can see there is nothing that can break the current mx28
> boards in mainline. I will wait for a while, but I think the series can
> be merged into mainline.

That'd be great so I reduce the amount of changes I have to keep
updated in my tree and easy sharing work among other people for MX233
support.

-- 
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854  http://projetos.ossystems.com.br
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v1 1/6] mxs: reorganize source directory for easy sharing of code in i.MXS SoCs

2012-08-06 Thread Marek Vasut
Dear Stefano Babic,

> On 05/08/2012 21:05, Otavio Salvador wrote:
> > Most code can be shared between i.MX23 and i.MX28 as both are from
> > i.MXS family; this source directory structure makes easy to share code
> > among them.
> > 
> > Signed-off-by: Otavio Salvador 
> > ---
> > Changes in v1:
> > - rebase against imx/master
> > - rework due apx4devkit board addition
> 
> Hi Otavio,
> 
> as far as I can see there is nothing that can break the current mx28
> boards in mainline. I will wait for a while, but I think the series can
> be merged into mainline.

Lets do it and scream at Otavio if it does

> Acked-by: Stefano Babic 
> 
> Best regards,
> Stefano Babic

Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v1 1/6] mxs: reorganize source directory for easy sharing of code in i.MXS SoCs

2012-08-06 Thread Stefano Babic
On 05/08/2012 21:05, Otavio Salvador wrote:
> Most code can be shared between i.MX23 and i.MX28 as both are from
> i.MXS family; this source directory structure makes easy to share code
> among them.
> 
> Signed-off-by: Otavio Salvador 
> ---
> Changes in v1:
> - rebase against imx/master
> - rework due apx4devkit board addition


Hi Otavio,

as far as I can see there is nothing that can break the current mx28
boards in mainline. I will wait for a while, but I think the series can
be merged into mainline.

Acked-by: Stefano Babic 

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-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v1 1/6] mxs: reorganize source directory for easy sharing of code in i.MXS SoCs

2012-08-05 Thread Otavio Salvador
Most code can be shared between i.MX23 and i.MX28 as both are from
i.MXS family; this source directory structure makes easy to share code
among them.

Signed-off-by: Otavio Salvador 
---
Changes in v1:
- rebase against imx/master
- rework due apx4devkit board addition

 arch/arm/cpu/arm926ejs/{mx28 => mxs}/Makefile   |0
 arch/arm/cpu/arm926ejs/{mx28 => mxs}/clock.c|0
 arch/arm/cpu/arm926ejs/{mx28 => mxs}/iomux.c|0
 arch/arm/cpu/arm926ejs/{mx28 => mxs}/mx28.c |0
 arch/arm/cpu/arm926ejs/{mx28 => mxs}/mx28_init.h|0
 arch/arm/cpu/arm926ejs/{mx28 => mxs}/spl_boot.c |0
 arch/arm/cpu/arm926ejs/{mx28 => mxs}/spl_lradc_init.c   |0
 arch/arm/cpu/arm926ejs/{mx28 => mxs}/spl_mem_init.c |0
 arch/arm/cpu/arm926ejs/{mx28 => mxs}/spl_power_init.c   |0
 arch/arm/cpu/arm926ejs/{mx28 => mxs}/start.S|0
 arch/arm/cpu/arm926ejs/{mx28 => mxs}/timer.c|0
 arch/arm/cpu/arm926ejs/{mx28 => mxs}/u-boot-spl.lds |2 +-
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/clock.h|0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/dma.h  |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/gpio.h |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/imx-regs.h |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/iomux-mx28.h   |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/iomux.h|0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-apbh.h|0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-base.h|0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-bch.h |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-clkctrl.h |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-common.h  |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-digctl.h  |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-gpmi.h|0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-i2c.h |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-lcdif.h   |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-lradc.h   |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-ocotp.h   |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-pinctrl.h |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-power.h   |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-rtc.h |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-ssp.h |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-timrot.h  |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-usb.h |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-usbphy.h  |0
 arch/arm/include/asm/{arch-mx28 => arch-mxs}/sys_proto.h|0
 boards.cfg  |6 +++---
 doc/README.m28  |4 ++--
 doc/README.mx28evk  |4 ++--
 include/configs/apx4devkit.h|4 ++--
 include/configs/m28evk.h|4 ++--
 include/configs/mx28evk.h   |4 ++--
 43 files changed, 14 insertions(+), 14 deletions(-)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/Makefile (100%)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/clock.c (100%)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/iomux.c (100%)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/mx28.c (100%)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/mx28_init.h (100%)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/spl_boot.c (100%)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/spl_lradc_init.c (100%)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/spl_mem_init.c (100%)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/spl_power_init.c (100%)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/start.S (100%)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/timer.c (100%)
 rename arch/arm/cpu/arm926ejs/{mx28 => mxs}/u-boot-spl.lds (97%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/clock.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/dma.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/gpio.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/imx-regs.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/iomux-mx28.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/iomux.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-apbh.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-base.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-bch.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-clkctrl.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-common.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-digctl.h (100%)
 rename arch/arm/include/asm/{arch-mx28 => arch-mxs}/regs-gpmi.h (100%)
 rename arch/arm/include/asm/{arch-m