All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] MMC updates for mmc-next for 3.14, take 1
@ 2013-12-20  8:39 Ulf Hansson
  2014-01-14  8:40 ` Ulf Hansson
  2014-02-14  3:59 ` Chris Ball
  0 siblings, 2 replies; 6+ messages in thread
From: Ulf Hansson @ 2013-12-20  8:39 UTC (permalink / raw)
  To: Chris Ball, linux-mmc

Hi Chris,

Here is a collection of patches you might want to pull in for your
mmc-next branch for 3.14.

Kind regards
Ulf Hansson


The following changes since commit 82793a517714c53e874dd54c94c3965cc118f689:

  mmc: sh_mmcif: Fix compilation warning on 64-bit platforms
(2013-12-11 21:20:59 -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 435c4fe59617b7439fa4a59f656b8499771002da:

  mmc: core: Enable MMC_CAP2_CACHE_CTRL as default (2013-12-20 09:14:13 +0100)

----------------------------------------------------------------
Ulf Hansson (10):
      mmc: sh_mobile_sdhi: Use modern PM macros to define pm callbacks
      mmc: tmio_mmc: Convert from legacy to modern PM ops
      mmc: tmio: Adapt to proper PM configs for exported functions
      mmc: core: Use MMC_UNSAFE_RESUME as default behavior
      mmc: core: Remove unnecessary validations for bus_ops callbacks
      mmc: card: Remove host cap MMC_CAP2_SANITIZE
      mmc: core: Remove unused host cap MMC_CAP2_BROKEN_VOLTAGE
      mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMD
      mmc: core: Use mmc_flush_cache() during mmc suspend
      mmc: core: Enable MMC_CAP2_CACHE_CTRL as default

 drivers/mmc/card/block.c          |    3 +-
 drivers/mmc/core/Kconfig          |   15 --------
 drivers/mmc/core/bus.c            |   12 ++-----
 drivers/mmc/core/core.c           |   72 +++----------------------------------
 drivers/mmc/core/mmc.c            |   31 ++--------------
 drivers/mmc/core/sd.c             |   23 +-----------
 drivers/mmc/host/sh_mobile_sdhi.c |    8 ++---
 drivers/mmc/host/tmio_mmc.c       |   30 ++++++++--------
 drivers/mmc/host/tmio_mmc.h       |    7 ++--
 drivers/mmc/host/tmio_mmc_pio.c   |    7 ++--
 include/linux/mmc/host.h          |   11 +-----
 11 files changed, 40 insertions(+), 179 deletions(-)

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

* Re: [GIT PULL] MMC updates for mmc-next for 3.14, take 1
  2013-12-20  8:39 [GIT PULL] MMC updates for mmc-next for 3.14, take 1 Ulf Hansson
@ 2014-01-14  8:40 ` Ulf Hansson
  2014-01-15 14:28   ` Chris Ball
  2014-02-14  3:59 ` Chris Ball
  1 sibling, 1 reply; 6+ messages in thread
From: Ulf Hansson @ 2014-01-14  8:40 UTC (permalink / raw)
  To: Chris Ball, linux-mmc

On 20 December 2013 09:39, Ulf Hansson <ulf.hansson@linaro.org> wrote:
> Hi Chris,
>
> Here is a collection of patches you might want to pull in for your
> mmc-next branch for 3.14.
>
> Kind regards
> Ulf Hansson

Hi Chris,

Any thoughts on this pull request?

Kind regards
Ulf Hansson


>
>
> The following changes since commit 82793a517714c53e874dd54c94c3965cc118f689:
>
>   mmc: sh_mmcif: Fix compilation warning on 64-bit platforms
> (2013-12-11 21:20:59 -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 435c4fe59617b7439fa4a59f656b8499771002da:
>
>   mmc: core: Enable MMC_CAP2_CACHE_CTRL as default (2013-12-20 09:14:13 +0100)
>
> ----------------------------------------------------------------
> Ulf Hansson (10):
>       mmc: sh_mobile_sdhi: Use modern PM macros to define pm callbacks
>       mmc: tmio_mmc: Convert from legacy to modern PM ops
>       mmc: tmio: Adapt to proper PM configs for exported functions
>       mmc: core: Use MMC_UNSAFE_RESUME as default behavior
>       mmc: core: Remove unnecessary validations for bus_ops callbacks
>       mmc: card: Remove host cap MMC_CAP2_SANITIZE
>       mmc: core: Remove unused host cap MMC_CAP2_BROKEN_VOLTAGE
>       mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMD
>       mmc: core: Use mmc_flush_cache() during mmc suspend
>       mmc: core: Enable MMC_CAP2_CACHE_CTRL as default
>
>  drivers/mmc/card/block.c          |    3 +-
>  drivers/mmc/core/Kconfig          |   15 --------
>  drivers/mmc/core/bus.c            |   12 ++-----
>  drivers/mmc/core/core.c           |   72 +++----------------------------------
>  drivers/mmc/core/mmc.c            |   31 ++--------------
>  drivers/mmc/core/sd.c             |   23 +-----------
>  drivers/mmc/host/sh_mobile_sdhi.c |    8 ++---
>  drivers/mmc/host/tmio_mmc.c       |   30 ++++++++--------
>  drivers/mmc/host/tmio_mmc.h       |    7 ++--
>  drivers/mmc/host/tmio_mmc_pio.c   |    7 ++--
>  include/linux/mmc/host.h          |   11 +-----
>  11 files changed, 40 insertions(+), 179 deletions(-)

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

* Re: [GIT PULL] MMC updates for mmc-next for 3.14, take 1
  2014-01-14  8:40 ` Ulf Hansson
@ 2014-01-15 14:28   ` Chris Ball
  2014-01-16 10:55     ` Ulf Hansson
  0 siblings, 1 reply; 6+ messages in thread
From: Chris Ball @ 2014-01-15 14:28 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: linux-mmc

Hi Ulf,

On Tue, Jan 14 2014, Ulf Hansson wrote:
> Any thoughts on this pull request?

Sorry for the delay -- I'm a little worried about these and would like
lots of testing, so I think the best time to merge them to linux-next
will be immediately after 3.14-rc1 is released.  Hope that's okay,
thanks.

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

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

* Re: [GIT PULL] MMC updates for mmc-next for 3.14, take 1
  2014-01-15 14:28   ` Chris Ball
@ 2014-01-16 10:55     ` Ulf Hansson
  2014-02-04 16:14       ` Ulf Hansson
  0 siblings, 1 reply; 6+ messages in thread
From: Ulf Hansson @ 2014-01-16 10:55 UTC (permalink / raw)
  To: Chris Ball; +Cc: linux-mmc

On 15 January 2014 15:28, Chris Ball <chris@printf.net> wrote:
> Hi Ulf,
>
> On Tue, Jan 14 2014, Ulf Hansson wrote:
>> Any thoughts on this pull request?
>
> Sorry for the delay -- I'm a little worried about these and would like
> lots of testing, so I think the best time to merge them to linux-next
> will be immediately after 3.14-rc1 is released.  Hope that's okay,
> thanks.

No worries, I agree it makes sense to queue them for 3.15 instead.

Kind regards
Ulf Hansson

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

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

* Re: [GIT PULL] MMC updates for mmc-next for 3.14, take 1
  2014-01-16 10:55     ` Ulf Hansson
@ 2014-02-04 16:14       ` Ulf Hansson
  0 siblings, 0 replies; 6+ messages in thread
From: Ulf Hansson @ 2014-02-04 16:14 UTC (permalink / raw)
  To: Chris Ball; +Cc: linux-mmc

On 16 January 2014 11:55, Ulf Hansson <ulf.hansson@linaro.org> wrote:
> On 15 January 2014 15:28, Chris Ball <chris@printf.net> wrote:
>> Hi Ulf,
>>
>> On Tue, Jan 14 2014, Ulf Hansson wrote:
>>> Any thoughts on this pull request?
>>
>> Sorry for the delay -- I'm a little worried about these and would like
>> lots of testing, so I think the best time to merge them to linux-next
>> will be immediately after 3.14-rc1 is released.  Hope that's okay,
>> thanks.
>
> No worries, I agree it makes sense to queue them for 3.15 instead.

Hi Chris,

Just wanted to send you a ping on this.

3.14 rc1 is available now and I guess you will soon push an updated
mmc next branch.

Kind regards
Uffe

>
> Kind regards
> Ulf Hansson
>
>>
>> - Chris.
>> --
>> Chris Ball   <chris@printf.net>   <http://printf.net/>

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

* Re: [GIT PULL] MMC updates for mmc-next for 3.14, take 1
  2013-12-20  8:39 [GIT PULL] MMC updates for mmc-next for 3.14, take 1 Ulf Hansson
  2014-01-14  8:40 ` Ulf Hansson
@ 2014-02-14  3:59 ` Chris Ball
  1 sibling, 0 replies; 6+ messages in thread
From: Chris Ball @ 2014-02-14  3:59 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: linux-mmc

Hi Ulf,

On Fri, Dec 20 2013, Ulf Hansson wrote:
>  11 files changed, 40 insertions(+), 179 deletions(-)

Sorry for the delay, and thank you for the pleasing diffstat.  :-)
Pushed to mmc-next for 3.15.

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

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

end of thread, other threads:[~2014-02-14  3:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-20  8:39 [GIT PULL] MMC updates for mmc-next for 3.14, take 1 Ulf Hansson
2014-01-14  8:40 ` Ulf Hansson
2014-01-15 14:28   ` Chris Ball
2014-01-16 10:55     ` Ulf Hansson
2014-02-04 16:14       ` Ulf Hansson
2014-02-14  3:59 ` 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.