mbox series

[U-Boot,GIT,PULL] Please pull u-boot-mmc master

Message ID d43d1dd6-e767-8bbb-c5fb-1851bc186f3c@samsung.com
State Rejected
Delegated to: Tom Rini
Headers show
Series [U-Boot,GIT,PULL] Please pull u-boot-mmc master | expand

Pull-request

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

Message

Jaehoon Chung Oct. 23, 2017, 4:54 a.m. UTC
Dear Tom,

Could you pull these patches to u-boot/master?
To develop the supporting HS200 mode, each host driver also needs to implement something.
First step is the applying JJ's patches.

If there is a problem, let me know, plz.

The following changes since commit 0def58f7fd26a237bb08cfbd58ec53372b1ad06b:

  Merge git://git.denx.de/u-boot-x86 (2017-10-19 11:19:38 -0400)

are available in the git repository at:

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

for you to fetch changes up to f58da60cfdbe896d62a0ec61cd41a52cfc82c526:

  mmc: replace the printf() instead of error() (2017-10-23 13:48:39 +0900)

----------------------------------------------------------------
Jaehoon Chung (1):
      mmc: replace the printf() instead of error()

Jean-Jacques Hiblot (17):
      mmc: dm: get the IO-line and main voltage regulators from the dts
      mmc: split mmc_startup()
      mmc: move the MMC startup for version above v4.0 in a separate function
      mmc: make ext_csd part of struct mmc
      mmc: add a function to read and test the ext csd (mmc >= 4)
      mmc: introduce mmc modes
      mmc: Add a function to dump the mmc capabilities
      mmc: use mmc modes to select the correct bus speed
      cmd: mmc: display the mode name and current bus speed in the mmc info
      mmc: refactor SD startup to make it easier to support new modes
      mmc: refactor MMC startup to make it easier to support new modes
      mmc: Add a new callback function to perform the 74 clocks cycle sequence
      mmc: Add support for UHS modes
      mmc: disable UHS modes if Vcc cannot be switched on and off
      mmc: Change mode when switching to a boot partition
      mmc: use the right voltage level for MMC DDR and HS200 modes
      mmc: add a library function to send tuning command

Kishon Vijay Abraham I (9):
      mmc: make mmc_set_ios() return status
      mmc: Enable signal voltage to be selected from mmc core
      mmc: add power cyle support in mmc core
      mmc: add a new mmc parameter to disable mmc clock
      mmc: disable the mmc clock during power off
      mmc: Add a execute_tuning() callback to the mmc operations.
      mmc: add HS200 support in MMC core
      mmc: Retry some MMC cmds on failure
      dm: mmc: Add a library function to parse generic dt binding

Suniel Mahesh (2):
      drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro
      drivers: mmc: Avoid memory leak in case of failure

 cmd/mmc.c                   |    3 +-
 drivers/mmc/Kconfig         |   23 +
 drivers/mmc/exynos_dw_mmc.c |    3 +
 drivers/mmc/fsl_esdhc.c     |    2 +-
 drivers/mmc/mmc-uclass.c    |   87 +++
 drivers/mmc/mmc.c           | 1517 ++++++++++++++++++++++++++++++++-----------
 include/mmc.h               |  176 ++++-
 7 files changed, 1423 insertions(+), 388 deletions(-)

Comments

Jaehoon Chung Oct. 24, 2017, 7:58 a.m. UTC | #1
Dear Tom,

On 10/23/2017 01:54 PM, Jaehoon Chung wrote:
> Dear Tom,
> 
> Could you pull these patches to u-boot/master?
> To develop the supporting HS200 mode, each host driver also needs to implement something.
> First step is the applying JJ's patches.

Discard this PR. After checking more, i will resend the PR.

Best Regards,
Jaehoon Chung

> 
> If there is a problem, let me know, plz.
> 
> The following changes since commit 0def58f7fd26a237bb08cfbd58ec53372b1ad06b:
> 
>   Merge git://git.denx.de/u-boot-x86 (2017-10-19 11:19:38 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to f58da60cfdbe896d62a0ec61cd41a52cfc82c526:
> 
>   mmc: replace the printf() instead of error() (2017-10-23 13:48:39 +0900)
> 
> ----------------------------------------------------------------
> Jaehoon Chung (1):
>       mmc: replace the printf() instead of error()
> 
> Jean-Jacques Hiblot (17):
>       mmc: dm: get the IO-line and main voltage regulators from the dts
>       mmc: split mmc_startup()
>       mmc: move the MMC startup for version above v4.0 in a separate function
>       mmc: make ext_csd part of struct mmc
>       mmc: add a function to read and test the ext csd (mmc >= 4)
>       mmc: introduce mmc modes
>       mmc: Add a function to dump the mmc capabilities
>       mmc: use mmc modes to select the correct bus speed
>       cmd: mmc: display the mode name and current bus speed in the mmc info
>       mmc: refactor SD startup to make it easier to support new modes
>       mmc: refactor MMC startup to make it easier to support new modes
>       mmc: Add a new callback function to perform the 74 clocks cycle sequence
>       mmc: Add support for UHS modes
>       mmc: disable UHS modes if Vcc cannot be switched on and off
>       mmc: Change mode when switching to a boot partition
>       mmc: use the right voltage level for MMC DDR and HS200 modes
>       mmc: add a library function to send tuning command
> 
> Kishon Vijay Abraham I (9):
>       mmc: make mmc_set_ios() return status
>       mmc: Enable signal voltage to be selected from mmc core
>       mmc: add power cyle support in mmc core
>       mmc: add a new mmc parameter to disable mmc clock
>       mmc: disable the mmc clock during power off
>       mmc: Add a execute_tuning() callback to the mmc operations.
>       mmc: add HS200 support in MMC core
>       mmc: Retry some MMC cmds on failure
>       dm: mmc: Add a library function to parse generic dt binding
> 
> Suniel Mahesh (2):
>       drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro
>       drivers: mmc: Avoid memory leak in case of failure
> 
>  cmd/mmc.c                   |    3 +-
>  drivers/mmc/Kconfig         |   23 +
>  drivers/mmc/exynos_dw_mmc.c |    3 +
>  drivers/mmc/fsl_esdhc.c     |    2 +-
>  drivers/mmc/mmc-uclass.c    |   87 +++
>  drivers/mmc/mmc.c           | 1517 ++++++++++++++++++++++++++++++++-----------
>  include/mmc.h               |  176 ++++-
>  7 files changed, 1423 insertions(+), 388 deletions(-)
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
>