All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: "linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
	Shawn Lin <shawn.lin@rock-chips.com>,
	Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	Govindraj Raja <govindraj.raja@imgtec.com>,
	Ralf Baechle <ralf@linux-mips.org>,
	Vineet Gupta <vgupta@synopsys.com>, Wei Xu <xuwei5@hisilicon.com>,
	Joachim Eastwood <manabian@gmail.com>
Subject: Re: [GIT PULL] Update dw-mmc controller
Date: Wed, 21 Oct 2015 13:21:53 +0900	[thread overview]
Message-ID: <562712E1.3020107@samsung.com> (raw)
In-Reply-To: <5626FCB0.5040708@samsung.com>

Dear Ulf.

Sorry..previously request-pull is wrong.
Could you pull the below..?

The following changes since commit 10e2cf053bbbaa76fcd919c0f59ae5bf8463a19c:

  mmc: sdhci-of-esdhc: avoid writing power control register (2015-10-16 15:04:58 +0200)

are available in the git repository at:

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

for you to fetch changes up to 13ae9dff2fe12409197fbd3620d2308888badbac:

  arm: zx_defconfig: remove CONFIG_MMC_DW_IDMAC (2015-10-20 23:59:31 +0900)

----------------------------------------------------------------
Shawn Lin (10):
      mmc: dw_mmc: Add external dma interface support
      mmc: dw_mmc: use macro for HCON register operations
      Documentation: synopsys-dw-mshc: add bindings for idmac and edmac
      mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMAC
      arc: axs10x_defconfig: remove CONFIG_MMC_DW_IDMAC
      arm: exynos_defconfig: remove CONFIG_MMC_DW_IDMAC
      arm: hisi_defconfig: remove CONFIG_MMC_DW_IDMAC
      arm: lpc18xx_defconfig: remove CONFIG_MMC_DW_IDMAC
      arm: multi_v7_defconfig: remove CONFIG_MMC_DW_IDMAC
      arm: zx_defconfig: remove CONFIG_MMC_DW_IDMAC

 Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt |  25 +++++++++++++
 arch/arc/configs/axs101_defconfig                          |   1 -
 arch/arc/configs/axs103_defconfig                          |   1 -
 arch/arc/configs/axs103_smp_defconfig                      |   1 -
 arch/arm/configs/exynos_defconfig                          |   1 -
 arch/arm/configs/hisi_defconfig                            |   1 -
 arch/arm/configs/lpc18xx_defconfig                         |   1 -
 arch/arm/configs/multi_v7_defconfig                        |   1 -
 arch/arm/configs/zx_defconfig                              |   1 -
 arch/mips/configs/pistachio_defconfig                      |   1 -
 drivers/mmc/host/Kconfig                                   |  11 +-----
 drivers/mmc/host/dw_mmc-pltfm.c                            |   2 +
 drivers/mmc/host/dw_mmc.c                                  | 272 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
 drivers/mmc/host/dw_mmc.h                                  |   9 +++++
 include/linux/mmc/dw_mmc.h                                 |  23 +++++++++++-
 15 files changed, 276 insertions(+), 75 deletions(-)

Best Regards,
Jaehoon Chung

