All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4] mmc: sunxi: Enable 8bits bus width for sun8i
Date: Mon, 14 Nov 2016 21:04:59 +0900	[thread overview]
Message-ID: <14e2f478-999a-1286-1156-9af35ce811e7@samsung.com> (raw)
In-Reply-To: <e13c4604-6df3-8807-a2a0-5a9713754293@redhat.com>

On 11/14/2016 03:51 AM, Hans de Goede wrote:
> Hi,
> 
> On 04-11-16 16:18, Maxime Ripard wrote:
>> The sun8i SoCs also have a 8 bits capable MMC2 controller. Enable the
>> support for those too.
>>
>> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> 
> LGTM:
> 
> Reviewed-by: Hans de Goede <hdegoede@redhat.com>

Applied on u-boot-mmc. Thanks!

Best Regards,
Jaehoon Chung

> 
> Regards,
> 
> Hans
> 
> 
>> ---
>>  drivers/mmc/sunxi_mmc.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/mmc/sunxi_mmc.c b/drivers/mmc/sunxi_mmc.c
>> index 6953accce123..b8716c93cb06 100644
>> --- a/drivers/mmc/sunxi_mmc.c
>> +++ b/drivers/mmc/sunxi_mmc.c
>> @@ -463,7 +463,7 @@ struct mmc *sunxi_mmc_init(int sdc_no)
>>
>>      cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
>>      cfg->host_caps = MMC_MODE_4BIT;
>> -#ifdef CONFIG_MACH_SUN50I
>> +#if defined(CONFIG_MACH_SUN50I) || defined(CONFIG_MACH_SUN8I)
>>      if (sdc_no == 2)
>>          cfg->host_caps = MMC_MODE_8BIT;
>>  #endif
>>
> 
> 
> 

  reply	other threads:[~2016-11-14 12:04 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-04 15:18 [U-Boot] [PATCH 0/4] sunxi: Improve the SinA33 support Maxime Ripard
2016-11-04 15:18 ` [U-Boot] [PATCH 1/4] mmc: Retry the switch command Maxime Ripard
2016-11-13 18:50   ` Hans de Goede
2016-11-13 22:50     ` Tom Rini
2016-11-14  0:34       ` Jaehoon Chung
2016-11-14  9:56         ` Hans de Goede
2016-11-14 10:20           ` Jaehoon Chung
2016-11-14 12:04     ` Jaehoon Chung
2016-11-04 15:18 ` [U-Boot] [PATCH 2/4] mmc: sunxi: Enable 8bits bus width for sun8i Maxime Ripard
2016-11-05  1:34   ` Chen-Yu Tsai
2016-11-06 17:15     ` Maxime Ripard
2016-11-07  1:53       ` Chen-Yu Tsai
2016-11-07  8:39         ` Maxime Ripard
2016-11-07  8:47           ` Chen-Yu Tsai
2016-11-13 18:51   ` Hans de Goede
2016-11-14 12:04     ` Jaehoon Chung [this message]
2016-11-04 15:18 ` [U-Boot] [PATCH 3/4] sunxi: sina33: Enable the eMMC Maxime Ripard
2016-11-05  1:34   ` Chen-Yu Tsai
2016-11-13 18:51   ` Hans de Goede
2016-11-14 12:05     ` Jaehoon Chung
2016-11-04 15:18 ` [U-Boot] [PATCH 4/4] sunxi: sina33: Enable the LCD Maxime Ripard
2016-11-11 10:30   ` Chen-Yu Tsai
2016-11-13 18:51   ` Hans de Goede
2016-11-14 11:10     ` Jaehoon Chung
2016-11-14 12:05     ` Jaehoon Chung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14e2f478-999a-1286-1156-9af35ce811e7@samsung.com \
    --to=jh80.chung@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.