Re: [PATCH] Patch for Touch Screen noise on OMAP3EVM.

2008-09-10 Thread Tony Lindgren
* A NAVEEN <[EMAIL PROTECTED]> [080907 23:09]:
> 
> 
> When git kernel tree is used on a OMAP3EVM board file for touch screen
> testing, it shows lot of jitter. With this patch the jitter can be
> reduced.

Ah but this applies, pushing today.

Tony

> Signed-off-by: Naveen Atmakuri <[EMAIL PROTECTED]>
> ---
>  arch/arm/mach-omap2/board-omap3evm.c |   10 ++
>  1 files changed, 10 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/board-omap3evm.c
> b/arch/arm/mach-omap2/board-omap3evm.c
> index 4963f0f..9a4784e 100644
> --- a/arch/arm/mach-omap2/board-omap3evm.c
> +++ b/arch/arm/mach-omap2/board-omap3evm.c
> @@ -27,6 +27,8 @@
>  #include 
>  #include 
>  #include 
> +#include 
> +#include 
>  
>  #include 
>  #include 
> @@ -132,8 +134,16 @@ static int ads7846_get_pendown_state(void)
>  }
>  
>  struct ads7846_platform_data ads7846_config = {
> + .x_max  = 0x0fff,
> + .y_max  = 0x0fff,
> + .x_plate_ohms   = 180,
> + .pressure_max   = 255,
> + .debounce_max   = 10,
> + .debounce_tol   = 3,
> + .debounce_rep   = 1,
>   .get_pendown_state  = ads7846_get_pendown_state,
>   .keep_vref_on   = 1,
> + .settle_delay_usecs = 150,
>  };
>  
>  static struct omap2_mcspi_device_config ads7846_mcspi_config = {
> -- 
> 1.5.6
> 
> 
> Warm Regards,
> Naveen Atmakuri.
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Patch for Touch Screen noise on OMAP3EVM.

2008-09-10 Thread Tony Lindgren
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [080907 22:54]:
> 
> 
> When git kernel tree is used on a OMAP3EVM board file for touch screen  
> testing, it shows lot of jitter. With this patch the jitter can be  
> reduced.

This does not seem to apply, can you please refresh?

Thanks,

Tony

> Signed-off-by: Naveen Atmakuri <[EMAIL PROTECTED]>
> ---
>   arch/arm/mach-omap2/board-omap3evm.c |   10 ++
>   1 files changed, 10 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/board-omap3evm.c  
> b/arch/arm/mach-omap2/board-omap3evm.c
> index 4963f0f..9a4784e 100644
> --- a/arch/arm/mach-omap2/board-omap3evm.c
> +++ b/arch/arm/mach-omap2/board-omap3evm.c
> @@ -27,6 +27,8 @@
>   #include 
>   #include 
>   #include 
> +#include 
> +#include 
> 
>   #include 
>   #include 
> @@ -132,8 +134,16 @@ static int ads7846_get_pendown_state(void)
>   }
> 
>   struct ads7846_platform_data ads7846_config = {
> + .x_max  = 0x0fff,
> + .y_max  = 0x0fff,
> + .x_plate_ohms   = 180,
> + .pressure_max   = 255,
> + .debounce_max   = 10,
> + .debounce_tol   = 3,
> + .debounce_rep   = 1,
>   .get_pendown_state  = ads7846_get_pendown_state,
>   .keep_vref_on   = 1,
> + .settle_delay_usecs = 150,
>   };
> 
>   static struct omap2_mcspi_device_config ads7846_mcspi_config = {
> -- 
> 1.5.6
> 
> Warm Regards,
> Naveen Atmakuri.
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] Patch for Touch Screen noise on OMAP3EVM.

2008-09-07 Thread A NAVEEN


When git kernel tree is used on a OMAP3EVM board file for touch screen
testing, it shows lot of jitter. With this patch the jitter can be
reduced.

Signed-off-by: Naveen Atmakuri <[EMAIL PROTECTED]>
---
 arch/arm/mach-omap2/board-omap3evm.c |   10 ++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-omap3evm.c
b/arch/arm/mach-omap2/board-omap3evm.c
index 4963f0f..9a4784e 100644
--- a/arch/arm/mach-omap2/board-omap3evm.c
+++ b/arch/arm/mach-omap2/board-omap3evm.c
@@ -27,6 +27,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 
 #include 
 #include 
@@ -132,8 +134,16 @@ static int ads7846_get_pendown_state(void)
 }
 
 struct ads7846_platform_data ads7846_config = {
+   .x_max  = 0x0fff,
+   .y_max  = 0x0fff,
+   .x_plate_ohms   = 180,
+   .pressure_max   = 255,
+   .debounce_max   = 10,
+   .debounce_tol   = 3,
+   .debounce_rep   = 1,
.get_pendown_state  = ads7846_get_pendown_state,
.keep_vref_on   = 1,
+   .settle_delay_usecs = 150,
 };
 
 static struct omap2_mcspi_device_config ads7846_mcspi_config = {
-- 
1.5.6


Warm Regards,
Naveen Atmakuri.


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] Patch for Touch Screen noise on OMAP3EVM.

2008-09-07 Thread anaveen



When git kernel tree is used on a OMAP3EVM board file for touch screen  
testing, it shows lot of jitter. With this patch the jitter can be  
reduced.


Signed-off-by: Naveen Atmakuri <[EMAIL PROTECTED]>
---
 arch/arm/mach-omap2/board-omap3evm.c |   10 ++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-omap3evm.c  
