Re: [U-Boot] Pull request: u-boot-mmc 12082015

2015-08-13 Thread Pantelis Antoniou
Hi Tom,

 On Aug 12, 2015, at 12:19 , Marek Vasut ma...@denx.de wrote:
 
 On Wednesday, August 12, 2015 at 09:48:28 AM, Pantelis Antoniou wrote:
 Hi Tom,
 
 The following changes since commit
 e2c1c5bae619d2e87505de99f907a26237640bc9:
 
  Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)
 
 are available in the git repository at:
 
 
  git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 956f662b1f79ae7455bc6aaa9defc2a756e8e9ca:
 
  mmc_spi: Big-endian support (2015-08-12 10:41:14 +0300)
 
 
 Marek Vasut (3):
  mmc: dw_mmc: Stop bounce buffer even in case of failure
  mmc: dw_mmc: Zap endless timeout
  mmc: dw_mmc: Improve handling of data transfer failure
 
 Simon Glass (3):
  mmc: dw_mmc: Avoid using printf() for errors
  mmc: dw_mmc: Support bypass mode with the get_mmc_clk() method
 
 This patch still has open questions, I think you should drop it for now.
 
 Best regards,
 Marek Vasut

After all the hoopla, I’ve removed the offending patch; here’s a new pull 
request.

The following changes since commit e2c1c5bae619d2e87505de99f907a26237640bc9:

  Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)

are available in the git repository at:


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

for you to fetch changes up to 6f67b69b1592662ec49485101a2358b71070bf57:

  mmc_spi: Big-endian support (2015-08-13 11:24:26 +0300)


Marek Vasut (3):
  mmc: dw_mmc: Stop bounce buffer even in case of failure
  mmc: dw_mmc: Zap endless timeout
  mmc: dw_mmc: Improve handling of data transfer failure

Simon Glass (2):
  mmc: dw_mmc: Avoid using printf() for errors
  dw_mmc: Calculate dwmmc FIFO threshold size if not provided

Yoshinori Sato (1):
  mmc_spi: Big-endian support

 drivers/mmc/dw_mmc.c  | 59 
++-
 drivers/mmc/mmc_spi.c | 10 +-
 2 files changed, 47 insertions(+), 22 deletions(-)

Regards

— Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 12082015

2015-08-13 Thread Tom Rini
On Thu, Aug 13, 2015 at 11:42:38AM +0300, Pantelis Antoniou wrote:

 Hi Tom,
 
  On Aug 12, 2015, at 12:19 , Marek Vasut ma...@denx.de wrote:
  
  On Wednesday, August 12, 2015 at 09:48:28 AM, Pantelis Antoniou wrote:
  Hi Tom,
  
  The following changes since commit
  e2c1c5bae619d2e87505de99f907a26237640bc9:
  
   Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)
  
  are available in the git repository at:
  
  
   git://git.denx.de/u-boot-mmc.git master
  
  for you to fetch changes up to 956f662b1f79ae7455bc6aaa9defc2a756e8e9ca:
  
   mmc_spi: Big-endian support (2015-08-12 10:41:14 +0300)
  
  
  Marek Vasut (3):
   mmc: dw_mmc: Stop bounce buffer even in case of failure
   mmc: dw_mmc: Zap endless timeout
   mmc: dw_mmc: Improve handling of data transfer failure
  
  Simon Glass (3):
   mmc: dw_mmc: Avoid using printf() for errors
   mmc: dw_mmc: Support bypass mode with the get_mmc_clk() method
  
  This patch still has open questions, I think you should drop it for now.
  
  Best regards,
  Marek Vasut
 
 After all the hoopla, I’ve removed the offending patch; here’s a new pull 
 request.
 
 The following changes since commit e2c1c5bae619d2e87505de99f907a26237640bc9:
 
   Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 6f67b69b1592662ec49485101a2358b71070bf57:
 
   mmc_spi: Big-endian support (2015-08-13 11:24:26 +0300)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 12082015

2015-08-12 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit e2c1c5bae619d2e87505de99f907a26237640bc9:

  Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)

are available in the git repository at:


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

for you to fetch changes up to 956f662b1f79ae7455bc6aaa9defc2a756e8e9ca:

  mmc_spi: Big-endian support (2015-08-12 10:41:14 +0300)


Marek Vasut (3):
  mmc: dw_mmc: Stop bounce buffer even in case of failure
  mmc: dw_mmc: Zap endless timeout
  mmc: dw_mmc: Improve handling of data transfer failure

Simon Glass (3):
  mmc: dw_mmc: Avoid using printf() for errors
  mmc: dw_mmc: Support bypass mode with the get_mmc_clk() method
  dw_mmc: Calculate dwmmc FIFO threshold size if not provided

Yoshinori Sato (1):
  mmc_spi: Big-endian support

 drivers/mmc/dw_mmc.c| 61 
+++--
 drivers/mmc/exynos_dw_mmc.c |  2 +-
 drivers/mmc/mmc_spi.c   | 10 +-
 include/dwmmc.h | 16 +++-
 4 files changed, 64 insertions(+), 25 deletions(-)

Regards

— Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 12082015

2015-08-12 Thread Marek Vasut
On Wednesday, August 12, 2015 at 09:48:28 AM, Pantelis Antoniou wrote:
 Hi Tom,
 
 The following changes since commit
 e2c1c5bae619d2e87505de99f907a26237640bc9:
 
   Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 956f662b1f79ae7455bc6aaa9defc2a756e8e9ca:
 
   mmc_spi: Big-endian support (2015-08-12 10:41:14 +0300)
 
 
 Marek Vasut (3):
   mmc: dw_mmc: Stop bounce buffer even in case of failure
   mmc: dw_mmc: Zap endless timeout
   mmc: dw_mmc: Improve handling of data transfer failure
 
 Simon Glass (3):
   mmc: dw_mmc: Avoid using printf() for errors
   mmc: dw_mmc: Support bypass mode with the get_mmc_clk() method

This patch still has open questions, I think you should drop it for now.

Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 05052015

2015-05-05 Thread Tom Rini
On Tue, May 05, 2015 at 12:44:10PM +0300, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:
 
   Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29 
 06:46:33 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 33fe2fb8df01647f97a7bce96a1c7781a7f6d253:
 
   ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver (2015-05-05 
 12:29:42 +0300)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 05052015

2015-05-05 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:

  Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29 
06:46:33 -0400)

are available in the git repository at:


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

for you to fetch changes up to 33fe2fb8df01647f97a7bce96a1c7781a7f6d253:

  ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver (2015-05-05 12:29:42 
+0300)


Alexander Stein (1):
  mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host

Andrew Gabbasov (6):
  mmc: Fix typo in MMC type checking macro
  mmc: Avoid extra duplicate entry in mmc device structure
  mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
  mmc: Continue polling MMC card for OCR only if it is still not ready
  mmc: Restructure polling loops to avoid extra delays
  mmc: Fix splitting device initialization

Kevin Liu (1):
  mmc: sdhci: add timeout setting for response busy command

Marek Vasut (1):
  ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver

Rob Herring (1):
  mmc: remove the MMC_MODE_HC flag

Simon Glass (1):
  tegra: mmc: Set the removable flag correctly

