mbox series

[Resend,PULL] Please pull mmc-2021-6-22

Message ID DB6PR0402MB276079C23957FD697A62F1B488089@DB6PR0402MB2760.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [Resend,PULL] Please pull mmc-2021-6-22 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-2021-6-22

Message

Peng Fan (OSS) June 23, 2021, 2:40 a.m. UTC
Hi Tom,

Resend with new mail address that subscribed to u-boot list.

Please pull u-boot-mmc.

-------------------------------
Revert fsl_esdhc_imx using VENDORSPEC_FRC_SDCLK_ON
Fix data read for dw_mmc
Increase minimum bus freq for mtk-sd
Minor cleanup
-------------------------------

CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/7909

Thanks,
Peng.

The following changes since commit 97c8cb524c19f054036efd2b4429273bd503e39c:

  Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net (2021-06-18 11:18:56 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-2021-6-22

for you to fetch changes up to f132aab403271ff00c0cfdd3af6504e87c7d0aaf:

  Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output" (2021-06-22 12:03:32 +0800)

----------------------------------------------------------------
Fabio Estevam (1):
      Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output"

Jaehoon Chung (2):
      mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd
      mmc: mmc-uclass: change to static about dm function

Ley Foon Tan (2):
      mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO mode
      mmc: dwmmc: socfpga: Get "fifo-mode" property from DT

Reuben Dowle (1):
      mmc: Update environment variable with active partition

Weijie Gao (1):
      mmc: mtk-sd: increase the minimum bus frequency

 cmd/mmc.c                    | 14 +++++++++-----
 doc/usage/mmc.rst            |  4 +++-
 drivers/mmc/dw_mmc.c         |  6 +++---
 drivers/mmc/fsl_esdhc_imx.c  | 31 +++++++++----------------------
 drivers/mmc/mmc-uclass.c     | 24 ++++++++++++------------
 drivers/mmc/mmc_private.h    |  1 -
 drivers/mmc/mtk-sd.c         |  5 +++++
 drivers/mmc/socfpga_dw_mmc.c |  2 ++
 include/fsl_esdhc_imx.h      |  2 --
 include/mmc.h                | 13 +------------
 10 files changed, 44 insertions(+), 58 deletions(-)

Comments

Tom Rini June 24, 2021, 1:15 p.m. UTC | #1
On Wed, Jun 23, 2021 at 02:40:59AM +0000, Peng Fan (OSS) wrote:

> Hi Tom,
> 
> Resend with new mail address that subscribed to u-boot list.
> 
> Please pull u-boot-mmc.
> 

Applied to u-boot/master, thanks!