RE: [PATCH v3 2/2] mmc: core: Add Poweroff Notify handling eMMC 4.5

2011-09-08 Thread Seungwon Jeon
Hi Girish, Could you check my feedbacks about previous version? There is something misunderstood. I added comment below. Best regards, Seungwon Jeon. Girish K S wrote: This patch adds the power off notification handling during suspend and system poweroff. For suspend mode short timeout is

[PATCH] mmc: core: Fix the incorrect calculation for erase unit size.

2011-09-08 Thread Seungwon Jeon
Erase unit size of high capacity is multiple of 512KiB not 1024KiB. Signed-off-by: Seungwon Jeon tgih@samsung.com --- drivers/mmc/core/mmc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index b148bb1..7991ecf 100644

[PATCH v2] mmc: core: Add default timeout value for CMD6.

2011-09-08 Thread Seungwon Jeon
EXT_CSD[248] includes the default maximum timeout for CMD6. This field is added at eMMC4.5 Spec. And it can be used for default timeout except for some operations which don't define the timeout(i.e. background operation, sanitize, flush cache) in eMMC4.5 Spec. Signed-off-by: Seungwon Jeon

Re: [PATCH] mmc: core: Fix the incorrect calculation for erase unit size.

2011-09-08 Thread Kyungmin Park
Acked-by: Kyungmin Park kyungmin.p...@samsung.com On Thu, Sep 8, 2011 at 2:59 PM, Seungwon Jeon tgih@samsung.com wrote: Erase unit size of high capacity is multiple of 512KiB not 1024KiB. Signed-off-by: Seungwon Jeon tgih@samsung.com ---  drivers/mmc/core/mmc.c |    2 +-  1 files

Re: [PATCH v2] mmc: core: Add default timeout value for CMD6.

2011-09-08 Thread Kyungmin Park
Acked-by: Kyungmin Park kyungmin.p...@samsung.com Nitpick: see below comments and typo. On Thu, Sep 8, 2011 at 3:10 PM, Seungwon Jeon tgih@samsung.com wrote: EXT_CSD[248] includes the default maximum timeout for CMD6. This field is added at eMMC4.5 Spec. And it can be used for default

Re: [PATCH 0/19 v4] s5p-fimc driver conversion to media controller and control framework

2011-09-08 Thread Sylwester Nawrocki
On 09/06/2011 10:52 PM, Mauro Carvalho Chehab wrote: Em 03-09-2011 13:32, Sylwester Nawrocki escreveu: On 09/01/2011 05:30 PM, Sylwester Nawrocki wrote: Hello, following is a fourth version of the patchset converting s5p-fimc driver to the media controller API and the new control framework.

RE: [PATCH v2] mmc: core: Add default timeout value for CMD6.

2011-09-08 Thread Seungwon Jeon
Thank you for comment. I will apply it. Best regards, Seungwon Jeon. Kyungmin Park wrote: Acked-by: Kyungmin Park kyungmin.p...@samsung.com Nitpick: see below comments and typo. On Thu, Sep 8, 2011 at 3:10 PM, Seungwon Jeon tgih@samsung.com wrote: EXT_CSD[248] includes the default

[PATCH v3] mmc: core: Add default timeout value for CMD6.

2011-09-08 Thread Seungwon Jeon
EXT_CSD[248] includes the default maximum timeout for CMD6. This field is added at eMMC4.5 Spec. And it can be used for default timeout except for some operations which don't define the timeout(i.e. background operation, sanitize, flush cache) in eMMC4.5 Spec. Signed-off-by: Seungwon Jeon

Re: [PATCH 0/19 v4] s5p-fimc driver conversion to media controller and control framework

2011-09-08 Thread Mauro Carvalho Chehab
Em 08-09-2011 03:48, Sylwester Nawrocki escreveu: On 09/06/2011 10:52 PM, Mauro Carvalho Chehab wrote: Em 03-09-2011 13:32, Sylwester Nawrocki escreveu: On 09/01/2011 05:30 PM, Sylwester Nawrocki wrote: Hello, following is a fourth version of the patchset converting s5p-fimc driver to the

[PATCH v2] ARM: EXYNOS4: Add HDMI support for Origen

2011-09-08 Thread Sachin Kamat
This patch adds HDMI (TVout) support for Origen board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Re-submitting the patch with minor changes since v1: * Re-ordered the entries in Kconfig and init data This patch is based on for-next branch of Kukjin Kim's tree:

Re: [PATCH v3 2/2] mmc: core: Add Poweroff Notify handling eMMC 4.5

2011-09-08 Thread Girish K S
hi Jeon, will update and release tomorrow. regards Girish K S On 8 September 2011 11:44, Seungwon Jeon tgih@samsung.com wrote: Hi Girish, Could you check my feedbacks about previous version? There is something misunderstood. I added comment below. Best regards, Seungwon Jeon.

Re: [PATCH] mmc: core: Fix the incorrect calculation for erase unit size.

2011-09-08 Thread Chris Ball
Hi, On Thu, Sep 08 2011, Seungwon Jeon wrote: Erase unit size of high capacity is multiple of 512KiB not 1024KiB. Could we have some more info, please? What are the visible symptoms of the erase unit size being incorrect, how did you realize this was a problem, should this patch be applied to

Re: [PATCH] mmc: core: Fix the incorrect calculation for erase unit size.

2011-09-08 Thread J Freyensee
On 09/07/2011 10:59 PM, Seungwon Jeon wrote: Erase unit size of high capacity is multiple of 512KiB not 1024KiB. I'm just wondering, what are these patches based off of? I have not been able to connect to anything hosted by kernel.org since I came back from vacation due to the security

[PATCH 5/7] S3C24XX: Allow overriding of adc device name

2011-09-08 Thread Heiko Stübner
The adc blocks of S3C2443 and S3C2416 contain quirks not present in the stock S3C24xx adc. Therefore allow them to alter the device name via s3c_adc_setname. Signed-off-by: Heiko Stuebner he...@sntech.de --- arch/arm/plat-samsung/include/plat/adc-core.h |2 +- 1 files changed, 1

[PATCH 1/7] S3C2443/S3C2416: Add adc registers

2011-09-08 Thread Heiko Stübner
The adc blocks of the S3C2443 and S3C2416 define some additional registers and bits. Signed-off-by: Heiko Stuebner he...@sntech.de --- arch/arm/plat-samsung/include/plat/regs-adc.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[PATCH 0/7] S3C2443/S3C2416: Implement support for ADC

2011-09-08 Thread Heiko Stübner
The adc blocks of S3C2443 and S3C2416/2450 differ in some regards from previous (S3C2410, etc) and later (S3C64XX, S5P) SoCs. Defining more TYPE_ADCVx types for these SoCs would complicate the necessary checks a lot. Therefore I opted for the use of quirk constants which can describe the features

[PATCH 2/7] s3c-adc: describe features via quirk constants

2011-09-08 Thread Heiko Stübner
The adc blocks of S3C2410 through S5P have a multitude of quirks, i.e. moved bits or whole new registers. This patch tries to describe these individual features through constants which can be used to describe an adc. As SoCs sometimes share only some of these quirks defining TYPE_ADCVx values

[PATCH 4/7] s3c-adc: Fix mux bit modification in s3c_adc_select

2011-09-08 Thread Heiko Stübner
The mux bits in the adccon register should be cleared only if muxing is really done in ADCCON and not another register. This patch introduces a conditional for this. Signed-off-by: Heiko Stuebner he...@sntech.de --- arch/arm/plat-samsung/adc.c |3 ++- 1 files changed, 2 insertions(+), 1

[PATCH 7/7] s3c-adc: Add support for S3C2416/S3C2450

2011-09-08 Thread Heiko Stübner
The ADC of the S3C2416/2450 SoC is 10 or 12 bit wide, has its source selection in the register base+0x18 and its width selection in bit 03 of the ADCCON register. Signed-off-by: Heiko Stuebner he...@sntech.de --- arch/arm/mach-s3c2416/mach-smdk2416.c |3 +++ arch/arm/plat-samsung/adc.c

[PATCH 3/7] s3c-adc: Replace TYPE_ADCVx conditionals with quirks

2011-09-08 Thread Heiko Stübner
This patch replaces the static TYPE_ADCVs checks with checks for specific features of an adc block. For this the s3c_cpu_type enum in driver_data ist int containing containing the bit values describing the indivial adc block. This patch contains no functional changes, it merely replaces the type

[PATCH v4 0/2] mmc: core: Add Poweroff Notify handling eMMC 4.5

2011-09-08 Thread Girish K S
This version adds the changes suggested by Jeon Girish K S (2): mmc: core: Add power off notify feature(eMMC 4.5) mmc: core: Add Poweroff Notify handling eMMC 4.5 drivers/mmc/core/core.c | 33 + drivers/mmc/core/mmc.c | 22 --

[PATCH v4 1/2] mmc: core: Add power off notify feature(eMMC 4.5)

2011-09-08 Thread Girish K S
This patch adds the support for power off notify feature available in eMMC 4.5 devices. If the the host has support for this feature, then the mmc core will notify it to the device by setting the POWER_OFF_NOTIFICATION byte in the extended csd register with a value 1(POWER_ON).

[PATCH v4 2/2] mmc: core: Add Poweroff Notify handling eMMC 4.5

2011-09-08 Thread Girish K S
This patch adds the power off notification handling during suspend and system poweroff. For suspend mode short timeout is used, whereas for the normal poweroff long timeout is used. Signed-off-by: Girish K S girish.shivananja...@linaro.org --- drivers/mmc/core/core.c | 33