From: Tushar Behera <tushar.behera@linaro.org>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org, linaro-dev@lists.linaro.org,
patches@linaro.org
Subject: Re: [PATCH 3/3] ARM: EXYNOS4: Add support for 8-bit bus width in SDHCI for ORIGEN
Date: Fri, 02 Sep 2011 08:52:35 +0530 [thread overview]
Message-ID: <4E604BFB.2050307@linaro.org> (raw)
In-Reply-To: <000601cc6779$7fe130b0$7fa39210$%kim@samsung.com>
Hi Kukjin,
On Wednesday 31 August 2011 06:31 AM, Kukjin Kim wrote:
> Tushar Behera wrote:
>>
>> Platform data for SDHCI controller on ORIGEN board is missing the
>> support for 8-bit bus width. The platform data is extended in sync
>> with other EXYNOS4 machines.
>>
>> Signed-off-by: Tushar Behera<tushar.behera@linaro.org>
>> ---
>> arch/arm/mach-exynos4/mach-origen.c | 8 ++++++++
>> 1 files changed, 8 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/mach-exynos4/mach-origen.c
> b/arch/arm/mach-exynos4/mach-
>> origen.c
>> index ae18812..6b6cd77 100644
>> --- a/arch/arm/mach-exynos4/mach-origen.c
>> +++ b/arch/arm/mach-exynos4/mach-origen.c
>> @@ -75,11 +75,19 @@ static struct s3c2410_uartcfg origen_uartcfgs[]
> __initdata =
>> {
>> static struct s3c_sdhci_platdata origen_hsmmc0_pdata __initdata = {
>> .cd_type = S3C_SDHCI_CD_INTERNAL,
>> .clk_type = S3C_SDHCI_CLK_DIV_EXTERNAL,
>> +#ifdef CONFIG_EXYNOS4_SDHCI_CH0_8BIT
>> + .max_width = 8,
>> + .host_caps = MMC_CAP_8_BIT_DATA,
>> +#endif
>> };
>>
>> static struct s3c_sdhci_platdata origen_hsmmc2_pdata __initdata = {
>> .cd_type = S3C_SDHCI_CD_INTERNAL,
>> .clk_type = S3C_SDHCI_CLK_DIV_EXTERNAL,
>> +#ifdef CONFIG_EXYNOS4_SDHCI_CH2_8BIT
>> + .max_width = 8,
>> + .host_caps = MMC_CAP_8_BIT_DATA,
>> +#endif
>> };
>>
>> static struct platform_device *origen_devices[] __initdata = {
>> --
>> 1.7.4.1
>
> Hi Tushar,
>
> I wonder the bus width of SDHCI controller can be changed manually on ORIGEN
> like SMDK board.
>
I will do further test and update you about the results.
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim<kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
--
Tushar Behera
next prev parent reply other threads:[~2011-09-02 3:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-26 9:38 [PATCH 0/3] Extend SDHCI support for Origen board Tushar Behera
2011-08-26 9:38 ` [PATCH 1/3] ARM: EXYNOS4: Fix sdhci card detection for ORIGEN Tushar Behera
2011-08-31 0:53 ` Kukjin Kim
2011-08-26 9:38 ` [PATCH 2/3] ARM: EXYNOS4: Add support for secondary MMC port on ORIGEN Tushar Behera
[not found] ` <1314351524-10942-3-git-send-email-tushar.behera-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-08-31 0:53 ` Kukjin Kim
2011-09-02 3:21 ` Tushar Behera
2011-08-26 9:38 ` [PATCH 3/3] ARM: EXYNOS4: Add support for 8-bit bus width in SDHCI for ORIGEN Tushar Behera
2011-08-31 1:01 ` Kukjin Kim
2011-09-02 3:22 ` Tushar Behera [this message]
2011-09-02 10:59 ` Tushar Behera
2011-09-05 10:27 ` 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=4E604BFB.2050307@linaro.org \
--to=tushar.behera@linaro.org \
--cc=kgene.kim@samsung.com \
--cc=linaro-dev@lists.linaro.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=patches@linaro.org \
/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.