All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] MMC updates for mmc-next for 3.15, take 1
@ 2014-02-14 11:09 Ulf Hansson
  2014-02-23 15:33 ` Ulf Hansson
  0 siblings, 1 reply; 3+ messages in thread
From: Ulf Hansson @ 2014-02-14 11:09 UTC (permalink / raw)
  To: linux-mmc, Chris Ball; +Cc: Russell King - ARM Linux

Hi Chris,

I have collected some patches, all from the patchset:

mmc: Improve busy detection for MMC_CAP_WAIT_WHILE_BUSY

I have also included two patches for the mmci host driver, which I
would appreciate if you could carry through your tree since there are
a dependencies.
I have not yet got confirmation from Russell, that he's happy with
these, but I expect he will tell if not.

Kind regards
Ulf Hansson


The following changes since commit 7536d3f83aa42ba1a3b1c6b30c2b6d94a820cbb2:

  mmc: core: Enable MMC_CAP2_CACHE_CTRL as default (2014-02-13 22:58:49 -0500)

are available in the git repository at:

  git://git.linaro.org/people/ulfh/mmc.git mmc-next_for_chris

for you to fetch changes up to 13d0f23faabc2899a289630c42088c48d10a0872:

  mmc: mmci: Enable support for busy detection for ux500 variant
(2014-02-14 09:33:16 +0100)

----------------------------------------------------------------
Ulf Hansson (13):
      mmc: core: Rename max_discard_to to max_busy_timeout
      mmc: core: Rename cmd_timeout_ms to busy_timeout
      mmc: core: Add ignore_crc flag to __mmc_switch
      mmc: core: Minor simplifications to __mmc_switch
      mmc: core: Fixup busy detection for mmc switch operations
      mmc: core: Use generic CMD6 time while switching to eMMC HS200 mode
      mmc: core: Respect host's max_busy_timeout when sending sleep cmd
      mmc: block: Use R1 responses for stop cmds for read requests
      mmc: block: Implement card_busy_detect() for busy detection
      mmc: block: Respect hw busy detection in card_busy_detect()
      mmc: block: Fixup busy detection while invoking stop cmd at recovery
      mmc: mmci: Handle CMD irq before DATA irq
      mmc: mmci: Enable support for busy detection for ux500 variant

 drivers/mmc/card/block.c   |  178 ++++++++++++++++++++++++++++----------------
 drivers/mmc/core/core.c    |   11 +--
 drivers/mmc/core/mmc.c     |   34 ++++++---
 drivers/mmc/core/mmc_ops.c |   64 ++++++++++------
 drivers/mmc/host/mmci.c    |   54 +++++++++++---
 drivers/mmc/host/mmci.h    |    2 +
 drivers/mmc/host/sdhci.c   |   10 +--
 include/linux/mmc/core.h   |    4 +-
 include/linux/mmc/host.h   |    2 +-
 9 files changed, 241 insertions(+), 118 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] MMC updates for mmc-next for 3.15, take 1
  2014-02-14 11:09 [GIT PULL] MMC updates for mmc-next for 3.15, take 1 Ulf Hansson
@ 2014-02-23 15:33 ` Ulf Hansson
  2014-02-23 15:43   ` Chris Ball
  0 siblings, 1 reply; 3+ messages in thread
From: Ulf Hansson @ 2014-02-23 15:33 UTC (permalink / raw)
  To: linux-mmc, Chris Ball; +Cc: Russell King - ARM Linux

On 14 February 2014 12:09, Ulf Hansson <ulf.hansson@linaro.org> wrote:
> Hi Chris,
>
> I have collected some patches, all from the patchset:
>
> mmc: Improve busy detection for MMC_CAP_WAIT_WHILE_BUSY
>
> I have also included two patches for the mmci host driver, which I
> would appreciate if you could carry through your tree since there are
> a dependencies.
> I have not yet got confirmation from Russell, that he's happy with
> these, but I expect he will tell if not.

Hi Chris,

I would suggest we go ahead and merge this for 3.15, unless you have
any concerns with any of the patches of course.

Kind regards
Uffe

>
> Kind regards
> Ulf Hansson
>
>
> The following changes since commit 7536d3f83aa42ba1a3b1c6b30c2b6d94a820cbb2:
>
>   mmc: core: Enable MMC_CAP2_CACHE_CTRL as default (2014-02-13 22:58:49 -0500)
>
> are available in the git repository at:
>
>   git://git.linaro.org/people/ulfh/mmc.git mmc-next_for_chris
>
> for you to fetch changes up to 13d0f23faabc2899a289630c42088c48d10a0872:
>
>   mmc: mmci: Enable support for busy detection for ux500 variant
> (2014-02-14 09:33:16 +0100)
>
> ----------------------------------------------------------------
> Ulf Hansson (13):
>       mmc: core: Rename max_discard_to to max_busy_timeout
>       mmc: core: Rename cmd_timeout_ms to busy_timeout
>       mmc: core: Add ignore_crc flag to __mmc_switch
>       mmc: core: Minor simplifications to __mmc_switch
>       mmc: core: Fixup busy detection for mmc switch operations
>       mmc: core: Use generic CMD6 time while switching to eMMC HS200 mode
>       mmc: core: Respect host's max_busy_timeout when sending sleep cmd
>       mmc: block: Use R1 responses for stop cmds for read requests
>       mmc: block: Implement card_busy_detect() for busy detection
>       mmc: block: Respect hw busy detection in card_busy_detect()
>       mmc: block: Fixup busy detection while invoking stop cmd at recovery
>       mmc: mmci: Handle CMD irq before DATA irq
>       mmc: mmci: Enable support for busy detection for ux500 variant
>
>  drivers/mmc/card/block.c   |  178 ++++++++++++++++++++++++++++----------------
>  drivers/mmc/core/core.c    |   11 +--
>  drivers/mmc/core/mmc.c     |   34 ++++++---
>  drivers/mmc/core/mmc_ops.c |   64 ++++++++++------
>  drivers/mmc/host/mmci.c    |   54 +++++++++++---
>  drivers/mmc/host/mmci.h    |    2 +
>  drivers/mmc/host/sdhci.c   |   10 +--
>  include/linux/mmc/core.h   |    4 +-
>  include/linux/mmc/host.h   |    2 +-
>  9 files changed, 241 insertions(+), 118 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] MMC updates for mmc-next for 3.15, take 1
  2014-02-23 15:33 ` Ulf Hansson
@ 2014-02-23 15:43   ` Chris Ball
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Ball @ 2014-02-23 15:43 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: linux-mmc, Russell King - ARM Linux

Hi Ulf,

On Sun, Feb 23 2014, Ulf Hansson wrote:
> I would suggest we go ahead and merge this for 3.15, unless you have
> any concerns with any of the patches of course.

Okay, pushed to mmc-next for 3.15.  Thanks!

- Chris.
-- 
Chris Ball   <chris@printf.net>   <http://printf.net/>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-23 15:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14 11:09 [GIT PULL] MMC updates for mmc-next for 3.15, take 1 Ulf Hansson
2014-02-23 15:33 ` Ulf Hansson
2014-02-23 15:43   ` Chris Ball

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.