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 drivers Kconfig cleanup
Date: Mon, 26 Mar 2012 15:08:10 +0200	[thread overview]
Message-ID: <4F706A3A.1070309@atmel.com> (raw)

(previous email without mailing-lists addresses)

Arnd, Olof,

This is a series which deals with AT91 drivers Kconfig entries. Its goal is
to remove too restrictive dependencies on SoC names.
This will allow to add support for newer SoC seamlessly.
Some very "cosmetic" changes are also added (entry names, comments, etc.).

Some patches are dealing with other subsystem Kconfig files. I have
collected
"Acked-by" and included them in this series.

I have built this pull-request on top of arm-soc/next/dt2 branch for
easy merge with
at91 material that is already queued for 3.4. It is for sure a very late
pull request
for 3.4, event though it is non intrusive. So, feel free to delay it to
3.5 or
a "staging" branch...

The following changes since commit 7d1206bc2859c6e9f46e35ae697c138e7d7858a7:

  Merge branch 'kirkwood/dt' into next/dt2 (2012-03-24 19:16:04 +0000)

are available in the git repository at:


  git://github.com/at91linux/linux-at91.git armsoc-next-dt2+at91-kconfig

for you to fetch changes up to 40ef130751f4438ae73603ab00aa2a2590a3201d:

  hwrng: Kconfig: remove dependency for atmel-rng driver (2012-03-26
14:06:23 +0200)

----------------------------------------------------------------
Nicolas Ferre (12):
      ARM: at91: change AT91 Kconfig entry comment
      ARM: at91/Kconfig: change at91sam9g45 entry
      ARM: at91/Kconfig: add comment to at91sam9x5 family entry
      ARM: at91/Kconfig: add clarifications to AT91SAM9M10G45-EK entry
      ARM: at91/Kconfig: add AT91SAM9x5 family to AT91_EARLY_DBGU0 entry
      ARM: at91/Kconfig: website link for AT91SAM9G20-EK
      dmaengine: Kconfig: fix Atmel at_hdmac entry
      mmc: Kconfig: remove choice between at91_mci and atmel-mci
      mmc: atmel-mci: remove the need for CONFIG_MMC_ATMELMCI_DMA
      rtc: Kconfig: remove dependency for AT91 rtc driver
      Input: Kconfig: remove dependency for atmel_tsadcc driver
      hwrng: Kconfig: remove dependency for atmel-rng driver

 arch/arm/Kconfig                  |    4 ++--
 arch/arm/mach-at91/Kconfig        |   21 ++++++++++++++++-----
 drivers/char/hw_random/Kconfig    |    2 +-
 drivers/dma/Kconfig               |    5 ++---
 drivers/input/touchscreen/Kconfig |    4 ++--
 drivers/mmc/host/Kconfig          |   23 ++---------------------
 drivers/mmc/host/atmel-mci.c      |    2 --
 drivers/rtc/Kconfig               |    2 +-
 8 files changed, 26 insertions(+), 37 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>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	herbert@gondor.hengli.com.au, "Koul,
	Vinod" <vinod.koul@intel.com>,
	Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] AT91 drivers Kconfig cleanup
Date: Mon, 26 Mar 2012 15:08:10 +0200	[thread overview]
Message-ID: <4F706A3A.1070309@atmel.com> (raw)

(previous email without mailing-lists addresses)

Arnd, Olof,

This is a series which deals with AT91 drivers Kconfig entries. Its goal is
to remove too restrictive dependencies on SoC names.
This will allow to add support for newer SoC seamlessly.
Some very "cosmetic" changes are also added (entry names, comments, etc.).

Some patches are dealing with other subsystem Kconfig files. I have
collected
"Acked-by" and included them in this series.

I have built this pull-request on top of arm-soc/next/dt2 branch for
easy merge with
at91 material that is already queued for 3.4. It is for sure a very late
pull request
for 3.4, event though it is non intrusive. So, feel free to delay it to
3.5 or
a "staging" branch...

The following changes since commit 7d1206bc2859c6e9f46e35ae697c138e7d7858a7:

  Merge branch 'kirkwood/dt' into next/dt2 (2012-03-24 19:16:04 +0000)

are available in the git repository at:


  git://github.com/at91linux/linux-at91.git armsoc-next-dt2+at91-kconfig

for you to fetch changes up to 40ef130751f4438ae73603ab00aa2a2590a3201d:

  hwrng: Kconfig: remove dependency for atmel-rng driver (2012-03-26
14:06:23 +0200)

----------------------------------------------------------------
Nicolas Ferre (12):
      ARM: at91: change AT91 Kconfig entry comment
      ARM: at91/Kconfig: change at91sam9g45 entry
      ARM: at91/Kconfig: add comment to at91sam9x5 family entry
      ARM: at91/Kconfig: add clarifications to AT91SAM9M10G45-EK entry
      ARM: at91/Kconfig: add AT91SAM9x5 family to AT91_EARLY_DBGU0 entry
      ARM: at91/Kconfig: website link for AT91SAM9G20-EK
      dmaengine: Kconfig: fix Atmel at_hdmac entry
      mmc: Kconfig: remove choice between at91_mci and atmel-mci
      mmc: atmel-mci: remove the need for CONFIG_MMC_ATMELMCI_DMA
      rtc: Kconfig: remove dependency for AT91 rtc driver
      Input: Kconfig: remove dependency for atmel_tsadcc driver
      hwrng: Kconfig: remove dependency for atmel-rng driver

 arch/arm/Kconfig                  |    4 ++--
 arch/arm/mach-at91/Kconfig        |   21 ++++++++++++++++-----
 drivers/char/hw_random/Kconfig    |    2 +-
 drivers/dma/Kconfig               |    5 ++---
 drivers/input/touchscreen/Kconfig |    4 ++--
 drivers/mmc/host/Kconfig          |   23 ++---------------------
 drivers/mmc/host/atmel-mci.c      |    2 --
 drivers/rtc/Kconfig               |    2 +-
 8 files changed, 26 insertions(+), 37 deletions(-)

Thanks, best regards,
-- 
Nicolas Ferre

             reply	other threads:[~2012-03-26 13:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-26 13:08 Nicolas Ferre [this message]
2012-03-26 13:08 ` [GIT PULL] AT91 drivers Kconfig cleanup Nicolas Ferre

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=4F706A3A.1070309@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.