Re: [U-Boot] [PULL] please pull u-boot-atmel/master

2013-05-22 Thread Albert ARIBAUD
Hi Andreas,

On Tue, 21 May 2013 11:59:26 +0200, Andreas Bießmann
andreas.de...@googlemail.com wrote:

 Dear Albert Aribaud,
 
 please pull the following changes from u-boot-atmel/master into
 u-boot-arm/master.
 
 The following changes since commit d0a51373131c4ba565a2391d5ed78b87c406ce98:
 
   at91sam9260ek: move board id setup to config header (2013-05-12 16:49:14 
 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-atmel.git master
 
 for you to fetch changes up to 5ba444f092ae9f68a0bd1f53956be2e69d26cf61:
 
   ARM: at91: add NAND partition table and index (2013-05-21 11:54:21 +0200)
 
 
 Bo Shen (6):
   ARM: at91: add Atmel sama5d3 SoC new pmc register
   USB: ohci-at91: support sama5d3x devices
   ARM: atmel: add sama5d3xek support
   ARM: at91: fix and update README.at91 document
   ARM: at91: add at91sam9x5 and sama5d3x information
   ARM: at91: add NAND partition table and index
 
  MAINTAINERS  |1 +
  arch/arm/cpu/armv7/at91/Makefile |   52 +
  arch/arm/cpu/armv7/at91/clock.c  |  125 
  arch/arm/cpu/armv7/at91/cpu.c|   90 +
  arch/arm/cpu/armv7/at91/reset.c  |   47 +
  arch/arm/cpu/armv7/at91/sama5d3_devices.c|  196 ++
  arch/arm/cpu/armv7/at91/timer.c  |  139 +
  arch/arm/include/asm/arch-at91/at91_dbu.h|4 +
  arch/arm/include/asm/arch-at91/at91_pmc.h|   23 +++
  arch/arm/include/asm/arch-at91/clk.h |1 +
  arch/arm/include/asm/arch-at91/hardware.h|2 +
  arch/arm/include/asm/arch-at91/sama5d3.h |  212 
  arch/arm/include/asm/arch-at91/sama5d3_smc.h |   79 
  board/atmel/sama5d3xek/Makefile  |   51 +
  board/atmel/sama5d3xek/sama5d3xek.c  |  275 
 ++
  boards.cfg   |3 +
  doc/README.at91  |   84 ++--
  drivers/usb/host/ohci-at91.c |   14 +-
  include/configs/sama5d3xek.h |  245 +++
  19 files changed, 1624 insertions(+), 19 deletions(-)
  create mode 100644 arch/arm/cpu/armv7/at91/Makefile
  create mode 100644 arch/arm/cpu/armv7/at91/clock.c
  create mode 100644 arch/arm/cpu/armv7/at91/cpu.c
  create mode 100644 arch/arm/cpu/armv7/at91/reset.c
  create mode 100644 arch/arm/cpu/armv7/at91/sama5d3_devices.c
  create mode 100644 arch/arm/cpu/armv7/at91/timer.c
  create mode 100644 arch/arm/include/asm/arch-at91/sama5d3.h
  create mode 100644 arch/arm/include/asm/arch-at91/sama5d3_smc.h
  create mode 100644 board/atmel/sama5d3xek/Makefile
  create mode 100644 board/atmel/sama5d3xek/sama5d3xek.c
  create mode 100644 include/configs/sama5d3xek.h

Applied to u-boot-arm/master, thanks!

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


[U-Boot] [PULL] please pull u-boot-atmel/master

2013-05-21 Thread Andreas Bießmann
Dear Albert Aribaud,

please pull the following changes from u-boot-atmel/master into
u-boot-arm/master.

The following changes since commit d0a51373131c4ba565a2391d5ed78b87c406ce98:

  at91sam9260ek: move board id setup to config header (2013-05-12 16:49:14 
+0200)

are available in the git repository at:

  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to 5ba444f092ae9f68a0bd1f53956be2e69d26cf61:

  ARM: at91: add NAND partition table and index (2013-05-21 11:54:21 +0200)


Bo Shen (6):
  ARM: at91: add Atmel sama5d3 SoC new pmc register
  USB: ohci-at91: support sama5d3x devices
  ARM: atmel: add sama5d3xek support
  ARM: at91: fix and update README.at91 document
  ARM: at91: add at91sam9x5 and sama5d3x information
  ARM: at91: add NAND partition table and index

 MAINTAINERS  |1 +
 arch/arm/cpu/armv7/at91/Makefile |   52 +
 arch/arm/cpu/armv7/at91/clock.c  |  125 
 arch/arm/cpu/armv7/at91/cpu.c|   90 +
 arch/arm/cpu/armv7/at91/reset.c  |   47 +
 arch/arm/cpu/armv7/at91/sama5d3_devices.c|  196 ++
 arch/arm/cpu/armv7/at91/timer.c  |  139 +
 arch/arm/include/asm/arch-at91/at91_dbu.h|4 +
 arch/arm/include/asm/arch-at91/at91_pmc.h|   23 +++
 arch/arm/include/asm/arch-at91/clk.h |1 +
 arch/arm/include/asm/arch-at91/hardware.h|2 +
 arch/arm/include/asm/arch-at91/sama5d3.h |  212 
 arch/arm/include/asm/arch-at91/sama5d3_smc.h |   79 
 board/atmel/sama5d3xek/Makefile  |   51 +
 board/atmel/sama5d3xek/sama5d3xek.c  |  275 ++
 boards.cfg   |3 +
 doc/README.at91  |   84 ++--
 drivers/usb/host/ohci-at91.c |   14 +-
 include/configs/sama5d3xek.h |  245 +++
 19 files changed, 1624 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/at91/Makefile
 create mode 100644 arch/arm/cpu/armv7/at91/clock.c
 create mode 100644 arch/arm/cpu/armv7/at91/cpu.c
 create mode 100644 arch/arm/cpu/armv7/at91/reset.c
 create mode 100644 arch/arm/cpu/armv7/at91/sama5d3_devices.c
 create mode 100644 arch/arm/cpu/armv7/at91/timer.c
 create mode 100644 arch/arm/include/asm/arch-at91/sama5d3.h
 create mode 100644 arch/arm/include/asm/arch-at91/sama5d3_smc.h
 create mode 100644 board/atmel/sama5d3xek/Makefile
 create mode 100644 board/atmel/sama5d3xek/sama5d3xek.c
 create mode 100644 include/configs/sama5d3xek.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] please pull u-boot-atmel/master

