All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Norris <computersforpeace@gmail.com>
To: arm@kernel.org
Cc: linux-mtd@lists.infradead.org,
	Boris Brezillon <boris.brezillon@free-electrons.com>,
	linux-arm-kernel@lists.infradead.org,
	Brian Norris <computersforpeace@gmail.com>,
	Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Subject: [GIT PULL] MTD/NAND cleanups for v4.5
Date: Mon, 7 Dec 2015 19:13:06 -0800	[thread overview]
Message-ID: <20151208031306.GP120110@google.com> (raw)

Hi,

Per discussion with Arnd, I plan to pull these into the MTD tree for
4.5, but you should probably have them too.

Full series posted here:

http://lists.infradead.org/pipermail/linux-mtd/2015-December/063828.html

FYI, I got Arnd's 'ack' to take this one solely via MTD, since it's
unlikely to get conflicts:

http://lists.infradead.org/pipermail/linux-mtd/2015-December/063840.html

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.infradead.org/linux-mtd.git tags/arm-soc/for-4.5/cleanup

for you to fetch changes up to c993e09504fca192bac4ac3f5a3411ac68cba2e6:

  ARM: nand: make use of mtd_to_nand() where appropriate (2015-12-07 18:58:20 -0800)

----------------------------------------------------------------
Two changes for NAND/MTD refactoring. The mtd_to_nand() helper will allow us to
stop using mtd->priv for NAND drivers.

----------------------------------------------------------------
Boris BREZILLON (2):
      mtd: nand: add an mtd_to_nand() helper
      ARM: nand: make use of mtd_to_nand() where appropriate

 arch/arm/mach-ep93xx/snappercl15.c   | 4 ++--
 arch/arm/mach-ep93xx/ts72xx.c        | 4 ++--
 arch/arm/mach-imx/mach-qong.c        | 2 +-
 arch/arm/mach-ixp4xx/ixdp425-setup.c | 2 +-
 arch/arm/mach-omap1/board-nand.c     | 2 +-
 arch/arm/mach-orion5x/ts78xx-setup.c | 6 +++---
 arch/arm/mach-pxa/balloon3.c         | 2 +-
 arch/arm/mach-pxa/em-x270.c          | 2 +-
 arch/arm/mach-pxa/palmtx.c           | 2 +-
 include/linux/mtd/nand.h             | 5 +++++
 10 files changed, 18 insertions(+), 13 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: computersforpeace@gmail.com (Brian Norris)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] MTD/NAND cleanups for v4.5
Date: Mon, 7 Dec 2015 19:13:06 -0800	[thread overview]
Message-ID: <20151208031306.GP120110@google.com> (raw)

Hi,

Per discussion with Arnd, I plan to pull these into the MTD tree for
4.5, but you should probably have them too.

Full series posted here:

http://lists.infradead.org/pipermail/linux-mtd/2015-December/063828.html

FYI, I got Arnd's 'ack' to take this one solely via MTD, since it's
unlikely to get conflicts:

http://lists.infradead.org/pipermail/linux-mtd/2015-December/063840.html

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.infradead.org/linux-mtd.git tags/arm-soc/for-4.5/cleanup

for you to fetch changes up to c993e09504fca192bac4ac3f5a3411ac68cba2e6:

  ARM: nand: make use of mtd_to_nand() where appropriate (2015-12-07 18:58:20 -0800)

----------------------------------------------------------------
Two changes for NAND/MTD refactoring. The mtd_to_nand() helper will allow us to
stop using mtd->priv for NAND drivers.

----------------------------------------------------------------
Boris BREZILLON (2):
      mtd: nand: add an mtd_to_nand() helper
      ARM: nand: make use of mtd_to_nand() where appropriate

 arch/arm/mach-ep93xx/snappercl15.c   | 4 ++--
 arch/arm/mach-ep93xx/ts72xx.c        | 4 ++--
 arch/arm/mach-imx/mach-qong.c        | 2 +-
 arch/arm/mach-ixp4xx/ixdp425-setup.c | 2 +-
 arch/arm/mach-omap1/board-nand.c     | 2 +-
 arch/arm/mach-orion5x/ts78xx-setup.c | 6 +++---
 arch/arm/mach-pxa/balloon3.c         | 2 +-
 arch/arm/mach-pxa/em-x270.c          | 2 +-
 arch/arm/mach-pxa/palmtx.c           | 2 +-
 include/linux/mtd/nand.h             | 5 +++++
 10 files changed, 18 insertions(+), 13 deletions(-)

             reply	other threads:[~2015-12-08  3:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-08  3:13 Brian Norris [this message]
2015-12-08  3:13 ` [GIT PULL] MTD/NAND cleanups for v4.5 Brian Norris
2015-12-15 16:41 ` Arnd Bergmann
2015-12-15 16:41   ` Arnd Bergmann

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=20151208031306.GP120110@google.com \
    --to=computersforpeace@gmail.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=boris.brezillon@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=olof@lixom.net \
    /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.