linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: s3c24xx: Add new LCD (W35i) support for Mini2440 board
@ 2011-11-17 22:20 Denis Kuzmenko
  2011-11-23 18:11 ` [PATCH resend] " Denis Kuzmenko
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Denis Kuzmenko @ 2011-11-17 22:20 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, Ben Dooks, Russell King, Kukjin Kim

Add new LCD (W35i) support for Mini2440 board

Signed-off-by: Denis Kuzmenko <linux@solonet.org.ua>
---

diff --git a/arch/arm/mach-s3c2440/mach-mini2440.c b/arch/arm/mach-s3c2440/mach-mini2440.c
index fc2dc0b..951eadd 100644
--- a/arch/arm/mach-s3c2440/mach-mini2440.c
+++ b/arch/arm/mach-s3c2440/mach-mini2440.c
@@ -167,6 +167,24 @@ static struct s3c2410fb_display mini2440_lcd_cfg[] __initdata = {
 		.lcdcon5	= (S3C2410_LCDCON5_FRM565 |
 				   S3C2410_LCDCON5_HWSWP),
 	},
+	/* mini2440 + 3.5" TFT (LCD-W35i, LQ035Q1DG06 type) + touchscreen*/
+	[3] = {
+		_LCD_DECLARE(
+			/* clock */
+			7,
+			/* xres, margin_right, margin_left, hsync */
+			320, 68, 66, 4,
+			/* yres, margin_top, margin_bottom, vsync */
+			240, 4, 4, 9,
+			/* refresh rate */
+			60),
+		.lcdcon5	= (S3C2410_LCDCON5_FRM565 |
+				   S3C2410_LCDCON5_INVVDEN |
+				   S3C2410_LCDCON5_INVVFRAME |
+				   S3C2410_LCDCON5_INVVLINE |
+				   S3C2410_LCDCON5_INVVCLK |
+				   S3C2410_LCDCON5_HWSWP),
+	},
 };
 
 /* todo - put into gpio header */

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH resend] arm: s3c24xx: Add new LCD (W35i) support for Mini2440 board
  2011-11-17 22:20 [PATCH] arm: s3c24xx: Add new LCD (W35i) support for Mini2440 board Denis Kuzmenko
@ 2011-11-23 18:11 ` Denis Kuzmenko
  2011-11-30  8:21 ` [PATCH resend2] " Denis Kuzmenko
  2011-12-06  1:37 ` [PATCH resend3] " Denis Kuzmenko
  2 siblings, 0 replies; 5+ messages in thread
From: Denis Kuzmenko @ 2011-11-23 18:11 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, Ben Dooks, Russell King, Kukjin Kim

Add new LCD (W35i) support for Mini2440 board

Signed-off-by: Denis Kuzmenko <linux@solonet.org.ua>
---

I need to refer this patch but can't find it on lkml.org
Maybe I haven't send it...
Sorry for bothering if I did so.

diff --git a/arch/arm/mach-s3c2440/mach-mini2440.c b/arch/arm/mach-s3c2440/mach-mini2440.c
index fc2dc0b..951eadd 100644
--- a/arch/arm/mach-s3c2440/mach-mini2440.c
+++ b/arch/arm/mach-s3c2440/mach-mini2440.c
@@ -167,6 +167,24 @@ static struct s3c2410fb_display mini2440_lcd_cfg[] __initdata = {
 		.lcdcon5	= (S3C2410_LCDCON5_FRM565 |
 				   S3C2410_LCDCON5_HWSWP),
 	},
