All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Update codes relevant to dw-mmc controller
@ 2015-03-30  0:44 Jaehoon Chung
  2015-03-30  9:25 ` Ulf Hansson
  0 siblings, 1 reply; 4+ messages in thread
From: Jaehoon Chung @ 2015-03-30  0:44 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, Doug Anderson, 'Chris Ball'

Dear, Ulf.

Sorry for updating too late..
ASAP, I will request pull for patches of dw-mmc controller at next time.
If needs anything, let me know, plz.

The following changes since commit 40de191e55585db80793e1c01d051fb539042d15:

  mmc: core: Enable runtime PM management of host devices (2015-03-27 14:57:50 +0100)

are available in the git repository at:

  https://github.com/jh80chung/dw-mmc.git tags/dw_mmc-for-ulf

for you to fetch changes up to 21db9218155ad2cb75cf0111b07da6cce7452d30:

  mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferring (2015-03-30 01:29:23 +0900)

----------------------------------------------------------------
Main update:
- Add the cmd11 timer to detect a timeout.
- Fixes: bcafaf5470f0 ("mmc: dw_mmc: Only enable CD after setup and only if needed"

----------------------------------------------------------------
Doug Anderson (2):
      mmc: dw_mmc: Add a timeout for sending CMD11
      mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferring

Jaehoon Chung (1):
      mmc: dw_mmc: enable card read threshold when mode is HS400

 drivers/mmc/host/dw_mmc.c  |   33 ++++++++++++++++++++++++++++++---
 include/linux/mmc/dw_mmc.h |    2 ++
 2 files changed, 32 insertions(+), 3 deletions(-)

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

* Re: [GIT PULL] Update codes relevant to dw-mmc controller
  2015-03-30  0:44 [GIT PULL] Update codes relevant to dw-mmc controller Jaehoon Chung
@ 2015-03-30  9:25 ` Ulf Hansson
  0 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2015-03-30  9:25 UTC (permalink / raw)
  To: Jaehoon Chung; +Cc: linux-mmc, Doug Anderson, Chris Ball

On 30 March 2015 at 02:44, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> Dear, Ulf.
>
> Sorry for updating too late..
> ASAP, I will request pull for patches of dw-mmc controller at next time.
> If needs anything, let me know, plz.

Thanks Jaehoon! Pulled into my next branch.

Kind regards
Uffe

