Re: [PATCH v4 1/2] input: touchscreen: introduce tsc2005 driver

2010-05-31 Thread Lauri Leukkunen
to do with it in the last two and a half years. /lauri > > Signed-off-by: Lauri Leukkunen > > [aaro.koski...@nokia.com: patch description, rebasing & cleanup] > > Signed-off-by: Aaro Koskinen > > Cc: David Brownell > > Cc: Phil Carmody > > Cc: Imre Deak

Re: Upstream linux-omap kernel on Nokia N900?

2010-04-20 Thread Lauri Leukkunen
On 19/04/10 21:51 +0200, ext Tony Lindgren wrote: > * Roger Quadros [100419 05:06]: > > Balbi Felipe (Nokia-D/Helsinki) wrote: > > >Hi, > > > > > >On Mon, Apr 19, 2010 at 01:49:15PM +0200, ext Arnaud Ebalard wrote: > > >>Nokia N900 is shipped to users with a 2.6.28 omap kernel. Many patches > > >>

Re: [PATCH] OMAP3: SDTI: Prevent access to sdti writing if module is not initialized.

2009-03-02 Thread Lauri Leukkunen
On 02/03/09 12:31 +0100, ext Juha Yrjola wrote: > On Mon, Mar 02, 2009 at 10:27:50AM +0200, Lauri Leukkunen wrote: > > > > STI console is enabled based on runtime decisions by the bootloader. The > > > kernel command line is unusable for us, because there is no way to ap

Re: [PATCH] OMAP3: SDTI: Prevent access to sdti writing if module is not initialized.

2009-03-02 Thread Lauri Leukkunen
On 28/02/09 11:08 +0100, ext Juha Yrjola wrote: > On Fri, Feb 27, 2009 at 09:00:53PM +0200, Felipe Balbi wrote: > > > Juha could you comment again what were the problems on starting the sti > > console based on console= command line ?? > > STI console is enabled based on runtime decisions by the

[PATCH] RX51: Add rx51_defconfig

2009-01-23 Thread Lauri Leukkunen
Signed-off-by: Lauri Leukkunen --- arch/arm/configs/rx51_defconfig | 1882 +++ 1 files changed, 1882 insertions(+), 0 deletions(-) create mode 100644 arch/arm/configs/rx51_defconfig diff --git a/arch/arm/configs/rx51_defconfig b/arch/arm/configs

[PATCH] RX51: Initial support

2009-01-23 Thread Lauri Leukkunen
Adds board files and related headers for Nokia RX-51 Internet Tablet. Signed-off-by: Lauri Leukkunen --- arch/arm/mach-omap2/Kconfig |4 + arch/arm/mach-omap2/Makefile |9 + arch/arm/mach-omap2/board-rx51-flash.c | 75 arch/arm/mach

Re: [PATCH] Add TI TSC2005 Touchscreen driver

2008-12-09 Thread Lauri Leukkunen
On 08/12/08 19:26 +0100, ext Sam Ravnborg wrote: > > Add Texas Instruments TSC2005 chip touchscreen driver. > > > > Signed-off-by: Trilok Soni <[EMAIL PROTECTED]> > > Hi Trilok. > A few nitpicks below. > > In general a very clean written driver with adequate comments - nice work! Umm, isn't thi

[PATCH] OMAP: Use omap_rev() instead of system_rev

2008-11-01 Thread Lauri Leukkunen
system_rev is meant for board revision, this patch changes all relevant instances to use the new omap_rev() function liberating system_rev to be used with ATAG_REVISION as it has been designed. Signed-off-by: Lauri Leukkunen <[EMAIL PROTECTED]> --- arch/arm/mach-omap

Cleaned up version of system_rev to omap_rev()

2008-11-01 Thread Lauri Leukkunen
Hi, This one passes checkpatch.pl and adds KERN_* for all printk()s in mach-omap1/{pm,id}.c /lauri -- 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] OMAP: Select right CPU_Vn automatically

2008-10-31 Thread Lauri Leukkunen
Prevents idiots like me from creating an uncompilable .config Signed-off-by: Lauri Leukkunen <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/Kconfig |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index c

[PATCH] OMAP: Use omap_rev() instead of system_rev

2008-10-31 Thread Lauri Leukkunen
system_rev is meant for board revision, this patch changes all relevant instances to use the new omap_rev() function liberating system_rev to be used with ATAG_REVISION as it has been designed. Signed-off-by: Lauri Leukkunen <[EMAIL PROTECTED]> --- arch/arm/mach-omap

Re: [PATCH] OMAP: Use omap_rev() instead of system_rev

2008-10-31 Thread Lauri Leukkunen
Following is a minor update (exporting the omap_rev symbol) to the patch, compiles for OMAP1/2/3 and has been tested on omap3. /lauri -- 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.

Re: [PATCH] OMAP: Use omap_rev() instead of system_rev

2008-10-31 Thread Lauri Leukkunen
On 30/10/08 17:34 -0700, ext Tony Lindgren wrote: > * Lauri Leukkunen <[EMAIL PROTECTED]> [081030 16:29]: > > system_rev is meant for board revision, this patch changes > > all relevant instances to use the new omap_rev() function > > liberating system_rev to be us

[PATCH] OMAP: Use omap_rev() instead of system_rev

2008-10-30 Thread Lauri Leukkunen
system_rev is meant for board revision, this patch changes all relevant instances to use the new omap_rev() function liberating system_rev to be used with ATAG_REVISION as it has been designed. Signed-off-by: Lauri Leukkunen <[EMAIL PROTECTED]> --- arch/arm/mach-omap

[RFC] Change from system_rev to omap_rev()

2008-10-30 Thread Lauri Leukkunen
The following patch changes all instances where system_rev is used to identify the omap chip to use omap_rev() instead. This frees system_rev to be used in its original purpose with ATAG_REVISION to communicate the board revision instead. The patch has been compile tested for OMAP3, any feedback w

Re: omapfb: help from userspace

2008-10-15 Thread Lauri Leukkunen
On 15/10/08 05:57 -0600, ext Paul Walmsley wrote: > Hi Nathan, > > On Thu, 9 Oct 2008, Nathan Monson wrote: > > > On Thu, Oct 9, 2008 at 5:43 AM, Tony Lindgren <[EMAIL PROTECTED]> wrote: > > > Nathan, good to hear that the SO mode helps. But since you seem to > > > have it easily reproducable.. >

[PATCH] OMAP3: ack spurious IRQs in get_irqnr_and_base

2008-10-15 Thread Lauri Leukkunen
This prevents spurious interrupts from repeating unacked and thus locking the system, while still allowing the spurious bad irq error message to be show on console. Signed-off-by: Lauri Leukkunen <[EMAIL PROTECTED]> --- arch/arm/plat-omap/include/mach/entry-macro.S

Re: [PATCH 1/5] I2C: LM8323: Introduce lm8323 keypad driver

2008-04-09 Thread Lauri Leukkunen
On 09/04/08 21:05 +0300, ext Felipe Balbi wrote: > On Wed, Apr 09, 2008 at 07:26:31PM +0200, andrzej zaborowski wrote: > > Question not really related to this patchset, but in the TSC2005 > > driver some averaging and limit checks are done to the ADC values. > > Shouldn't that be done in userspace