b/arch/arm/mach-omap2/board-omap3evm.c

index 4963f0f..9a4784e 100644
--- a/arch/arm/mach-omap2/board-omap3evm.c
+++ b/arch/arm/mach-omap2/board-omap3evm.c
@@ -27,6 +27,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 

 #include 
 #include 
@@ -132,8 +134,16 @@ static int ads7846_get_pendown_state(void)
 }

 struct ads7846_platform_data ads7846_config = {
+   .x_max  = 0x0fff,
+   .y_max  = 0x0fff,
+   .x_plate_ohms   = 180,
+   .pressure_max   = 255,
+   .debounce_max   = 10,
+   .debounce_tol   = 3,
+   .debounce_rep   = 1,
.get_pendown_state  = ads7846_get_pendown_state,
.keep_vref_on   = 1,
+   .settle_delay_usecs = 150,
 };

 static struct omap2_mcspi_device_config ads7846_mcspi_config = {
--
1.5.6

Warm Regards,
Naveen Atmakuri.

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Patch for Touch Screen noise on OMAP3EVM.

2008-09-05 Thread Tony Lindgren
* Felipe Balbi <[EMAIL PROTECTED]> [080829 00:51]:
> The new list is linux-omap@vger.kernel.org
> 
> Thanks
> 
> On Fri, Aug 29, 2008 at 10:07 AM, Naveen Atmakuri
> <[EMAIL PROTECTED]> wrote:
> > When git kernel tree is used on a OMAP3EVM board file for touch screen
> > testing, it shows lot of jitter. With this patch the jitter can be reduced.
> >

This patch does not seem to apply, can you please refresh?

Thanks,

Tony


> > Signed-off-by: Naveen Atmakuri <[EMAIL PROTECTED]>
> > ---
> >  arch/arm/mach-omap2/board-omap3evm.c |   10 ++
> >  1 files changed, 10 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/arm/mach-omap2/board-omap3evm.c
> > b/arch/arm/mach-omap2/board-omap3evm.c
> > index 4963f0f..9a4784e 100644
> > --- a/arch/arm/mach-omap2/board-omap3evm.c
> > +++ b/arch/arm/mach-omap2/board-omap3evm.c
> > @@ -27,6 +27,8 @@
> >  #include 
> >  #include 
> >  #include 
> > +#include 
> > +#include 
> >
> >  #include 
> >  #include 
> > @@ -132,8 +134,16 @@ static int ads7846_get_pendown_state(void)
> >  }
> >
> >  struct ads7846_platform_data ads7846_config = {
> > +.x_max  = 0x0fff,
> > +.y_max  = 0x0fff,
> > +.x_plate_ohms   = 180,
> > +.pressure_max   = 255,
> > +.debounce_max   = 10,
> > +.debounce_tol   = 3,
> > +.debounce_rep   = 1,
> > .get_pendown_state= ads7846_get_pendown_state,
> > .keep_vref_on= 1,
> > +.settle_delay_usecs = 150,
> >  };
> >
> >  static struct omap2_mcspi_device_config ads7846_mcspi_config = {
> > --
> > 1.5.6
> >
> > Warm Regards,
> > Naveen Atmakuri.
> > ___
> > Linux-omap-open-source mailing list
> > [EMAIL PROTECTED]
> > http://linux.omap.com/mailman/listinfo/linux-omap-open-source
> >
> 
> 
> 
> -- 
> Best Regards,
> 
> Felipe Balbi
> [EMAIL PROTECTED]
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Patch for Touch Screen noise on OMAP3EVM.

2008-08-29 Thread Felipe Balbi
The new list is linux-omap@vger.kernel.org

Thanks

On Fri, Aug 29, 2008 at 10:07 AM, Naveen Atmakuri
<[EMAIL PROTECTED]> wrote:
> When git kernel tree is used on a OMAP3EVM board file for touch screen
> testing, it shows lot of jitter. With this patch the jitter can be reduced.
>
> Signed-off-by: Naveen Atmakuri <[EMAIL PROTECTED]>
> ---
>  arch/arm/mach-omap2/board-omap3evm.c |   10 ++
>  1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/board-omap3evm.c
> b/arch/arm/mach-omap2/board-omap3evm.c
> index 4963f0f..9a4784e 100644
> --- a/arch/arm/mach-omap2/board-omap3evm.c
> +++ b/arch/arm/mach-omap2/board-omap3evm.c
> @@ -27,6 +27,8 @@
>  #include 
>  #include 
>  #include 
> +#include 
> +#include 
>
>  #include 
>  #include 
> @@ -132,8 +134,16 @@ static int ads7846_get_pendown_state(void)
>  }
>
>  struct ads7846_platform_data ads7846_config = {
> +.x_max  = 0x0fff,
> +.y_max  = 0x0fff,
> +.x_plate_ohms   = 180,
> +.pressure_max   = 255,
> +.debounce_max   = 10,
> +.debounce_tol   = 3,
> +.debounce_rep   = 1,
> .get_pendown_state= ads7846_get_pendown_state,
> .keep_vref_on= 1,
> +.settle_delay_usecs = 150,
>  };
>
>  static struct omap2_mcspi_device_config ads7846_mcspi_config = {
> --
> 1.5.6
>
> Warm Regards,
> Naveen Atmakuri.
> ___
> Linux-omap-open-source mailing list
> [EMAIL PROTECTED]
> http://linux.omap.com/mailman/listinfo/linux-omap-open-source
>



-- 
Best Regards,

Felipe Balbi
[EMAIL PROTECTED]
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html