All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
@ 2015-08-21 13:25 Andreas Bießmann
  2015-08-21 13:36 ` Andreas Bießmann
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Bießmann @ 2015-08-21 13:25 UTC (permalink / raw)
  To: u-boot

The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:

  ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)

are available in the git repository at:

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

for you to fetch changes up to 6e119bc25a27700b71a6340f9c7cd5382d9c6649:

  ARM: at91: sama5: update the spi flash mapping (2015-08-21 15:15:28 +0200)

----------------------------------------------------------------
Erik van Luijk (4):
      arm: at91: mpddr: allow multiple DDR controllers
      arm: at91: at91sam9m10g45ek/corvus remove useless chip select 1 init
      arm: at91: pmc: replace the constant with a define in at91_pmc.h
      arm: at91: add support for mini-box picosam9g45 board

Heiko Schocher (2):
      arm, at91: add axm extensions
      taurus: board updates

Wu, Josh (4):
      ARM: at91: sama5: move the sd/mmc env config to at91-sama5_common.h
      ARM: at91: sama5d3xek: use a $dtb_name to load dtb
      ARM: at91: sama5: move the nandflash env config to at91-sama5_common.h
      ARM: at91: sama5: update the spi flash mapping

 arch/arm/include/asm/mach-types.h               |   1 +
 arch/arm/mach-at91/Kconfig                      |   6 +
 arch/arm/mach-at91/include/mach/at91_pmc.h      |   1 +
 arch/arm/mach-at91/include/mach/atmel_mpddrc.h  |   6 +-
 arch/arm/mach-at91/mpddrc.c                     |  41 +--
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c |  12 +-
 board/atmel/at91sam9n12ek/at91sam9n12ek.c       |   4 +-
 board/atmel/at91sam9x5ek/at91sam9x5ek.c         |   4 +-
 board/atmel/sama5d3_xplained/sama5d3_xplained.c |   4 +-
 board/atmel/sama5d3xek/sama5d3xek.c             |  24 +-
 board/atmel/sama5d4_xplained/sama5d4_xplained.c |   4 +-
 board/atmel/sama5d4ek/sama5d4ek.c               |   4 +-
 board/mini-box/picosam9g45/Kconfig              |  12 +
 board/mini-box/picosam9g45/MAINTAINERS          |   6 +
 board/mini-box/picosam9g45/Makefile             |  19 ++
 board/mini-box/picosam9g45/led.c                |  25 ++
 board/mini-box/picosam9g45/picosam9g45.c        | 354 ++++++++++++++++++++++++
 board/siemens/corvus/board.c                    |  12 +-
 board/siemens/taurus/taurus.c                   | 202 ++++++++++++--
 configs/picosam9g45_defconfig                   |  12 +
 include/configs/at91-sama5_common.h             |  37 +++
 include/configs/at91sam9m10g45ek.h              |   1 -
 include/configs/at91sam9n12ek.h                 |   2 -
 include/configs/at91sam9x5ek.h                  |   2 -
 include/configs/corvus.h                        |   2 -
 include/configs/picosam9g45.h                   | 211 ++++++++++++++
 include/configs/sama5d3_xplained.h              |  19 +-
 include/configs/sama5d3xek.h                    |  33 +--
 include/configs/sama5d4_xplained.h              |  41 +--
 include/configs/sama5d4ek.h                     |  39 +--
 include/configs/taurus.h                        |  79 +++++-
 31 files changed, 1019 insertions(+), 200 deletions(-)
 create mode 100644 board/mini-box/picosam9g45/Kconfig
 create mode 100644 board/mini-box/picosam9g45/MAINTAINERS
 create mode 100644 board/mini-box/picosam9g45/Makefile
 create mode 100644 board/mini-box/picosam9g45/led.c
 create mode 100644 board/mini-box/picosam9g45/picosam9g45.c
 create mode 100644 configs/picosam9g45_defconfig
 create mode 100644 include/configs/picosam9g45.h

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

* [U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
  2015-08-21 13:25 [U-Boot] [PULL] u-boot-atmel/master -> u-boot/master Andreas Bießmann
@ 2015-08-21 13:36 ` Andreas Bießmann
  2015-08-21 13:51   ` [U-Boot] [PULL v2] " Andreas Bießmann
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Bießmann @ 2015-08-21 13:36 UTC (permalink / raw)
  To: u-boot

Sorry Tom,

On 08/21/2015 03:25 PM, Andreas Bie?mann wrote:
> The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:
> 
>   ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)
> 

there slipped one wrong commit in. Please forget this PR!

Andreas

> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to 6e119bc25a27700b71a6340f9c7cd5382d9c6649:
> 
>   ARM: at91: sama5: update the spi flash mapping (2015-08-21 15:15:28 +0200)
> 
> ----------------------------------------------------------------

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

* [U-Boot] [PULL v2] u-boot-atmel/master -> u-boot/master
  2015-08-21 13:36 ` Andreas Bießmann
