All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [PATCH 1/3] ARM: Exynos: fix SDHCI caps for UniversalC210 and NURI boards
Date: Tue, 06 Mar 2012 02:31:40 -0800	[thread overview]
Message-ID: <4F55E78C.5030304@samsung.com> (raw)
In-Reply-To: <4F55E3DF.4050407@samsung.com>

On 03/06/12 02:15, Kukjin Kim wrote:
> On 03/01/12 00:40, Marek Szyprowski wrote:
>> Add a new quirk (introduced in 6e8201f57c935 "mmc: core: add the
>> capability
>> for broken voltage" to indicate that MMC core should ignore voltage
>> change
>> errors reported by the regulators core. This is required to get SDHCI
>> working on these boards again after commit ceb6143b2df81c ("mmc: sdhci:
>> fix vmmc handling").
>>
>> Signed-off-by: Marek Szyprowski<m.szyprowski@samsung.com>
>> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>
>> ---
>> arch/arm/mach-exynos/mach-nuri.c | 2 ++
>> arch/arm/mach-exynos/mach-universal_c210.c | 1 +
>> 2 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/mach-exynos/mach-nuri.c
>> b/arch/arm/mach-exynos/mach-nuri.c
>> index a6b9162..8c0479f 100644
>> --- a/arch/arm/mach-exynos/mach-nuri.c
>> +++ b/arch/arm/mach-exynos/mach-nuri.c
>> @@ -112,6 +112,7 @@ static struct s3c_sdhci_platdata nuri_hsmmc0_data
>> __initdata = {
>> .host_caps = (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA |
>> MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED |
>> MMC_CAP_DISABLE | MMC_CAP_ERASE),
>> + .host_caps2 = MMC_CAP2_BROKEN_VOLTAGE,
>> .cd_type = S3C_SDHCI_CD_PERMANENT,
>> };
>>
>> @@ -151,6 +152,7 @@ static struct s3c_sdhci_platdata nuri_hsmmc2_data
>> __initdata = {
>> .host_caps = MMC_CAP_4_BIT_DATA |
>> MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED |
>> MMC_CAP_DISABLE,
>> + .host_caps2 = MMC_CAP2_BROKEN_VOLTAGE,
>> .ext_cd_gpio = EXYNOS4_GPX3(3), /* XEINT_27 */
>> .ext_cd_gpio_invert = 1,
>> .cd_type = S3C_SDHCI_CD_GPIO,
>> diff --git a/arch/arm/mach-exynos/mach-universal_c210.c
>> b/arch/arm/mach-exynos/mach-universal_c210.c
>> index 6017a21..908624c 100644
>> --- a/arch/arm/mach-exynos/mach-universal_c210.c
>> +++ b/arch/arm/mach-exynos/mach-universal_c210.c
>> @@ -745,6 +745,7 @@ static struct s3c_sdhci_platdata
>> universal_hsmmc0_data __initdata = {
>> .host_caps = (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA |
>> MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED |
>> MMC_CAP_DISABLE),
>> + .host_caps2 = MMC_CAP2_BROKEN_VOLTAGE,
>> .cd_type = S3C_SDHCI_CD_PERMANENT,
>> };
>>
>
> Hi Marek,
>
> If possible, please adding cover letter for patch set(series), I think

Just kindly ignore above. I found your cover letter :(

> these are just independent patches though. Anyway, will apply this.
>

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  reply	other threads:[~2012-03-06 10:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-01  8:40 [PATCH 0/3] Universal C210 and NURI board fixes Marek Szyprowski
2012-03-01  8:40 ` [PATCH 1/3] ARM: Exynos: fix SDHCI caps for UniversalC210 and NURI boards Marek Szyprowski
2012-03-06 10:15   ` Kukjin Kim
2012-03-06 10:31     ` Kukjin Kim [this message]
2012-03-01  8:40 ` [PATCH 2/3] ARM: Exynos: fix SDHCI device names in regulator definitions Marek Szyprowski
2012-03-06 10:06   ` Kukjin Kim
2012-03-06 10:13     ` Kyungmin Park
2012-03-06 10:20       ` Kukjin Kim
2012-03-06 11:02         ` Kyungmin Park
2012-03-01  8:40 ` [PATCH 3/3] ARM: Exynos: fix touchscreen IRQ setup on Universal C210 board Marek Szyprowski
2012-03-06 10:08   ` Kukjin Kim

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=4F55E78C.5030304@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    /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.