2013-05-13 Thread Albert ARIBAUD
Hi Andreas,

On Sun, 12 May 2013 17:01:39 +0200, Andreas Bießmann
andreas.de...@googlemail.com wrote:

 Dear Albert Aribaud,
 
 please pull the following changes from u-boot-atmel/master into
 u-boot-arm/master.
 
 The following changes since commit cac423a730d3506154744485af1bbc1cd3a1e6a8:
 
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2013-05-11 
 22:24:28 +0200)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-atmel.git master
 
 for you to fetch changes up to d0a51373131c4ba565a2391d5ed78b87c406ce98:
 
   at91sam9260ek: move board id setup to config header (2013-05-12 16:49:14 
 +0200)
 
 
 Andreas Bießmann (1):
   at91sam9260ek: move board id setup to config header
 
 Bo Shen (3):
   spi: atmel_spi: using ip version to check whether has wdrbt
   mmc: atmel_mci: using IP version for different setting
   mmc: atmel_mci: add mmc card support
 
 Wu, Josh (4):
   arm: at91: add at91sam9n12 register definition
   arm: at91: add at91sam9n12ek board support
   arm: at91: enable mci support for at91sam9g20ek.
   arm: at91: add at91sam9g20ek_mmc_config, which can save environment in 
 mmc card
 
  MAINTAINERS|3 +
  arch/arm/cpu/arm926ejs/at91/Makefile   |1 +
  arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c  |4 +
  arch/arm/cpu/arm926ejs/at91/at91sam9n12_devices.c  |  177 +++
  arch/arm/cpu/arm926ejs/at91/clock.c|4 +-
  arch/arm/include/asm/arch-at91/at91_common.h   |1 +
  arch/arm/include/asm/arch-at91/at91sam9_matrix.h   |2 +-
  arch/arm/include/asm/arch-at91/at91sam9x5.h|   19 +-
  arch/arm/include/asm/arch-at91/at91sam9x5_matrix.h |   17 +-
  arch/arm/include/asm/arch-at91/hardware.h  |2 +-
  board/atmel/at91sam9260ek/at91sam9260ek.c  |   22 +-
  board/atmel/at91sam9n12ek/Makefile |   52 +
  board/atmel/at91sam9n12ek/at91sam9n12ek.c  |  228 +++
  boards.cfg |4 +
  drivers/mmc/gen_atmel_mci.c|   47 +++-
  drivers/spi/atmel_spi.c|   15 +-
  drivers/spi/atmel_spi.h|2 +-
  include/atmel_mci.h|2 +
  include/configs/at91sam9260ek.h|   52 -
  include/configs/at91sam9n12ek.h|  232 
 
  20 files changed, 852 insertions(+), 34 deletions(-)
  create mode 100644 arch/arm/cpu/arm926ejs/at91/at91sam9n12_devices.c
  create mode 100644 board/atmel/at91sam9n12ek/Makefile
  create mode 100644 board/atmel/at91sam9n12ek/at91sam9n12ek.c
  create mode 100644 include/configs/at91sam9n12ek.h