On 10/21/2015 11:47 AM, Jaehoon Chung wrote:
> Dear, Ulf.
> 
> Could you pull these patch for mmc-next?
> If have any other problem, let me know, plz.
> 
> Best Regards,
> Jaehoon Chung
> 
> The following changes since commit 10e2cf053bbbaa76fcd919c0f59ae5bf8463a19c:
> 
>   mmc: sdhci-of-esdhc: avoid writing power control register (2015-10-16 15:04:58 +0200)
> 
> are available in the git repository at:
> 
>   https://git.linaro.org/people/ulf.hansson/mmc.git 
> 
> for you to fetch changes up to 13ae9dff2fe12409197fbd3620d2308888badbac:
> 
>   arm: zx_defconfig: remove CONFIG_MMC_DW_IDMAC (2015-10-20 23:59:31 +0900)
> 
> ----------------------------------------------------------------
> Shawn Lin (10):
>       mmc: dw_mmc: Add external dma interface support
>       mmc: dw_mmc: use macro for HCON register operations
>       Documentation: synopsys-dw-mshc: add bindings for idmac and edmac
>       mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMAC
>       arc: axs10x_defconfig: remove CONFIG_MMC_DW_IDMAC
>       arm: exynos_defconfig: remove CONFIG_MMC_DW_IDMAC
>       arm: hisi_defconfig: remove CONFIG_MMC_DW_IDMAC
>       arm: lpc18xx_defconfig: remove CONFIG_MMC_DW_IDMAC
>       arm: multi_v7_defconfig: remove CONFIG_MMC_DW_IDMAC
>       arm: zx_defconfig: remove CONFIG_MMC_DW_IDMAC
> 
>  Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt |  25 +++++++++++++
>  arch/arc/configs/axs101_defconfig                          |   1 -
>  arch/arc/configs/axs103_defconfig                          |   1 -
>  arch/arc/configs/axs103_smp_defconfig                      |   1 -
>  arch/arm/configs/exynos_defconfig                          |   1 -
>  arch/arm/configs/hisi_defconfig                            |   1 -
>  arch/arm/configs/lpc18xx_defconfig                         |   1 -
>  arch/arm/configs/multi_v7_defconfig                        |   1 -
>  arch/arm/configs/zx_defconfig                              |   1 -
>  arch/mips/configs/pistachio_defconfig                      |   1 -
>  drivers/mmc/host/Kconfig                                   |  11 +-----
>  drivers/mmc/host/dw_mmc-pltfm.c                            |   2 +
>  drivers/mmc/host/dw_mmc.c                                  | 272 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
>  drivers/mmc/host/dw_mmc.h                                  |   9 +++++
>  include/linux/mmc/dw_mmc.h                                 |  23 +++++++++++-
>  15 files changed, 276 insertions(+), 75 deletions(-)
> 


  reply	other threads:[~2015-10-21  4:21 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-21  2:47 [GIT PULL] Update dw-mmc controller Jaehoon Chung
2015-10-21  4:21 ` Jaehoon Chung [this message]
2015-10-21  8:38   ` Ulf Hansson
2015-10-21  8:52     ` Jaehoon Chung
  -- strict thread matches above, loose matches on Subject: below --
2016-10-23 22:52 Jaehoon Chung
2016-10-25  8:48 ` Ulf Hansson
2016-09-22 10:57 Jaehoon Chung
2016-09-22 11:51 ` Ulf Hansson
2016-08-31 10:58 Jaehoon Chung
2016-08-31 11:16 ` Ulf Hansson
2016-06-29  1:42 Jaehoon Chung
2016-07-06 16:19 ` Ulf Hansson
2016-04-06  1:56 Jaehoon Chung
2016-04-06  7:42 ` Ulf Hansson
2016-02-05  2:41 Jaehoon Chung
2016-02-05  7:59 ` Ulf Hansson
2015-10-29  1:46 Jaehoon Chung
2015-10-29 10:03 ` Ulf Hansson
2015-08-10 16:54 Jaehoon Chung
2015-08-17  9:47 ` Ulf Hansson
2015-08-17 10:12   ` Alexey Brodkin
2015-08-17 10:32     ` Ulf Hansson
2015-08-17 11:11       ` Alexey Brodkin
2015-09-16 11:27       ` Alexey Brodkin
2015-10-01  9:17         ` Jaehoon Chung
2015-06-12  1:54 Jaehoon Chung
2015-06-12  7:33 ` Ulf Hansson
2015-05-18  3:44 Jaehoon Chung
2015-05-18  8:25 ` Ulf Hansson
2015-05-07  8:37 Jaehoon Chung
2015-05-08  7:02 ` Ulf Hansson
2015-05-08  7:06   ` Jaehoon Chung

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=562712E1.3020107@samsung.com \
    --to=jh80.chung@samsung.com \
    --cc=govindraj.raja@imgtec.com \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=manabian@gmail.com \
    --cc=ralf@linux-mips.org \
    --cc=shawn.lin@rock-chips.com \
    --cc=ulf.hansson@linaro.org \
    --cc=vgupta@synopsys.com \
    --cc=xuwei5@hisilicon.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.