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.3-rc4
Date: Mon, 13 Feb 2012 18:49:40 +0100	[thread overview]
Message-ID: <4F394D34.6000604@atmel.com> (raw)

Olof, Arnd,

Here is the second "fixes" pull request. It collects a simple #ifdef fix, the
proper use of ioremap() in the RTC driver and a set of SMC related
modifications.
The SMC has been modified recently and has broken the pata_at91 driver. The
new accessors are fixing this situation. Finally, the old at91_ide driver is
removed because it is not maintained anymore, the IDE tree is frozen and PATA
should be used instead.

I have also verified that it merges correctly with depends/rmk/for-armsoc and all
at91 related 3.4 material...

You can find all this here:

The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:

  Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)

are available in the git repository at:

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

for you to fetch changes up to cf844751fb25e095d8fa30332cb173a73e5a736c:

  ARM: at91: drop ide driver in favor of the pata one (2012-02-13 18:31:37 +0100)

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (4):
      ARM: at91:rtc/rtc-at91sam9: ioremap register bank
      ARM: at91: add accessor to manage SMC
      pata/at91: use newly introduced SMC accessors
      ARM: at91: drop ide driver in favor of the pata one

Nicolas Ferre (1):
      ARM: at91: USB AT91 gadget registration for module

 arch/arm/mach-at91/at91rm9200_devices.c        |    2 +-
 arch/arm/mach-at91/at91sam9260_devices.c       |    9 +-
 arch/arm/mach-at91/at91sam9261_devices.c       |    2 +-
 arch/arm/mach-at91/at91sam9263_devices.c       |    8 +-
 arch/arm/mach-at91/include/mach/at91sam9_smc.h |   29 ++
 arch/arm/mach-at91/sam9_smc.c                  |   76 +++++-
 arch/arm/mach-at91/sam9_smc.h                  |   23 --
 drivers/ata/pata_at91.c                        |   48 ++--
 drivers/ide/Makefile                           |    1 -
 drivers/ide/at91_ide.c                         |  366 ------------------------
 drivers/rtc/rtc-at91sam9.c                     |   13 +-
 11 files changed, 140 insertions(+), 437 deletions(-)
 delete mode 100644 drivers/ide/at91_ide.c

Thanks a lot, best regards,
-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
	Linux Kernel list <linux-kernel@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Cc: Ryan Mallon <rmallon@gmail.com>, Sergei Shtylyov <sshtylyov@mvista.com>
Subject: [GIT PULL] at91: fixes for 3.3-rc4
Date: Mon, 13 Feb 2012 18:49:40 +0100	[thread overview]
Message-ID: <4F394D34.6000604@atmel.com> (raw)

Olof, Arnd,

Here is the second "fixes" pull request. It collects a simple #ifdef fix, the
proper use of ioremap() in the RTC driver and a set of SMC related
modifications.
The SMC has been modified recently and has broken the pata_at91 driver. The
new accessors are fixing this situation. Finally, the old at91_ide driver is
removed because it is not maintained anymore, the IDE tree is frozen and PATA
should be used instead.

I have also verified that it merges correctly with depends/rmk/for-armsoc and all
at91 related 3.4 material...

You can find all this here:

The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:

  Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)

are available in the git repository at:

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

for you to fetch changes up to cf844751fb25e095d8fa30332cb173a73e5a736c:

  ARM: at91: drop ide driver in favor of the pata one (2012-02-13 18:31:37 +0100)

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (4):
      ARM: at91:rtc/rtc-at91sam9: ioremap register bank
      ARM: at91: add accessor to manage SMC
      pata/at91: use newly introduced SMC accessors
      ARM: at91: drop ide driver in favor of the pata one

Nicolas Ferre (1):
      ARM: at91: USB AT91 gadget registration for module

 arch/arm/mach-at91/at91rm9200_devices.c        |    2 +-
 arch/arm/mach-at91/at91sam9260_devices.c       |    9 +-
 arch/arm/mach-at91/at91sam9261_devices.c       |    2 +-
 arch/arm/mach-at91/at91sam9263_devices.c       |    8 +-
 arch/arm/mach-at91/include/mach/at91sam9_smc.h |   29 ++
 arch/arm/mach-at91/sam9_smc.c                  |   76 +++++-
 arch/arm/mach-at91/sam9_smc.h                  |   23 --
 drivers/ata/pata_at91.c                        |   48 ++--
 drivers/ide/Makefile                           |    1 -
 drivers/ide/at91_ide.c                         |  366 ------------------------
 drivers/rtc/rtc-at91sam9.c                     |   13 +-
 11 files changed, 140 insertions(+), 437 deletions(-)
 delete mode 100644 drivers/ide/at91_ide.c

Thanks a lot, best regards,
-- 
Nicolas Ferre

             reply	other threads:[~2012-02-13 17:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-13 17:49 Nicolas Ferre [this message]
2012-02-13 17:49 ` [GIT PULL] at91: fixes for 3.3-rc4 Nicolas Ferre
2012-02-14  0:52 ` Arnd Bergmann
2012-02-14  0:52   ` Arnd Bergmann
2012-02-14  3:21   ` Olof Johansson
2012-02-14  3:21     ` 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=4F394D34.6000604@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.