All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Chris Ball <cjb@laptop.org>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
	linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-sh@vger.kernel.org, linux-spi@vger.kernel.org,
	Hartley Sweeten <hsweeten@visionengravers.com>,
	Ryan Mallon <rmallon@gmail.com>,
	Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	Ian Molton <ian@mnementh.co.uk>, Arnd Bergmann <arnd@arndb.de>,
	Olof Johansson <olof@lixom.net>
Subject: Re: [PATCH v3 00/14] Remove platform callbacks from mmc_spi, sh_mmcif and sh_mobile_sdhi drivers
Date: Sun, 25 Aug 2013 22:54:06 +0200	[thread overview]
Message-ID: <1591201.avzdVWpxvg@avalon> (raw)
In-Reply-To: <87ob8mqv55.fsf@octavius.laptop.org>

Hi Chris,

On Saturday 24 August 2013 23:58:14 Chris Ball wrote:
> On Thu, Aug 08 2013, Laurent Pinchart wrote:
> > This patch set replaces callbacks to board code with regulators and GPIOs
> > in the mmc_spi, sh_mmcif and sh_mobile_sdhi MMC drivers.
> > 
> > Most of the required infrastructure is in place already on the drivers
> > side, except for CD debouncing support in the MMC core and CD/RO GPIOs
> > support in the mmc_spi driver. The series thus starts with patches 01/14
> > and 02/14 that add those features to the MMC core and mmc_spi driver.
> > 
> > Patches 03/14 to 07/14 remove the board callbacks from the ecovec24 and
> > vision_ep9307 boards. The code has been compile-tested only as I don't
> > have
> > access to those boards.
> > 
> > Patches 08/14 to 14/14 then proceed to remove the callbacks from the
> > drivers themselves and from the platform data structures.
> 
> arch/arm/mach-shmobile/board-ag5evm.c has been removed from
> linux-next, so I've dropped patch 7 ("ARM: shmobile: ag5evm: Remove
> SDHI .set_pwr() callback") but taken all of the other patches into
> mmc-next for 3.12.

Patch 7 was only meant to avoid bisection breakages if your tree gets merged 
before the ARM tree. If it gets merged before you can indeed drop it.

-- 
Regards,

Laurent Pinchart


WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 00/14] Remove platform callbacks from mmc_spi, sh_mmcif and sh_mobile_sdhi drivers
Date: Sun, 25 Aug 2013 20:54:06 +0000	[thread overview]
Message-ID: <1591201.avzdVWpxvg@avalon> (raw)
In-Reply-To: <87ob8mqv55.fsf@octavius.laptop.org>

Hi Chris,

On Saturday 24 August 2013 23:58:14 Chris Ball wrote:
> On Thu, Aug 08 2013, Laurent Pinchart wrote:
> > This patch set replaces callbacks to board code with regulators and GPIOs
> > in the mmc_spi, sh_mmcif and sh_mobile_sdhi MMC drivers.
> > 
> > Most of the required infrastructure is in place already on the drivers
> > side, except for CD debouncing support in the MMC core and CD/RO GPIOs
> > support in the mmc_spi driver. The series thus starts with patches 01/14
> > and 02/14 that add those features to the MMC core and mmc_spi driver.
> > 
> > Patches 03/14 to 07/14 remove the board callbacks from the ecovec24 and
> > vision_ep9307 boards. The code has been compile-tested only as I don't
> > have
> > access to those boards.
> > 
> > Patches 08/14 to 14/14 then proceed to remove the callbacks from the
> > drivers themselves and from the platform data structures.
> 
> arch/arm/mach-shmobile/board-ag5evm.c has been removed from
> linux-next, so I've dropped patch 7 ("ARM: shmobile: ag5evm: Remove
> SDHI .set_pwr() callback") but taken all of the other patches into
> mmc-next for 3.12.

Patch 7 was only meant to avoid bisection breakages if your tree gets merged 
before the ARM tree. If it gets merged before you can indeed drop it.

-- 
Regards,

Laurent Pinchart


WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 00/14] Remove platform callbacks from mmc_spi, sh_mmcif and sh_mobile_sdhi drivers
Date: Sun, 25 Aug 2013 22:54:06 +0200	[thread overview]
Message-ID: <1591201.avzdVWpxvg@avalon> (raw)
In-Reply-To: <87ob8mqv55.fsf@octavius.laptop.org>

Hi Chris,

On Saturday 24 August 2013 23:58:14 Chris Ball wrote:
> On Thu, Aug 08 2013, Laurent Pinchart wrote:
> > This patch set replaces callbacks to board code with regulators and GPIOs
> > in the mmc_spi, sh_mmcif and sh_mobile_sdhi MMC drivers.
> > 
> > Most of the required infrastructure is in place already on the drivers
> > side, except for CD debouncing support in the MMC core and CD/RO GPIOs
> > support in the mmc_spi driver. The series thus starts with patches 01/14
> > and 02/14 that add those features to the MMC core and mmc_spi driver.
> > 
> > Patches 03/14 to 07/14 remove the board callbacks from the ecovec24 and
> > vision_ep9307 boards. The code has been compile-tested only as I don't
> > have
> > access to those boards.
> > 
> > Patches 08/14 to 14/14 then proceed to remove the callbacks from the
> > drivers themselves and from the platform data structures.
> 
> arch/arm/mach-shmobile/board-ag5evm.c has been removed from
> linux-next, so I've dropped patch 7 ("ARM: shmobile: ag5evm: Remove
> SDHI .set_pwr() callback") but taken all of the other patches into
> mmc-next for 3.12.

Patch 7 was only meant to avoid bisection breakages if your tree gets merged 
before the ARM tree. If it gets merged before you can indeed drop it.

-- 
Regards,

Laurent Pinchart

  reply	other threads:[~2013-08-25 20:54 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-08 10:38 [PATCH v3 00/14] Remove platform callbacks from mmc_spi, sh_mmcif and sh_mobile_sdhi drivers Laurent Pinchart
2013-08-08 10:38 ` Laurent Pinchart
2013-08-08 10:38 ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 01/14] mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd() Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 02/14] mmc: mmc_spi: Support CD/RO GPIOs Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 03/14] ARM: ep93xx: vision_ep9307: Use MMC CD and RO GPIO Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 04/14] sh: ecovec24: Use MMC/SDHI " Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 05/14] sh: ecovec24: Remove mmcif .down_pwr() callback Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 06/14] sh: ecovec24: Remove MMCIF and SDHI .set_pwr() callbacks Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 07/14] ARM: shmobile: ag5evm: Remove SDHI .set_pwr() callback Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 08/14] mmc: mmc_spi: Remove platform data .get_cd() and .get_ro() callbacks Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 09/14] mmc: sh_mmcif: Remove .down_pwr() callback from platform data Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 10/14] mmc: sh_mmcif: Remove .set_pwr() " Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 11/14] mmc: sh_mobile_sdhi: Remove .get_cd() " Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 12/14] mmc: sh_mobile_sdhi: Remove .set_pwr() " Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 13/14] mmc: tmio-mmc: Remove .get_cd() " Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38 ` [PATCH v3 14/14] mmc: tmio-mmc: Remove .set_pwr() " Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-08 10:38   ` Laurent Pinchart
2013-08-24  1:28 ` [PATCH v3 00/14] Remove platform callbacks from mmc_spi, sh_mmcif and sh_mobile_sdhi drivers Laurent Pinchart
2013-08-24  1:28   ` Laurent Pinchart
2013-08-24  1:28   ` Laurent Pinchart
2013-08-25  3:58 ` Chris Ball
2013-08-25  3:58   ` Chris Ball
2013-08-25  3:58   ` Chris Ball
2013-08-25 20:54   ` Laurent Pinchart [this message]
2013-08-25 20:54     ` Laurent Pinchart
2013-08-25 20:54     ` Laurent Pinchart

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=1591201.avzdVWpxvg@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=arnd@arndb.de \
    --cc=cjb@laptop.org \
    --cc=g.liakhovetski@gmx.de \
    --cc=hsweeten@visionengravers.com \
    --cc=ian@mnementh.co.uk \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=rmallon@gmail.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 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.