Re: [U-Boot] [PATCH v5 00/12] Support for SPEAr SoCs

2010-01-21 Thread Tom
Vipin KUMAR wrote:
 Hello Tom,
 
 Please consider the patchset version5 for mainline inclusion
 
 This patchset contains the version5 for SPEAr SoCs support
 Modifications
 1. include/configs contins spear3xx.h for SPEAR300, SPEAR310 and SPEAr320
 variants
 2. include/configs contins spear6xx.h for SPEAR600 and any variants in
 future
 3. Added include/asm-arm/arch-spear/hardware.h for platform specific
 defines eg. base addresses of devices
 4. review feedbacks on v4 patchset applied
 
 Thanks and Regards
 Vipin
 
 Vipin (12):
   SPEAr : Adding README.spear in doc
   SPEAr : Adding basic SPEAr architecture support.
   SPEAr : i2c driver support added for SPEAr SoCs
   SPEAr : smi driver support for SPEAr SoCs
   SPEAr : nand driver support for SPEAr SoCs
   SPEAr : usbd driver support for SPEAr SoCs
   SPEAr : Support added for SPEAr600 board
   SPEAr : Support for HW mac id read/write from i2c mem
   SPEAr : Support added for SPEAr300 board
   SPEAr : emi controller initialization for CFI driver support
   SPEAr : Support added for SPEAr310 board
   SPEAr : Support added for SPEAr320 board

Applied to u-boot-arm/master
Thanks
Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v5 00/12] Support for SPEAr SoCs

2010-01-21 Thread Vipin KUMAR
On 1/22/2010 3:00 AM, Tom wrote:
 Vipin KUMAR wrote:
 Hello Tom,

 Please consider the patchset version5 for mainline inclusion

 This patchset contains the version5 for SPEAr SoCs support
 Modifications
 1. include/configs contins spear3xx.h for SPEAR300, SPEAR310 and SPEAr320
 variants
 2. include/configs contins spear6xx.h for SPEAR600 and any variants in
 future
 3. Added include/asm-arm/arch-spear/hardware.h for platform specific
 defines eg. base addresses of devices
 4. review feedbacks on v4 patchset applied

 Thanks and Regards
 Vipin

 Vipin (12):
   SPEAr : Adding README.spear in doc
   SPEAr : Adding basic SPEAr architecture support.
   SPEAr : i2c driver support added for SPEAr SoCs
   SPEAr : smi driver support for SPEAr SoCs
   SPEAr : nand driver support for SPEAr SoCs
   SPEAr : usbd driver support for SPEAr SoCs
   SPEAr : Support added for SPEAr600 board
   SPEAr : Support for HW mac id read/write from i2c mem
   SPEAr : Support added for SPEAr300 board
   SPEAr : emi controller initialization for CFI driver support
   SPEAr : Support added for SPEAr310 board
   SPEAr : Support added for SPEAr320 board
 
 Applied to u-boot-arm/master
Thanks Tom for your help and review feedbacks

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v5 00/12] Support for SPEAr SoCs

2010-01-19 Thread Armando VISCONTI
Tom,

After Remy's and Scott's Acks, are we still in time
for merging the patch set into the mainline?

I really count on that

Thx,
Armando

Remy Bohmer wrote:
 Hi,

   
 USB subsystem
 http://www.mail-archive.com/u-boot@lists.denx.de/msg27163.html

   
 I saw these comments.
 I did not see any explicit ack's
 

 I thought it was explicit enough...
 so again: Acked-by: Remy Bohmer li...@bohmer.net

 Remy

   


-- 
-- Every step appears to be the unavoidable consequence of the
-- preceding one. (A. Einstein) 
-- 
Armando Visconti  Mobile: (+39) 346 8879146
Senior SW EngineerFax:(+39) 02 93519290
CPG   Work:   (+39) 02 93519683
Computer System Division  e-mail: armando.visco...@st.com
ST Microelectronics   TINA:   051  4683

 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v5 00/12] Support for SPEAr SoCs

2010-01-18 Thread Tom
Vipin KUMAR wrote:
 On 1/18/2010 1:42 AM, Tom wrote:
 Vipin KUMAR wrote:
 Hello Tom,

 Please consider the patchset version5 for mainline inclusion

 This patchset contains the version5 for SPEAr SoCs support
 Modifications
 1. include/configs contins spear3xx.h for SPEAR300, SPEAR310 and SPEAr320
 variants
 2. include/configs contins spear6xx.h for SPEAR600 and any variants in
 future
 3. Added include/asm-arm/arch-spear/hardware.h for platform specific
 defines eg. base addresses of devices
 4. review feedbacks on v4 patchset applied

 Thanks and Regards
 Vipin

 This looks good!
 Ack-ing the ARM parts.

 Outstanding are ack's from subsystem
 nand, usb and net.
 
 Please see the following mails for usb and NAND acks
 NAND subsystem 
 http://www.mail-archive.com/u-boot@lists.denx.de/msg26992.html
 
 USB subsystem
 http://www.mail-archive.com/u-boot@lists.denx.de/msg27163.html
 