Applied to u-boot-arm/master, thanks!

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


[U-Boot] [PULL] please pull u-boot-atmel/master

2013-05-12 Thread Andreas Bießmann
Dear Albert Aribaud,

please pull the following changes from u-boot-atmel/master into
u-boot-arm/master.

The following changes since commit cac423a730d3506154744485af1bbc1cd3a1e6a8:

  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2013-05-11 22:24:28 
+0200)

are available in the git repository at:


  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to d0a51373131c4ba565a2391d5ed78b87c406ce98:

  at91sam9260ek: move board id setup to config header (2013-05-12 16:49:14 
+0200)


Andreas Bießmann (1):
  at91sam9260ek: move board id setup to config header

Bo Shen (3):
  spi: atmel_spi: using ip version to check whether has wdrbt
  mmc: atmel_mci: using IP version for different setting
  mmc: atmel_mci: add mmc card support

Wu, Josh (4):
  arm: at91: add at91sam9n12 register definition
  arm: at91: add at91sam9n12ek board support
  arm: at91: enable mci support for at91sam9g20ek.
  arm: at91: add at91sam9g20ek_mmc_config, which can save environment in 
mmc card

 MAINTAINERS|3 +
 arch/arm/cpu/arm926ejs/at91/Makefile   |1 +
 arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c  |4 +
 arch/arm/cpu/arm926ejs/at91/at91sam9n12_devices.c  |  177 +++
 arch/arm/cpu/arm926ejs/at91/clock.c|4 +-
 arch/arm/include/asm/arch-at91/at91_common.h   |1 +
 arch/arm/include/asm/arch-at91/at91sam9_matrix.h   |2 +-
 arch/arm/include/asm/arch-at91/at91sam9x5.h|   19 +-
 arch/arm/include/asm/arch-at91/at91sam9x5_matrix.h |   17 +-
 arch/arm/include/asm/arch-at91/hardware.h  |2 +-
 board/atmel/at91sam9260ek/at91sam9260ek.c  |   22 +-
 board/atmel/at91sam9n12ek/Makefile |   52 +
 board/atmel/at91sam9n12ek/at91sam9n12ek.c  |  228 +++
 boards.cfg |4 +
 drivers/mmc/gen_atmel_mci.c|   47 +++-
 drivers/spi/atmel_spi.c|   15 +-
 drivers/spi/atmel_spi.h|2 +-
 include/atmel_mci.h|2 +
 include/configs/at91sam9260ek.h|   52 -
 include/configs/at91sam9n12ek.h|  232 
 20 files changed, 852 insertions(+), 34 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/at91/at91sam9n12_devices.c
 create mode 100644 board/atmel/at91sam9n12ek/Makefile
 create mode 100644 board/atmel/at91sam9n12ek/at91sam9n12ek.c
 create mode 100644 include/configs/at91sam9n12ek.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PULL] please pull u-boot-atmel/master

2013-04-05 Thread Andreas Bießmann
Dear Albert Aribaud,

please pull the following late change into u-boot-arm/master. The other
pending patches where way after merge window close and will end up in next
branch these days.

The following changes since commit fed029f3c31b7d5df674b5090a13356b631918c7:

  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2013-04-04 
15:44:57 +0200)

are available in the git repository at:


  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to 8bf3c322856f42d4db8acd7fa4f2a17898564064:

  logo: update to the new logo for ATMEL (2013-04-05 21:49:37 +0200)


Josh Wu (1):
  logo: update to the new logo for ATMEL

 tools/logos/atmel.bmp |  Bin 26334 - 15478 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] please pull u-boot-atmel/master

2013-04-05 Thread Albert ARIBAUD
Hi Andreas,

On Fri,  5 Apr 2013 22:22:34 +0200, Andreas Bießmann
andreas.de...@googlemail.com wrote:

 Dear Albert Aribaud,
 
 please pull the following late change into u-boot-arm/master. The other
 pending patches where way after merge window close and will end up in next
 branch these days.
 
 The following changes since commit fed029f3c31b7d5df674b5090a13356b631918c7:
 
   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2013-04-04 
 15:44:57 +0200)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-atmel.git master
 
 for you to fetch changes up to 8bf3c322856f42d4db8acd7fa4f2a17898564064:
 
   logo: update to the new logo for ATMEL (2013-04-05 21:49:37 +0200)
 
 
 Josh Wu (1):
   logo: update to the new logo for ATMEL
 
  tools/logos/atmel.bmp |  Bin 26334 - 15478 bytes
  1 file changed, 0 insertions(+), 0 deletions(-)

Applied to u-boot-arm/master, thanks!

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


Re: [U-Boot] [PULL] Please pull u-boot-atmel/master