Yangbo Lu (1):
  mmc: fsl_esdhc: update eMMC44 adapter card erase timeout

 drivers/mmc/bcm2835_sdhci.c |  8 
 drivers/mmc/dw_mmc.c|  2 +-
 drivers/mmc/fsl_esdhc.c |  6 +++---
 drivers/mmc/kona_sdhci.c|  1 -
 drivers/mmc/mmc.c   | 93 
+
 drivers/mmc/mvebu_mmc.c |  2 +-
 drivers/mmc/mxsmmc.c|  3 +--
 drivers/mmc/omap_hsmmc.c|  3 +--
 drivers/mmc/s3c_sdi.c   |  2 +-
 drivers/mmc/s5p_sdhci.c |  1 -
 drivers/mmc/sdhci.c |  2 ++
 drivers/mmc/sh_mmcif.c  |  2 +-
 drivers/mmc/sunxi_mmc.c |  2 +-
 drivers/mmc/tegra_mmc.c | 14 +-
 drivers/mmc/zynq_sdhci.c|  2 --
 include/mmc.h   |  9 +++--
 16 files changed, 77 insertions(+), 75 deletions(-)

Regards

— Pantelis


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 18032015

2015-03-19 Thread Tom Rini
On Wed, Mar 18, 2015 at 10:08:46AM +0200, Pantelis Antoniou wrote:

 Hi Tom,
 
 Only bug fixes for now, rather uneventful.
 
 The following changes since commit 3231e364bf8426a9c8fd5158fe2d155ae7b9:
 
   mmc: fsl_esdhc fix register offset (2015-03-17 09:09:47 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 3a48944bc9a7455fec97e9df74c3d5bb600d3d7c:
 
   mv_sdhci: fix warnings on 64-bit builds (2015-03-18 09:56:17 +0200)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 18032015

2015-03-18 Thread Pantelis Antoniou
Hi Tom,

Only bug fixes for now, rather uneventful.

The following changes since commit 3231e364bf8426a9c8fd5158fe2d155ae7b9:

  mmc: fsl_esdhc fix register offset (2015-03-17 09:09:47 -0400)

are available in the git repository at:

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

for you to fetch changes up to 3a48944bc9a7455fec97e9df74c3d5bb600d3d7c:

  mv_sdhci: fix warnings on 64-bit builds (2015-03-18 09:56:17 +0200)


Matt Reimer (2):
  mmc: s5p: properly mask SELBASECLK
  mmc: sdhci: don't clobber adjacent registers

Rob Herring (2):
  sdhci: fix warnings on 64-bit builds
  mv_sdhci: fix warnings on 64-bit builds

 drivers/mmc/mv_sdhci.c  | 4 ++--
 drivers/mmc/s5p_sdhci.c | 2 +-
 drivers/mmc/sdhci.c | 8 
 3 files changed, 7 insertions(+), 7 deletions(-)

Regards

— Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 23022015

2015-02-23 Thread Tom Rini
On Mon, Feb 23, 2015 at 08:28:53PM +0200, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit 46414296953410706e917cef9238926084e83a4b:
 
   rpi: add support for Raspberry Pi 2 model B (2015-02-21 08:28:16 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to f88a429f1179c9d9ab2883fba0ed0aa13c9bd72e:
 
   mmc: sdhci: fix bus width switching on Samsung SoCs (2015-02-23 19:52:00 
 +0200)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 19012015

2015-01-20 Thread Tom Rini
On Mon, Jan 19, 2015 at 05:50:26PM +0200, Pantelis Antoniou wrote:

 The following changes since commit ab77f24119e80257de4ab017b877f92f96980562:
 
   Merge branch 'master' of git://git.denx.de/u-boot-ti (2015-01-16 10:25:01 
 -0500)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to fc5b32fbf3bd43dabaf409e424e0bfb9a1b4df26:
 
   mmc: Skip changing bus width for MMC cards earlier than version 4.0 
 (2015-01-19 17:41:52 +0200)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 19012015

2015-01-19 Thread Pantelis Antoniou
The following changes since commit ab77f24119e80257de4ab017b877f92f96980562:

  Merge branch 'master' of git://git.denx.de/u-boot-ti (2015-01-16 10:25:01 
-0500)

are available in the git repository at:


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

for you to fetch changes up to fc5b32fbf3bd43dabaf409e424e0bfb9a1b4df26:

  mmc: Skip changing bus width for MMC cards earlier than version 4.0 
(2015-01-19 17:41:52 +0200)


Andrew Gabbasov (2):
  mmc: Avoid redundant switching to 1-bit bus width for MMC cards
  mmc: Skip changing bus width for MMC cards earlier than version 4.0

Diego Santa Cruz (18):
  mmc: show hardware partition sizes in mmcinfo output
  mmc: extend mmcinfo to show enhanced partition attribute
  mmc: make eMMC general purpose partition numbering match spec
  mmc: skip mmcinfo partition info processing for eMMC  4.41
  mmc: incomplete test to switch to high-capacity group size definitions
  mmc: computation of eMMC GP partition size was missing 512 KiB factor
  mmc: read the size of eMMC enhanced user data area
  mmc: display size and start of eMMC enhanced user data area in mmcinfo
  mmc: fix erase_grp_size computation with high-capacity size definition
  mmc: read the high capacity WP group size for eMMC
  mmc: show the erase group size and HC WP group size in mmcinfo output
  mmc: eMMC partitioning data is not effective till partitioning completed
  mmc: the ext_csd data may be used during init even if reading failed
  mmc: add API to do eMMC hardware partitioning
  mmc: add mmc hwpartition sub-command to do eMMC hardware partitioning
  mmc: extend the mmc hardware partitioning API with write reliability
  mmc: extend the mmc hwpartition sub-command to change write reliability
  mmc: extend mmcinfo output to show partition write reliability settings

Nobuhiro Iwamatsu (1):
  mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoC

 arch/arm/include/asm/arch-rmobile/r8a7790.h   |   6 ++
 arch/arm/include/asm/arch-rmobile/r8a7791.h   |   5 +
 arch/arm/include/asm/arch-rmobile/r8a7793.h   |   5 +
 arch/arm/include/asm/arch-rmobile/r8a7794.h   |   5 +
 arch/arm/include/asm/arch-rmobile/rcar-base.h |   3 +
 arch/arm/include/asm/arch-rmobile/sh_sdhi.h   | 168 
++
 common/cmd_mmc.c  | 205 
-
 drivers/mmc/Kconfig   |   9 ++
 drivers/mmc/Makefile  |   1 +
 drivers/mmc/mmc.c | 307 
++-
 drivers/mmc/sh_sdhi.c | 695 
+
 include/mmc.h |  45 -
 12 files changed, 1427 insertions(+), 27 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-rmobile/sh_sdhi.h
 create mode 100644 drivers/mmc/sh_sdhi.c

Regards

— Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 12122014

2014-12-15 Thread Tom Rini
On Fri, Dec 12, 2014 at 09:27:27PM +0200, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit fc9b0b80435cda721fbdbe507c9e4f388b0ea62b:
 
   Merge branch 'master' of git://git.denx.de/u-boot-usb (2014-12-11 18:40:49 
 -0500)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 2b8a9692f9d8a744b6a93a9bed115ca46541ca1f:
 
   mmc: dw_mmc: Use active DDR mode flag (2014-12-12 21:09:01 +0200)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 12122014