@ 2015-08-21 13:51   ` Andreas Bießmann
  2015-08-24 13:44     ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Bießmann @ 2015-08-21 13:51 UTC (permalink / raw)
  To: u-boot

Hi Tom,

this is the corrected PR.

Andreas

The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:

  ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)

are available in the git repository at:

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

for you to fetch changes up to 7a53b9544e388ac80bff2a3912865df029de27d0:

  ARM: at91: sama5: update the spi flash mapping (2015-08-21 15:47:05 +0200)

----------------------------------------------------------------
Erik van Luijk (4):
      arm: at91: mpddr: allow multiple DDR controllers
      arm: at91: at91sam9m10g45ek/corvus remove useless chip select 1 init
      arm: at91: pmc: replace the constant with a define in at91_pmc.h
      arm: at91: add support for mini-box picosam9g45 board

Wu, Josh (4):
      ARM: at91: sama5: move the sd/mmc env config to at91-sama5_common.h
      ARM: at91: sama5d3xek: use a $dtb_name to load dtb
      ARM: at91: sama5: move the nandflash env config to at91-sama5_common.h
      ARM: at91: sama5: update the spi flash mapping

 arch/arm/include/asm/mach-types.h               |   1 +
 arch/arm/mach-at91/Kconfig                      |   6 +
 arch/arm/mach-at91/include/mach/at91_pmc.h      |   1 +
 arch/arm/mach-at91/include/mach/atmel_mpddrc.h  |   6 +-
 arch/arm/mach-at91/mpddrc.c                     |  41 +--
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c |  12 +-
 board/atmel/at91sam9n12ek/at91sam9n12ek.c       |   4 +-
 board/atmel/at91sam9x5ek/at91sam9x5ek.c         |   4 +-
 board/atmel/sama5d3_xplained/sama5d3_xplained.c |   4 +-
 board/atmel/sama5d3xek/sama5d3xek.c             |  24 +-
 board/atmel/sama5d4_xplained/sama5d4_xplained.c |   4 +-
 board/atmel/sama5d4ek/sama5d4ek.c               |   4 +-
 board/mini-box/picosam9g45/Kconfig              |  12 +
 board/mini-box/picosam9g45/MAINTAINERS          |   6 +
 board/mini-box/picosam9g45/Makefile             |  19 ++
 board/mini-box/picosam9g45/led.c                |  25 ++
 board/mini-box/picosam9g45/picosam9g45.c        | 354 ++++++++++++++++++++++++
 board/siemens/corvus/board.c                    |  12 +-
 configs/picosam9g45_defconfig                   |  12 +
 include/configs/at91-sama5_common.h             |  37 +++
 include/configs/at91sam9m10g45ek.h              |   1 -
 include/configs/at91sam9n12ek.h                 |   2 -
 include/configs/at91sam9x5ek.h                  |   2 -
 include/configs/corvus.h                        |   2 -
 include/configs/picosam9g45.h                   | 211 ++++++++++++++
 include/configs/sama5d3_xplained.h              |  19 +-
 include/configs/sama5d3xek.h                    |  33 +--
 include/configs/sama5d4_xplained.h              |  41 +--
 include/configs/sama5d4ek.h                     |  39 +--
 29 files changed, 763 insertions(+), 175 deletions(-)
 create mode 100644 board/mini-box/picosam9g45/Kconfig
 create mode 100644 board/mini-box/picosam9g45/MAINTAINERS
 create mode 100644 board/mini-box/picosam9g45/Makefile
 create mode 100644 board/mini-box/picosam9g45/led.c
 create mode 100644 board/mini-box/picosam9g45/picosam9g45.c
 create mode 100644 configs/picosam9g45_defconfig
 create mode 100644 include/configs/picosam9g45.h

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

* [U-Boot] [PULL v2] u-boot-atmel/master -> u-boot/master
  2015-08-21 13:51   ` [U-Boot] [PULL v2] " Andreas Bießmann
