All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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

On Wed, Sep 21, 2016 at 04:29:37PM +0900, Jaehoon Chung wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160922/ff9de433/attachment.sig>

^ 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, 0 replies; 11+ messages in thread
From: Tom Rini @ 2019-08-01  3:35 UTC (permalink / raw)
  To: u-boot

On Wed, Jul 31, 2019 at 12:16:56PM +0000, Peng Fan wrote:

> Hi Tom,
> 
> Please pull u-boot-mmc
> 
> CI build: https://travis-ci.org/MrVan/u-boot/builds/565839867

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190731/d6f68e5c/attachment.sig>

^ 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-16  2:03   ` Peng Fan
@ 2019-07-16  3:29     ` Tom Rini
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Rini @ 2019-07-16  3:29 UTC (permalink / raw)
  To: u-boot

On Tue, Jul 16, 2019 at 02:03:02AM +0000, Peng Fan wrote:

> Hi Tom,
> 
> > Subject: Re: Please pull u-boot-mmc
> > 
> > On Mon, Jul 15, 2019 at 07:21:24AM +0000, Peng Fan wrote:
> > 
> > > Hi Tom,
> > >
> > > Please pull u-boot-mmc,
> > > CI build: https://travis-ci.org/MrVan/u-boot/builds/558716778
> > 
> > Note that I see a general small bit of SPL growth here.  Can we do something
> > about it?  i.e. this from libretech_all_h3_cc_h5:
> 
> Could you please share how to the comparation? Do you have a script?

Just one of the many features of buildman.  My wrapper around it is:

#!/bin/bash

if [ $# -ne 1 -a $# -ne 2 ];then
	echo "Usage: $0 MACHINE [BRANCH]"
	exit 1
fi

if [ ! -z $2 ]; then
	B=$2
else
	B=`git rev-parse --abbrev-ref HEAD`
fi

export SOURCE_DATE_EPOCH=`date +%s`
./tools/buildman/buildman -o /tmp/$1 -b $B --step 0 -SBCdevlk $1
./tools/buildman/buildman -o /tmp/$1 -b $B --step 0 -SsBdevlk $1

rm -rf /tmp/$1

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190715/2e5b611f/attachment.sig>

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

* [U-Boot] Please pull u-boot-mmc
  2019-07-15 22:55 ` Tom Rini
@ 2019-07-16  2:03   ` Peng Fan
  2019-07-16  3:29     ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Peng Fan @ 2019-07-16  2:03 UTC (permalink / raw)
  To: u-boot

Hi Tom,

> Subject: Re: Please pull u-boot-mmc
> 
> On Mon, Jul 15, 2019 at 07:21:24AM +0000, Peng Fan wrote:
> 
> > Hi Tom,
> >
> > Please pull u-boot-mmc,
> > CI build: https://travis-ci.org/MrVan/u-boot/builds/558716778
> 
> Note that I see a general small bit of SPL growth here.  Can we do something
> about it?  i.e. this from libretech_all_h3_cc_h5:

Could you please share how to the comparation? Do you have a script?

Thanks,
Peng.

>                spl-u-boot-spl: add: 0/0, grow: 5/-2 bytes: 260/-104 (156)
>                  function                                   old
> new   delta
>                  static.__mmc_switch                        108
> 248    +140
>                  mmc_startup_v4
> 516     572     +56
>                  mmc_init
> 2272    2304     +32
>                  mmc_switch_part
> 120     148     +28
>                  static.mmc_set_card_speed                  156
> 160      +4
>                  mmc_switch
> 12       4      -8
>                  mmc_send_status
> 212     116     -96
> 
> Applied to u-boot/master, thanks!
> 
> --
> Tom

^ 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
  2019-07-16  2:03   ` Peng Fan
  0 siblings, 1 reply; 11+ messages in thread
From: Tom Rini @ 2019-07-15 22:55 UTC (permalink / raw)
  To: u-boot

On Mon, Jul 15, 2019 at 07:21:24AM +0000, Peng Fan wrote:

> Hi Tom,
> 
> Please pull u-boot-mmc,
> CI build: https://travis-ci.org/MrVan/u-boot/builds/558716778

Note that I see a general small bit of SPL growth here.  Can we do
something about it?  i.e. this from libretech_all_h3_cc_h5:
               spl-u-boot-spl: add: 0/0, grow: 5/-2 bytes: 260/-104 (156)
                 function                                   old     new   delta
                 static.__mmc_switch                        108     248    +140
                 mmc_startup_v4                             516     572     +56
                 mmc_init                                  2272    2304     +32
                 mmc_switch_part                            120     148     +28
                 static.mmc_set_card_speed                  156     160      +4
                 mmc_switch                                  12       4      -8
                 mmc_send_status                            212     116     -96

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190715/edd30e02/attachment.sig>

^ 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-10-10 23:37 Jaehoon Chung
@ 2016-10-13 17:38 ` Tom Rini
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Rini @ 2016-10-13 17:38 UTC (permalink / raw)
  To: u-boot

On Tue, Oct 11, 2016 at 08:37:56AM +0900, Jaehoon Chung wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161013/72da45a7/attachment.sig>

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

* [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
       [not found] <1329511519-20360-1-git-send-email-afleming@freescale.com>
@ 2012-02-17 22:55 ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2012-02-17 22:55 UTC (permalink / raw)
  To: u-boot

Dear Andy Fleming,

In message <1329511519-20360-1-git-send-email-afleming@freescale.com> you wrote:
> The following changes since commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706:
> 
>   arm, davinci: Add support for the Calimain board from OMICRON electronics (2012-02-12 10:11:33 +0100)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Jan Kloetzke (2):
>       mmc: fix card busy polling
>       mmc: make mmc_send_status() more reliable
> 
> Tom Rini (1):
>       omap_hsmmc: Wait for CMDI to be clear
> 
> Tom Warren (1):
>       Tegra: mmc: Fixed handling of interrupts in timeouts.
> 
>  arch/arm/include/asm/arch-am33xx/mmc_host_def.h |    2 +-
>  arch/arm/include/asm/arch-omap3/mmc_host_def.h  |    2 +-
>  arch/arm/include/asm/arch-omap4/mmc_host_def.h  |    2 +-
>  arch/arm/include/asm/arch-omap5/mmc_host_def.h  |    2 +-
>  drivers/mmc/mmc.c                               |   34 ++++++++++++-----------
>  drivers/mmc/omap_hsmmc.c                        |    5 ++-
>  drivers/mmc/tegra2_mmc.c                        |    4 +++
>  include/mmc.h                                   |    2 +
>  8 files changed, 31 insertions(+), 22 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
You can only live once, but if you do it right, once is enough.

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

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-09-21  7:29 [U-Boot] Please pull u-boot-mmc Jaehoon Chung
2016-09-22 15:35 ` 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-10-10 23:37 Jaehoon Chung
2016-10-13 17:38 ` 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.