All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-atmel/at91
@ 2010-10-31  9:18 Reinhard Meyer
  2010-11-12 22:11 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Reinhard Meyer @ 2010-10-31  9:18 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit 0c0892be0d93a5a892b93739c5eb3bf692fed4ff:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-marvell

are available in the git repository at:

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

Reinhard Meyer (2):
      AT91: add 2nd SPI to 9260/9XE/9G20
      AT91: add header file for the Shutdown Controller

 arch/arm/include/asm/arch-at91/at91_shdwn.h  |   38 ++++++++++++++++++++++++++
 arch/arm/include/asm/arch-at91/at91sam9260.h |    1 +
 arch/arm/include/asm/arch-at91/hardware.h    |    1 +
 arch/arm/include/asm/arch-at91/memory-map.h  |    1 +
 4 files changed, 41 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-at91/at91_shdwn.h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Please pull u-boot-atmel/at91
  2010-10-31  9:18 [U-Boot] Please pull u-boot-atmel/at91 Reinhard Meyer
@ 2010-11-12 22:11 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2010-11-12 22:11 UTC (permalink / raw)
  To: u-boot

Dear Reinhard Meyer,

In message <4CCD346A.5030605@emk-elektronik.de> you wrote:
> Dear Wolfgang,
> 
> The following changes since commit 0c0892be0d93a5a892b93739c5eb3bf692fed4ff:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-marvell
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git at91
> 
> Reinhard Meyer (2):
>       AT91: add 2nd SPI to 9260/9XE/9G20
>       AT91: add header file for the Shutdown Controller
> 
>  arch/arm/include/asm/arch-at91/at91_shdwn.h  |   38 ++++++++++++++++++++++++++
>  arch/arm/include/asm/arch-at91/at91sam9260.h |    1 +
>  arch/arm/include/asm/arch-at91/hardware.h    |    1 +
>  arch/arm/include/asm/arch-at91/memory-map.h  |    1 +
>  4 files changed, 41 insertions(+), 0 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-at91/at91_shdwn.h

Pulled into u-boot-arm, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
As usual, this being a 1.3.x release, I haven't  even  compiled  this
kernel yet. So if it works, you should be doubly impressed.
      - Linus Torvalds in <199506181536.SAA10638@keos.cs.Helsinki.FI>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Please pull u-boot-atmel/at91
  2010-10-05 14:27 Reinhard Meyer
@ 2010-10-11  8:27 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2010-10-11  8:27 UTC (permalink / raw)
  To: u-boot

Dear Reinhard Meyer,

In message <4CAB35DE.2010108@emk-elektronik.de> you wrote:
> Dear Wolfgang,
> 
> The following changes since commit d6288664743cdd4824cb877ca424619c827c1256:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-blackfin
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel at91
> 
> Alexander Stein (1):
>       at91: Add arch_preboot_os which disables PIT in a faster way
> 
> Andreas Biessmann (4):
>       at91_emac.c: fix 'Warning: eth device name has a space!'
>       at91_emac.c: poll for IDLE when writing PHY
>       at91_emac.h: fix typo in register definition
>       atmel_usart: change register access to C structure
> 
> Reinhard Meyer (1):
>       AT91: convert cpu.c to struct SoC access
> 
>  arch/arm/cpu/arm926ejs/at91/cpu.c          |   48 ++++++++++++++----------
>  arch/arm/include/asm/arch-at91/at91_emac.h |    2 +-
>  drivers/net/at91_emac.c                    |   22 +++++++---
>  drivers/serial/atmel_usart.c               |   36 +++++++++++-------
>  drivers/serial/atmel_usart.h               |   56 ++++++++++++----------------
>  5 files changed, 90 insertions(+), 74 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
panic: kernel trap (ignored)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] Please pull u-boot-atmel/at91
@ 2010-10-05 14:27 Reinhard Meyer
  2010-10-11  8:27 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Reinhard Meyer @ 2010-10-05 14:27 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit d6288664743cdd4824cb877ca424619c827c1256:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-blackfin

are available in the git repository at:

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

Alexander Stein (1):
      at91: Add arch_preboot_os which disables PIT in a faster way

Andreas Biessmann (4):
      at91_emac.c: fix 'Warning: eth device name has a space!'
      at91_emac.c: poll for IDLE when writing PHY
      at91_emac.h: fix typo in register definition
      atmel_usart: change register access to C structure

Reinhard Meyer (1):
      AT91: convert cpu.c to struct SoC access

 arch/arm/cpu/arm926ejs/at91/cpu.c          |   48 ++++++++++++++----------
 arch/arm/include/asm/arch-at91/at91_emac.h |    2 +-
 drivers/net/at91_emac.c                    |   22 +++++++---
 drivers/serial/atmel_usart.c               |   36 +++++++++++-------
 drivers/serial/atmel_usart.h               |   56 ++++++++++++----------------
 5 files changed, 90 insertions(+), 74 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-12 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-31  9:18 [U-Boot] Please pull u-boot-atmel/at91 Reinhard Meyer
2010-11-12 22:11 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2010-10-05 14:27 Reinhard Meyer
2010-10-11  8:27 ` Wolfgang Denk

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.