All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Update dw-mmc controller
@ 2015-10-29  1:46 Jaehoon Chung
  2015-10-29 10:03 ` Ulf Hansson
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2015-10-29  1:46 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, Dan Carpenter, Jaehoon Chung

Dear, Ulf.

Here are dw-mmc patches.
Could you pull these patches into your repository?
If there is any problem, let me know, plz. Thanks!

Best Regards,
Jaehoon Chung

The following changes since commit 1c6e58d83615678875bf52747f8841c49291dfcf:

  mmc: pwrseq: Use highest priority for eMMC restart handler (2015-10-27 11:11:06 +0100)

are available in the git repository at:

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

for you to fetch changes up to 1505969f5972b0c2827a6ab83e5424ff3a465c08:

  mmc: dw_mmc: fix the wrong setting for UHS-DDR50 mode (2015-10-28 22:51:13 +0900)

----------------------------------------------------------------
Dan Carpenter (1):
      mmc: dw_mmc: NULL dereference in error message

Jaehoon Chung (2):
      mmc: dw_mmc: fix the CardThreshold boundary at CardThrCtl register
      mmc: dw_mmc: fix the wrong setting for UHS-DDR50 mode

 drivers/mmc/host/dw_mmc.c | 5 ++---
 drivers/mmc/host/dw_mmc.h | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [GIT PULL] Update dw-mmc controller
@ 2016-10-23 22:52 Jaehoon Chung
  2016-10-25  8:48 ` Ulf Hansson
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2016-10-23 22:52 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, Shawn Lin

Dear Ulf,

Could you pull these patches into your mmc-next?

The following changes since commit 2a688788ba1dd1dc905c24bf5b617aefdff4a68b:

  mmc: core: Don't use ->card_busy() and CMD13 in combination when polling (2016-10-21 10:18:07 +0200)

are available in the git repository at:

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

for you to fetch changes up to 0a9bd53611e862d2a5e2f68513b2677b13b7b379:

  mmc: dw_mmc: remove system PM callback (2016-10-24 07:13:07 +0900)

----------------------------------------------------------------
Shawn Lin (9):
      mmc: dw_mmc: add runtime PM callback
      mmc: dw_mmc-rockchip: add runtime PM support
      mmc: core: expose the capability of gpio card detect
      mmc: dw_mmc: disable biu clk if possible
      mmc: dw_mmc-k3: deploy runtime PM facilities
      mmc: dw_mmc-exynos: deploy runtime PM facilities
      mmc: dw_mmc-pci: deploy runtime PM facilities
      mmc: dw_mmc-pltfm: deploy runtime PM facilities
      mmc: dw_mmc: remove system PM callback

 drivers/mmc/core/slot-gpio.c       |  8 +++++++
 drivers/mmc/host/dw_mmc-exynos.c   | 24 +++++++++-----------
 drivers/mmc/host/dw_mmc-k3.c       | 39 ++++++++------------------------
 drivers/mmc/host/dw_mmc-pci.c      | 29 ++++++++----------------
 drivers/mmc/host/dw_mmc-pltfm.c    | 28 +++++++----------------
 drivers/mmc/host/dw_mmc-rockchip.c | 42 +++++++++++++++++++++++++++++++---
 drivers/mmc/host/dw_mmc.c          | 46 +++++++++++++++++++++++++-------------
 drivers/mmc/host/dw_mmc.h          |  6 ++---
 include/linux/mmc/slot-gpio.h      |  1 +
 9 files changed, 117 insertions(+), 106 deletions(-)

Best Regards,
Jaehoon Chung

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [GIT PULL] Update dw-mmc controller
@ 2016-09-22 10:57 Jaehoon Chung
  2016-09-22 11:51 ` Ulf Hansson
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2016-09-22 10:57 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, Shawn Lin

Dear Ulf,

Could you pull these patches into your mmc-next?

The following changes since commit 6739115d4d319ba83d52f89e66b6a86cc021a2b5:

  mmc: core: don't try to switch block size for dual rate mode (2016-09-22 10:17:54 +0200)

are available in the git repository at:

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

for you to fetch changes up to 2d25506534aec8a2e0980bf04b3e72b5b3c9f830:

  mmc: dw_mmc: remove the deprecated "supports-highspeed" property (2016-09-22 19:53:38 +0900)

----------------------------------------------------------------
Jaehoon Chung (1):
      mmc: dw_mmc: remove the deprecated "supports-highspeed" property

Shawn Lin (5):
      mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64
      mmc: dw_mmc: avoid race condition of cpu and IDMAC
      mmc: dw_mmc: fix misleading error print if failing to do DMA transfer
      mmc: dw_mmc: use macro to define ring buffer size
      mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifoth

 drivers/mmc/host/dw_mmc.c | 346 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------
 1 file changed, 202 insertions(+), 144 deletions(-)


Best Regards,
Jaehoon Chung

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [GIT PULL] Update dw-mmc controller
@ 2016-08-31 10:58 Jaehoon Chung
  2016-08-31 11:16 ` Ulf Hansson
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2016-08-31 10:58 UTC (permalink / raw)
  To: linux-mmc
  Cc: Ulf Hansson, Guodong Xu, Jin Guojun, Krzysztof Kozlowski, Shawn Lin

Dear Ulf,

Could you pull these patches into your mmc-next?
If there are any other problems, let me know, plz.

Best Regards,
Jaehoon Chung

The following changes since commit 08433b60269228dc92c4bce6bba5902a8a5b904b:

  mmc: block: don't use CMD23 with very old MMC cards (2016-08-31 10:24:51 +0200)

are available in the git repository at:

  http://github.com/jh80chung/dw-mmc for-ulf

for you to fetch changes up to 802a9ffc7b3e5901cc79f36a900a0f7abe5592c8:

  mmc: dw_mmc: k3: UHS-SD card for Hisilicon Hikey (2016-08-31 19:56:31 +0900)

----------------------------------------------------------------
Guodong Xu (2):
      Documentation: synopsys-dw-mshc: add binding for resets
      mmc: dw_mmc: add reset support to dwmmc host controller

Jaehoon Chung (1):
      mmc: dw_mmc: remove the unnecessary IS_ERR() checking for ciu/biu clock

Jin Guojun (1):
      mmc: dw_mmc: k3: UHS-SD card for Hisilicon Hikey

Krzysztof Kozlowski (1):
      mmc: dw_mmc: exynos: Warn if HS400 is being used on non-Exynos5420 chipset

Shawn Lin (2):
      mmc: dw_mmc: remove parsing for each slot subnode
      mmc: dw_mmc: return -EILSEQ for EBE and SBE error

 Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt |  4 ++++
 drivers/mmc/host/dw_mmc-exynos.c                           |  6 +++++-
 drivers/mmc/host/dw_mmc-k3.c                               |  6 ++++++
 drivers/mmc/host/dw_mmc.c                                  | 81 +++++++++++++++++++++++++++------------------------------------------------------
 include/linux/mmc/dw_mmc.h                                 |  2 ++
 5 files changed, 44 insertions(+), 55 deletions(-)


^ permalink raw reply	[flat|nested] 32+ messages in thread
* [GIT PULL] Update dw-mmc controller
@ 2016-06-29  1:42 Jaehoon Chung
  2016-07-06 16:19 ` Ulf Hansson
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2016-06-29  1:42 UTC (permalink / raw)
  To: linux-mmc
  Cc: Ulf Hansson, Shawn Lin, jerome.forissier, sw0312.kim,
	Doug Anderson, ben.dooks, Jae hoon Chung

Dear Ulf,

Could you pull these patches into your repository (next branch)?

Best Regards,
Jaehoon Chung

The following changes since commit 466780648db4aed7722de91e9d9749c6c5969327:

  mmc: sh_mmcif: Use a 10s timeout in the error recovery path (2016-06-27 11:19:29 +0200)

are available in the git repository at:

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

for you to fetch changes up to 545585efee538cac5202b415a3d0c12b4556e96f:

  mmc: dw_mmc: fix unmap sg twice when finding data err (2016-06-29 10:39:05 +0900)

----------------------------------------------------------------
Ben Dooks (1):
      mmc: dw_mmc: fix 32bit little-endian access of des1 field

Doug Anderson (2):
      mmc: dw_mmc: Consider HLE errors to be data and command errors
      mmc: dw_mmc: Wait for data transfer after response errors.

Jaehoon Chung (4):
      mmc: dw_mmc: exynos: fix the NULL pointer dereference error
      mmc: dw_mmc: remove the quirks flags
      mmc: dw_mmc: add the card write threshold for HS400 mode
      mmc: dw_mmc: prevent to set the wrong value

Jérôme Forissier (1):
      mmc: dw_mmc: k3: add MMC_CAP_CMD23

Seung-Woo Kim (1):
      mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()

Shawn Lin (3):
      mmc: dw_mmc: remove redundant of set_bit and clear_bit
      mmc: dw_mmc: check card present before starting request
      mmc: dw_mmc: fix unmap sg twice when finding data err

 drivers/mmc/host/dw_mmc-exynos.c   |   2 +-
 drivers/mmc/host/dw_mmc-k3.c       |   7 ++
 drivers/mmc/host/dw_mmc-rockchip.c |   3 -
 drivers/mmc/host/dw_mmc.c          | 157 ++++++++++++++++++++++---------------
 drivers/mmc/host/dw_mmc.h          |  10 +--
 include/linux/mmc/dw_mmc.h         |   9 ---
 6 files changed, 108 insertions(+), 80 deletions(-)

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [GIT PULL] Update dw-mmc controller
@ 2016-04-06  1:56 Jaehoon Chung
  2016-04-06  7:42 ` Ulf Hansson
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2016-04-06  1:56 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, Shawn Lin

Dear Ulf.

Could you pull these patches into your repository (next branch)?

Best Regards,
Jaehoon Chung

The following changes since commit 49f6c1ea8c8e96d610f713741544ae6adc5499eb:

  Merge branch 'fixes' into next (2016-04-05 13:11:07 +0200)

are available in the git repository at:


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

for you to fetch changes up to c5495422af70fa424424cbf2c689d12af2d4296d:

  mmc: dw_mmc: remove setup_clock callback (2016-04-06 08:19:50 +0900)

----------------------------------------------------------------
Jaehoon Chung (1):
      mmc: dw_mmc: exynos: add the function for controlling SMU

Shawn Lin (8):
      mmc: dw_mmc-rockchip: remove dw_mci_rockchip_pmops
      mmc: dw_mmc-rockchip: fix failing to mount partition with "discard"
      mmc: dw_mmc: fix warning reported by kernel-doc
      mmc: dw_mmc: avoid using dmaengine_terminate_all
      mmc: dw_mmc: remove unused EVENT_XFER_ERROR
      mmc: dw_mmc-rockchip: remove setup_clock for rockchip
      mmc: dw_mmc-exynos: remove dw_mci_exynos_setup_clock
      mmc: dw_mmc: remove setup_clock callback

 drivers/mmc/host/dw_mmc-exynos.c   | 23 +++++++++++---------
 drivers/mmc/host/dw_mmc-rockchip.c | 43 +++++++++++++-------------------------
 drivers/mmc/host/dw_mmc.c          | 11 +---------
 drivers/mmc/host/dw_mmc.h          |  2 --
 include/linux/mmc/dw_mmc.h         | 12 +++++++++--
 5 files changed, 38 insertions(+), 53 deletions(-)

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [GIT PULL] Update dw-mmc controller
@ 2016-02-05  2:41 Jaehoon Chung
  2016-02-05  7:59 ` Ulf Hansson
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2016-02-05  2:41 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, Shawn Lin, Jaehoon Chung

Dear, Ulf.

Could you pull these patches into your repository (next branch)?

Best Regards,
Jaehoon Chung

The following changes since commit b22c960a4f2da77f4abedfa56c6b6ac14ada0656:

  mmc: core: report tuning command execution failure reason (2016-02-04 11:48:36 +0100)

are available in the git repository at:

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

for you to fetch changes up to 03c35ab249f965923f570d9771eac57113162b31:

  mmc: dw_mmc: fix num_slots setting (2016-02-05 00:53:50 +0900)

----------------------------------------------------------------
Jaehoon Chung (1):
      mmc: dw_mmc: remove the prepare_command hook

Shawn Lin (6):
      mmc: dw_mmc: add hw_reset support
      mmc: dw_mmc: remove struct block_settings
      mmc: dw_mmc: remove DW_MCI_QUIRK_BROKEN_CARD_DETECTION quirk
      mmc: dw_mmc: fix err handle of dw_mci_probe
      mmc: dw_mmc: remove repetitive clear interrupt
      mmc: dw_mmc: fix num_slots setting

 drivers/mmc/host/dw_mmc-exynos.c   | 31 ++++--------
 drivers/mmc/host/dw_mmc-pltfm.c    | 19 +-------
 drivers/mmc/host/dw_mmc-rockchip.c |  7 ---
 drivers/mmc/host/dw_mmc.c          | 99 +++++++++++++++++++++-----------------
 drivers/mmc/host/dw_mmc.h          |  6 ++-
 include/linux/mmc/dw_mmc.h         | 12 +----
 6 files changed, 72 insertions(+), 102 deletions(-)

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [GIT PULL] Update dw-mmc controller
@ 2015-10-21  2:47 Jaehoon Chung
  2015-10-21  4:21 ` Jaehoon Chung
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2015-10-21  2:47 UTC (permalink / raw)
  To: linux-mmc
  Cc: Ulf Hansson, Shawn Lin, Krzysztof Kozlowski, Govindraj Raja,
	Ralf Baechle, Vineet Gupta, Wei Xu, Joachim Eastwood

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(-)

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [GIT PULL] Update dw-mmc controller
@ 2015-08-10 16:54 Jaehoon Chung
  2015-08-17  9:47 ` Ulf Hansson
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2015-08-10 16:54 UTC (permalink / raw)
  To: linux-mmc
  Cc: Ulf Hansson, Jaehoon Chung, Heiko Stübner, Alexey Brodkin,
	Addy Ke, Shawn Lin

Dear, Ulf.

Could you pull these patches into your repository?

Best Regards,
Jaehoon Chung

The following changes since commit 77a5f675e2d80469b93c3dea1913c0450c4942be:

  mmc: block: add fixup of broken CMD23 for Sandisk card (2015-07-23 14:28:47 +0200)

are available in the git repository at:

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

for you to fetch changes up to a4c8b2edf78584dc7148ce06208d0f12d3b04a1b:

  mmc: dw_mmc: add quirk for broken data transfer over scheme (2015-08-11 01:33:32 +0900)

----------------------------------------------------------------
Addy Ke (1):
      mmc: dw_mmc: add quirk for broken data transfer over scheme

Alexey Brodkin (1):
      mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used

Heiko Stuebner (1):
      mmc: dw_mmc: fix pio mode when internal dmac is enabled

Jaehoon Chung (3):
      mmc: dw_mmc: fix the wrong condition checking
      mmc: dw_mmc: remove the unused blk_setting
      mmc: dw_mmc: print the message for deprecated property

Shawn Lin (1):
      mmc: dw_mmc: Fix coding style issues

 drivers/mmc/host/dw_mmc-rockchip.c |   3 +
 drivers/mmc/host/dw_mmc.c          | 284 +++++++++++++++++++++++++------------
 include/linux/mmc/dw_mmc.h         |   5 +-
 3 files changed, 204 insertions(+), 88 deletions(-)

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [GIT PULL] Update dw-mmc controller
@ 2015-06-12  1:54 Jaehoon Chung
  2015-06-12  7:33 ` Ulf Hansson
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2015-06-12  1:54 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, Prabu Thangamuthu

Dear, Ulf.

Could you pull this patch for mmc-next?

Best Regards,
Jaehoon Chung


The following changes since commit 5fd26c7ecb32082745b0bd33c8e35badd1cb5a91:

  mmc: sdhci: Restore behavior while creating OCR mask (2015-06-08 09:49:57 +0200)

are available in the git repository at:

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

for you to fetch changes up to d15283723e066512f7d4d18c78cf68d15a400b29:

  mmc: dw_mmc: insmod followed by rmmod will hung for eMMC (2015-06-12 01:42:02 +0900)

----------------------------------------------------------------
Prabu Thangamuthu (1):
      mmc: dw_mmc: insmod followed by rmmod will hung for eMMC

 drivers/mmc/host/dw_mmc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [GIT PULL] Update dw-mmc controller
@ 2015-05-18  3:44 Jaehoon Chung
  2015-05-18  8:25 ` Ulf Hansson
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2015-05-18  3:44 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, Zhangfei Gao, Lars-Peter Clausen

Dear, Ulf.

Could you pull these patches for mmc-next?

Best Regards,
Jaehoon Chung

The following changes since commit d689a660983cf600bd73e5f79650785471f3c13a:

  mmc: cast unsigned int to typeof(sector_t) to avoid unexpected error (2015-05-11 12:16:38 +0200)

are available in the git repository at:

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

for you to fetch changes up to 33865962d87357cd39e446fc89e5509557483668:

  mmc: dw_mmc: rockchip: Fix modalias to make module auto-loading work (2015-05-18 05:41:28 +0900)

----------------------------------------------------------------
- Support the hi6200
- Fix modailis to make module auto-loading work
- Use core to handle absent write protect line

----------------------------------------------------------------
Lars-Peter Clausen (1):
      mmc: dw_mmc: Use core to handle absent write protect line

Zhangfei Gao (6):
      Document: dw_mmc-k3: add document of hi6220 mmc
      mmc: dw_mmc: add switch_voltage
      mmc: dw_mmc: k3: support hi6220
      mmc: dw_mmc: k3: Fix modalias to make module auto-loading work
      mmc: dw_mmc: exynos: Fix modalias to make module auto-loading work
      mmc: dw_mmc: rockchip: Fix modalias to make module auto-loading work

 .../devicetree/bindings/mmc/k3-dw-mshc.txt         |  28 ++++++
 drivers/mmc/host/dw_mmc-exynos.c                   |   2 +-
 drivers/mmc/host/dw_mmc-k3.c                       | 105 ++++++++++++++++++++-
 drivers/mmc/host/dw_mmc-rockchip.c                 |   2 +-
 drivers/mmc/host/dw_mmc.c                          |  57 +++++------
 drivers/mmc/host/dw_mmc.h                          |   5 +-
 include/linux/mmc/dw_mmc.h                         |   6 --
 7 files changed, 155 insertions(+), 50 deletions(-)

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [GIT PULL] Update dw-mmc controller
@ 2015-05-07  8:37 Jaehoon Chung
  2015-05-08  7:02 ` Ulf Hansson
  0 siblings, 1 reply; 32+ messages in thread
From: Jaehoon Chung @ 2015-05-07  8:37 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, zhangfei, Jaehoon Chung

Dear, Ulf.

Could you pull dw-mmc controller patches for v4.2-rc3?

Best Regards,
Jaehoon Chung

The following changes since commit 75f65952d431aee8b97a20a9df2de1341ca8da01:

  Merge branch 'fixes' into next (2015-05-06 14:56:06 +0200)

are available in the git repository at:


  https://github.com/jh80chung/dw-mmc.git tags/dw-mmc-v4.1-rc3-for-ulf

for you to fetch changes up to 6df66485e62467487ea885c9697df3a3ee22c86f:

  mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLE (2015-05-07 16:32:58 +0900)

----------------------------------------------------------------
dw-mmc-v.4.1-rc3-for-ulf

----------------------------------------------------------------
Zhangfei Gao (2):
      mmc: dw_mmc: init desc in dw_mci_idmac_init
      mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLE

 drivers/mmc/host/dw_mmc.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2016-10-25  8:48 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-29  1:46 [GIT PULL] Update dw-mmc controller Jaehoon Chung
2015-10-29 10:03 ` Ulf Hansson
  -- 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-21  2:47 Jaehoon Chung
2015-10-21  4:21 ` Jaehoon Chung
2015-10-21  8:38   ` Ulf Hansson
2015-10-21  8:52     ` Jaehoon Chung
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

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.