2014-12-12 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit fc9b0b80435cda721fbdbe507c9e4f388b0ea62b:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2014-12-11 18:40:49 
-0500)

are available in the git repository at:


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

for you to fetch changes up to 2b8a9692f9d8a744b6a93a9bed115ca46541ca1f:

  mmc: dw_mmc: Use active DDR mode flag (2014-12-12 21:09:01 +0200)


Andrew Gabbasov (4):
  mmc: Fix handling of bus widths and DDR card capabilities
  mmc: Fix Dual Data Rate capability recognition
  mmc: Fix block length for DDR mode
  mmc: dw_mmc: Use active DDR mode flag

Jaehoon Chung (1):
  mmc: exynos_dw-mmc: change debug message

Lubomir Popov (1):
  mmc: Cosmetic fix for nicer, aligned device list printout

Markus Niebel (2):
  MMC: fix user capacity for partitioned eMMC card
  MMC: add MMC_VERSION_5_0

 common/cmd_mmc.c|  3 ++-
 drivers/mmc/dw_mmc.c|  2 +-
 drivers/mmc/exynos_dw_mmc.c | 22 --
 drivers/mmc/mmc.c   | 85 
+
 include/mmc.h   |  5 +
 5 files changed, 81 insertions(+), 36 deletions(-)

Regards

— Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 03102014

2014-10-04 Thread Tom Rini
On Fri, Oct 03, 2014 at 05:41:05PM +0300, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:
 
  Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 
 -0400)
 
 are available in the git repository at:
 
 
  git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to b966db0d7259293e2c9c216c7a5dce30dacacfd9:
 
  dw_mmc: cleanups (2014-10-03 17:26:50 +0300)
 
 
 Hannes Petermaier (1):
  mmc: fix ERASE_GRP_DEF handling
 
 Mario Schuknecht (2):
  mvebu_mmc: Driver addition
  mmc: Fix mmc bus width
 
 Pavel Machek (1):
  dw_mmc: cleanups
 
 Peter Bigot (2):
  mmc: restore capacity when switching to partition 0
  env_mmc: correct fini partition to match init partition
 
 Sonic Zhang (1):
  mmc: set correct block size value in bfin sdh driver
 
 Wally Yeh (1):
  cmd_mmc: fix bootpart-resize maxarg to 4
 
 common/cmd_mmc.c|  2 +-
 common/env_mmc.c|  2 +-
 drivers/mmc/bfin_sdh.c  |  7 ---
 drivers/mmc/dw_mmc.c| 24 +---
 drivers/mmc/mmc.c   | 18 +-
 drivers/mmc/mvebu_mmc.c | 62 
 +-
 6 files changed, 93 insertions(+), 22 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 03102014

2014-10-03 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:

 Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 
-0400)

are available in the git repository at:


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

for you to fetch changes up to b966db0d7259293e2c9c216c7a5dce30dacacfd9:

 dw_mmc: cleanups (2014-10-03 17:26:50 +0300)


Hannes Petermaier (1):
 mmc: fix ERASE_GRP_DEF handling

Mario Schuknecht (2):
 mvebu_mmc: Driver addition
 mmc: Fix mmc bus width

Pavel Machek (1):
 dw_mmc: cleanups

Peter Bigot (2):
 mmc: restore capacity when switching to partition 0
 env_mmc: correct fini partition to match init partition

Sonic Zhang (1):
 mmc: set correct block size value in bfin sdh driver

Wally Yeh (1):
 cmd_mmc: fix bootpart-resize maxarg to 4

common/cmd_mmc.c|  2 +-
common/env_mmc.c|  2 +-
drivers/mmc/bfin_sdh.c  |  7 ---
drivers/mmc/dw_mmc.c| 24 +---
drivers/mmc/mmc.c   | 18 +-
drivers/mmc/mvebu_mmc.c | 62 
+-
6 files changed, 93 insertions(+), 22 deletions(-)

Regards

— Pantelis
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 1/08/2014