I saw these comments.
I did not see any explicit ack's

 Net subsystem is not supported as of now.
 It would be added in the next merge window


   SPEAr : Support for HW mac id read/write from i2c mem
This patch touches on net but I see your point,
this is just ground work, real support to follow.

Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v5 00/12] Support for SPEAr SoCs

2010-01-17 Thread Tom
Vipin KUMAR wrote:
 Hello Tom,
 
 Please consider the patchset version5 for mainline inclusion
 
 This patchset contains the version5 for SPEAr SoCs support
 Modifications
 1. include/configs contins spear3xx.h for SPEAR300, SPEAR310 and SPEAr320
 variants
 2. include/configs contins spear6xx.h for SPEAR600 and any variants in
 future
 3. Added include/asm-arm/arch-spear/hardware.h for platform specific
 defines eg. base addresses of devices
 4. review feedbacks on v4 patchset applied
 
 Thanks and Regards
 Vipin
 

This looks good!
Ack-ing the ARM parts.

Outstanding are ack's from subsystem
nand, usb and net.
i2c has been acked

Thanks for the hard work.
Tom


 Vipin (12):
   SPEAr : Adding README.spear in doc
   SPEAr : Adding basic SPEAr architecture support.
   SPEAr : i2c driver support added for SPEAr SoCs
   SPEAr : smi driver support for SPEAr SoCs
   SPEAr : nand driver support for SPEAr SoCs
   SPEAr : usbd driver support for SPEAr SoCs
   SPEAr : Support added for SPEAr600 board
   SPEAr : Support for HW mac id read/write from i2c mem
   SPEAr : Support added for SPEAr300 board
   SPEAr : emi controller initialization for CFI driver support
   SPEAr : Support added for SPEAr310 board
   SPEAr : Support added for SPEAr320 board
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v5 00/12] Support for SPEAr SoCs

2010-01-17 Thread Vipin KUMAR
On 1/18/2010 1:42 AM, Tom wrote:
 Vipin KUMAR wrote:
 Hello Tom,

 Please consider the patchset version5 for mainline inclusion

 This patchset contains the version5 for SPEAr SoCs support
 Modifications
 1. include/configs contins spear3xx.h for SPEAR300, SPEAR310 and SPEAr320
 variants
 2. include/configs contins spear6xx.h for SPEAR600 and any variants in
 future
 3. Added include/asm-arm/arch-spear/hardware.h for platform specific
 defines eg. base addresses of devices
 4. review feedbacks on v4 patchset applied

 Thanks and Regards
 Vipin

 
 This looks good!
 Ack-ing the ARM parts.
 
 Outstanding are ack's from subsystem
 nand, usb and net.

Please see the following mails for usb and NAND acks
NAND subsystem 
http://www.mail-archive.com/u-boot@lists.denx.de/msg26992.html

USB subsystem
http://www.mail-archive.com/u-boot@lists.denx.de/msg27163.html

Net subsystem is not supported as of now.
It would be added in the next merge window

The changes as suggested by Remy and Scott are already done in 
patch set version5

 i2c has been acked
 
 Thanks for the hard work.
Welcome :)

 Tom
Regards
Vipin

 
 
 Vipin (12):
   SPEAr : Adding README.spear in doc
   SPEAr : Adding basic SPEAr architecture support.
   SPEAr : i2c driver support added for SPEAr SoCs
   SPEAr : smi driver support for SPEAr SoCs
   SPEAr : nand driver support for SPEAr SoCs
   SPEAr : usbd driver support for SPEAr SoCs
   SPEAr : Support added for SPEAr600 board
   SPEAr : Support for HW mac id read/write from i2c mem
   SPEAr : Support added for SPEAr300 board
   SPEAr : emi controller initialization for CFI driver support
   SPEAr : Support added for SPEAr310 board
   SPEAr : Support added for SPEAr320 board
 

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v5 00/12] Support for SPEAr SoCs

2010-01-15 Thread Vipin KUMAR
Hello Tom,

Please consider the patchset version5 for mainline inclusion

This patchset contains the version5 for SPEAr SoCs support
Modifications
1. include/configs contins spear3xx.h for SPEAR300, SPEAR310 and SPEAr320
variants
2. include/configs contins spear6xx.h for SPEAR600 and any variants in
future
3. Added include/asm-arm/arch-spear/hardware.h for platform specific
defines eg. base addresses of devices
4. review feedbacks on v4 patchset applied

Thanks and Regards
Vipin

Vipin (12):
  SPEAr : Adding README.spear in doc
  SPEAr : Adding basic SPEAr architecture support.
  SPEAr : i2c driver support added for SPEAr SoCs
  SPEAr : smi driver support for SPEAr SoCs
  SPEAr : nand driver support for SPEAr SoCs
  SPEAr : usbd driver support for SPEAr SoCs
  SPEAr : Support added for SPEAr600 board
  SPEAr : Support for HW mac id read/write from i2c mem
  SPEAr : Support added for SPEAr300 board
  SPEAr : emi controller initialization for CFI driver support
  SPEAr : Support added for SPEAr310 board
  SPEAr : Support added for SPEAr320 board

 MAKEALL|4 +
 Makefile   |8 +
 board/spear/common/Makefile|   54 ++
 board/spear/common/spr_lowlevel_init.S |  195 +
 board/spear/common/spr_misc.c  |  296 +++
 board/spear/spear300/Makefile  |   51 ++
 board/spear/spear300/config.mk |   39 +
 board/spear/spear300/spear300.c|   58 ++
 board/spear/spear310/Makefile  |   51 ++
 board/spear/spear310/config.mk |   44 +
 board/spear/spear310/spear310.c|   59 ++
 board/spear/spear320/Makefile  |   51 ++
 board/spear/spear320/config.mk |   44 +
 board/spear/spear320/spear320.c|   59 ++
 board/spear/spear600/Makefile  |   51 ++
 board/spear/spear600/config.mk |   39 +
 board/spear/spear600/spear600.c|   53 ++
 cpu/arm926ejs/spear/Makefile   |   52 ++
 cpu/arm926ejs/spear/reset.c|   54 ++
 cpu/arm926ejs/spear/timer.c|  153 
 doc/README.spear   |   48 ++
 drivers/i2c/Makefile   |1 +
 drivers/i2c/spr_i2c.c  |  331 
 drivers/mtd/Makefile   |1 +
 drivers/mtd/nand/Makefile  |1 +
 drivers/mtd/nand/spr_nand.c|  124 +++
 drivers/mtd/spr_smi.c  |  523 +
 drivers/serial/usbtty.h|2 +
 drivers/usb/gadget/Makefile|1 +
 drivers/usb/gadget/spr_udc.c   |  998 
 include/asm-arm/arch-spear/hardware.h  |   66 ++
 include/asm-arm/arch-spear/spr_defs.h  |   46 ++
 include/asm-arm/arch-spear/spr_emi.h   |   54 ++
 include/asm-arm/arch-spear/spr_gpt.h   |   85 ++
 include/asm-arm/arch-spear/spr_i2c.h   |  146 
 include/asm-arm/arch-spear/spr_misc.h  |  130 +++
 include/asm-arm/arch-spear/spr_nand.h  |   57 ++
 include/asm-arm/arch-spear/spr_smi.h   |  115 +++
 include/asm-arm/arch-spear/spr_syscntl.h   |   38 +
 include/asm-arm/arch-spear/spr_xloader_table.h |   67 ++
 include/configs/spear-common.h |  213 +
 include/configs/spear3xx.h |  131 +++
 include/configs/spear6xx.h |   43 +
 include/usb/spr_udc.h  |  230 ++
 44 files changed, 4866 insertions(+), 0 deletions(-)
 create mode 100644 board/spear/common/Makefile
 create mode 100755 board/spear/common/spr_lowlevel_init.S
 create mode 100755 board/spear/common/spr_misc.c
 create mode 100755 board/spear/spear300/Makefile
 create mode 100755 board/spear/spear300/config.mk
 create mode 100755 board/spear/spear300/spear300.c
 create mode 100755 board/spear/spear310/Makefile
 create mode 100755 board/spear/spear310/config.mk
 create mode 100755 board/spear/spear310/spear310.c
 create mode 100755 board/spear/spear320/Makefile
 create mode 100755 board/spear/spear320/config.mk
 create mode 100755 board/spear/spear320/spear320.c
 create mode 100755 board/spear/spear600/Makefile
 create mode 100755 board/spear/spear600/config.mk
 create mode 100755 board/spear/spear600/spear600.c
 create mode 100755 cpu/arm926ejs/spear/Makefile
 create mode 100755 cpu/arm926ejs/spear/reset.c
 create mode 100755 cpu/arm926ejs/spear/timer.c
 create mode 100644 doc/README.spear
 mode change 100644 = 100755 drivers/i2c/Makefile
 create mode 100755 drivers/i2c/spr_i2c.c
 mode change 100644 = 100755 drivers/mtd/Makefile
 create mode 100755 drivers/mtd/nand/spr_nand.c
 create mode 100755 drivers/mtd/spr_smi.c
 mode change 100644 = 100755 drivers/serial/usbtty.h
 mode change 100644 = 100755