@ 2015-08-24 13:44     ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2015-08-24 13:44 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 21, 2015 at 03:51:05PM +0200, Andreas Bie?mann wrote:

> Hi Tom,
> 
> this is the corrected PR.
> 
> Andreas
> 
> The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:
> 
>   ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to 7a53b9544e388ac80bff2a3912865df029de27d0:
> 
>   ARM: at91: sama5: update the spi flash mapping (2015-08-21 15:47:05 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150824/7a02efaf/attachment.sig>

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

* [U-Boot] [PULL v2] u-boot-atmel/master -> u-boot/master
  2016-02-20 20:54 ` [U-Boot] [PULL v2] " Andreas Bießmann
@ 2016-02-21  1:44   ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2016-02-21  1:44 UTC (permalink / raw)
  To: u-boot

On Sat, Feb 20, 2016 at 09:54:49PM +0100, Andreas Bie?mann wrote:

> Hi Tom,
> 
> here is the repaired PR for atmel patches. Please pull into u-boot/master.
> 
> Andreas
> 
> The following changes since commit 727a25b2418031e1b94ba603e0eb61657024091b:
> 
>   Prepare v2016.03-rc2 (2016-02-15 21:44:30 +0000)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to 2a0b9ea3067b00366455b0504056cb6728a0b865:
> 
>   vinco: add Maintainers file (2016-02-20 21:40:02 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160220/7163716f/attachment.sig>

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

* [U-Boot] [PULL v2] u-boot-atmel/master -> u-boot/master
  2016-02-19 13:00 [U-Boot] [PULL] " Andreas Bießmann
@ 2016-02-20 20:54 ` Andreas Bießmann
  2016-02-21  1:44   ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Bießmann @ 2016-02-20 20:54 UTC (permalink / raw)
  To: u-boot

Hi Tom,

here is the repaired PR for atmel patches. Please pull into u-boot/master.

Andreas

The following changes since commit 727a25b2418031e1b94ba603e0eb61657024091b:

  Prepare v2016.03-rc2 (2016-02-15 21:44:30 +0000)

are available in the git repository at:

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

for you to fetch changes up to 2a0b9ea3067b00366455b0504056cb6728a0b865:

  vinco: add Maintainers file (2016-02-20 21:40:02 +0100)

----------------------------------------------------------------
Andreas Bie?mann (1):
      vinco: add Maintainers file

Gregory CLEMENT (1):
      ARM: Add Support for the VInCo platform

Marek Vasut (1):
      arm: at91: Add support for DENX MA5D4 SoM and EVK

Matthias Michel (1):
      siemens,at91: enable features for smartweb

Samuel Mescoff (1):
      ARM: at91: sama5d2: configure the L2 cache memory

Wenyou Yang (15):
      ARM: at91: asm/at91_pmc.h: fix trival register offset
      ARM: at91: clock: add a new file to handle clock
      ARM: cpu: at91: clean up peripheral clock code
      board: atmel: clean up peripheral clock code
      drivers: at91: clean up peripheral clock code
      ARM: at91: clock: add UTMI PLL enable/disable function
      ARM: at91: armv7: clean up UTMI PLL handle code
      drivers: usb: atmel: clean up the UTMI PLL code
      board: atmel: siemens: clean up UTMI PLL code
      ARM: at91: clock: add PLLB enable/disable functions
      drivers: usb: ohci-at91: clean up the PLLB code
      board: atmel: siemens: clean up PLLB code
      ARM: at91: clock: add PMC_PLLICPR init function
      ARM: at91: clean up the PMC_PLLICPR init code
      board: atmel: clean up the PMC_PLLICPR init code

 arch/arm/mach-at91/Kconfig                         |  12 +
 arch/arm/mach-at91/Makefile                        |   1 +
 arch/arm/mach-at91/arm920t/at91rm9200_devices.c    |  14 +-
 arch/arm/mach-at91/arm920t/clock.c                 |  38 ++
 arch/arm/mach-at91/arm920t/timer.c                 |   6 +-
 arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c |  36 +-
 arch/arm/mach-at91/arm926ejs/at91sam9261_devices.c |  28 +-
 arch/arm/mach-at91/arm926ejs/at91sam9263_devices.c |  37 +-
 .../mach-at91/arm926ejs/at91sam9m10g45_devices.c   |  33 +-
 arch/arm/mach-at91/arm926ejs/at91sam9n12_devices.c |  40 +-
 arch/arm/mach-at91/arm926ejs/at91sam9rl_devices.c  |  28 +-
 arch/arm/mach-at91/arm926ejs/at91sam9x5_devices.c  |  38 +-
 arch/arm/mach-at91/arm926ejs/clock.c               |  37 +-
 arch/arm/mach-at91/arm926ejs/cpu.c                 |   1 -
 arch/arm/mach-at91/arm926ejs/timer.c               |   5 +-
 arch/arm/mach-at91/armv7/clock.c                   |  26 --
 arch/arm/mach-at91/armv7/cpu.c                     |   1 -
 arch/arm/mach-at91/armv7/sama5d2_devices.c         |   5 +-
 arch/arm/mach-at91/armv7/sama5d3_devices.c         |   5 +-
 arch/arm/mach-at91/armv7/sama5d4_devices.c         |   5 +-
 arch/arm/mach-at91/armv7/timer.c                   |   1 -
 arch/arm/mach-at91/atmel_sfr.c                     |   7 +
 arch/arm/mach-at91/clock.c                         | 121 ++++++
 arch/arm/mach-at91/include/mach/at91_common.h      |   1 +
 arch/arm/mach-at91/include/mach/at91_pmc.h         |  15 +-
 arch/arm/mach-at91/include/mach/clk.h              |   8 +
 arch/arm/mach-at91/include/mach/sama5_sfr.h        |   1 +
 arch/arm/mach-at91/phy.c                           |   1 -
 arch/arm/mach-at91/sdram.c                         |   1 -
 arch/arm/mach-at91/spl_at91.c                      |   5 +-
 arch/arm/mach-at91/spl_atmel.c                     |   4 +
 board/atmel/at91rm9200ek/at91rm9200ek.c            |   1 -
 board/atmel/at91rm9200ek/led.c                     |   6 +-
 board/atmel/at91sam9260ek/at91sam9260ek.c          |  15 +-
 board/atmel/at91sam9261ek/at91sam9261ek.c          |   8 +-
 board/atmel/at91sam9261ek/led.c                    |   6 +-
 board/atmel/at91sam9263ek/at91sam9263ek.c          |  23 +-
 board/atmel/at91sam9263ek/led.c                    |   9 +-
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |  20 +-
 board/atmel/at91sam9m10g45ek/led.c                 |   7 +-
 board/atmel/at91sam9n12ek/at91sam9n12ek.c          |   6 +-
 board/atmel/at91sam9rlek/at91sam9rlek.c            |  18 +-
 board/atmel/at91sam9rlek/led.c                     |   7 +-
 board/atmel/at91sam9x5ek/at91sam9x5ek.c            |  10 +-
 board/atmel/sama5d2_xplained/sama5d2_xplained.c    |   1 -
 board/atmel/sama5d3_xplained/sama5d3_xplained.c    |   9 +-
 board/atmel/sama5d3xek/sama5d3xek.c                |   9 +-
 board/atmel/sama5d4_xplained/sama5d4_xplained.c    |   9 +-
 board/atmel/sama5d4ek/sama5d4ek.c                  |   9 +-
 board/bluewater/snapper9260/snapper9260.c          |  15 +-
 board/calao/usb_a9263/usb_a9263.c                  |  11 +-
 board/denx/ma5d4evk/Kconfig                        |  12 +
 board/denx/ma5d4evk/MAINTAINERS                    |   6 +
 board/denx/ma5d4evk/Makefile                       |   7 +
 board/denx/ma5d4evk/ma5d4evk.c                     | 412 +++++++++++++++++++++
 board/egnite/ethernut5/ethernut5.c                 |  20 +-
 board/esd/meesc/meesc.c                            |  15 +-
 board/l+g/vinco/Kconfig                            |  12 +
 board/l+g/vinco/MAINTAINERS                        |   6 +
 board/l+g/vinco/Makefile                           |   1 +
 board/l+g/vinco/vinco.c                            | 212 +++++++++++
 board/mini-box/picosam9g45/led.c                   |   7 +-
 board/mini-box/picosam9g45/picosam9g45.c           |  17 +-
 board/ronetix/pm9261/led.c                         |   7 +-
 board/ronetix/pm9261/pm9261.c                      |  22 +-
 board/ronetix/pm9263/led.c                         |   7 +-
 board/ronetix/pm9263/pm9263.c                      |  19 +-
 board/ronetix/pm9g45/pm9g45.c                      |  20 +-
 board/siemens/corvus/board.c                       |  10 +-
 board/siemens/smartweb/smartweb.c                  |   9 +-
 board/siemens/taurus/taurus.c                      |   9 +-
 configs/ma5d4evk_defconfig                         |  11 +
 configs/smartweb_defconfig                         |   5 +-
 configs/vinco_defconfig                            |  13 +
 drivers/net/at91_emac.c                            |  10 +-
 drivers/usb/host/ehci-atmel.c                      |  46 +--
 drivers/usb/host/ohci-at91.c                       |  64 +---
 include/configs/ma5d4evk.h                         | 255 +++++++++++++
 include/configs/smartweb.h                         |  14 +-
 include/configs/vinco.h                            | 167 +++++++++
 80 files changed, 1573 insertions(+), 602 deletions(-)
 create mode 100644 arch/arm/mach-at91/clock.c
 create mode 100644 board/denx/ma5d4evk/Kconfig
 create mode 100644 board/denx/ma5d4evk/MAINTAINERS
 create mode 100644 board/denx/ma5d4evk/Makefile
 create mode 100644 board/denx/ma5d4evk/ma5d4evk.c
 create mode 100644 board/l+g/vinco/Kconfig
 create mode 100644 board/l+g/vinco/MAINTAINERS
 create mode 100644 board/l+g/vinco/Makefile
 create mode 100644 board/l+g/vinco/vinco.c
 create mode 100644 configs/ma5d4evk_defconfig
 create mode 100644 configs/vinco_defconfig
 create mode 100644 include/configs/ma5d4evk.h
 create mode 100644 include/configs/vinco.h

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

end of thread, other threads:[~2016-02-21  1:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-21 13:25 [U-Boot] [PULL] u-boot-atmel/master -> u-boot/master Andreas Bießmann
2015-08-21 13:36 ` Andreas Bießmann
2015-08-21 13:51   ` [U-Boot] [PULL v2] " Andreas Bießmann
2015-08-24 13:44     ` Tom Rini
2016-02-19 13:00 [U-Boot] [PULL] " Andreas Bießmann
2016-02-20 20:54 ` [U-Boot] [PULL v2] " Andreas Bießmann
2016-02-21  1:44   ` Tom Rini

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.