2013-01-09 Thread Albert ARIBAUD
Hi Andreas,

On Sun,  9 Dec 2012 22:54:09 +0100, Andreas Bießmann
andreas.de...@googlemail.com wrote:

 Dear Albert Aribaud,
 
 please consider the following board related changes for u-boot-arm/master.
 
 The following changes since commit b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
 
   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2012-11-25 
 13:01:58 +0100)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-atmel.git master
 
 for you to fetch changes up to ac81e1ccf7135d8004763bbf9bef1d95a03fbe92:
 
   spi: atmel: sam9m10g45 also support WDRBT bit (2012-12-09 22:40:13 +0100)
 
 
 Bo Shen (1):
   spi: atmel: sam9m10g45 also support WDRBT bit
 
 Richard Genoud (3):
   at91sam9x5: enable USB support for 9x5ek board.
   at91sam9x5ek: regroup FAT/DOS features
   at91sam9x5ek: add USB configuration
 
  arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c |   13 ++
  arch/arm/include/asm/arch-at91/at91sam9x5.h  |2 ++
  board/atmel/at91sam9x5ek/at91sam9x5ek.c  |3 +++
  drivers/spi/atmel_spi.c  |2 +-
  drivers/usb/host/ohci-at91.c |6 +++--
  include/configs/at91sam9x5ek.h   |   29 
 +-
  6 files changed, 51 insertions(+), 4 deletions(-)

Applied to u-boot-arm/master, thanks!

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


[U-Boot] [PULL] Please pull u-boot-atmel/master

2012-12-09 Thread Andreas Bießmann
Dear Albert Aribaud,

please consider the following board related changes for u-boot-arm/master.

The following changes since commit b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2012-11-25 
13:01:58 +0100)

are available in the git repository at:


  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to ac81e1ccf7135d8004763bbf9bef1d95a03fbe92:

  spi: atmel: sam9m10g45 also support WDRBT bit (2012-12-09 22:40:13 +0100)


Bo Shen (1):
  spi: atmel: sam9m10g45 also support WDRBT bit

Richard Genoud (3):
  at91sam9x5: enable USB support for 9x5ek board.
  at91sam9x5ek: regroup FAT/DOS features
  at91sam9x5ek: add USB configuration

 arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c |   13 ++
 arch/arm/include/asm/arch-at91/at91sam9x5.h  |2 ++
 board/atmel/at91sam9x5ek/at91sam9x5ek.c  |3 +++
 drivers/spi/atmel_spi.c  |2 +-
 drivers/usb/host/ohci-at91.c |6 +++--
 include/configs/at91sam9x5ek.h   |   29 +-
 6 files changed, 51 insertions(+), 4 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] please pull u-boot-atmel/master

2012-11-06 Thread Andreas Bießmann
Hi Albert,

On 05.11.2012 14:09, Albert ARIBAUD wrote:
 Hi Andreas,
 
 On Mon,  5 Nov 2012 11:19:30 +0100, Andreas Bießmann
 andreas.de...@googlemail.com wrote:
 
 Dear Albert Aribaud,

 The following changes since commit 46d626d3926cf6b9f9c477782c5a0ee620a424cd:

   socfpga/spl: Remove malloc.h (2012-11-04 16:23:23 +0100)

 are available in the git repository at:

   git://git.denx.de/u-boot-atmel.git master

 for you to fetch changes up to 15915a45d438b9e65e03c3052c3dbab1374927bc:

   at91: move get_chip_id() and get_extension_chip_id() to cpu.c, which can 
 share with all at91 board. (2012-11-05 11:15:12 +0100)

 
 Bo Shen (1):
   video: atmel: implement lcd_setcolreg funtion
 
 What is the point of adding this function? This does not seem to be a
 strong override of a weak symbol, and therefore, it is dead code unless
 this patch is a dependency of one or several other patches -- in which
 case, please submit the other patch(es) along this one in your PR.

