mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Bo Shen <voice.shen@atmel.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2 0/4] ARM: at91: add sama5d4ek board support
Date: Wed, 24 Sep 2014 06:47:07 +0200	[thread overview]
Message-ID: <20140924044707.GZ4992@pengutronix.de> (raw)
In-Reply-To: <1411460958-27491-1-git-send-email-voice.shen@atmel.com>

On Tue, Sep 23, 2014 at 04:29:14PM +0800, Bo Shen wrote:
> This patch series add Atmel new SoC SAMA5D4 support, which embedded
> the Cortex-A5 core.
> This patch series also add the EK board base on SAMA5D4 SoC support.
> 
> Changes in v2:
>   - Using clkdev_add_physbase for GPIO clock.
>   - Using multi line for #define which make it readable.
>   - Correct the configuration for GEM with only FE feature enable.
> 
> Bo Shen (4):
>   net: macb: enable GEM with only FE feature
>   ARM: at91: add sama5d4 soc support #1
>   ARM: at91: add sama5d4 soc support #2
>   ARM: at91: add sama5d4ek board support

Applied, thanks

Sascha

> 
>  arch/arm/boards/Makefile                     |   1 +
>  arch/arm/boards/sama5d4ek/Makefile           |   1 +
>  arch/arm/boards/sama5d4ek/env/bin/init_board |  15 +
>  arch/arm/boards/sama5d4ek/env/config         |  42 +++
>  arch/arm/boards/sama5d4ek/sama5d4ek.c        | 317 +++++++++++++++++
>  arch/arm/configs/sama5d4ek_defconfig         |  85 +++++
>  arch/arm/mach-at91/Kconfig                   |  26 ++
>  arch/arm/mach-at91/Makefile                  |   2 +
>  arch/arm/mach-at91/clock.c                   |  58 +++-
>  arch/arm/mach-at91/clock.h                   |   2 +-
>  arch/arm/mach-at91/include/mach/at91_pmc.h   |   1 +
>  arch/arm/mach-at91/include/mach/cpu.h        |  28 ++
>  arch/arm/mach-at91/include/mach/hardware.h   |   4 +
>  arch/arm/mach-at91/include/mach/sama5d4.h    | 134 ++++++++
>  arch/arm/mach-at91/sam9_smc.c                |  24 +-
>  arch/arm/mach-at91/sama5d4.c                 | 304 ++++++++++++++++
>  arch/arm/mach-at91/sama5d4_devices.c         | 495 +++++++++++++++++++++++++++
>  arch/arm/mach-at91/setup.c                   |  41 ++-
>  arch/arm/mach-at91/soc.h                     |   5 +
>  drivers/net/macb.c                           |   6 +-
>  20 files changed, 1568 insertions(+), 23 deletions(-)
>  create mode 100644 arch/arm/boards/sama5d4ek/Makefile
>  create mode 100644 arch/arm/boards/sama5d4ek/env/bin/init_board
>  create mode 100644 arch/arm/boards/sama5d4ek/env/config
>  create mode 100644 arch/arm/boards/sama5d4ek/sama5d4ek.c
>  create mode 100644 arch/arm/configs/sama5d4ek_defconfig
>  create mode 100644 arch/arm/mach-at91/include/mach/sama5d4.h
>  create mode 100644 arch/arm/mach-at91/sama5d4.c
>  create mode 100644 arch/arm/mach-at91/sama5d4_devices.c
> 
> -- 
> 2.1.0.24.g4109c28
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2014-09-24  4:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-23  8:29 Bo Shen
2014-09-23  8:29 ` [PATCH v2 1/4] net: macb: enable GEM with only FE feature Bo Shen
2014-09-23  8:29 ` [PATCH v2 2/4] ARM: at91: add sama5d4 soc support #1 Bo Shen
2014-09-23  8:29 ` [PATCH v2 3/4] ARM: at91: add sama5d4 soc support #2 Bo Shen
2014-09-23  8:29 ` [PATCH v2 4/4] ARM: at91: add sama5d4ek board support Bo Shen
2014-09-24  4:47 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140924044707.GZ4992@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=voice.shen@atmel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox