All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-mmc
@ 2016-10-10 23:37 Jaehoon Chung
  2016-10-13 17:38 ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Jaehoon Chung @ 2016-10-10 23:37 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Could you these patches on u-boot/master?

The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf:

  Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-10-08 09:33:37 -0400)

are available in the git repository at:

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

for you to fetch changes up to 57718f017b10871cd9dc03dca56c3bd690fc2614:

  mmc: Fix cast for 64-bit compilation (2016-10-11 07:46:11 +0900)

----------------------------------------------------------------
Jaehoon Chung (4):
      mmc: s5p_sdhci: support the Driver model for Exynos
      mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg
      mmc: sdhci: use the host version value in sdhci_setup_cfg
      mmc: sdhci: use the generic error number

Simon Glass (1):
      mmc: Fix cast for 64-bit compilation

 drivers/mmc/atmel_sdhci.c     |  1 -
 drivers/mmc/bcm2835_sdhci.c   |  3 +-
 drivers/mmc/dw_mmc.c          | 13 ++++---
 drivers/mmc/exynos_dw_mmc.c   |  3 +-
 drivers/mmc/ftsdc021_sdhci.c  |  2 +-
 drivers/mmc/kona_sdhci.c      | 11 ++----
 drivers/mmc/msm_sdhci.c       |  3 --
 drivers/mmc/mv_sdhci.c        |  6 +---
 drivers/mmc/pci_mmc.c         |  2 +-
 drivers/mmc/rockchip_dw_mmc.c |  3 +-
 drivers/mmc/s5p_sdhci.c       | 80 ++++++++++++++++++++++++++++++++++++++++---
 drivers/mmc/sdhci.c           | 18 ++++++----
 drivers/mmc/socfpga_dw_mmc.c  |  3 +-
 drivers/mmc/spear_sdhci.c     |  5 ---
 drivers/mmc/zynq_sdhci.c      |  2 --
 include/dwmmc.h               |  8 ++---
 16 files changed, 105 insertions(+), 58 deletions(-)

Best Regards,
Jaehoon Chung

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [U-Boot] Please pull u-boot-mmc
@ 2019-07-31 12:16 Peng Fan
  2019-08-01  3:35 ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Peng Fan @ 2019-07-31 12:16 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull u-boot-mmc

CI build: https://travis-ci.org/MrVan/u-boot/builds/565839867
---------------------------------------------------------------------------------------------------
A new mmc/sd block test case
Bug fixes for sdhci and mv_sdhci
---------------------------------------------------------------------------------------------------

Thanks,
Peng.

The following changes since commit d0d07ba86afc8074d79e436b1ba4478fa0f0c1b5:

  Prepare v2019.10-rc1 (2019-07-29 21:16:16 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-7-31

for you to fetch changes up to fea3939d31ccde5b8372bc5506a35ac169de03c8:

  mmc: relocate code comment (2019-07-31 15:31:36 +0800)

----------------------------------------------------------------
Baruch Siach (3):
      mmc: mv_sdhci: fix uninitialized pointer deref on probe
      mmc: sdhci: fix chip detect gpio property name
      mmc: relocate code comment

Jean-Jacques Hiblot (1):
      test/py: add MMC/SD block write test

Weijie Gao (1):
      mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeout

 drivers/mmc/mmc.c            |   2 +-
 drivers/mmc/mtk-sd.c         |   3 +++
 drivers/mmc/mv_sdhci.c       |   6 +++---
 drivers/mmc/sdhci.c          |   2 +-
 test/py/tests/test_mmc_wr.py | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 113 insertions(+), 5 deletions(-)
 create mode 100644 test/py/tests/test_mmc_wr.py

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [U-Boot] Please pull u-boot-mmc
@ 2019-07-15  7:21 Peng Fan
  2019-07-15 22:55 ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Peng Fan @ 2019-07-15  7:21 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull u-boot-mmc,
CI build: https://travis-ci.org/MrVan/u-boot/builds/558716778
---------------------------------------------------------------------------------------------------
mmc spi driver model support
drop mmc_spi command
enhanced Strobe mmc HS400 support
minor mmc bug/fixes and optimization
omap hsmmc and mvbeu update
sdhci card detect support
---------------------------------------------------------------------------------------------------

Thanks,
Peng.

The following changes since commit 6070ef409c1018860e8dd1f077297546d9d80115:

  Merge branch '2019-07-12-master-imports' (2019-07-14 09:05:20 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-2019-7-15

for you to fetch changes up to 356f782c6ef9ec971d18662b82ddab25b0dc4fed:

  mmc: fsl_esdhc_imx: enlarge mmc timeout (2019-07-15 10:30:09 +0800)

----------------------------------------------------------------
Akio Hirayama (1):
      mmc: rpmb: fix response type of CMD25

Anup Patel (2):
      mmc: skip select_mode_and_width for MMC SPI host
      cmd: Remove mmc_spi command

Bhargav Shah (1):
      mmc: mmc_spi: Re-write driver using DM framework

Jean-Jacques Hiblot (11):
      mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new command
      mmc: omap_hsmmc: don't fill the send_init_stream callback
      Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence"
      mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supported
      mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()
      mmc: if possible, poll the busy state using DAT0
      mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd
      mmc: When switching partition, use the timeout specified in the ext_csd
      mmc: During a switch, poll on dat0 if available and check the final status
      mmc: do not change mode when accessing a boot partition
      mmc: retry a few times if a partition switch failed

Peng Fan (7):
      mmc: support hs400 enhanced strobe mode
      mmc: Parse HS400 Enhanced strobe DT properties
      mmc: Parse no-1-8-v DT property
      mmc: fsl_esdhc_imx: use mmc_of_parse to set host_caps
      mmc: fsl_esdhc_imx: add HS400 Enhanced strobe support
      mmc: fsl_esdhc_imx: add i.MX8QM compatible
      mmc: fsl_esdhc_imx: enlarge mmc timeout

T Karthik Reddy (4):
      mmc: mvebu: Remove unused MMC_CAP.. macros
      mmc: Read sd card detect properties from DT
      mmc: sdhci: Read cd-gpio from devicetree
      mmc: sdhci: Implement SDHCI card detect

Ye Li (1):
      mmc: fsl_esdhc_imx: fix config check issue when building in SPL

 cmd/Kconfig                  |   9 ---
 cmd/Makefile                 |   1 -
 cmd/mmc_spi.c                |  88 ---------------------------
 drivers/mmc/Kconfig          |  30 ++++++++++
 drivers/mmc/fsl_esdhc_imx.c  |  49 +++++++++++----
 drivers/mmc/mmc-uclass.c     |  48 ++++++++++-----
 drivers/mmc/mmc.c            | 255 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------
 drivers/mmc/mmc_private.h    |   9 +--
 drivers/mmc/mmc_spi.c        | 469 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------
 drivers/mmc/mmc_write.c      |   4 +-
 drivers/mmc/omap_hsmmc.c     |  26 ++------
 drivers/mmc/rpmb.c           |   4 +-
 drivers/mmc/sdhci.c          |  38 ++++++++++++
 include/configs/UCP1020.h    |   1 -
 include/mmc.h                |  37 ++++++++----
 include/mvebu_mmc.h          |   4 --
 scripts/config_whitelist.txt |   6 --
 17 files changed, 659 insertions(+), 419 deletions(-)
 delete mode 100644 cmd/mmc_spi.c

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [U-Boot] Please pull u-boot-mmc
@ 2016-09-21  7:29 Jaehoon Chung
  2016-09-22 15:35 ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Jaehoon Chung @ 2016-09-21  7:29 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Could pull these patches on u-boot/master?

The following changes since commit 9b1b6d42256a4c2e59c803afdbf90d39371e61ba:

  Revert "Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL" (2016-09-19 15:20:09 -0400)

are available in the git repository at:

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

for you to fetch changes up to 2b42903397b4d6b68fe2af95565a8953b08ab96e:

  mmc: dw_mmc: push/pop all FIFO data if any data request (2016-09-21 16:00:14 +0900)

----------------------------------------------------------------
Jacob Chen (1):
      mmc: dw_mmc: push/pop all FIFO data if any data request

Masahiro Yamada (6):
      mmc: sdhci: move sdhci_reset() call to sdhci_init()
      mmc: sdhci: move error message to more relevant place
      mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()
      mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()
      mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME
      mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT

Peng Fan (2):
      mmc: sd: extracting erase related information from sd status
      mmc: sd: optimize erase

Wenyou Yang (1):
      mmc: sdhci: Add the programmable clock mode support

 drivers/mmc/dw_mmc.c    |  23 ++++++-----
 drivers/mmc/mmc.c       |  68 +++++++++++++++++++++++++++++++
 drivers/mmc/mmc_write.c |   9 ++++-
 drivers/mmc/sdhci.c     | 105 ++++++++++++++++++++++++++++++------------------
 include/mmc.h           |   9 +++++
 include/sdhci.h         |   2 +
 6 files changed, 164 insertions(+), 52 deletions(-)

Best Regards,
Jaehoon Chung

^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <1329511519-20360-1-git-send-email-afleming@freescale.com>]

end of thread, other threads:[~2019-08-01  3:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-10 23:37 [U-Boot] Please pull u-boot-mmc Jaehoon Chung
2016-10-13 17:38 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-07-31 12:16 Peng Fan
2019-08-01  3:35 ` Tom Rini
2019-07-15  7:21 Peng Fan
2019-07-15 22:55 ` Tom Rini
2019-07-16  2:03   ` Peng Fan
2019-07-16  3:29     ` Tom Rini
2016-09-21  7:29 Jaehoon Chung
2016-09-22 15:35 ` Tom Rini
     [not found] <1329511519-20360-1-git-send-email-afleming@freescale.com>
2012-02-17 22:55 ` Wolfgang Denk

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.