All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] at91: fixes for 3.8-rc5
Date: Thu, 24 Jan 2013 10:10:15 +0100	[thread overview]
Message-ID: <5100FA77.3020405@atmel.com> (raw)

Arnd, Olof,

Here is the pull request related to the fixes series that I sent
earlier this week. Changes are obvious and are very constrained in
AT91-related material.

The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:

  Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-fixes

for you to fetch changes up to 8461c2f6fdd3ef0b26f931d561435df8cae2a9a5:

  ARM: at91/dts: correct comment in at91sam9x5.dtsi for mii (2013-01-23 10:40:51 +0100)

----------------------------------------------------------------
Here are fixes for AT91 that are mainly related to device tree.
One RM9200 setup option is the only C code change.
Some documentation changes can clarify the pinctrl use.
Then, some defconfig modifications are allowing the affected platforms
to boot.

----------------------------------------------------------------
Boris BREZILLON (1):
      ARM: at91/dts: add macb mii pinctrl config for kizbox

Douglas Gilbert (1):
      ARM: at91/dts: correct comment in at91sam9x5.dtsi for mii

Jean-Christophe PLAGNIOL-VILLARD (1):
      ARM: at91: rm9200: remake the BGA as default version

Joachim Eastwood (1):
      ARM: at91: fix gpios on i2c-gpio for RM9200 DT

Nicolas Ferre (2):
      ARM: at91/at91_dt_defconfig: remove memory specification to cmdline
      ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfig

Richard Genoud (3):
      ARM: at91/at91-pinctrl documentation: fix typo and add some details
      ARM: at91/at91sam9x5 DTS: correct wrong PIO BANK values on u(s)arts
      ARM: at91/at91sam9x5 DTS: add SCK USART pins

 Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt |  5 +--
 arch/arm/boot/dts/at91rm9200.dtsi                                |  4 +--
 arch/arm/boot/dts/at91sam9x5.dtsi                                | 60 +++++++++++++++++++++++------------
 arch/arm/boot/dts/kizbox.dts                                     |  2 ++
 arch/arm/configs/at91_dt_defconfig                               |  3 +-
 arch/arm/mach-at91/setup.c                                       |  2 ++
 6 files changed, 51 insertions(+), 25 deletions(-)

Thanks, best regards,
-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
	"Ludovic Desroches" <ludovic.desroches@atmel.com>,
	Linux Kernel list <linux-kernel@vger.kernel.org>,
	Richard Genoud <richard.genoud@gmail.com>,
	<linux-arm@overkiz.com>, Douglas Gilbert <dgilbert@interlog.com>,
	"Joachim Eastwood" <manabian@gmail.com>
Subject: [GIT PULL] at91: fixes for 3.8-rc5
Date: Thu, 24 Jan 2013 10:10:15 +0100	[thread overview]
Message-ID: <5100FA77.3020405@atmel.com> (raw)

Arnd, Olof,

Here is the pull request related to the fixes series that I sent
earlier this week. Changes are obvious and are very constrained in
AT91-related material.

The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:

  Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-fixes

for you to fetch changes up to 8461c2f6fdd3ef0b26f931d561435df8cae2a9a5:

  ARM: at91/dts: correct comment in at91sam9x5.dtsi for mii (2013-01-23 10:40:51 +0100)

----------------------------------------------------------------
Here are fixes for AT91 that are mainly related to device tree.
One RM9200 setup option is the only C code change.
Some documentation changes can clarify the pinctrl use.
Then, some defconfig modifications are allowing the affected platforms
to boot.

----------------------------------------------------------------
Boris BREZILLON (1):
      ARM: at91/dts: add macb mii pinctrl config for kizbox

Douglas Gilbert (1):
      ARM: at91/dts: correct comment in at91sam9x5.dtsi for mii

Jean-Christophe PLAGNIOL-VILLARD (1):
      ARM: at91: rm9200: remake the BGA as default version

Joachim Eastwood (1):
      ARM: at91: fix gpios on i2c-gpio for RM9200 DT

Nicolas Ferre (2):
      ARM: at91/at91_dt_defconfig: remove memory specification to cmdline
      ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfig

Richard Genoud (3):
      ARM: at91/at91-pinctrl documentation: fix typo and add some details
      ARM: at91/at91sam9x5 DTS: correct wrong PIO BANK values on u(s)arts
      ARM: at91/at91sam9x5 DTS: add SCK USART pins

 Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt |  5 +--
 arch/arm/boot/dts/at91rm9200.dtsi                                |  4 +--
 arch/arm/boot/dts/at91sam9x5.dtsi                                | 60 +++++++++++++++++++++++------------
 arch/arm/boot/dts/kizbox.dts                                     |  2 ++
 arch/arm/configs/at91_dt_defconfig                               |  3 +-
 arch/arm/mach-at91/setup.c                                       |  2 ++
 6 files changed, 51 insertions(+), 25 deletions(-)

Thanks, best regards,
-- 
Nicolas Ferre

             reply	other threads:[~2013-01-24  9:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-24  9:10 Nicolas Ferre [this message]
2013-01-24  9:10 ` [GIT PULL] at91: fixes for 3.8-rc5 Nicolas Ferre
2013-01-24 16:33 ` Olof Johansson
2013-01-24 16:33   ` Olof Johansson

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=5100FA77.3020405@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 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.