This one is required for http://patchwork.ozlabs.org/patch/196566/ and
was explicitly requested in a private mail to Bo to support for getting
the RFC working
(http://article.gmane.org/gmane.comp.boot-loaders.u-boot/145434). So you
are right here, currently it is dead code and could maybe added to a series.

On the other hand the lcd_setcolreg() is exported via include/lcd.h but
not provided by the atmel_hlcd driver which is an error.

 Wu, Josh (1):
   at91: move get_chip_id() and get_extension_chip_id() to cpu.c, which 
 can share with all at91 board.
 
 This one, despite being a cleaner rewrite, also seems to be a
 preparatory patch waiting to be used.

Well, the get_*chip_id() are already used by some macros but only for a
single variant of at91. So you are right here when you call it
'preparatory', but it is not dead code as you may think.

 The whole PR is dead/dormant code. Please resubmit when dependent
 patches are added (or consider rolling back your master until you get
 these dependent patches).

However I rolled back the u-boot-atmel/master and will provide a series
for patch 1, patch 2 is so far NAKed until we get a user for that
reworked code.

Best regards

Andreas Bießmann

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


[U-Boot] [PULL] please pull u-boot-atmel/master

2012-11-05 Thread Andreas Bießmann
Dear Albert Aribaud,

The following changes since commit 46d626d3926cf6b9f9c477782c5a0ee620a424cd:

  socfpga/spl: Remove malloc.h (2012-11-04 16:23:23 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to 15915a45d438b9e65e03c3052c3dbab1374927bc:

  at91: move get_chip_id() and get_extension_chip_id() to cpu.c, which can 
share with all at91 board. (2012-11-05 11:15:12 +0100)


Bo Shen (1):
  video: atmel: implement lcd_setcolreg funtion

Wu, Josh (1):
  at91: move get_chip_id() and get_extension_chip_id() to cpu.c, which can 
share with all at91 board.

 arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c |   12 
 arch/arm/cpu/arm926ejs/at91/cpu.c|   11 +++
 arch/arm/include/asm/arch-at91/at91_dbu.h|4 
 arch/arm/include/asm/arch-at91/at91sam9x5.h  |1 -
 drivers/video/atmel_hlcdfb.c |6 ++
 5 files changed, 21 insertions(+), 13 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] please pull u-boot-atmel/master

2012-11-05 Thread Albert ARIBAUD
Hi Andreas,

On Mon,  5 Nov 2012 11:19:30 +0100, Andreas Bießmann
andreas.de...@googlemail.com wrote:

 Dear Albert Aribaud,
 
 The following changes since commit 46d626d3926cf6b9f9c477782c5a0ee620a424cd:
 
   socfpga/spl: Remove malloc.h (2012-11-04 16:23:23 +0100)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-atmel.git master
 
 for you to fetch changes up to 15915a45d438b9e65e03c3052c3dbab1374927bc:
 
   at91: move get_chip_id() and get_extension_chip_id() to cpu.c, which can 
 share with all at91 board. (2012-11-05 11:15:12 +0100)
 
 
 Bo Shen (1):
   video: atmel: implement lcd_setcolreg funtion

What is the point of adding this function? This does not seem to be a
strong override of a weak symbol, and therefore, it is dead code unless
this patch is a dependency of one or several other patches -- in which
case, please submit the other patch(es) along this one in your PR.

 Wu, Josh (1):
   at91: move get_chip_id() and get_extension_chip_id() to cpu.c, which 
 can share with all at91 board.

This one, despite being a cleaner rewrite, also seems to be a
preparatory patch waiting to be used.

The whole PR is dead/dormant code. Please resubmit when dependent
patches are added (or consider rolling back your master until you get
these dependent patches).

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


Re: [U-Boot] [PULL] please pull u-boot-atmel/master

2012-10-26 Thread Albert ARIBAUD
Hi Andreas,

On Tue, 23 Oct 2012 20:21:40 +0200, Andreas Bießmann
andreas.de...@googlemail.com wrote:

 Dear Albert Aribaud,
 
 The following changes since commit b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74:
 
   Remove lh7a40x cpu and serial driver (2012-10-16 18:00:36 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-atmel.git master
 
 for you to fetch changes up to 9924ca6e9b1933b8ea2bb0ca49fe67df9856ccc5:
 
   mmc: at91: use max timeout value. It will avoid some situation that timeout 
 happened. (2012-10-17 11:29:52 +0200)
 
 
 Wu, Josh (3):
   mmc: at91: add multi block read/write support.
   ARM: at91sam9x5: enable MCI0 support for 9x5ek board.
   mmc: at91: use max timeout value. It will avoid some situation that 
 timeout happened.
 
  arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c |   15 +++
  board/atmel/at91sam9x5ek/at91sam9x5ek.c  |   10 ++
  drivers/mmc/gen_atmel_mci.c  |   15 +--
  include/atmel_mci.h  |7 ++-
  include/configs/at91sam9x5ek.h   |   10 ++
  5 files changed, 54 insertions(+), 3 deletions(-)
 

Applied to u-boot-arm/master, thanks!

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


[U-Boot] [PULL] please pull u-boot-atmel/master

2012-10-23 Thread Andreas Bießmann
Dear Albert Aribaud,

The following changes since commit b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74:

  Remove lh7a40x cpu and serial driver (2012-10-16 18:00:36 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to 9924ca6e9b1933b8ea2bb0ca49fe67df9856ccc5:

  mmc: at91: use max timeout value. It will avoid some situation that timeout 
happened. (2012-10-17 11:29:52 +0200)


Wu, Josh (3):
  mmc: at91: add multi block read/write support.
  ARM: at91sam9x5: enable MCI0 support for 9x5ek board.
  mmc: at91: use max timeout value. It will avoid some situation that 
timeout happened.

 arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c |   15 +++
 board/atmel/at91sam9x5ek/at91sam9x5ek.c  |   10 ++
 drivers/mmc/gen_atmel_mci.c  |   15 +--
 include/atmel_mci.h  |7 ++-
 include/configs/at91sam9x5ek.h   |   10 ++
 5 files changed, 54 insertions(+), 3 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PULL] please pull u-boot-atmel/master into u-boot-arm/master

2012-09-29 Thread Albert ARIBAUD
Hi Andreas,

On Tue, 25 Sep 2012 09:46:06 +0200, Andreas Bießmann
andreas.de...@googlemail.com wrote:

 Dear Albert Aribaud,
 
 any chance to get this pulled before -rc2?
 
 Best regards
 
 Andreas Bießmann
 
 On 22.09.2012 05:36, Andreas Bießmann wrote:
  Another resent ... sorry for the noise!
  I found the root cause why it did not appear on patchwork, my
  sendemail.assume8bitencoding was set to 'true' but it should be set to
  'UTF-8'. Therefore the header where corupted (Content-Type: text/plain;
  charset=true). This mail should finally reach patchwork now.
  
  resent cause the old one didn't make its way into patchwork.
  
  Dear Albert Aribaud,
  
  as mentioned before there are some fixes left for this upcoming release, 
  here
  they are.
  
  The following changes since commit 057df193b40d31799d41d43bc832a972f658bfe4:
  
Merge remote-tracking branch 'u-boot-ti/master' into m (2012-09-05 
  20:20:04 +0200)
  
  are available in the git repository at:
  
  
git://git.denx.de/u-boot-atmel.git master
  
  for you to fetch changes up to dc3e30bab7c5ef87bd24ebcbb7cdfc3fb2b44555:
  
Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel (2012-09-17 
  19:02:44 +0200)
  
  
  Bo Shen (3):
spi: add atmel at25df321 serial flash support
spiflash: at25: using common spi flash operation
Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel
  
  Wu, Josh (2):
at91sam9x5: set default EBI I/O drive configuration.
atmel_nand: fix the U-Boot output information about nand flash with 
  PMECC enable.
  
   board/atmel/at91sam9x5ek/at91sam9x5ek.c |4 
   drivers/mtd/nand/atmel_nand.c   |5 +++--
   drivers/mtd/spi/atmel.c |   17 -
   include/configs/at91sam9261ek.h |2 ++
   include/configs/at91sam9m10g45ek.h  |2 ++
   include/configs/at91sam9x5ek.h  |2 ++
   6 files changed, 29 insertions(+), 3 deletions(-)
  
  Best regards
  
  Andreas Bießmann
  
 
 

Applied to u-boot-arm/master, thanks!

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


Re: [U-Boot] [PULL] please pull u-boot-atmel/master into u-boot-arm/master

2012-09-25 Thread Andreas Bießmann
Dear Albert Aribaud,

any chance to get this pulled before -rc2?

Best regards

Andreas Bießmann

On 22.09.2012 05:36, Andreas Bießmann wrote:
 Another resent ... sorry for the noise!
 I found the root cause why it did not appear on patchwork, my
 sendemail.assume8bitencoding was set to 'true' but it should be set to
 'UTF-8'. Therefore the header where corupted (Content-Type: text/plain;
 charset=true). This mail should finally reach patchwork now.
 
 resent cause the old one didn't make its way into patchwork.
 
 Dear Albert Aribaud,
 
 as mentioned before there are some fixes left for this upcoming release, here
 they are.
 
 The following changes since commit 057df193b40d31799d41d43bc832a972f658bfe4:
 
   Merge remote-tracking branch 'u-boot-ti/master' into m (2012-09-05 20:20:04 
 +0200)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-atmel.git master
 
 for you to fetch changes up to dc3e30bab7c5ef87bd24ebcbb7cdfc3fb2b44555:
 
   Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel (2012-09-17 19:02:44 
 +0200)
 
 
 Bo Shen (3):
   spi: add atmel at25df321 serial flash support
   spiflash: at25: using common spi flash operation
   Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel
 
 Wu, Josh (2):
   at91sam9x5: set default EBI I/O drive configuration.
   atmel_nand: fix the U-Boot output information about nand flash with 
 PMECC enable.
 
  board/atmel/at91sam9x5ek/at91sam9x5ek.c |4 
  drivers/mtd/nand/atmel_nand.c   |5 +++--
  drivers/mtd/spi/atmel.c |   17 -
  include/configs/at91sam9261ek.h |2 ++
  include/configs/at91sam9m10g45ek.h  |2 ++
  include/configs/at91sam9x5ek.h  |2 ++
  6 files changed, 29 insertions(+), 3 deletions(-)
 
 Best regards
 
 Andreas Bießmann
 

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


Re: [U-Boot] [PULL} please pull u-boot-atmel/master into u-boot-arm/master

2012-09-21 Thread Andreas Bießmann
Dear Albert Aribaud,


This One Sees to be missed or rc1

Best regards

Andreas Bießmann

Am Montag, 17. September 2012 schrieb Andreas Bießmann :

 Dear Albert Aribaud,

 as mentioned before there are some fixes left for this upcoming release,
 here
 they are.

 The following changes since commit
 057df193b40d31799d41d43bc832a972f658bfe4:

   Merge remote-tracking branch 'u-boot-ti/master' into m (2012-09-05
 20:20:04 +0200)

 are available in the git repository at:


   git://git.denx.de/u-boot-atmel.git master

 for you to fetch changes up to dc3e30bab7c5ef87bd24ebcbb7cdfc3fb2b44555:

   Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel (2012-09-17
 19:02:44 +0200)

 
 Bo Shen (3):
   spi: add atmel at25df321 serial flash support
   spiflash: at25: using common spi flash operation
   Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel

 Wu, Josh (2):
   at91sam9x5: set default EBI I/O drive configuration.
   atmel_nand: fix the U-Boot output information about nand flash with
 PMECC enable.

  board/atmel/at91sam9x5ek/at91sam9x5ek.c |4 
  drivers/mtd/nand/atmel_nand.c   |5 +++--
  drivers/mtd/spi/atmel.c |   17 -
  include/configs/at91sam9261ek.h |2 ++
  include/configs/at91sam9m10g45ek.h  |2 ++
  include/configs/at91sam9x5ek.h  |2 ++
  6 files changed, 29 insertions(+), 3 deletions(-)

 Best regards

 Andreas Bießmann

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


[U-Boot] [PULL] please pull u-boot-atmel/master into u-boot-arm/master

2012-09-21 Thread Andreas Bießmann
resent cause the old one didn't make its way into patchwork.

Dear Albert Aribaud,

as mentioned before there are some fixes left for this upcoming release, here
they are.

The following changes since commit 057df193b40d31799d41d43bc832a972f658bfe4:

  Merge remote-tracking branch 'u-boot-ti/master' into m (2012-09-05 20:20:04 
+0200)

are available in the git repository at:


  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to dc3e30bab7c5ef87bd24ebcbb7cdfc3fb2b44555:

  Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel (2012-09-17 19:02:44 
+0200)


Bo Shen (3):
  spi: add atmel at25df321 serial flash support
  spiflash: at25: using common spi flash operation
  Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel

Wu, Josh (2):
  at91sam9x5: set default EBI I/O drive configuration.
  atmel_nand: fix the U-Boot output information about nand flash with PMECC 
enable.

 board/atmel/at91sam9x5ek/at91sam9x5ek.c |4 
 drivers/mtd/nand/atmel_nand.c   |5 +++--
 drivers/mtd/spi/atmel.c |   17 -
 include/configs/at91sam9261ek.h |2 ++
 include/configs/at91sam9m10g45ek.h  |2 ++
 include/configs/at91sam9x5ek.h  |2 ++
 6 files changed, 29 insertions(+), 3 deletions(-)

Best regards

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


[U-Boot] [PULL] please pull u-boot-atmel/master into u-boot-arm/master

2012-09-21 Thread Andreas Bießmann
Another resent ... sorry for the noise!
I found the root cause why it did not appear on patchwork, my
sendemail.assume8bitencoding was set to 'true' but it should be set to
'UTF-8'. Therefore the header where corupted (Content-Type: text/plain;
charset=true). This mail should finally reach patchwork now.

resent cause the old one didn't make its way into patchwork.

Dear Albert Aribaud,

as mentioned before there are some fixes left for this upcoming release, here
they are.

The following changes since commit 057df193b40d31799d41d43bc832a972f658bfe4:

  Merge remote-tracking branch 'u-boot-ti/master' into m (2012-09-05 20:20:04 
+0200)

are available in the git repository at:


  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to dc3e30bab7c5ef87bd24ebcbb7cdfc3fb2b44555:

  Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel (2012-09-17 19:02:44 
+0200)


Bo Shen (3):
  spi: add atmel at25df321 serial flash support
  spiflash: at25: using common spi flash operation
  Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel

Wu, Josh (2):
  at91sam9x5: set default EBI I/O drive configuration.
  atmel_nand: fix the U-Boot output information about nand flash with PMECC 
enable.

 board/atmel/at91sam9x5ek/at91sam9x5ek.c |4 
 drivers/mtd/nand/atmel_nand.c   |5 +++--
 drivers/mtd/spi/atmel.c |   17 -
 include/configs/at91sam9261ek.h |2 ++
 include/configs/at91sam9m10g45ek.h  |2 ++
 include/configs/at91sam9x5ek.h  |2 ++
 6 files changed, 29 insertions(+), 3 deletions(-)

Best regards

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


[U-Boot] [PULL} please pull u-boot-atmel/master into u-boot-arm/master

2012-09-17 Thread Andreas Bießmann
Dear Albert Aribaud,

as mentioned before there are some fixes left for this upcoming release, here
they are.

The following changes since commit 057df193b40d31799d41d43bc832a972f658bfe4:

  Merge remote-tracking branch 'u-boot-ti/master' into m (2012-09-05 20:20:04 
+0200)

are available in the git repository at:


  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to dc3e30bab7c5ef87bd24ebcbb7cdfc3fb2b44555:

  Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel (2012-09-17 19:02:44 
+0200)


Bo Shen (3):
  spi: add atmel at25df321 serial flash support
  spiflash: at25: using common spi flash operation
  Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel

Wu, Josh (2):
  at91sam9x5: set default EBI I/O drive configuration.
  atmel_nand: fix the U-Boot output information about nand flash with PMECC 
enable.

 board/atmel/at91sam9x5ek/at91sam9x5ek.c |4 
 drivers/mtd/nand/atmel_nand.c   |5 +++--
 drivers/mtd/spi/atmel.c |   17 -
 include/configs/at91sam9261ek.h |2 ++
 include/configs/at91sam9m10g45ek.h  |2 ++
 include/configs/at91sam9x5ek.h  |2 ++
 6 files changed, 29 insertions(+), 3 deletions(-)

Best regards

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


Re: [U-Boot] [PULL] Please pull u-boot-atmel/master

2012-09-05 Thread Albert ARIBAUD
Hi Andreas,

On Tue,  4 Sep 2012 23:04:44 +0200, Andreas Bießmann
andreas.de...@googlemail.com wrote:

 Dear Albert Aribaud,
 
 these are the missing patches for 2012.10 release. They where missed
 in the last request some days ago.
 At this time I did not rebase u-boot-atmel/master on
 u-boot-arm/master.
 
 The following changes since commit
 a9f1a4893364ddbb8b7942cded91d4c17c4f5948:
 
   lsxl: support power switch (2012-09-03 17:48:51 +0530)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-atmel.git master
 
 for you to fetch changes up to
 7d899c14cc1842004e5f94a376082e7b6cf5988d:
 
   Fixes the crippled console output on PortuxG20. (2012-09-04
 22:06:19 +0200)
 
 
 Jens Scharsig (2):
   eb_cpux9k2: fix chip select
   atmel: eb_cpux9k2: add ram target configuration
 
 Markus Hubig (2):
   arm: Adds board_postclk_init to the init_sequence.
   Fixes the crippled console output on PortuxG20.
 
  arch/arm/lib/board.c   |3 +++
  board/BuS/eb_cpux9k2/cpux9k2.c |6 +++---
  board/taskit/stamp9g20/stamp9g20.c |   21 +
  boards.cfg |3 ++-
  include/configs/eb_cpux9k2.h   |7 ++-
  include/configs/stamp9g20.h|1 +
  6 files changed, 32 insertions(+), 9 deletions(-)
 
 Best regards
 
 Andreas Bießmann
 

Applied (merged) to u-boot-arm/master, thanks!

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


[U-Boot] [PULL] Please pull u-boot-atmel/master

2012-09-04 Thread Andreas Bießmann
Dear Albert Aribaud,

these are the missing patches for 2012.10 release. They where missed in the
last request some days ago.
At this time I did not rebase u-boot-atmel/master on u-boot-arm/master.

The following changes since commit a9f1a4893364ddbb8b7942cded91d4c17c4f5948:

  lsxl: support power switch (2012-09-03 17:48:51 +0530)

are available in the git repository at:

  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to 7d899c14cc1842004e5f94a376082e7b6cf5988d:

  Fixes the crippled console output on PortuxG20. (2012-09-04 22:06:19 +0200)


Jens Scharsig (2):
  eb_cpux9k2: fix chip select
  atmel: eb_cpux9k2: add ram target configuration

Markus Hubig (2):
  arm: Adds board_postclk_init to the init_sequence.
  Fixes the crippled console output on PortuxG20.

 arch/arm/lib/board.c   |3 +++
 board/BuS/eb_cpux9k2/cpux9k2.c |6 +++---
 board/taskit/stamp9g20/stamp9g20.c |   21 +
 boards.cfg |3 ++-
 include/configs/eb_cpux9k2.h   |7 ++-
 include/configs/stamp9g20.h|1 +
 6 files changed, 32 insertions(+), 9 deletions(-)

Best regards

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