Re: [PATCH 2/5] ARM: SAMSUNG: Make the sleep code common for S3C64XX and newer SoCs

2011-09-07 Thread Russell King - ARM Linux
On Fri, Aug 12, 2011 at 03:56:24PM +0530, Abhilash Kesavan wrote: > +ENTRY(s3c_cpu_resume) > +#if defined(CONFIG_S3C_PM_DEBUG_LED_SMDK) > + > +#undef S3C64XX_VA_GPIO > +#define S3C64XX_VA_GPIO (0x0) > +#define S3C64XX_GPNCON (S3C64XX_GPN_BASE + 0x00) > +#define S3C64XX_GPNDAT

Re: [PATCH 0/2] video: s3c-fb: Add window positioning support

2011-09-07 Thread Laurent Pinchart
Hi Florian, On Thursday 01 September 2011 18:45:18 Florian Tobias Schandinat wrote: > Hi all, > > On 08/25/2011 07:51 PM, Ajay Kumar wrote: > > Just as a note, there are many drivers like mx3fb.c, au1200fb.c and OMAP > > seem to be doing window/plane positioning in their driver code. > > Is it po

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

2011-09-07 Thread Sachin Kamat
This patch adds HDMI (TVout) support for Origen board. This patch is based on for-next branch of Kukjin Kim's tree: http://git.kernel.org/?p=linux/kernel/git/kgene/linux-samsung.git;a=summary This patch is tested using Hatim's patch: http://www.spinics.net/lists/linux-samsung-soc/msg06367.html

Re: [PATCH v8 04/16] DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL command

2011-09-07 Thread Jassi Brar
On 7 September 2011 12:53, Kukjin Kim wrote: > Jassi Brar wrote: >> >> On 6 September 2011 17:57, Russell King - ARM Linux >> wrote: >> > On Tue, Sep 06, 2011 at 05:52:19PM +0530, Jassi Brar wrote: >> >> On Fri, Sep 2, 2011 at 6:14 AM, Boojin Kim wrote: >> >> > Origianl code carries out the star

RE: [PATCH] ARM: EXYNOS4: ADD USB EHCI device to SMDKV310

2011-09-07 Thread Kukjin Kim
Kukjin Kim wrote: > > Sachin Kamat wrote: > > > > Signed-off-by: Bhuvana Kakunoori > > Signed-off-by: Pankaj Dubey > > Signed-off-by: Sachin Kamat > > --- > > arch/arm/mach-exynos4/Kconfig |2 ++ > > arch/arm/mach-exynos4/mach-smdkv310.c | 16 > > 2 files changed

RE: [PATCH V3 4/7] ARM: S5P64X0: Add GPIO and SPCON settings for LCD

2011-09-07 Thread Kukjin Kim
Ajay Kumar wrote: > > This patch adds: > -- GPIO lines settings(HSYNC, VSYNC, VCLK and VD) for LCD. > -- Function to select LCD interface (RGB/i80) > > Signed-off-by: Ajay Kumar > --- > arch/arm/mach-s5p64x0/Kconfig |6 +++ > arch/arm/mach-s5p64x0/Makefile

RE: [PATCH V3 5/7] ARM: S5P64X0: Add file to hold common Framebuffer and LCD code

2011-09-07 Thread Kukjin Kim
Ajay Kumar wrote: > > This patch creates a file which holds the framebuffer and > LCD code which is common for SMDK6440 and SMDK6450. > It mainly includes: > -- Basic FB window definition. > -- platform data for FB and LCD. > -- platform_device support for LCD. > > Signed-off-by

RE: [PATCH V3 1/7] video: s3c-fb: Add S5P64X0 specific s3c_fb_driverdata

2011-09-07 Thread Kukjin Kim
Ajay Kumar wrote: > > This patch: > Adds s3c_fb_driverdata for S5P64X0, which supports 3 windows. > Also, register "s5p64x0-fb" type driver_data. > Existing s3c_fb_driverdata definitions in s3c-fb.c > supports 5 or 2 windows. > Hi Ajay, (Cc'ed Florian Tobias Schandina) > Signed-off-by: Ajay Ku

RE: [PATCH v8 04/16] DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL command

2011-09-07 Thread Kukjin Kim
Jassi Brar wrote: > > On 6 September 2011 17:57, Russell King - ARM Linux > wrote: > > On Tue, Sep 06, 2011 at 05:52:19PM +0530, Jassi Brar wrote: > >> On Fri, Sep 2, 2011 at 6:14 AM, Boojin Kim wrote: > >> > Origianl code carries out the start operation after flush operation. > >> > But start o

RE: [PATCH 0/3] ARM: SAMSUNG: register the second instance of PL330 DMAC

2011-09-07 Thread Kukjin Kim
alim akhtar wrote: > > From: Alim Akhtar > > Two instance of platform data is provided for PL330 but only one PL330 DMAC > instance is registered with amba_device. > These patch sets registers the second instance with amba_device. > > These patches are based on kgene's tree next/topic-dma-pl330

Re: [PATCH 1/2] input: samsung-keypad: Add HAVE_SAMSUNG_KEYPAD config option

2011-09-07 Thread Dmitry Torokhov
Hi Thomas, On Tue, Sep 06, 2011 at 07:25:16PM +0530, Thomas Abraham wrote: > Samsung keyboard driver could be used with platforms using device tree. > So the inclusion of samsung keyboard driver cannot be based on > SAMSUNG_DEV_KEYPAD. A new config option HAVE_SAMSUNG_KEYPAD is added > which devic

Re: [PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-07 Thread Dmitry Torokhov
Hi Thomas, On Tue, Sep 06, 2011 at 07:25:17PM +0530, Thomas Abraham wrote: > static int samsung_keypad_is_s5pv210(struct device *dev) > { > struct platform_device *pdev = to_platform_device(dev); > - enum samsung_keypad_type type = > - platform_get_device_id(pdev)->driver_d

Re: [PATCH 1/2] input: samsung-keypad: Add HAVE_SAMSUNG_KEYPAD config option

2011-09-07 Thread Dmitry Torokhov
On Wed, Sep 07, 2011 at 11:22:48AM -0700, Dmitry Torokhov wrote: > Hi Thomas, > > On Tue, Sep 06, 2011 at 07:25:16PM +0530, Thomas Abraham wrote: > > Samsung keyboard driver could be used with platforms using device tree. > > So the inclusion of samsung keyboard driver cannot be based on > > SAMSU

RE: [PATCH v8 04/16] DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL command

2011-09-07 Thread Boojin Kim
Jassi Brar wrote: > Subject: Re: [PATCH v8 04/16] DMA: PL330: Remove the start operation > for handling DMA_TERMINATE_ALL command > > On 7 September 2011 12:53, Kukjin Kim wrote: > > Jassi Brar wrote: > >> > >> On 6 September 2011 17:57, Russell King - ARM Linux > >> wrote: > >> > On Tue, Sep 06,

Re: [PATCH 1/2] input: samsung-keypad: Add HAVE_SAMSUNG_KEYPAD config option

2011-09-07 Thread Thomas Abraham
Hi Dmitry, On 7 September 2011 23:52, Dmitry Torokhov wrote: > Hi Thomas, > > On Tue, Sep 06, 2011 at 07:25:16PM +0530, Thomas Abraham wrote: >> Samsung keyboard driver could be used with platforms using device tree. >> So the inclusion of samsung keyboard driver cannot be based on >> SAMSUNG_DEV

Re: [PATCH 1/2] input: samsung-keypad: Add HAVE_SAMSUNG_KEYPAD config option

2011-09-07 Thread Thomas Abraham
Hi Dmitry, On 8 September 2011 03:19, Dmitry Torokhov wrote: [...] > BTW, should we do something like below? > > Thanks. > > -- > Dmitry > > Input: samsung-keypad - enable compiling on other platforms > > From: Dmitry Torokhov > > There is nothing in keypad platform definitions that requires >

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

2011-09-07 Thread Tushar Behera
ORIGEN board is fitted with 7" LCD panel HV070WSA. The pixel resolution of the LCD panel is 1024x600. Signed-off-by: Tushar Behera --- The original patch-mail bounced back from linux-samsung-soc@vger.kernel.org, hence resending the patch again. The patch is rebased on [1]. For proper working of

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

2011-09-07 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). This

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

2011-09-07 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 --- drivers/mmc/core/core.c | 33 + drivers/mmc/core/

Re: [PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-07 Thread Thomas Abraham
Hi Dmitry, On 8 September 2011 02:20, Dmitry Torokhov wrote: > Hi Thomas, > > On Tue, Sep 06, 2011 at 07:25:17PM +0530, Thomas Abraham wrote: >>  static int samsung_keypad_is_s5pv210(struct device *dev) >>  { >>       struct platform_device *pdev = to_platform_device(dev); >> -     enum samsung_k

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

2011-09-07 Thread Girish K S
This patch series 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. Includes the updates suggested for V2 patches. Girish K S (2): mmc: core: Add power off notify feature(eMM

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

2011-09-07 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 i

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

2011-09-07 Thread Seungwon Jeon
Erase unit size of high capacity is multiple of 512KiB not 1024KiB. Signed-off-by: Seungwon Jeon --- 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 --- a/drivers/mmc/co

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

2011-09-07 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 --- v2

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

2011-09-07 Thread Kyungmin Park
Acked-by: Kyungmin Park On Thu, Sep 8, 2011 at 2:59 PM, Seungwon Jeon wrote: > Erase unit size of high capacity is multiple of 512KiB not 1024KiB. > > Signed-off-by: Seungwon Jeon > --- >  drivers/mmc/core/mmc.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/driv

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

2011-09-07 Thread Kyungmin Park
Acked-by: Kyungmin Park Nitpick: see below comments and typo. On Thu, Sep 8, 2011 at 3:10 PM, Seungwon Jeon 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 > timeout except for some operations which don't

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

2011-09-07 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 contr