Re: OMAP4 keypad driver

2010-04-08 Thread Kevin Hilman
"Arce, Abraham" writes: > Hi, > > I need some help to figure out the best way to incorporate omap4 keypad in > linux omap. > > First approach, I have a patch that creates a new file, omap4-keypad.c with > the following implementations: > > - Based on matrix keypac logic > - Using hwmod framew

RE: OMAP4 keypad driver

2010-04-07 Thread Shilimkar, Santosh
> -Original Message- > From: Felipe Balbi [mailto:felipe.ba...@nokia.com] > Sent: Thursday, April 08, 2010 11:20 AM > To: Shilimkar, Santosh > Cc: Balbi Felipe (Nokia-D/Helsinki); Arce, Abraham; linux-omap@vger.kernel.org > Subject: Re: OMAP4 keypad driver > > On

Re: OMAP4 keypad driver

2010-04-07 Thread Felipe Balbi
Subject: Re: OMAP4 keypad driver On Thu, Apr 08, 2010 at 03:16:08AM +0200, ext Arce, Abraham wrote: >Hi, > >I need some help to figure out the best way to incorporate omap4 keypad in linux omap. > >First approach, I have a patch that creates a new file, omap4-keypad.c with

RE: OMAP4 keypad driver

2010-04-07 Thread Shilimkar, Santosh
> -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Felipe > Balbi > Sent: Thursday, April 08, 2010 10:12 AM > To: Arce, Abraham > Cc: linux-omap@vger.kernel.org > Subject: Re: OMAP4 keypad driver &

Re: OMAP4 keypad driver

2010-04-07 Thread Felipe Balbi
On Thu, Apr 08, 2010 at 03:16:08AM +0200, ext Arce, Abraham wrote: Hi, I need some help to figure out the best way to incorporate omap4 keypad in linux omap. First approach, I have a patch that creates a new file, omap4-keypad.c with the following implementations: - Based on matrix keypac lo

OMAP4 keypad driver

2010-04-07 Thread Arce, Abraham
Hi, I need some help to figure out the best way to incorporate omap4 keypad in linux omap. First approach, I have a patch that creates a new file, omap4-keypad.c with the following implementations: - Based on matrix keypac logic - Using hwmod framework - Using threaded irq Second approach,