>
> The following changes since commit 40de191e55585db80793e1c01d051fb539042d15:
>
>   mmc: core: Enable runtime PM management of host devices (2015-03-27 14:57:50 +0100)
>
> are available in the git repository at:
>
>   https://github.com/jh80chung/dw-mmc.git tags/dw_mmc-for-ulf
>
> for you to fetch changes up to 21db9218155ad2cb75cf0111b07da6cce7452d30:
>
>   mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferring (2015-03-30 01:29:23 +0900)
>
> ----------------------------------------------------------------
> Main update:
> - Add the cmd11 timer to detect a timeout.
> - Fixes: bcafaf5470f0 ("mmc: dw_mmc: Only enable CD after setup and only if needed"
>
> ----------------------------------------------------------------
> Doug Anderson (2):
>       mmc: dw_mmc: Add a timeout for sending CMD11
>       mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferring
>
> Jaehoon Chung (1):
>       mmc: dw_mmc: enable card read threshold when mode is HS400
>
>  drivers/mmc/host/dw_mmc.c  |   33 ++++++++++++++++++++++++++++++---
>  include/linux/mmc/dw_mmc.h |    2 ++
>  2 files changed, 32 insertions(+), 3 deletions(-)

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

* Re: [GIT PULL] Update codes relevant to dw-mmc controller
  2015-03-05  5:59 Jaehoon Chung
@ 2015-03-05  8:21 ` Ulf Hansson
  0 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2015-03-05  8:21 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: linux-mmc, Doug Anderson, addy ke, Javier Martinez Canillas, Alim Akhtar

On 5 March 2015 at 06:59, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> Dear, Ulf.
>
> I didn't find that your-tree is rebased to v4.0-rc2.
> This pull-request is based on your next branch(v4.0-rc1).
> If i have to rebase this work for v4.0-rc2, let me know, plz.

Thanks Jaehoon! I have pulled it into my next branch.

I think it's fine if you just stay on top of my next branch. If you at
any point see that dw_mmc has a dependency to a new rc, then just tell
me and I will rebase my next branch on that.

One more minor thing, I suggest you to add your sob tag for each patch
and not the ack. Some of the patches had both.

Again, thanks for helping out!

Kind regards
Uffe

>
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
>
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
>
> are available in the git repository at:
>
>   https://github.com/jh80chung/dw-mmc.git tags/v4.0-2-for-ulf
>
> for you to fetch changes up to 7aa3dc1a9ed5f38fa491016cff8cbec383bac805:
>
>   mmc: dw_mmc: Don't crash if we get an interrupt before slot has initted (2015-03-04 23:39:23 +0900)
>
> ----------------------------------------------------------------
> Main feature:
> - Support HS400 mode for designware controller.
>
> ----------------------------------------------------------------
> Doug Anderson (5):
>       mmc: dw_mmc: Make sure we only adjust the clock when power is on
>       mmc: dw_mmc: Give a good reset after we give power
>       mmc: dw_mmc: Don't start commands while busy
>       mmc: dw_mmc: Only enable CD after setup and only if needed
>       mmc: dw_mmc: Don't crash if we get an interrupt before slot has initted
>
> Seungwon Jeon (1):
>       mmc: dw_mmc: exynos: Support eMMC's HS400 mode
>
> addy ke (2):
>       mmc: dw_mmc: rockchip: add support MMC_CAP_RUNTIME_RESUME capability
>       mmc: dw_mmc: fix mmc_test by not sending abort for DRTO/EBE errors
>
>  .../devicetree/bindings/mmc/exynos-dw-mshc.txt     |    7 +
>  drivers/mmc/host/dw_mmc-exynos.c                   |  185 ++++++++++++++++----
>  drivers/mmc/host/dw_mmc-exynos.h                   |   19 +-
>  drivers/mmc/host/dw_mmc-rockchip.c                 |    8 +
>  drivers/mmc/host/dw_mmc.c                          |  142 ++++++++++++---
>  drivers/mmc/host/dw_mmc.h                          |    2 +
>  6 files changed, 309 insertions(+), 54 deletions(-)

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

* [GIT PULL] Update codes relevant to dw-mmc controller
@ 2015-03-05  5:59 Jaehoon Chung
  2015-03-05  8:21 ` Ulf Hansson
  0 siblings, 1 reply; 4+ messages in thread
From: Jaehoon Chung @ 2015-03-05  5:59 UTC (permalink / raw)
  To: linux-mmc
  Cc: Ulf Hansson, Doug Anderson, addy ke, Javier Martinez Canillas,
	Alim Akhtar

Dear, Ulf.

I didn't find that your-tree is rebased to v4.0-rc2.
This pull-request is based on your next branch(v4.0-rc1).
If i have to rebase this work for v4.0-rc2, let me know, plz.

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  https://github.com/jh80chung/dw-mmc.git tags/v4.0-2-for-ulf

for you to fetch changes up to 7aa3dc1a9ed5f38fa491016cff8cbec383bac805:

  mmc: dw_mmc: Don't crash if we get an interrupt before slot has initted (2015-03-04 23:39:23 +0900)

----------------------------------------------------------------
Main feature:
- Support HS400 mode for designware controller.

----------------------------------------------------------------
Doug Anderson (5):
      mmc: dw_mmc: Make sure we only adjust the clock when power is on
      mmc: dw_mmc: Give a good reset after we give power
      mmc: dw_mmc: Don't start commands while busy
      mmc: dw_mmc: Only enable CD after setup and only if needed
      mmc: dw_mmc: Don't crash if we get an interrupt before slot has initted

Seungwon Jeon (1):
      mmc: dw_mmc: exynos: Support eMMC's HS400 mode

addy ke (2):
      mmc: dw_mmc: rockchip: add support MMC_CAP_RUNTIME_RESUME capability
      mmc: dw_mmc: fix mmc_test by not sending abort for DRTO/EBE errors

 .../devicetree/bindings/mmc/exynos-dw-mshc.txt     |    7 +
 drivers/mmc/host/dw_mmc-exynos.c                   |  185 ++++++++++++++++----
 drivers/mmc/host/dw_mmc-exynos.h                   |   19 +-
 drivers/mmc/host/dw_mmc-rockchip.c                 |    8 +
 drivers/mmc/host/dw_mmc.c                          |  142 ++++++++++++---
 drivers/mmc/host/dw_mmc.h                          |    2 +
 6 files changed, 309 insertions(+), 54 deletions(-)

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

end of thread, other threads:[~2015-03-30  9:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-30  0:44 [GIT PULL] Update codes relevant to dw-mmc controller Jaehoon Chung
2015-03-30  9:25 ` Ulf Hansson
  -- strict thread matches above, loose matches on Subject: below --
2015-03-05  5:59 Jaehoon Chung
2015-03-05  8:21 ` Ulf Hansson

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.