2014-08-06 Thread Tom Rini
On Fri, Aug 01, 2014 at 08:21:23PM +0300, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit 25b4adbba018633b943a99322bfb2fb819c0bafb:
 
   include: remove CONFIG_SPL/CONFIG_TPL definition in config headers 
 (2014-07-30 14:42:03 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 6e7b7df4df435742fcfde5f384760ae1bda2e39c:
 
   env_mmc: support env partition setup in runtime (2014-08-01 20:12:15 +0300)
 
 
 Bo Shen (3):
   MMC: atmel_mci: refactor setting the mode register
   MMC: atmel_mci: add configuration register definition
   MMC: atmel_mci: enable high speed mode support
 
 Chin Liang See (1):
   mmc/dw_mmc: Fix clock divider calculation error for bypass mode
 
 Dmitry Lifshitz (2):
   env_mmc: add mmc_get_env_addr() prototype
   env_mmc: support env partition setup in runtime
 
 DrEagle (1):
   ARM: kirkwood: add mvsdio driver
 
 Lubomir Rintel (1):
   bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag
 
 Marek Vasut (2):
   arm: s3c: Unify the S3C24xx SDI structure
   mmc: s3c: Add SD driver
 
  arch/arm/cpu/arm926ejs/kirkwood/cpu.c |   9 +++
  arch/arm/include/asm/arch-kirkwood/kirkwood.h |   1 +
  arch/arm/include/asm/arch-s3c24x0/s3c2410.h   |   4 +-
  arch/arm/include/asm/arch-s3c24x0/s3c2440.h   |   4 +-
  arch/arm/include/asm/arch-s3c24x0/s3c24x0.h   |  19 +++--
  common/env_mmc.c  |  35 ++---
  drivers/mmc/Makefile  |   2 +
  drivers/mmc/bcm2835_sdhci.c   |   2 +-
  drivers/mmc/dw_mmc.c  |   5 +-
  drivers/mmc/gen_atmel_mci.c   |  63 +++
  drivers/mmc/mvebu_mmc.c   | 361 
 ++
  drivers/mmc/s3c_sdi.c | 321 
 
  include/atmel_mci.h   |  18 -
  include/configs/openrd.h  |   8 ++
  include/configs/sheevaplug.h  |  11 +++
  include/environment.h |   9 +++
  include/mvebu_mmc.h   | 278 
 ++
  17 files changed, 1109 insertions(+), 41 deletions(-)
  create mode 100644 drivers/mmc/mvebu_mmc.c
  create mode 100644 drivers/mmc/s3c_sdi.c
  create mode 100644 include/mvebu_mmc.h

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 1/08/2014

2014-08-04 Thread Andreas Bießmann
Dear Pantelis Antoniou,

On 08/01/2014 07:21 PM, Pantelis Antoniou wrote:
 Hi Tom,
 
 The following changes since commit 25b4adbba018633b943a99322bfb2fb819c0bafb:
 
   include: remove CONFIG_SPL/CONFIG_TPL definition in config headers 
 (2014-07-30 14:42:03 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 6e7b7df4df435742fcfde5f384760ae1bda2e39c:
 
   env_mmc: support env partition setup in runtime (2014-08-01 20:12:15 +0300)
 
 
 Bo Shen (3):
   MMC: atmel_mci: refactor setting the mode register
   MMC: atmel_mci: add configuration register definition
   MMC: atmel_mci: enable high speed mode support

I'd love if you could wait for some ACK from me when applying atmel
patches. This change affects avr32 and I doubt Bo has checked this
architecture. I just had no time to run the tests from 31.07.2014 8:39
AM to 01.08.2014 6:59 PM.

I'm just back to office and will run the tests now.

Best regards

Andreas Bießmann
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 1/08/2014

2014-08-01 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit 25b4adbba018633b943a99322bfb2fb819c0bafb:

  include: remove CONFIG_SPL/CONFIG_TPL definition in config headers 
(2014-07-30 14:42:03 -0400)

are available in the git repository at:

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

for you to fetch changes up to 6e7b7df4df435742fcfde5f384760ae1bda2e39c:

  env_mmc: support env partition setup in runtime (2014-08-01 20:12:15 +0300)


Bo Shen (3):
  MMC: atmel_mci: refactor setting the mode register
  MMC: atmel_mci: add configuration register definition
  MMC: atmel_mci: enable high speed mode support

Chin Liang See (1):
  mmc/dw_mmc: Fix clock divider calculation error for bypass mode

Dmitry Lifshitz (2):
  env_mmc: add mmc_get_env_addr() prototype
  env_mmc: support env partition setup in runtime

DrEagle (1):
  ARM: kirkwood: add mvsdio driver

Lubomir Rintel (1):
  bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag

Marek Vasut (2):
  arm: s3c: Unify the S3C24xx SDI structure
  mmc: s3c: Add SD driver

 arch/arm/cpu/arm926ejs/kirkwood/cpu.c |   9 +++
 arch/arm/include/asm/arch-kirkwood/kirkwood.h |   1 +
 arch/arm/include/asm/arch-s3c24x0/s3c2410.h   |   4 +-
 arch/arm/include/asm/arch-s3c24x0/s3c2440.h   |   4 +-
 arch/arm/include/asm/arch-s3c24x0/s3c24x0.h   |  19 +++--
 common/env_mmc.c  |  35 ++---
 drivers/mmc/Makefile  |   2 +
 drivers/mmc/bcm2835_sdhci.c   |   2 +-
 drivers/mmc/dw_mmc.c  |   5 +-
 drivers/mmc/gen_atmel_mci.c   |  63 +++
 drivers/mmc/mvebu_mmc.c   | 361 
++
 drivers/mmc/s3c_sdi.c | 321 

 include/atmel_mci.h   |  18 -
 include/configs/openrd.h  |   8 ++
 include/configs/sheevaplug.h  |  11 +++
 include/environment.h |   9 +++
 include/mvebu_mmc.h   | 278 
++
 17 files changed, 1109 insertions(+), 41 deletions(-)
 create mode 100644 drivers/mmc/mvebu_mmc.c
 create mode 100644 drivers/mmc/s3c_sdi.c
 create mode 100644 include/mvebu_mmc.h

Regards

-- Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 1/08/2014

2014-08-01 Thread Marek Vasut
On Friday, August 01, 2014 at 07:21:23 PM, Pantelis Antoniou wrote:
 Hi Tom,
 
 The following changes since commit
 25b4adbba018633b943a99322bfb2fb819c0bafb:
 
   include: remove CONFIG_SPL/CONFIG_TPL definition in config headers
 (2014-07-30 14:42:03 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 6e7b7df4df435742fcfde5f384760ae1bda2e39c:
 
   env_mmc: support env partition setup in runtime (2014-08-01 20:12:15
 +0300)
 
 
 Bo Shen (3):
   MMC: atmel_mci: refactor setting the mode register
   MMC: atmel_mci: add configuration register definition
   MMC: atmel_mci: enable high speed mode support
 
 Chin Liang See (1):
   mmc/dw_mmc: Fix clock divider calculation error for bypass mode
 
 Dmitry Lifshitz (2):
   env_mmc: add mmc_get_env_addr() prototype
   env_mmc: support env partition setup in runtime
 
 DrEagle (1):

What is this nickname doing here ? Where is the full name of this person ?

   ARM: kirkwood: add mvsdio driver
[...]

Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 1/08/2014

2014-08-01 Thread drEagle
On 01/08/2014 20:22, Marek Vasut wrote:
 On Friday, August 01, 2014 at 07:21:23 PM, Pantelis Antoniou wrote:
 Hi Tom,

 The following changes since commit
 25b4adbba018633b943a99322bfb2fb819c0bafb:

   include: remove CONFIG_SPL/CONFIG_TPL definition in config headers
 (2014-07-30 14:42:03 -0400)

 are available in the git repository at:

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

 for you to fetch changes up to 6e7b7df4df435742fcfde5f384760ae1bda2e39c:

   env_mmc: support env partition setup in runtime (2014-08-01 20:12:15
 +0300)

 
 Bo Shen (3):
   MMC: atmel_mci: refactor setting the mode register
   MMC: atmel_mci: add configuration register definition
   MMC: atmel_mci: enable high speed mode support

 Chin Liang See (1):
   mmc/dw_mmc: Fix clock divider calculation error for bypass mode

 Dmitry Lifshitz (2):
   env_mmc: add mmc_get_env_addr() prototype
   env_mmc: support env partition setup in runtime

 DrEagle (1):
 
 What is this nickname doing here ? Where is the full name of this person ?

I do not know that nickname was forbidden to contribute.
My Real name is Gérald Kerma.

   ARM: kirkwood: add mvsdio driver
 [...]
 
 Best regards,
 Marek Vasut

Enjoy,
Gérald




signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 1/08/2014

2014-08-01 Thread Marek Vasut
On Friday, August 01, 2014 at 08:27:26 PM, drEagle wrote:
 On 01/08/2014 20:22, Marek Vasut wrote:
  On Friday, August 01, 2014 at 07:21:23 PM, Pantelis Antoniou wrote:
  Hi Tom,
  
  The following changes since commit
  
  25b4adbba018633b943a99322bfb2fb819c0bafb:
include: remove CONFIG_SPL/CONFIG_TPL definition in config headers
  
  (2014-07-30 14:42:03 -0400)
  
  are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
  
  for you to fetch changes up to 6e7b7df4df435742fcfde5f384760ae1bda2e39c:
env_mmc: support env partition setup in runtime (2014-08-01 20:12:15
  
  +0300)
  
  
  
  Bo Shen (3):
MMC: atmel_mci: refactor setting the mode register
MMC: atmel_mci: add configuration register definition
MMC: atmel_mci: enable high speed mode support
  
  Chin Liang See (1):
mmc/dw_mmc: Fix clock divider calculation error for bypass mode
  
  Dmitry Lifshitz (2):
env_mmc: add mmc_get_env_addr() prototype
env_mmc: support env partition setup in runtime
  
  DrEagle (1):
  What is this nickname doing here ? Where is the full name of this person
  ?
 
 I do not know that nickname was forbidden to contribute.
 My Real name is Gérald Kerma.

http://lwn.net/Articles/195643/ this is where it all started. I'd suggest you 
to 
read up on it. It's good the patch at least has a proper SoB line, so it's not 
_that_ big of a deal.

Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 12/06/2014

2014-06-12 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:

  common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 
-0400)

are available in the git repository at:

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

for you to fetch changes up to 3d6a5a4dfca25a202e356e4d63e89cdc6bd7255a:

  mmc: free allocated memory on initialization errors (2014-06-12 15:21:12 
+0300)


Darwin Rambo (1):
  mmc: free allocated memory on initialization errors

Stephen Warren (6):
  mmc: return meaningful error codes from mmc_select_hwpart
  cmd_mmc: default to HW partition 0 if not specified
  disk: default to HW partition 0 if not specified
  cmd_mmc: add force_init parameter to init_mmc_device()
  cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
  cmd_mmc: make mmc dev always re-probe the HW

 common/cmd_mmc.c | 51 
+++
 disk/part.c  |  6 +++---
 drivers/mmc/kona_sdhci.c |  8 ++--
 drivers/mmc/mmc.c|  7 ---
 4 files changed, 36 insertions(+), 36 deletions(-)

Regards

-- Pantelis
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 12/06/2014

2014-06-12 Thread Igor Grinberg
Hi Pantelis,

On 06/12/14 15:41, Pantelis Antoniou wrote:
 Hi Tom,
 
 The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:
 
   common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 
 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 3d6a5a4dfca25a202e356e4d63e89cdc6bd7255a:
 
   mmc: free allocated memory on initialization errors (2014-06-12 15:21:12 
 +0300)
 
 
 Darwin Rambo (1):
   mmc: free allocated memory on initialization errors
 
 Stephen Warren (6):
   mmc: return meaningful error codes from mmc_select_hwpart
   cmd_mmc: default to HW partition 0 if not specified
   disk: default to HW partition 0 if not specified
   cmd_mmc: add force_init parameter to init_mmc_device()
   cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
   cmd_mmc: make mmc dev always re-probe the HW
 
  common/cmd_mmc.c | 51 
 +++
  disk/part.c  |  6 +++---
  drivers/mmc/kona_sdhci.c |  8 ++--
  drivers/mmc/mmc.c|  7 ---
  4 files changed, 36 insertions(+), 36 deletions(-)

What about [1]? It is 1.5 months old already...
We would really like to get it into 2014.07.

[1] http://patchwork.ozlabs.org/patch/343153/

-- 
Regards,
Igor.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 12/06/2014

2014-06-12 Thread Pantelis Antoniou
Hi Igor,

On Jun 12, 2014, at 4:10 PM, Igor Grinberg wrote:

 Hi Pantelis,
 
 On 06/12/14 15:41, Pantelis Antoniou wrote:
 Hi Tom,
 
 The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:
 
  common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 
 -0400)
 
 are available in the git repository at:
 
  git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 3d6a5a4dfca25a202e356e4d63e89cdc6bd7255a:
 
  mmc: free allocated memory on initialization errors (2014-06-12 15:21:12 
 +0300)
 
 
 Darwin Rambo (1):
  mmc: free allocated memory on initialization errors
 
 Stephen Warren (6):
  mmc: return meaningful error codes from mmc_select_hwpart
  cmd_mmc: default to HW partition 0 if not specified
  disk: default to HW partition 0 if not specified
  cmd_mmc: add force_init parameter to init_mmc_device()
  cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
  cmd_mmc: make mmc dev always re-probe the HW
 
 common/cmd_mmc.c | 51 
 +++
 disk/part.c  |  6 +++---
 drivers/mmc/kona_sdhci.c |  8 ++--
 drivers/mmc/mmc.c|  7 ---
 4 files changed, 36 insertions(+), 36 deletions(-)
 
 What about [1]? It is 1.5 months old already...
 We would really like to get it into 2014.07.
 
 [1] http://patchwork.ozlabs.org/patch/343153/
 

We got a patchwork glitch and it didn't show up in my queue.
After Tom picks up this PR I'll spin another right away.

 -- 
 Regards,
 Igor.


Regards

-- Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 12/06/2014

2014-06-12 Thread Igor Grinberg
On 06/12/14 16:13, Pantelis Antoniou wrote:
 Hi Igor,
 
 On Jun 12, 2014, at 4:10 PM, Igor Grinberg wrote:
 
 Hi Pantelis,

 On 06/12/14 15:41, Pantelis Antoniou wrote:
 Hi Tom,

 The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:

  common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 
 -0400)

 are available in the git repository at:

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

 for you to fetch changes up to 3d6a5a4dfca25a202e356e4d63e89cdc6bd7255a:

  mmc: free allocated memory on initialization errors (2014-06-12 15:21:12 
 +0300)

 
 Darwin Rambo (1):
  mmc: free allocated memory on initialization errors

 Stephen Warren (6):
  mmc: return meaningful error codes from mmc_select_hwpart
  cmd_mmc: default to HW partition 0 if not specified
  disk: default to HW partition 0 if not specified
  cmd_mmc: add force_init parameter to init_mmc_device()
  cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
  cmd_mmc: make mmc dev always re-probe the HW

 common/cmd_mmc.c | 51 
 +++
 disk/part.c  |  6 +++---
 drivers/mmc/kona_sdhci.c |  8 ++--
 drivers/mmc/mmc.c|  7 ---
 4 files changed, 36 insertions(+), 36 deletions(-)

 What about [1]? It is 1.5 months old already...
 We would really like to get it into 2014.07.

 [1] http://patchwork.ozlabs.org/patch/343153/

 
 We got a patchwork glitch and it didn't show up in my queue.
 After Tom picks up this PR I'll spin another right away.

