Re: confusion regarding the CMD19 and CMD21 in eMMC/SD card spec

2011-09-15 Thread Girish K S
our host controller supports both SD/MMC. single controller to read both cards. On 16 September 2011 11:27, Aaron Lu wrote: > On Fri, Sep 16, 2011 at 11:00:12AM +0530, Girish K S wrote: >> Hello Aaron Lu, > Hi, > >>                     please check the mmc 4.5 specification CMD21 is >> tuning com

Re: confusion regarding the CMD19 and CMD21 in eMMC/SD card spec

2011-09-15 Thread Aaron Lu
On Fri, Sep 16, 2011 at 11:00:12AM +0530, Girish K S wrote: > Hello Aaron Lu, Hi, > please check the mmc 4.5 specification CMD21 is > tuning command. So you are using a mmc card with a sd host? -Aaron -- To unsubscribe from this list: send the line "unsubscribe linux-samsung

Re: confusion regarding the CMD19 and CMD21 in eMMC/SD card spec

2011-09-15 Thread Girish K S
Hello Aaron Lu, please check the mmc 4.5 specification CMD21 is tuning command. regards Girish K S On 16 September 2011 10:17, Aaron Lu wrote: > On Fri, Sep 16, 2011 at 09:41:04AM +0530, Girish K S wrote: >> but there is only one host controller to handle these commands. >> t

Re: confusion regarding the CMD19 and CMD21 in eMMC/SD card spec

2011-09-15 Thread Aaron Lu
On Fri, Sep 16, 2011 at 09:41:04AM +0530, Girish K S wrote: > but there is only one host controller to handle these commands. > the generic sdhci driver has cmd19 hard coded, thats the reason I > asked the question. > you can also check it in the function sdhci_execute_tuning it is hard coded as >

Re: confusion regarding the CMD19 and CMD21 in eMMC/SD card spec

2011-09-15 Thread Girish K S
but there is only one host controller to handle these commands. the generic sdhci driver has cmd19 hard coded, thats the reason I asked the question. you can also check it in the function sdhci_execute_tuning it is hard coded as cmd.opcode = MMC_SEND_TUNING_BLOCK; where the macro value is 19. So in

Re: confusion regarding the CMD19 and CMD21 in eMMC/SD card spec

2011-09-15 Thread Philip Rakity
Different committee's --- Different standards. There is no issue with overlap. On Sep 15, 2011, at 4:58 AM, Girish K S wrote: > Dear all, > The eMMC 4.5 specification mentions that the CMD21 in > class 2 is a SEND_TUNING BLOCK command. where as the SD card > specification > in th

Re: [GIT PULL] Samsung Fixes for v3.1-rc7

2011-09-15 Thread Arnd Bergmann
On Thursday 15 September 2011, Kukjin Kim wrote: > This is Samsung fixes for v3.1 > > Please pull from: > git://github.com/kgene/linux-samsung.git samsung-fixes-2 > As you know, git.kernel.org/master.kernel.org has been down so I use > temporary git repo. at github now. > > These things are nee

confusion regarding the CMD19 and CMD21 in eMMC/SD card spec

2011-09-15 Thread Girish K S
Dear all, The eMMC 4.5 specification mentions that the CMD21 in class 2 is a SEND_TUNING BLOCK command. where as the SD card specification in the given link says CMD19 in class 2 is the SEND_TUNING_BLOCK http://www.scribd.com/doc/50685191/53/Figure-4-8-Send-Tuning-Block-Command. Also t

Re: [PATCH V4] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN

2011-09-15 Thread Tushar Behera
Dear Wolfgang Denk, On Thursday 15 September 2011 02:44 PM, Wolfgang Denk wrote: Dear Tushar Behera, In message<1316076867-2138-1-git-send-email-tushar.beh...@linaro.org> you wrote: ORIGEN board is fitted with 7" LCD panel HV070WSA. The pixel resolution of the LCD panel is 1024x600. ... +s

[GIT PULL] Samsung Fixes for v3.1-rc7

2011-09-15 Thread Kukjin Kim
Hi Arnd :) This is Samsung fixes for v3.1 Please pull from: git://github.com/kgene/linux-samsung.git samsung-fixes-2 As you know, git.kernel.org/master.kernel.org has been down so I use temporary git repo. at github now. These things are needed for v3.1 and if any problems, please let me know.

Re: [PATCH V4] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN

2011-09-15 Thread Wolfgang Denk
Dear Tushar Behera, In message <1316076867-2138-1-git-send-email-tushar.beh...@linaro.org> you wrote: > ORIGEN board is fitted with 7" LCD panel HV070WSA. The pixel > resolution of the LCD panel is 1024x600. ... > +static struct s3c_fb_pd_win origen_fb_win0 = { > + .win_mode = { > +

[PATCH V4] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN

2011-09-15 Thread Tushar Behera
ORIGEN board is fitted with 7" LCD panel HV070WSA. The pixel resolution of the LCD panel is 1024x600. Also power domain device for LCD0 is registered. Signed-off-by: Tushar Behera --- Changes for V4: * Added gpio_free() call * Removed .refresh value as it was same as default valu

RE: [PATCH v2 0/4] S3C2416: Enable IIS and HSSPI clocks

2011-09-15 Thread Kukjin Kim
Heiko Stübner wrote: > > Am Sonntag, 28. August 2011, 20:06:31 schrieb Heiko Stübner: > > S3C2416/2450 (probably S3C2443 too) can use the newer style > > kernel-drivers made for S3C64xx and above for their I2S and > > HS-SPI controllers. > > > > So as a first step in this direction, these patches

[PATCH 3/3] ARM: EXYNOS4: Support suspend/resume for EXYNOS4212

2011-09-15 Thread Jongpill Lee
This patch adds suspend and resume function for EXYNOS4212. Signed-off-by: Jongpill Lee --- arch/arm/mach-exynos4/pm.c |7 +++ arch/arm/mach-exynos4/pmu.c | 121 +- 2 files changed, 125 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-exynos

[PATCH 1/3] ARM: EXYNOS4: Modify PMU register setting function

2011-09-15 Thread Jongpill Lee
This patch modifies PMU register setting function to support the other Exynos4 series. Signed-off-by: Jongpill Lee --- arch/arm/mach-exynos4/include/mach/pmu.h |5 + arch/arm/mach-exynos4/include/mach/regs-pmu.h |1 - arch/arm/mach-exynos4/pmu.c | 238 +--

[PATCH 2/3] ARM: EXYNOS4: Add PMU register definition for EXYNOS4212

2011-09-15 Thread Jongpill Lee
This patch adds PMU register definition for Exynos4212 Signed-off-by: Jongpill Lee --- arch/arm/mach-exynos4/include/mach/regs-pmu.h | 69 + 1 files changed, 58 insertions(+), 11 deletions(-) diff --git a/arch/arm/mach-exynos4/include/mach/regs-pmu.h b/arch/arm/mach-e

[no subject]

2011-09-15 Thread Jongpill Lee
>From Jongpill Lee # This line is ignored. From: Jongpill Lee Subject: In-Reply-To: -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/2] ARM: Exynos4: use s5p-timer for UniversalC210 board

2011-09-15 Thread Kyungmin Park
On Thu, Sep 15, 2011 at 4:38 PM, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> On Thu, Sep 15, 2011 at 3:03 PM, Kukjin Kim wrote: >> > Kukjin Kim wrote: >> >> >> >> Kyungmin Park wrote: >> >> > >> >> > Hi, >> >> > >> >> > It's required for boot universal c210 w/ EVT0 chip. >> >> > Can you includ

RE: [PATCH 2/2] ARM: Exynos4: use s5p-timer for UniversalC210 board

2011-09-15 Thread Kukjin Kim
Kyungmin Park wrote: > > On Thu, Sep 15, 2011 at 3:03 PM, Kukjin Kim wrote: > > Kukjin Kim wrote: > >> > >> Kyungmin Park wrote: > >> > > >> > Hi, > >> > > >> > It's required for boot universal c210 w/ EVT0 chip. > >> > Can you include it at 3.1 fixed branch? > >> > > >> Sure, will apply into sam

Re: [PATCH v2 0/4] S3C2416: Enable IIS and HSSPI clocks

2011-09-15 Thread Heiko Stübner
Am Sonntag, 28. August 2011, 20:06:31 schrieb Heiko Stübner: > S3C2416/2450 (probably S3C2443 too) can use the newer style > kernel-drivers made for S3C64xx and above for their I2S and > HS-SPI controllers. > > So as a first step in this direction, these patches add their > respective clocks. ping

Re: [PATCH v3 0/2] Add device tree support for Samsung's I2C driver

2011-09-15 Thread Ben Dooks
On Tue, Sep 13, 2011 at 09:46:03AM +0530, Thomas Abraham wrote: > This patchset adds device tree support for Samsung's I2C driver. I've applied these after a brief review. I'll give them a better review before the weekend. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung