Re: [PATCH 0/2] maximum discard size

2011-07-15 Thread Adrian Hunter

On 28/06/2011 5:16 p.m., Adrian Hunter wrote:

Hi

Here is a patch that sets a maximum discard size for host controllers
that cannot manage large timeouts.  And another patch putting it into
use for shdci.


Can this be applied?


Adrian Hunter (2):
   mmc: queue: let host controllers specify maximum discard timeout
   mmc: sdhci: specify maximum discard timeout

  drivers/mmc/card/queue.c |   33 ++--
  drivers/mmc/core/core.c  |   76 ++
  drivers/mmc/host/sdhci.c |5 +++
  include/linux/mmc/core.h |1 +
  include/linux/mmc/host.h |1 +
  5 files changed, 106 insertions(+), 10 deletions(-)

Regards
Adrian Hunter
--
To unsubscribe from this list: send the line unsubscribe linux-mmc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To unsubscribe from this list: send the line unsubscribe linux-mmc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] maximum discard size

2011-07-15 Thread Chris Ball
Hi Adrian,

On Fri, Jul 15 2011, Adrian Hunter wrote:
 Here is a patch that sets a maximum discard size for host controllers
 that cannot manage large timeouts.  And another patch putting it into
 use for shdci.

 Can this be applied?

 Adrian Hunter (2):
mmc: queue: let host controllers specify maximum discard timeout
mmc: sdhci: specify maximum discard timeout

These two are already in mmc-next for 3.1 -- looks like I forgot to send
an e-mail letting you know I'd merged them, sorry.

Thanks,

- Chris.
-- 
Chris Ball   c...@laptop.org   http://printf.net/
One Laptop Per Child
--
To unsubscribe from this list: send the line unsubscribe linux-mmc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/2] maximum discard size

2011-06-28 Thread Adrian Hunter
Hi

Here is a patch that sets a maximum discard size for host controllers
that cannot manage large timeouts.  And another patch putting it into
use for shdci.

Adrian Hunter (2):
  mmc: queue: let host controllers specify maximum discard timeout
  mmc: sdhci: specify maximum discard timeout

 drivers/mmc/card/queue.c |   33 ++--
 drivers/mmc/core/core.c  |   76 ++
 drivers/mmc/host/sdhci.c |5 +++
 include/linux/mmc/core.h |1 +
 include/linux/mmc/host.h |1 +
 5 files changed, 106 insertions(+), 10 deletions(-)

Regards
Adrian Hunter
--
To unsubscribe from this list: send the line unsubscribe linux-mmc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html