+	/* mini2440 + 3.5" TFT (LCD-W35i, LQ035Q1DG06 type) + touchscreen*/
+	[3] = {
+		_LCD_DECLARE(
+			/* clock */
+			7,
+			/* xres, margin_right, margin_left, hsync */
+			320, 68, 66, 4,
+			/* yres, margin_top, margin_bottom, vsync */
+			240, 4, 4, 9,
+			/* refresh rate */
+			60),
+		.lcdcon5	= (S3C2410_LCDCON5_FRM565 |
+				   S3C2410_LCDCON5_INVVDEN |
+				   S3C2410_LCDCON5_INVVFRAME |
+				   S3C2410_LCDCON5_INVVLINE |
+				   S3C2410_LCDCON5_INVVCLK |
+				   S3C2410_LCDCON5_HWSWP),
+	},
 };
 
 /* todo - put into gpio header */

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH resend2] arm: s3c24xx: Add new LCD (W35i) support for Mini2440 board
  2011-11-17 22:20 [PATCH] arm: s3c24xx: Add new LCD (W35i) support for Mini2440 board Denis Kuzmenko
  2011-11-23 18:11 ` [PATCH resend] " Denis Kuzmenko
@ 2011-11-30  8:21 ` Denis Kuzmenko
  2011-12-06  1:37 ` [PATCH resend3] " Denis Kuzmenko
  2 siblings, 0 replies; 5+ messages in thread
From: Denis Kuzmenko @ 2011-11-30  8:21 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, Ben Dooks, Russell King,
	Kukjin Kim, linux-samsung-soc

Add new LCD (W35i) support for Mini2440 board

Signed-off-by: Denis Kuzmenko <linux@solonet.org.ua>
---

I need to refer this patch but can't find it on lkml.org
Maybe I haven't send it...
Sorry for bothering if I did so.

diff --git a/arch/arm/mach-s3c2440/mach-mini2440.c
b/arch/arm/mach-s3c2440/mach-mini2440.c
index fc2dc0b..951eadd 100644
--- a/arch/arm/mach-s3c2440/mach-mini2440.c
+++ b/arch/arm/mach-s3c2440/mach-mini2440.c
@@ -167,6 +167,24 @@ static struct s3c2410fb_display mini2440_lcd_cfg[]
__initdata = {
 		.lcdcon5	= (S3C2410_LCDCON5_FRM565 |
 				   S3C2410_LCDCON5_HWSWP),
 	},
+	/* mini2440 + 3.5" TFT (LCD-W35i, LQ035Q1DG06 type) + touchscreen*/
+	[3] = {
+		_LCD_DECLARE(
+			/* clock */
+			7,
+			/* xres, margin_right, margin_left, hsync */
+			320, 68, 66, 4,
+			/* yres, margin_top, margin_bottom, vsync */
+			240, 4, 4, 9,
+			/* refresh rate */
+			60),
+		.lcdcon5	= (S3C2410_LCDCON5_FRM565 |
+				   S3C2410_LCDCON5_INVVDEN |
+				   S3C2410_LCDCON5_INVVFRAME |
+				   S3C2410_LCDCON5_INVVLINE |
+				   S3C2410_LCDCON5_INVVCLK |
+				   S3C2410_LCDCON5_HWSWP),
+	},
 };
  /* todo - put into gpio header */

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH resend3] arm: s3c24xx: Add new LCD (W35i) support for Mini2440 board
  2011-11-17 22:20 [PATCH] arm: s3c24xx: Add new LCD (W35i) support for Mini2440 board Denis Kuzmenko
  2011-11-23 18:11 ` [PATCH resend] " Denis Kuzmenko
  2011-11-30  8:21 ` [PATCH resend2] " Denis Kuzmenko
@ 2011-12-06  1:37 ` Denis Kuzmenko
  2011-12-06 11:35   ` Kukjin Kim
  2 siblings, 1 reply; 5+ messages in thread
From: Denis Kuzmenko @ 2011-12-06  1:37 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, Ben Dooks, Russell King,
	Kukjin Kim, linux-samsung-soc

Add new LCD (W35i) support for Mini2440 board

Signed-off-by: Denis Kuzmenko <linux@solonet.org.ua>
---

diff --git a/arch/arm/mach-s3c2440/mach-mini2440.c
b/arch/arm/mach-s3c2440/mach-mini2440.c
index fc2dc0b..951eadd 100644
--- a/arch/arm/mach-s3c2440/mach-mini2440.c
+++ b/arch/arm/mach-s3c2440/mach-mini2440.c
@@ -167,6 +167,24 @@ static struct s3c2410fb_display mini2440_lcd_cfg[]
__initdata = {
 		.lcdcon5	= (S3C2410_LCDCON5_FRM565 |
 				   S3C2410_LCDCON5_HWSWP),
 	},
+	/* mini2440 + 3.5" TFT (LCD-W35i, LQ035Q1DG06 type) + touchscreen*/
+	[3] = {
+		_LCD_DECLARE(
+			/* clock */
+			7,
+			/* xres, margin_right, margin_left, hsync */
+			320, 68, 66, 4,
+			/* yres, margin_top, margin_bottom, vsync */
+			240, 4, 4, 9,
+			/* refresh rate */
+			60),
+		.lcdcon5	= (S3C2410_LCDCON5_FRM565 |
+				   S3C2410_LCDCON5_INVVDEN |
+				   S3C2410_LCDCON5_INVVFRAME |
+				   S3C2410_LCDCON5_INVVLINE |
+				   S3C2410_LCDCON5_INVVCLK |
+				   S3C2410_LCDCON5_HWSWP),
+	},
 };
  /* todo - put into gpio header */

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* RE: [PATCH resend3] arm: s3c24xx: Add new LCD (W35i) support for Mini2440 board
  2011-12-06  1:37 ` [PATCH resend3] " Denis Kuzmenko
@ 2011-12-06 11:35   ` Kukjin Kim
  0 siblings, 0 replies; 5+ messages in thread
From: Kukjin Kim @ 2011-12-06 11:35 UTC (permalink / raw)
  To: 'Denis Kuzmenko',
	linux-arm-kernel, linux-kernel, 'Ben Dooks',
	'Russell King',
	linux-samsung-soc

Denis Kuzmenko wrote:
> 
> Add new LCD (W35i) support for Mini2440 board
> 
> Signed-off-by: Denis Kuzmenko <linux@solonet.org.ua>
> ---
> 
> diff --git a/arch/arm/mach-s3c2440/mach-mini2440.c
> b/arch/arm/mach-s3c2440/mach-mini2440.c
> index fc2dc0b..951eadd 100644
> --- a/arch/arm/mach-s3c2440/mach-mini2440.c
> +++ b/arch/arm/mach-s3c2440/mach-mini2440.c
> @@ -167,6 +167,24 @@ static struct s3c2410fb_display mini2440_lcd_cfg[]
> __initdata = {
>  		.lcdcon5	= (S3C2410_LCDCON5_FRM565 |
>  				   S3C2410_LCDCON5_HWSWP),
>  	},
> +	/* mini2440 + 3.5" TFT (LCD-W35i, LQ035Q1DG06 type) + touchscreen*/
> +	[3] = {
> +		_LCD_DECLARE(
> +			/* clock */
> +			7,
> +			/* xres, margin_right, margin_left, hsync */
> +			320, 68, 66, 4,
> +			/* yres, margin_top, margin_bottom, vsync */
> +			240, 4, 4, 9,
> +			/* refresh rate */
> +			60),
> +		.lcdcon5	= (S3C2410_LCDCON5_FRM565 |
> +				   S3C2410_LCDCON5_INVVDEN |
> +				   S3C2410_LCDCON5_INVVFRAME |
> +				   S3C2410_LCDCON5_INVVLINE |
> +				   S3C2410_LCDCON5_INVVCLK |
> +				   S3C2410_LCDCON5_HWSWP),
> +	},
>  };
>   /* todo - put into gpio header */

Looks ok, will apply.
Thanks.

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-06 11:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-17 22:20 [PATCH] arm: s3c24xx: Add new LCD (W35i) support for Mini2440 board Denis Kuzmenko
2011-11-23 18:11 ` [PATCH resend] " Denis Kuzmenko
2011-11-30  8:21 ` [PATCH resend2] " Denis Kuzmenko
2011-12-06  1:37 ` [PATCH resend3] " Denis Kuzmenko
2011-12-06 11:35   ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).