All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Please pull u-boot-mmc
@ 2016-08-05 12:00 Jaehoon Chung
  2016-08-05 21:43 ` [U-Boot] [PATCH] zynq_sdhci.c: Fix warning in arasan_sdhci_probe Tom Rini
  2016-08-06  0:57 ` [U-Boot] [PATCH] Please pull u-boot-mmc Tom Rini
  0 siblings, 2 replies; 13+ messages in thread
From: Jaehoon Chung @ 2016-08-05 12:00 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Here is the mmc updates. There are patches relevant to DM and pending patches.
Could you pull these patch to u-boot/master?

Best Regards
Jaehoon Chung

The following changes since commit e1efe43c710bec8d951c25f163cc8b0c5eb92294:

  powerpc/86xx: Increase boot map size to 256 MiB (2016-08-03 18:02:29 -0700)

are available in the git repository at:

  git://git.denx.de/u-boot-mmc.git master

for you to fetch changes up to 89f69e51734f5d704ef84503d24907bfde2f5577:

  mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA (2016-08-05 20:48:01 +0900)

----------------------------------------------------------------
Jaehoon Chung (10):
      mmc: sdhci: set to INT_DATA_END when there are data
      mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B
      mmc: dw_mmc: remove the duplicated header file
      mmc: fsl_esdhc: remove the duplicated header file
      mmc: use the generic error number
      mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"
      mmc: sdhci: remove the unused argument for sdhci_setup_cfg
      mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg
      mmc: dw_mmc: fix the wrong Mask bit boundary for fifo_count bit
      mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA

Masahiro Yamada (1):
      mmc: sdhci: clean up timeout detection

Xu Ziyuan (3):
      mmc: display mmc list information like mmc_legacy type
      mmc: dw_mmc: transfer proper bytes to FIFO
      mmc: dw_mmc: fix data starvation by host timeout under FIFO mode

 drivers/mmc/arm_pl180_mmci.c |  2 +-
 drivers/mmc/bfin_sdh.c       | 10 ++++----
 drivers/mmc/davinci_mmc.c    | 11 +++++----
 drivers/mmc/dw_mmc.c         | 12 +++++----
 drivers/mmc/exynos_dw_mmc.c  |  2 +-
 drivers/mmc/fsl_esdhc.c      | 14 +++++------
 drivers/mmc/ftsdc010_mci.c   | 10 ++++----
 drivers/mmc/gen_atmel_mci.c  | 10 ++++----
 drivers/mmc/mmc-uclass.c     |  2 +-
 drivers/mmc/mmc.c            | 18 +++++++-------
 drivers/mmc/mmc_spi.c        | 11 +++++----
 drivers/mmc/msm_sdhci.c      |  4 +--
 drivers/mmc/mvebu_mmc.c      |  9 ++++---
 drivers/mmc/mxcmmc.c         |  6 ++---
 drivers/mmc/mxsmmc.c         | 18 +++++++-------
 drivers/mmc/omap_hsmmc.c     | 18 +++++++-------
 drivers/mmc/rockchip_sdhci.c |  8 ++----
 drivers/mmc/s3c_sdi.c        |  4 +--
 drivers/mmc/s5p_sdhci.c      |  2 +-
 drivers/mmc/sdhci.c          | 58 ++++++++++++++++++++++----------------------
 drivers/mmc/sh_mmcif.c       |  8 +++---
 drivers/mmc/sh_sdhi.c        |  6 ++---
 drivers/mmc/sunxi_mmc.c      |  6 ++---
 drivers/mmc/tegra_mmc.c      |  7 +++---
 drivers/mmc/uniphier-sd.c    |  2 +-
 drivers/mmc/zynq_sdhci.c     |  6 ++---
 include/dwmmc.h              |  2 +-
 include/mmc.h                |  6 -----
 include/sdhci.h              | 13 +++-------
 29 files changed, 135 insertions(+), 150 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [U-Boot] [PATCH] Please pull u-boot-mmc
@ 2016-08-12  7:34 Jaehoon Chung
  2016-08-12 12:04 ` Tom Rini
  0 siblings, 1 reply; 13+ messages in thread
From: Jaehoon Chung @ 2016-08-12  7:34 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Here is the mmc updates.
- Supports the Driver model for atmel_sdhci.
- Fixed the build error for omap_hsmmc.

Could you pull these patch to u-boot/master?

Best Regards,
Jaehoon Chung

The following changes since commit 28cd88baa3f11cdb52be3b6d0610dcf32c60871a:

  Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-08-11 10:45:53 -0400)

are available in the git repository at:


  http://git.denx.de/u-boot-mmc.git master

for you to fetch changes up to 761326b33f1a14b19c0a4f7e8c336f8ed153d00c:

  defconfig: k2g_evm_defconfig: Enable mmc driver model (2016-08-12 16:23:07 +0900)

----------------------------------------------------------------
Sekhar Nori (4):
      drivers: mmc: omap_hsmmc: fix build breakage
      ARM: dts: K2G: Add support for MMC controller
      ARM: dts: k2g-evm: enable mmc/sd suppport
      defconfig: k2g_evm_defconfig: Enable mmc driver model

Wenyou Yang (1):
      mmc: atmel_sdhci: Convert to the driver model support

 arch/arm/dts/k2g-evm.dts  |   8 ++++++++
 arch/arm/dts/k2g.dtsi     |  23 +++++++++++++++++++++++
 configs/k2g_evm_defconfig |   1 +
 drivers/mmc/Kconfig       |  10 ++++++++++
 drivers/mmc/atmel_sdhci.c | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/omap_hsmmc.c  |   2 ++
 include/sdhci.h           |   2 ++
 7 files changed, 169 insertions(+)

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [U-Boot]  [PATCH] Please pull u-boot-mmc
@ 2016-08-16  1:39 Jaehoon Chung
  2016-08-16 12:07 ` Tom Rini
  0 siblings, 1 reply; 13+ messages in thread
From: Jaehoon Chung @ 2016-08-16  1:39 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Sorry for confusing..Could you pull these patches on u-boot/master?
If there are other problems, let me know, plz.

Rebased on latest u-boot/master. (Wenyou's patches was applied on u-boot-atmel.)
Sorry for late..

Best Regards,
Jaehoon Chung

The following changes since commit 4cc9699be7ffc6072482240f5ba208488abe1090:

  common: env_nand: Ensure that we have nand_info[0] prior to use (2016-08-15 18:46:41 -0400)

are available in the git repository at:

  http://git.denx.de/u-boot-mmc.git master

for you to fetch changes up to 177381a9f9e956353deaa56d86bec47e02995ff3:

  mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPS (2016-08-16 10:27:24 +0900)

----------------------------------------------------------------
Jaehoon Chung (1):
      mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPS

Sekhar Nori (4):
      drivers: mmc: omap_hsmmc: fix build breakage
      ARM: dts: K2G: Add support for MMC controller
      ARM: dts: k2g-evm: enable mmc/sd suppport
      defconfig: k2g_evm_defconfig: Enable mmc driver model

Yangbo Lu (1):
      mmc: send CMD0 before CMD1 for some MMC cards

 arch/arm/dts/k2g-evm.dts  |  8 ++++++++
 arch/arm/dts/k2g.dtsi     | 23 +++++++++++++++++++++++
 configs/k2g_evm_defconfig |  1 +
 drivers/mmc/mmc.c         |  3 +++
 drivers/mmc/mmc_legacy.c  |  9 +++++++--
 drivers/mmc/omap_hsmmc.c  |  2 ++
 6 files changed, 44 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2016-08-16 12:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-05 12:00 [U-Boot] [PATCH] Please pull u-boot-mmc Jaehoon Chung
2016-08-05 21:43 ` [U-Boot] [PATCH] zynq_sdhci.c: Fix warning in arasan_sdhci_probe Tom Rini
2016-08-06  0:57   ` Tom Rini
2016-08-06  0:57 ` [U-Boot] [PATCH] Please pull u-boot-mmc Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2016-08-12  7:34 Jaehoon Chung
2016-08-12 12:04 ` Tom Rini
2016-08-12 12:40   ` andreas at biessmann.de
2016-08-12 12:48     ` Tom Rini
2016-08-12 12:56       ` Andreas Bießmann
2016-08-16  1:20         ` Jaehoon Chung
2016-08-16  0:58   ` Jaehoon Chung
2016-08-16  1:39 Jaehoon Chung
2016-08-16 12:07 ` Tom Rini

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.