All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support
@ 2013-08-01 14:21 Marek Vasut
  2013-08-01 14:27 ` Otavio Salvador
  2013-08-23 13:45 ` Marek Vasut
  0 siblings, 2 replies; 8+ messages in thread
From: Marek Vasut @ 2013-08-01 14:21 UTC (permalink / raw)
  To: u-boot

From: Amaury Pouly <amaury.pouly@gmail.com>

Enable support for high-capacity eMMC and MMC cards. The MXS MMC
driver has no problem with those.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Amaury Pouly <amaury.pouly@gmail.com>
Cc: Andy Fleming <afleming@freescale.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
---
 drivers/mmc/mxsmmc.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
index e5a5d75..245f9d0 100644
--- a/drivers/mmc/mxsmmc.c
+++ b/drivers/mmc/mxsmmc.c
@@ -410,7 +410,8 @@ int mxsmmc_initialize(bd_t *bis, int id, int (*wp)(int), int (*cd)(int))
 	mmc->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
 
 	mmc->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT |
-			 MMC_MODE_HS_52MHz | MMC_MODE_HS;
+			 MMC_MODE_HS_52MHz | MMC_MODE_HS |
+			 MMC_MODE_HC;
 
 	/*
 	 * SSPCLK = 480 * 18 / 29 / 1 = 297.731 MHz
-- 
1.7.10.4

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

* [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support
  2013-08-01 14:21 [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support Marek Vasut
@ 2013-08-01 14:27 ` Otavio Salvador
  2013-08-23 13:45 ` Marek Vasut
  1 sibling, 0 replies; 8+ messages in thread
From: Otavio Salvador @ 2013-08-01 14:27 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 1, 2013 at 11:21 AM, Marek Vasut <marex@denx.de> wrote:
> From: Amaury Pouly <amaury.pouly@gmail.com>
>
> Enable support for high-capacity eMMC and MMC cards. The MXS MMC
> driver has no problem with those.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Signed-off-by: Amaury Pouly <amaury.pouly@gmail.com>
> Cc: Andy Fleming <afleming@freescale.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Otavio Salvador <otavio@ossystems.com.br>

Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750

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

* [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support
  2013-08-01 14:21 [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support Marek Vasut
  2013-08-01 14:27 ` Otavio Salvador
@ 2013-08-23 13:45 ` Marek Vasut
  2013-08-23 13:54   ` Stefano Babic
  1 sibling, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2013-08-23 13:45 UTC (permalink / raw)
  To: u-boot

Hi,

> From: Amaury Pouly <amaury.pouly@gmail.com>
> 
> Enable support for high-capacity eMMC and MMC cards. The MXS MMC
> driver has no problem with those.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Signed-off-by: Amaury Pouly <amaury.pouly@gmail.com>
> Cc: Andy Fleming <afleming@freescale.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Otavio Salvador <otavio@ossystems.com.br>

Stefano, can you apply this please? It's quite important fix.

Best regards,
Marek Vasut

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

* [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support
  2013-08-23 13:45 ` Marek Vasut
@ 2013-08-23 13:54   ` Stefano Babic
  2013-08-23 13:58     ` Marek Vasut
  0 siblings, 1 reply; 8+ messages in thread
From: Stefano Babic @ 2013-08-23 13:54 UTC (permalink / raw)
  To: u-boot

Hi Marek,

On 23/08/2013 15:45, Marek Vasut wrote:
> Hi,
> 
>> From: Amaury Pouly <amaury.pouly@gmail.com>
>>
>> Enable support for high-capacity eMMC and MMC cards. The MXS MMC
>> driver has no problem with those.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Signed-off-by: Amaury Pouly <amaury.pouly@gmail.com>
>> Cc: Andy Fleming <afleming@freescale.com>
>> Cc: Fabio Estevam <fabio.estevam@freescale.com>
>> Cc: Stefano Babic <sbabic@denx.de>
>> Cc: Otavio Salvador <otavio@ossystems.com.br>
> 
> Stefano, can you apply this please? It's quite important fix.
> 

Done !

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic



-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

* [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support
  2013-08-23 13:54   ` Stefano Babic
@ 2013-08-23 13:58     ` Marek Vasut
  2013-08-23 14:09       ` Stefano Babic
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2013-08-23 13:58 UTC (permalink / raw)
  To: u-boot

Dear Stefano Babic,

> Hi Marek,
> 
> On 23/08/2013 15:45, Marek Vasut wrote:
> > Hi,
> > 
> >> From: Amaury Pouly <amaury.pouly@gmail.com>
> >> 
> >> Enable support for high-capacity eMMC and MMC cards. The MXS MMC
> >> driver has no problem with those.
> >> 
> >> Signed-off-by: Marek Vasut <marex@denx.de>
> >> Signed-off-by: Amaury Pouly <amaury.pouly@gmail.com>
> >> Cc: Andy Fleming <afleming@freescale.com>
> >> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> >> Cc: Stefano Babic <sbabic@denx.de>
> >> Cc: Otavio Salvador <otavio@ossystems.com.br>
> > 
> > Stefano, can you apply this please? It's quite important fix.
> 
> Done !
> 
> Applied to u-boot-imx, thanks.

Thanks. Did Andry disappear btw? I get the address no longer exists.

Best regards,
Marek Vasut

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

* [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support
  2013-08-23 13:58     ` Marek Vasut
@ 2013-08-23 14:09       ` Stefano Babic
  0 siblings, 0 replies; 8+ messages in thread
From: Stefano Babic @ 2013-08-23 14:09 UTC (permalink / raw)
  To: u-boot

Hi Marek,

On 23/08/2013 15:58, Marek Vasut wrote:
> Dear Stefano Babic,
> 
>> Hi Marek,
>>
>> On 23/08/2013 15:45, Marek Vasut wrote:
>>> Hi,
>>>
>>>> From: Amaury Pouly <amaury.pouly@gmail.com>
>>>>
>>>> Enable support for high-capacity eMMC and MMC cards. The MXS MMC
>>>> driver has no problem with those.
>>>>
>>>> Signed-off-by: Marek Vasut <marex@denx.de>
>>>> Signed-off-by: Amaury Pouly <amaury.pouly@gmail.com>
>>>> Cc: Andy Fleming <afleming@freescale.com>
>>>> Cc: Fabio Estevam <fabio.estevam@freescale.com>
>>>> Cc: Stefano Babic <sbabic@denx.de>
>>>> Cc: Otavio Salvador <otavio@ossystems.com.br>
>>>
>>> Stefano, can you apply this please? It's quite important fix.
>>
>> Done !
>>
>> Applied to u-boot-imx, thanks.
> 
> Thanks. Did Andry disappear btw? I get the address no longer exists.
> 

Yes, search for Tom's Announcement:

http://u-boot.10912.n7.nabble.com/Some-custodian-changes-td160994.html

Antonio is the new custodian for MMC stuff.

Best regards,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

* [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support
  2013-08-01 11:54 Marek Vasut
@ 2013-08-01 13:02 ` Fabio Estevam
  0 siblings, 0 replies; 8+ messages in thread
From: Fabio Estevam @ 2013-08-01 13:02 UTC (permalink / raw)
  To: u-boot

Hi Marek,

On Thu, Aug 1, 2013 at 8:54 AM, Marek Vasut <marex@denx.de> wrote:
> Enable support for high-capacity eMMC and MMC cards. The MXS MMC
> driver has no problem with those.
>
> From: Amaury Pouly <amaury.pouly@gmail.com>

The 'From' field should come prior to the commit log.

> Signed-off-by: Marek Vasut <marex@denx.de>
> Signed-off-by: Amaury Pouly <amaury.pouly@gmail.com>
> Cc: Andy Fleming <afleming@freescale.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Otavio Salvador <otavio@ossystems.com.br>

Other than that, it looks good:

Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>

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

* [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support
@ 2013-08-01 11:54 Marek Vasut
  2013-08-01 13:02 ` Fabio Estevam
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2013-08-01 11:54 UTC (permalink / raw)
  To: u-boot

Enable support for high-capacity eMMC and MMC cards. The MXS MMC
driver has no problem with those.

From: Amaury Pouly <amaury.pouly@gmail.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Amaury Pouly <amaury.pouly@gmail.com>
Cc: Andy Fleming <afleming@freescale.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
---
 drivers/mmc/mxsmmc.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
index e5a5d75..245f9d0 100644
--- a/drivers/mmc/mxsmmc.c
+++ b/drivers/mmc/mxsmmc.c
@@ -410,7 +410,8 @@ int mxsmmc_initialize(bd_t *bis, int id, int (*wp)(int), int (*cd)(int))
 	mmc->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
 
 	mmc->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT |
-			 MMC_MODE_HS_52MHz | MMC_MODE_HS;
+			 MMC_MODE_HS_52MHz | MMC_MODE_HS |
+			 MMC_MODE_HC;
 
 	/*
 	 * SSPCLK = 480 * 18 / 29 / 1 = 297.731 MHz
-- 
1.7.10.4

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

end of thread, other threads:[~2013-08-23 14:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-01 14:21 [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support Marek Vasut
2013-08-01 14:27 ` Otavio Salvador
2013-08-23 13:45 ` Marek Vasut
2013-08-23 13:54   ` Stefano Babic
2013-08-23 13:58     ` Marek Vasut
2013-08-23 14:09       ` Stefano Babic
  -- strict thread matches above, loose matches on Subject: below --
2013-08-01 11:54 Marek Vasut
2013-08-01 13:02 ` Fabio Estevam

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.