Ok, no problem. 10x!

-- 
Regards,
Igor.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 12/06/2014

2014-06-12 Thread Tom Rini
On Thu, Jun 12, 2014 at 03:41:21PM +0300, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:
 
   common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 
 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 3d6a5a4dfca25a202e356e4d63e89cdc6bd7255a:
 
   mmc: free allocated memory on initialization errors (2014-06-12 15:21:12 
 +0300)
 
 
 Darwin Rambo (1):
   mmc: free allocated memory on initialization errors
 
 Stephen Warren (6):
   mmc: return meaningful error codes from mmc_select_hwpart
   cmd_mmc: default to HW partition 0 if not specified
   disk: default to HW partition 0 if not specified
   cmd_mmc: add force_init parameter to init_mmc_device()
   cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
   cmd_mmc: make mmc dev always re-probe the HW
 
  common/cmd_mmc.c | 51 
 +++
  disk/part.c  |  6 +++---
  drivers/mmc/kona_sdhci.c |  8 ++--
  drivers/mmc/mmc.c|  7 ---
  4 files changed, 36 insertions(+), 36 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 23052014

2014-05-23 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit d7782d06534fe4fa47a49fa7c106de5ba85a9687:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-16 
18:30:33 -0400)

are available in the git repository at:


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

for you to fetch changes up to df348d8245922adbb03a3a979429c5e70342973c:

  cmd_mmc: use new mmc_select_hwpart() function (2014-05-23 12:23:28 +0300)


Andrew Gabbasov (1):
  mmc: Handle switch error status bit in MMC card status

Hannes Petermaier (1):
  Add board_mmc_init(...) function for init mmc1 only

Mateusz Zalega (1):
  mmc: postponed needless timer initialization

Pierre Aubert (3):
  eMMC: add support for operations in RPMB partition
  Add the function 'confirm_yesno' for interactive
  eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command

Stephen Warren (4):
  cmd_part: fix typo in part command help text
  disk: support devices with HW partitions
  mmc: provide a select_hwpart implementation for get_device()
  cmd_mmc: use new mmc_select_hwpart() function

Ye.Li (1):
  esdhc/usdhc: Fix PIO mode bug in fsl_esdhc driver

 README|  10 ++
 board/BuR/common/common.c |   7 +
 common/cmd_fuse.c |  11 +-
 common/cmd_mmc.c  | 799 
+---
 common/cmd_nand.c |  16 +--
 common/cmd_otp.c  |  18 +--
 common/cmd_part.c |   2 +-
 common/console.c  |  28 +++-
 disk/part.c   |  80 +--
 drivers/mmc/Makefile  |   1 +
 drivers/mmc/fsl_esdhc.c   |  23 ++-
 drivers/mmc/mmc.c |  35 -
 drivers/mmc/rpmb.c| 323 ++
 include/common.h  |   2 +-
 include/configs/kwb.h |   2 +-
 include/configs/tseries.h |   2 +-
 include/mmc.h |  12 +-
 include/part.h|   2 +
 lib/Makefile  |   1 +
 19 files changed, 1009 insertions(+), 365 deletions(-)
 create mode 100644 drivers/mmc/rpmb.c

Regards

-- Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 23052014

2014-05-23 Thread Tom Rini
On Fri, May 23, 2014 at 12:37:06PM +0300, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit d7782d06534fe4fa47a49fa7c106de5ba85a9687:
 
   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-16 
 18:30:33 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to df348d8245922adbb03a3a979429c5e70342973c:
 
   cmd_mmc: use new mmc_select_hwpart() function (2014-05-23 12:23:28 +0300)
 
 
 Andrew Gabbasov (1):
   mmc: Handle switch error status bit in MMC card status
 
 Hannes Petermaier (1):
   Add board_mmc_init(...) function for init mmc1 only
 
 Mateusz Zalega (1):
   mmc: postponed needless timer initialization
 
 Pierre Aubert (3):
   eMMC: add support for operations in RPMB partition
   Add the function 'confirm_yesno' for interactive
   eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command
 
 Stephen Warren (4):
   cmd_part: fix typo in part command help text
   disk: support devices with HW partitions
   mmc: provide a select_hwpart implementation for get_device()
   cmd_mmc: use new mmc_select_hwpart() function
 
 Ye.Li (1):
   esdhc/usdhc: Fix PIO mode bug in fsl_esdhc driver
 
  README|  10 ++
  board/BuR/common/common.c |   7 +
  common/cmd_fuse.c |  11 +-
  common/cmd_mmc.c  | 799 
 +---
  common/cmd_nand.c |  16 +--
  common/cmd_otp.c  |  18 +--
  common/cmd_part.c |   2 +-
  common/console.c  |  28 +++-
  disk/part.c   |  80 +--
  drivers/mmc/Makefile  |   1 +
  drivers/mmc/fsl_esdhc.c   |  23 ++-
  drivers/mmc/mmc.c |  35 -
  drivers/mmc/rpmb.c| 323 ++
  include/common.h  |   2 +-
  include/configs/kwb.h |   2 +-
  include/configs/tseries.h |   2 +-
  include/mmc.h |  12 +-
  include/part.h|   2 +
  lib/Makefile  |   1 +
  19 files changed, 1009 insertions(+), 365 deletions(-)
  create mode 100644 drivers/mmc/rpmb.c

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 02042014

2014-04-02 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit c494eaf409cb8db9a5a513e9bdfac20b7a83daca:

  Prepare v2014.04-rc3 (2014-03-31 15:24:48 -0400)

are available in the git repository at:

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

for you to fetch changes up to 1336e2d343f088b71ec71907855caccd1053d166:

  mmc:eSDHC: Workaround for data timeout issue on Txxx SoC (2014-04-02 13:25:01 
+0300)


Andrew Gabbasov (2):
  mmc: fsl_esdhc: fix calculation of timeout for data transactions
  mmc: fsl_esdhc: add controller reset in case of data related errors too

Haijun.Zhang (1):
  mmc:eSDHC: Workaround for data timeout issue on Txxx SoC

Nobuhiro Iwamatsu (2):
  mmc: sh_mmcif: Fix compile error
  mmc: sh_mmcif: Fix warning by unused variable

Tom Rini (1):
  mmc: Add 'mmc rst-function' sub-command

 arch/powerpc/include/asm/config_mpc85xx.h |  5 +
 board/ti/dra7xx/README|  1 +
 common/cmd_mmc.c  | 37 
+
 drivers/mmc/fsl_esdhc.c   | 78 
+-
 drivers/mmc/mmc.c | 12 
 drivers/mmc/sh_mmcif.c|  5 ++---
 include/mmc.h |  3 +++
 7 files changed, 105 insertions(+), 36 deletions(-)

Regards

-- Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 02042014

2014-04-02 Thread Tom Rini
On Wed, Apr 02, 2014 at 01:56:05PM +0300, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit c494eaf409cb8db9a5a513e9bdfac20b7a83daca:
 
   Prepare v2014.04-rc3 (2014-03-31 15:24:48 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 1336e2d343f088b71ec71907855caccd1053d166:
 
   mmc:eSDHC: Workaround for data timeout issue on Txxx SoC (2014-04-02 
 13:25:01 +0300)
 
 
 Andrew Gabbasov (2):
   mmc: fsl_esdhc: fix calculation of timeout for data transactions
   mmc: fsl_esdhc: add controller reset in case of data related errors too
 
 Haijun.Zhang (1):
   mmc:eSDHC: Workaround for data timeout issue on Txxx SoC
 
 Nobuhiro Iwamatsu (2):
   mmc: sh_mmcif: Fix compile error
   mmc: sh_mmcif: Fix warning by unused variable
 
 Tom Rini (1):
   mmc: Add 'mmc rst-function' sub-command
 
  arch/powerpc/include/asm/config_mpc85xx.h |  5 +
  board/ti/dra7xx/README|  1 +
  common/cmd_mmc.c  | 37 
 +
  drivers/mmc/fsl_esdhc.c   | 78 
 +-
  drivers/mmc/mmc.c | 12 
  drivers/mmc/sh_mmcif.c|  5 ++---
  include/mmc.h |  3 +++
  7 files changed, 105 insertions(+), 36 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 24032014

2014-03-28 Thread Tom Rini
On Mon, Mar 24, 2014 at 03:03:45PM +0200, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit 2c072c958bb544c72f0e848375803dbd6971f022:
 
   sandbox: config: Enable cros_ec emulation and related items (2014-03-17 
 20:05:50 -0600)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to eea4e6fe82fef9975e0153644935b89882890450:
 
   dfu: mmc: Replace calls to u-boot commands with native mmc API (2014-03-24 
 12:59:54 +0200)
 
 
 Pantelis Antoniou (3):
   mmc: Remove ops from struct mmc and put in mmc_ops
   mmc: Convert mmc struct's name array to a pointer
   mmc: Split mmc struct, rework mmc initialization (v2)
 
 Łukasz Majewski (1):
   dfu: mmc: Replace calls to u-boot commands with native mmc API
 
  arch/arm/include/asm/arch-davinci/sdmmc_defs.h |   1 +
  arch/arm/include/asm/arch-tegra/tegra_mmc.h|   4 
  common/cmd_mmc.c   |   2 +-
  common/cmd_mmc_spi.c   |   2 +-
  drivers/dfu/dfu_mmc.c  |  31 
 ---
  drivers/mmc/arm_pl180_mmci.c   |  50 
 +++---
  drivers/mmc/arm_pl180_mmci.h   |   4 
  drivers/mmc/bfin_sdh.c |  40 
 
  drivers/mmc/davinci_mmc.c  |  41 
 ++---
  drivers/mmc/dw_mmc.c   |  58 
 +++---
  drivers/mmc/fsl_esdhc.c|  65 
 +
  drivers/mmc/ftsdc010_mci.c |  63 
 ---
  drivers/mmc/gen_atmel_mci.c|  53 
 -
  drivers/mmc/mmc.c  |  99 
 +--
  drivers/mmc/mmc_spi.c  |  50 
 +++---
  drivers/mmc/mmc_write.c|   3 ++-
  drivers/mmc/mxcmmc.c   |  45 
 +
  drivers/mmc/mxsmmc.c   |  48 
 
  drivers/mmc/omap_hsmmc.c   | 142 
 +++---
  drivers/mmc/pxa_mmc_gen.c  |  70 
 +++---
  drivers/mmc/sdhci.c|  84 
 +++-
  drivers/mmc/sh_mmcif.c |  52 
 ++--
  drivers/mmc/tegra_mmc.c|  53 
 +
  include/dwmmc.h|   2 ++
  include/fsl_esdhc.h|   4 
  include/mmc.h  |  48 
 ++--
  include/sdhci.h|   2 ++
  27 files changed, 621 insertions(+), 495 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 24032014

2014-03-24 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit 2c072c958bb544c72f0e848375803dbd6971f022:

  sandbox: config: Enable cros_ec emulation and related items (2014-03-17 
20:05:50 -0600)

are available in the git repository at:

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

for you to fetch changes up to eea4e6fe82fef9975e0153644935b89882890450:

  dfu: mmc: Replace calls to u-boot commands with native mmc API (2014-03-24 
12:59:54 +0200)


Pantelis Antoniou (3):
  mmc: Remove ops from struct mmc and put in mmc_ops
  mmc: Convert mmc struct's name array to a pointer
  mmc: Split mmc struct, rework mmc initialization (v2)

Łukasz Majewski (1):
  dfu: mmc: Replace calls to u-boot commands with native mmc API

 arch/arm/include/asm/arch-davinci/sdmmc_defs.h |   1 +
 arch/arm/include/asm/arch-tegra/tegra_mmc.h|   4 
 common/cmd_mmc.c   |   2 +-
 common/cmd_mmc_spi.c   |   2 +-
 drivers/dfu/dfu_mmc.c  |  31 
---
 drivers/mmc/arm_pl180_mmci.c   |  50 
+++---
 drivers/mmc/arm_pl180_mmci.h   |   4 
 drivers/mmc/bfin_sdh.c |  40 

 drivers/mmc/davinci_mmc.c  |  41 
++---
 drivers/mmc/dw_mmc.c   |  58 
+++---
 drivers/mmc/fsl_esdhc.c|  65 
+
 drivers/mmc/ftsdc010_mci.c |  63 
---
 drivers/mmc/gen_atmel_mci.c|  53 
-
 drivers/mmc/mmc.c  |  99 
+--
 drivers/mmc/mmc_spi.c  |  50 
+++---
 drivers/mmc/mmc_write.c|   3 ++-
 drivers/mmc/mxcmmc.c   |  45 
+
 drivers/mmc/mxsmmc.c   |  48 

 drivers/mmc/omap_hsmmc.c   | 142 
+++---
 drivers/mmc/pxa_mmc_gen.c  |  70 
+++---
 drivers/mmc/sdhci.c|  84 
+++-
 drivers/mmc/sh_mmcif.c |  52 
++--
 drivers/mmc/tegra_mmc.c|  53 
+
 include/dwmmc.h|   2 ++
 include/fsl_esdhc.h|   4 
 include/mmc.h  |  48 
++--
 include/sdhci.h|   2 ++
 27 files changed, 621 insertions(+), 495 deletions(-)

Regards

-- Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 07022014

2014-02-18 Thread Tom Rini
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


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 07022014

2014-02-07 Thread Pantelis Antoniou
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc 31102013

2013-11-04 Thread Tom Rini
On Thu, Oct 31, 2013 at 10:03:26AM +0200, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit 509dca7a11aad394d781a9d31a7bfa6692562741:
 
   Merge branch 'master' of git://git.denx.de/u-boot-video (2013-10-30 
 08:36:48 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to ef38f3ffb97331725b00dce667da3aefa0a75340:
 
   powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register 
 (2013-10-31 09:55:34 +0200)
 
 
 Haijun.Zhang (4):
   powerpc/esdhc: Map register for eSDHC Host Controller V3.0
   Powerpc/esdhc: Add simple description of esdhc register
   esdhc: memset mmc struct before putting into use
   powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register
 
 Jaehoon Chung (1):
   mmc: dw_mmc: change the callback function name.
 
 Oliver Metz (1):
   mmc: Fix erase_grp_size for partitioned card
 
 Przemyslaw Marczak (1):
   mmc: sdhci: Avoid commands errors by simple timeout adaptation.
 
 Rajeshwari Shinde (1):
   DWMMC: SMDK5420: Disable SMU for eMMC
 
  arch/arm/include/asm/arch-exynos/dwmmc.h | 13 +
  drivers/mmc/dw_mmc.c | 17 ++---
  drivers/mmc/exynos_dw_mmc.c  |  5 -
  drivers/mmc/fsl_esdhc.c  | 69 
 -
  drivers/mmc/mmc.c| 17 +
  drivers/mmc/sdhci.c  | 35 
 ---
  include/configs/T4240QDS.h   |  1 +
  include/dwmmc.h  |  5 -
  include/mmc.h|  2 ++
  9 files changed, 123 insertions(+), 41 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc 31102013

2013-10-31 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit 509dca7a11aad394d781a9d31a7bfa6692562741:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2013-10-30 08:36:48 
-0400)

are available in the git repository at:


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

for you to fetch changes up to ef38f3ffb97331725b00dce667da3aefa0a75340:

  powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register 
(2013-10-31 09:55:34 +0200)


Haijun.Zhang (4):
  powerpc/esdhc: Map register for eSDHC Host Controller V3.0
  Powerpc/esdhc: Add simple description of esdhc register
  esdhc: memset mmc struct before putting into use
  powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register

Jaehoon Chung (1):
  mmc: dw_mmc: change the callback function name.

Oliver Metz (1):
  mmc: Fix erase_grp_size for partitioned card

Przemyslaw Marczak (1):
  mmc: sdhci: Avoid commands errors by simple timeout adaptation.

Rajeshwari Shinde (1):
  DWMMC: SMDK5420: Disable SMU for eMMC

 arch/arm/include/asm/arch-exynos/dwmmc.h | 13 +
 drivers/mmc/dw_mmc.c | 17 ++---
 drivers/mmc/exynos_dw_mmc.c  |  5 -
 drivers/mmc/fsl_esdhc.c  | 69 
-
 drivers/mmc/mmc.c| 17 +
 drivers/mmc/sdhci.c  | 35 
---
 include/configs/T4240QDS.h   |  1 +
 include/dwmmc.h  |  5 -
 include/mmc.h|  2 ++
 9 files changed, 123 insertions(+), 41 deletions(-)

Regards

-- Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc #2

2013-09-21 Thread Tom Rini
On Fri, Sep 20, 2013 at 07:12:49PM +0300, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit 46ef4faed18196472eb95216b2f74c1397ecf024:
 
   Prepare v2013.10-rc3 (2013-09-16 20:08:33 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to 2c011847c129491084a19c753a039a3441b7dce4:
 
   Fix wrong sdhci host control register read and write (2013-09-20 19:02:29 
 +0300)
 
 
 Jaehoon Chung (1):
   mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC
 
 Juhyun \(Justin\) Oh (1):
   Fix wrong sdhci host control register read and write
 
 Lubomir Popov (1):
   ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx
 
 Mischa Jonker (3):
   mmc/dw_mmc: Fix DMA descriptor corruption
   mmc/dw_mmc: Allocate the correct amount of descriptors
   Add parentheses to ALLOC_ALIGN_BUFFER macro's
 
 Oleksandr Tyshchenko (2):
   mmc: Remove unused variable backup from mmc_send_cmd()
   omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset func
 
 Paul Burton (5):
   spl: remove unnecessary ( ARM specific) include of asm/utils.h
   spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT
   mmc: don't call *printf or puts when SPL  !CONFIG_SPL_LIBCOMMON_SUPPORT
   mmc: size optimization when !CONFIG_MMC_SPI
   mmc: don't support write  erase for SPL builds
 
  common/spl/spl_mmc.c  |  17 +-
  drivers/mmc/Makefile  |   2 ++
  drivers/mmc/dw_mmc.c  |   9 +++---
  drivers/mmc/mmc.c | 205 
 +
  drivers/mmc/mmc_private.h |  45 ++
  drivers/mmc/mmc_write.c   | 179 
 ++
  drivers/mmc/omap_hsmmc.c  |  41 ++--
  drivers/mmc/s5p_sdhci.c   |   4 ++-
  drivers/mmc/sdhci.c   |  18 +--
  include/common.h  |   4 +--
  include/mmc.h |   4 +++
  include/sdhci.h   |   3 ++
  12 files changed, 336 insertions(+), 195 deletions(-)
  create mode 100644 drivers/mmc/mmc_private.h
  create mode 100644 drivers/mmc/mmc_write.c

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mmc

2013-09-20 Thread Tom Rini
On Tue, Sep 17, 2013 at 08:11:30PM +0300, Pantelis Antoniou wrote:

 Hi Tom,
 
 The following changes since commit 46ef4faed18196472eb95216b2f74c1397ecf024:
 
   Prepare v2013.10-rc3 (2013-09-16 20:08:33 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mmc.git master
 
 for you to fetch changes up to b31c9beb9bdde1714b1131cf0e64b8b68350e824:
 
   mmc: don't support write  erase for SPL builds (2013-09-17 20:03:44 +0300)
 
 
 Jaehoon Chung (1):
   mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC
 
 Lubomir Popov (1):
   ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx
 
 Oleksandr Tyshchenko (2):
   mmc: Remove unused variable backup from mmc_send_cmd()
   omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset func
 
 Paul Burton (5):
   spl: remove unnecessary ( ARM specific) include of asm/utils.h
   spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT
   mmc: don't call *printf or puts when SPL  !CONFIG_SPL_LIBCOMMON_SUPPORT
   mmc: size optimization when !CONFIG_MMC_SPI
   mmc: don't support write  erase for SPL builds

For the record, this has v2 of mmc: don't support write  erase for SPL
builds and a new PR will be made soon.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc #2

2013-09-20 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit 46ef4faed18196472eb95216b2f74c1397ecf024:

  Prepare v2013.10-rc3 (2013-09-16 20:08:33 -0400)

are available in the git repository at:

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

for you to fetch changes up to 2c011847c129491084a19c753a039a3441b7dce4:

  Fix wrong sdhci host control register read and write (2013-09-20 19:02:29 
+0300)


Jaehoon Chung (1):
  mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC

Juhyun \(Justin\) Oh (1):
  Fix wrong sdhci host control register read and write

Lubomir Popov (1):
  ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx

Mischa Jonker (3):
  mmc/dw_mmc: Fix DMA descriptor corruption
  mmc/dw_mmc: Allocate the correct amount of descriptors
  Add parentheses to ALLOC_ALIGN_BUFFER macro's

Oleksandr Tyshchenko (2):
  mmc: Remove unused variable backup from mmc_send_cmd()
  omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset func

Paul Burton (5):
  spl: remove unnecessary ( ARM specific) include of asm/utils.h
  spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT
  mmc: don't call *printf or puts when SPL  !CONFIG_SPL_LIBCOMMON_SUPPORT
  mmc: size optimization when !CONFIG_MMC_SPI
  mmc: don't support write  erase for SPL builds

 common/spl/spl_mmc.c  |  17 +-
 drivers/mmc/Makefile  |   2 ++
 drivers/mmc/dw_mmc.c  |   9 +++---
 drivers/mmc/mmc.c | 205 
+
 drivers/mmc/mmc_private.h |  45 ++
 drivers/mmc/mmc_write.c   | 179 
++
 drivers/mmc/omap_hsmmc.c  |  41 ++--
 drivers/mmc/s5p_sdhci.c   |   4 ++-
 drivers/mmc/sdhci.c   |  18 +--
 include/common.h  |   4 +--
 include/mmc.h |   4 +++
 include/sdhci.h   |   3 ++
 12 files changed, 336 insertions(+), 195 deletions(-)
 create mode 100644 drivers/mmc/mmc_private.h
 create mode 100644 drivers/mmc/mmc_write.c

Regards

-- Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mmc

2013-09-17 Thread Pantelis Antoniou
Hi Tom,

The following changes since commit 46ef4faed18196472eb95216b2f74c1397ecf024:

  Prepare v2013.10-rc3 (2013-09-16 20:08:33 -0400)

are available in the git repository at:

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

for you to fetch changes up to b31c9beb9bdde1714b1131cf0e64b8b68350e824:

  mmc: don't support write  erase for SPL builds (2013-09-17 20:03:44 +0300)


Jaehoon Chung (1):
  mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC

Lubomir Popov (1):
  ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx

Oleksandr Tyshchenko (2):
  mmc: Remove unused variable backup from mmc_send_cmd()
  omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset func

Paul Burton (5):
  spl: remove unnecessary ( ARM specific) include of asm/utils.h
  spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT
  mmc: don't call *printf or puts when SPL  !CONFIG_SPL_LIBCOMMON_SUPPORT
  mmc: size optimization when !CONFIG_MMC_SPI
  mmc: don't support write  erase for SPL builds

 common/spl/spl_mmc.c  |  17 +-
 drivers/mmc/Makefile  |   2 ++
 drivers/mmc/mmc.c | 205 
+--
 drivers/mmc/mmc_private.h |  45 ++
 drivers/mmc/mmc_write.c   | 189 
++
 drivers/mmc/omap_hsmmc.c  |  41 +--
 drivers/mmc/s5p_sdhci.c   |   4 ++-
 drivers/mmc/sdhci.c   |  13 
 include/mmc.h |   4 +++
 include/sdhci.h   |   3 ++
 10 files changed, 337 insertions(+), 186 deletions(-)
 create mode 100644 drivers/mmc/mmc_private.h
 create mode 100644 drivers/mmc/mmc_write.c

Regards

-- Pantelis

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot