public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-mmc 07022014
@ 2014-02-07 16:37 Pantelis Antoniou
  2014-02-18 17:50 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Pantelis Antoniou @ 2014-02-07 16:37 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit dbf3de2dd26cae37d16b00b348828c883b658cc5:

  include/usb/s3c_udc.h: Add <asm/sizes.h> (2014-02-06 14:26:05 -0500)

are available in the git repository at:

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

for you to fetch changes up to b818d9ab8d96471c40ccbd4541a46dfa415eda73:

  dra7xx_evm: Add CONFIG_SUPPORT_EMMC_BOOT, document usage (2014-02-07 18:17:49 +0200)

----------------------------------------------------------------
Rajeshwari S Shinde (1):
      MMC: DWMMC: Correct the CLKDIV register value

Siva Durga Prasad Paladugu (1):
      mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1B

Stephen Warren (1):
      mmc: set rca to 1 for MMC cards

Tom Rini (8):
      SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK
      cmd_mmc.c: Change 'bootpart' code to match normal coding style
      cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'
      cmd_mmc.c: Add 'partconf' command to mmc
      cmd_mmc.c: Add bootbus mmc sub-command
      cmd_mmc.c: Drop open/close mmc sub-commands
      omap5_uevm: Add CONFIG_SUPPORT_EMMC_BOOT, document usage
      dra7xx_evm: Add CONFIG_SUPPORT_EMMC_BOOT, document usage

 arch/arm/cpu/armv7/omap-common/boot-common.c |  13 ++++++++++-
 arch/arm/include/asm/arch-exynos/dwmmc.h     |   4 ++++
 board/ti/dra7xx/README                       |  25 +++++++++++++++++++++
 board/ti/omap5_uevm/README                   |  25 +++++++++++++++++++++
 common/cmd_mmc.c                             | 108 ++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
 common/spl/spl_mmc.c                         |  24 ++++++++++++++++++++
 drivers/mmc/dw_mmc.c                         |   2 +-
 drivers/mmc/exynos_dw_mmc.c                  |  17 +++++++++++++--
 drivers/mmc/mmc.c                            |  79 ++++++++++++++++++++++++------------------------------------------
 drivers/mmc/zynq_sdhci.c                     |   3 ++-
 include/configs/dra7xx_evm.h                 |   2 ++
 include/configs/omap5_uevm.h                 |   1 +
 include/dwmmc.h                              |   2 +-
 include/mmc.h                                |   9 ++++++--
 include/spl.h                                |   1 +
 15 files changed, 198 insertions(+), 117 deletions(-)
 create mode 100644 board/ti/dra7xx/README
 create mode 100644 board/ti/omap5_uevm/README

Regards

-- Pantelis

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

* [U-Boot] Pull request: u-boot-mmc 07022014
  2014-02-07 16:37 [U-Boot] Pull request: u-boot-mmc 07022014 Pantelis Antoniou
@ 2014-02-18 17:50 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2014-02-18 17:50 UTC (permalink / raw)
  To: u-boot

On Fri, Feb 07, 2014 at 06:37:13PM +0200, Pantelis Antoniou wrote:

> Hi Tom,
> 
> The following changes since commit dbf3de2dd26cae37d16b00b348828c883b658cc5:
> 
>   include/usb/s3c_udc.h: Add <asm/sizes.h> (2014-02-06 14:26:05 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to b818d9ab8d96471c40ccbd4541a46dfa415eda73:
> 
>   dra7xx_evm: Add CONFIG_SUPPORT_EMMC_BOOT, document usage (2014-02-07 18:17:49 +0200)
> 
> ----------------------------------------------------------------
> Rajeshwari S Shinde (1):
>       MMC: DWMMC: Correct the CLKDIV register value
> 
> Siva Durga Prasad Paladugu (1):
>       mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1B
> 
> Stephen Warren (1):
>       mmc: set rca to 1 for MMC cards
> 
> Tom Rini (8):
>       SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK
>       cmd_mmc.c: Change 'bootpart' code to match normal coding style
>       cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'
>       cmd_mmc.c: Add 'partconf' command to mmc
>       cmd_mmc.c: Add bootbus mmc sub-command
>       cmd_mmc.c: Drop open/close mmc sub-commands
>       omap5_uevm: Add CONFIG_SUPPORT_EMMC_BOOT, document usage
>       dra7xx_evm: Add CONFIG_SUPPORT_EMMC_BOOT, document usage
> 
>  arch/arm/cpu/armv7/omap-common/boot-common.c |  13 ++++++++++-
>  arch/arm/include/asm/arch-exynos/dwmmc.h     |   4 ++++
>  board/ti/dra7xx/README                       |  25 +++++++++++++++++++++
>  board/ti/omap5_uevm/README                   |  25 +++++++++++++++++++++
>  common/cmd_mmc.c                             | 108 ++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
>  common/spl/spl_mmc.c                         |  24 ++++++++++++++++++++
>  drivers/mmc/dw_mmc.c                         |   2 +-
>  drivers/mmc/exynos_dw_mmc.c                  |  17 +++++++++++++--
>  drivers/mmc/mmc.c                            |  79 ++++++++++++++++++++++++------------------------------------------
>  drivers/mmc/zynq_sdhci.c                     |   3 ++-
>  include/configs/dra7xx_evm.h                 |   2 ++
>  include/configs/omap5_uevm.h                 |   1 +
>  include/dwmmc.h                              |   2 +-
>  include/mmc.h                                |   9 ++++++--
>  include/spl.h                                |   1 +
>  15 files changed, 198 insertions(+), 117 deletions(-)
>  create mode 100644 board/ti/dra7xx/README
>  create mode 100644 board/ti/omap5_uevm/README

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140218/88c9e5f5/attachment.pgp>

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

end of thread, other threads:[~2014-02-18 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-07 16:37 [U-Boot] Pull request: u-boot-mmc 07022014 Pantelis Antoniou
2014-02-18 17:50 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox