[PATCH v6] board-omap3-beagle: add DSS2 support

2010-04-15 Thread Koen Kooi
This patch adds DSS2 support to the beagleboard boardfile. DVI and TV-out are supported. Signed-off-by: Koen Kooi --- Changes since v1: * removed beagle_panel_enable_tv() and beagle_panel_disable_tv() Changes since v2: * changed to REGULATOR_SUPPLY(_name, _dev_name) for dss regu

Re: [PATCHv2 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-15 Thread Tomi Valkeinen
Hi, On Thu, 2010-04-08 at 14:21 +0200, Quadros Roger (Nokia-D/Helsinki) wrote: > Tomi, > > Please take these in your DSS branch if they are OK. > Tony is fine if you take the board stuff too. checkpatch complained about using spaces for indenting. Can you check the patches? Tomi > > regards,

DSS2 RFBI

2010-04-15 Thread Sergey Lapin
Dear Tomi, If you remember, some time ago you mentioned you have some hacky examples on usage of RFBI driver in DSS2 subsystem. Since I'm going to have major rework for my driver, I'd like to port it to DSS2 and eventually submit for merge. So, could you provide these patches for everyone's sake?

Re: [PATCHv2 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-15 Thread Roger Quadros
Hi, Valkeinen Tomi (Nokia-D/Helsinki) wrote: Hi, On Thu, 2010-04-08 at 14:21 +0200, Quadros Roger (Nokia-D/Helsinki) wrote: Tomi, Please take these in your DSS branch if they are OK. Tony is fine if you take the board stuff too. checkpatch complained about using spaces for indenting. Can yo

Re: DSS2 RFBI

2010-04-15 Thread Tomi Valkeinen
Hi, On Thu, 2010-04-15 at 12:00 +0200, ext Sergey Lapin wrote: > Dear Tomi, > > If you remember, some time ago you mentioned you have some hacky > examples on usage of RFBI driver > in DSS2 subsystem. Since I'm going to have major rework for my driver, > I'd like to port it to DSS2 and > eventual

Re: [PATCH V4] OMAP: DSS: Add NEC NL8048HL11-01B display panel

2010-04-15 Thread Tomi Valkeinen
Hi, On Sat, 2010-03-06 at 15:16 +0100, ext Y, Kishore wrote: > From: Erik Gilling > Date: Wed, 2 Dec 2009 22:05:34 +0530 > Subject: [PATCH] OMAP: DSS: Add NEC NL8048HL11-01B display panel > > NEC WVGA LCD NL8048HL11-01B support has been added. > > Signed-off-by: Mukund Mittal > Signed-off-by:

RE: [PATCH V4] OMAP: DSS: Add NEC NL8048HL11-01B display panel

2010-04-15 Thread Y, Kishore
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Thursday, April 15, 2010 3:46 PM > To: Y, Kishore > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH V4] OMAP: DSS: Add NEC NL8048HL11-01B display panel > > Hi, > > On Sat, 2010-03-06 at 15:16 +0100,

Re: DSS2 RFBI

2010-04-15 Thread Sergey Lapin
> > No, I don't remember =). But I was probably talking about the hack to > get N800's display working. Unfortunately I don't have those hacks > anywhere around, and they wouldn't even compile anymore. > > I did post the hacks long time ago, you can try googling them. Here's at > least one: > > htt

[PATCH v3] OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interrupt

2010-04-15 Thread Manjunatha GK
Under certain rare conditions, I2C_STAT[13].RDR bit may be set and the corresponding interrupt fire, even there is no data in the receive FIFO, or the I2C data transfer is still ongoing. These spurious RDR events must be ignored by the software. This patch handles and ignores RDR spurious interrup

Re: [PATCH 1/2 V4] OMAP: DSS: Add display board file for zoom boards

2010-04-15 Thread Tomi Valkeinen
Hi, On Sat, 2010-03-06 at 15:26 +0100, ext Y, Kishore wrote: > From: Kishore Y > > board-zoom-display.c added as a common file for display fucntionality > on boards zoom2, zoom3 and 3630sdp > > Signed-off-by: Mukund Mittal > Signed-off-by: Kishore Y > Reviewed-by: Gadiyar, Anand > --- > arc

Re: [PATCHv2] OMAP2: DSS: Add Innolux 7" display for DEVKIT8000

2010-04-15 Thread Tomi Valkeinen
Hi, On Wed, 2010-04-07 at 20:33 +0200, ext sw...@gmx.li wrote: > From: Thomas Weber > > This patch adds the 7 inch display for the DEVKIT8000. > > Thanks to Vaibhav Hiremath for comments. > > Change log: > v2 > Kconfig option description changed. > Remove unneeded header fil

[PATCHv3 5/5] OMAP: RX51: Update board defconfig

2010-04-15 Thread Roger Quadros
From: Roger Quadros Add LCD, Boot-up logo, framebuffer console, Keypad and Power button support Signed-off-by: Roger Quadros --- arch/arm/configs/rx51_defconfig | 39 ++- 1 files changed, 38 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/rx51

[PATCHv3 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-15 Thread Roger Quadros
Tomi, Resending the patchset. Checkpatch was not complaining at my end. Probably the mail server is mangling the patches. I will send a tarball separately. The only change in this version is that i've put the Video memory initialization code in the board file. The TSC2005 stuff is still thereas

[PATCHv3 1/5] OMAP: RX51: Add LCD Panel support

2010-04-15 Thread Roger Quadros
From: Roger Quadros Adds basic support for LCD Panel on Nokia N900 Signed-off-by: Roger Quadros --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-rx51-peripherals.c | 13 +++ arch/arm/mach-omap2/board-rx51-video.c | 107 ++ ar

[PATCHv3 4/5] OMAP: DSS2: Add ACX565AKM Panel Driver

2010-04-15 Thread Roger Quadros
From: Roger Quadros This is the panel used on Nokia N900 Signed-off-by: Roger Quadros --- drivers/video/omap2/displays/Kconfig |6 + drivers/video/omap2/displays/Makefile |1 + drivers/video/omap2/displays/panel-acx565akm.c | 819 3 files ch

[PATCHv3 2/5] OMAP: RX51: Add "vdds_sdi" supply voltage for SDI

2010-04-15 Thread Roger Quadros
From: Roger Quadros The SDI Display subsystem needs access to the vdds_sdi supply regulator. This is TWL4030's VAUX1 supply on RX-51. Signed-off-by: Roger Quadros --- arch/arm/mach-omap2/board-rx51-peripherals.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --

[PATCHv3 3/5] OMAP: RX51: Add Touch Controller in SPI board info

2010-04-15 Thread Roger Quadros
From: Roger Quadros The Touch controller and LCD Panel share the same SPI bus 1. So, we need to define the touch controller in the SPI board info else, the SPI bus will be contended due to invalid state of Touch controller's Chip Select thus preventing the LCD panel from working. Signed-off-by:

Re: [PATCH v3] OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interrupt

2010-04-15 Thread Aaro Koskinen
Hi, Manjunatha GK wrote: > Under certain rare conditions, I2C_STAT[13].RDR bit may be set > and the corresponding interrupt fire, even there is no data in > the receive FIFO, or the I2C data transfer is still ongoing. > These spurious RDR events must be ignored by the software. > > This patch han

Re: [PATCHv3 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-15 Thread Roger Quadros
Tarball attached in case checkpatch complains. -roger Quadros Roger (Nokia-D/Helsinki) wrote: Tomi, Resending the patchset. Checkpatch was not complaining at my end. Probably the mail server is mangling the patches. I will send a tarball separately. The only change in this version is that i'

Re: [PATCH 00/10] dsp-bridge: deh: general cleanups

2010-04-15 Thread Felipe Contreras
On Wed, Mar 24, 2010 at 12:25 AM, Felipe Contreras wrote: > While trying to fix the recovery feature I stumbled many areas of improvments > in 'deh' (whatever that means). > > I quickly tested tesed these changes in Nokia hw, there should be essentially > no functional changes. > > Cheers. > > Fel

Re: [PATCH-V2 2/2] OMAP: OMAP3EVM: Add LCD Backlight brightness hookup function

2010-04-15 Thread Tomi Valkeinen
Hi, On Mon, 2010-04-12 at 13:50 +0200, ext hvaib...@ti.com wrote: > From: Vaibhav Hiremath > > > Signed-off-by: Vaibhav Hiremath What tree is this patch based on? It doesn't apply: Applying: OMAP: OMAP3EVM: Add LCD Backlight brightness hookup function fatal: sha1 information is lacking or us

RE: [PATCH-V2 2/2] OMAP: OMAP3EVM: Add LCD Backlight brightness hookup function

2010-04-15 Thread Hiremath, Vaibhav
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Thursday, April 15, 2010 7:18 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; t...@atomide.com > Subject: Re: [PATCH-V2 2/2] OMAP: OMAP3EVM: Add LCD Backlight brightness > hookup function >

RE: [PATCH-V2 2/2] OMAP: OMAP3EVM: Add LCD Backlight brightness hookup function

2010-04-15 Thread Tomi Valkeinen
On Thu, 2010-04-15 at 15:52 +0200, ext Hiremath, Vaibhav wrote: > > -Original Message- > > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > > Sent: Thursday, April 15, 2010 7:18 PM > > To: Hiremath, Vaibhav > > Cc: linux-omap@vger.kernel.org; t...@atomide.com > > Subject: Re: [PATCH

[PATCH-RESEND 2/2] OMAP: OMAP3EVM: Add LCD Backlight brightness hookup function

2010-04-15 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- arch/arm/mach-omap2/board-omap3evm.c | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index f2a52c3.

[PATCH-RESEND 1/2] OMAP: LCD LS037V7DW01: Add Backlight driver support

2010-04-15 Thread hvaibhav
From: Vaibhav Hiremath Tested on OMAP3EVM for OMAP3530 and AM/DM 3730. Signed-off-by: Vaibhav Hiremath --- .../video/omap2/displays/panel-sharp-ls037v7dw01.c | 77 1 files changed, 77 insertions(+), 0 deletions(-) diff --git a/drivers/video/omap2/displays/panel-sharp-ls

Re: [PATCHv3 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-15 Thread Grazvydas Ignotas
Something's strange with Tomi's mail path I guess, I always send patches with git send-email and he still received some of them (but not all) mangled. On Thu, Apr 15, 2010 at 3:08 PM, Roger Quadros wrote: > Tarball attached in case checkpatch complains. > > -roger > > Quadros Roger (Nokia-D/Helsi

Re: [PATCHv3 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-04-15 Thread Tomi Valkeinen
On Thu, 2010-04-15 at 16:00 +0200, ext Grazvydas Ignotas wrote: > Something's strange with Tomi's mail path I guess, I always send > patches with git send-email and he still received some of them (but > not all) mangled. Ahm, it could then be the infamous Nokia mailserver, which I think Microsoft

RE: [PATCH-V2 2/2] OMAP: OMAP3EVM: Add LCD Backlight brightness hookup function

2010-04-15 Thread Hiremath, Vaibhav
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Thursday, April 15, 2010 7:30 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; t...@atomide.com > Subject: RE: [PATCH-V2 2/2] OMAP: OMAP3EVM: Add LCD Backlight brightness > hookup function >

Re: [PATCH-RESEND 1/2] OMAP: LCD LS037V7DW01: Add Backlight driver support

2010-04-15 Thread Tomi Valkeinen
Hi, On Thu, 2010-04-15 at 16:00 +0200, ext hvaib...@ti.com wrote: > From: Vaibhav Hiremath > > Tested on OMAP3EVM for OMAP3530 and AM/DM 3730. > This looks ok to me, I'll add it to my queue. Tomi > Signed-off-by: Vaibhav Hiremath > --- > .../video/omap2/displays/panel-sharp-ls037v7dw01.c

Re: [PATCH-RESEND 2/2] OMAP: OMAP3EVM: Add LCD Backlight brightness hookup function

2010-04-15 Thread Tomi Valkeinen
Hi, On Thu, 2010-04-15 at 16:00 +0200, ext hvaib...@ti.com wrote: > From: Vaibhav Hiremath > > > Signed-off-by: Vaibhav Hiremath This looks also ok. This should go through linux-omap. Acked-by: Tomi Valkeinen Tom > --- > arch/arm/mach-omap2/board-omap3evm.c | 34 > +++

RE: [PATCH-RESEND 1/2] OMAP: LCD LS037V7DW01: Add Backlight driver support

2010-04-15 Thread Hiremath, Vaibhav
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Thursday, April 15, 2010 7:43 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH-RESEND 1/2] OMAP: LCD LS037V7DW01: Add Backlight driver > support > > Hi, > > On Thu, 2010

[PATCH] OMAP: DSS2: TPO-TD03MTEA1: fix Kconfig dependency

2010-04-15 Thread Grazvydas Ignotas
This panel depends on SPI, not I2C. Signed-off-by: Grazvydas Ignotas --- drivers/video/omap2/displays/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig index dfb57ee..a2faf8a 100644 --- a

Re: [PATCH v3 4/5(7)] input: serio: add support for Amstrad Delta serial keyboard port

2010-04-15 Thread Dmitry Torokhov
Hi Janusz, On Thu, Apr 15, 2010 at 04:31:03AM +0200, Janusz Krzysztofik wrote: > + > +config SERIO_AMS_DELTA > + tristate "Amstrad Delta (E3) mailboard support" > + depends on MACH_AMS_DELTA > + default y > + select AMS_DELTA_FIQ > + select KEYBOARD_ATKBD I'd rather not select

Re: [PATCH v3 4/5(7)] input: serio: add support for Amstrad Delta serial keyboard port

2010-04-15 Thread Janusz Krzysztofik
Thursday 15 April 2010 18:14:51 Dmitry Torokhov napisał(a): > Hi Janusz, Hi Dmitry, > On Thu, Apr 15, 2010 at 04:31:03AM +0200, Janusz Krzysztofik wrote: > > + > > +config SERIO_AMS_DELTA > > + tristate "Amstrad Delta (E3) mailboard support" > > + depends on MACH_AMS_DELTA > > + default y >

[RFC][PATCH 0/13] Cleanup DSPBRIDGE custom error codes

2010-04-15 Thread Hebbar, Shivananda
This patch series tries to clean up the remaining 46 error codes. Out of that 13 error codes are mapped to Linux errrorcodes. Rest of the error codes will be kept as it is in the errbase.h. Link to stage 1 cleanup can be found here. http://www.mail-archive.com/linux-omap@vger.kernel.org/msg25835.h

[RFC][PATCH 1/13] DSPBRIDGE: Cleanup custom error code (DSP_EDIRECTION -> -EPERM)

2010-04-15 Thread Hebbar, Shivananda
>From 3c0c44b52335a21832d889382c9a631df23df356 Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Thu, 8 Apr 2010 17:17:46 -0500 Subject: [PATCH] DSPBRIDGE: Cleanup custom error code (DSP_EDIRECTION -> -EPERM) This patch replaces DSP_EDIRECTION with -EPERM. Signed-off-by: Shivananda Hebbar

RFC] [PATCH 3/13] DSPBRIDGE: Cleanup custom error code (DSP_ENOMORECONNECTIONS -> -ECONNREFUSED)

2010-04-15 Thread Hebbar, Shivananda
>From 7ec741cb6e3e10844b77e1cb235488218bc0d1a9 Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Fri, 9 Apr 2010 10:41:25 -0500 Subject: [PATCH] DSPBRIDGE: Cleanup custom error code (DSP_ENOMORECONNECTIONS -> -ECONNREFUSED) This patch replaces DSP_ENOMORECONNECTIONS with -ECONNREFUSED. Si

[RFC] [PATCH 2/13] DSPBRIDGE: Cleanup custom error code (DSP_ESTREAMFULL -> -ENOSR)

2010-04-15 Thread Hebbar, Shivananda
>From 0e3d9c1ccc09389155202da25b856698195fb556 Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Thu, 8 Apr 2010 17:34:59 -0500 Subject: [PATCH] DSPBRIDGE: Cleanup custom error code (DSP_ESTREAMFULL -> -ENOSR) This patch replaces DSP_ESTREAMFULL with -ENOSR. Signed-off-by: Shivananda Hebba

[RFC] [PATCH 4/13] DSPPBRIDGE: Cleanup custom error code (DSP_EFREAD -> -EBADF)

2010-04-15 Thread Hebbar, Shivananda
>From 35bb007415ef78a380edfb4b79729626473eff3b Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Fri, 9 Apr 2010 10:59:06 -0500 Subject: [PATCH] DSPPBRIDGE: Cleanup custom error code (DSP_EFREAD -> -EBADF) This patch replaces DSP_EFREAD with -EBADF Signed-off-by: Shivananda Hebbar --- arc

RFC] [PATCH 5/13] DSPBRIDGE: Cleanup custom error code (DSP_EALIGNMENT -> -EPERM)

2010-04-15 Thread Hebbar, Shivananda
>From 045a98ee10ecfd8ef28dccb23918af92cbeb1bf3 Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Fri, 9 Apr 2010 11:03:16 -0500 Subject: [PATCH] DSPBRIDGE: Cleanup custom error code (DSP_EALIGNMENT -> -EPERM) This patch replaces DSP_ALIGNMENT with -EPERM. Signed-off-by: Shivananda Hebbar -

[RFC] [PATCH 6/13] DSPBRIDGE: Cleanup custom error code (DSP_ESTRMMODE -> -EPERM)

2010-04-15 Thread Hebbar, Shivananda
>From 8d982475f18c66f7b1d5e4d3677d479a8ec81781 Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Fri, 9 Apr 2010 11:08:36 -0500 Subject: [PATCH] DSPBRIDGE: Cleanup custom error code (DSP_ESTRMMODE -> -EPERM) This patch replaces DSP_ESTRMMODE with -EPERM Signed-off-by: Shivananda Hebbar ---

[RFC] [PATCH 7/13] DSPBRIDGE: Cleanup custom error code (CFG_E_INVALIDPOINTER -> -EFAULT)

2010-04-15 Thread Hebbar, Shivananda
>From d7646f5d1aff38453705586e256bc12a2cfd289a Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Fri, 9 Apr 2010 11:23:35 -0500 Subject: [PATCH] DSPBRIDGE: Cleanup custom error code (CFG_E_INVALIDPOINTER -> -EFAULT) This patch replaces CFG_E_INVALIDPOINTER with -EFAULT. Signed-off-by: Shiv

[RFC] [PATCH 8/13] DSPBRIDGE: Cleanup custom error code (CFG_E_INVALIDHDEVNODE -> -EFAULT)

2010-04-15 Thread Hebbar, Shivananda
>From 1daa5435abd871e8451c93fbd1d2de136566ac7e Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Fri, 9 Apr 2010 11:28:53 -0500 Subject: [PATCH] DSPBRIDGE: Cleanup custom error code (CFG_E_INVALIDHDEVNODE -> -EFAULT) This patch replaces CFG_E_INVALIDHDEVNODE with -EFAULT. Signed-off-by: Sh

[RFC] [PATCH 9/13] DSPBRIDGE: Cleanup custom error code (CFG_E_RESOURCENOTAVAIL -> -NODATA)

2010-04-15 Thread Hebbar, Shivananda
>From 23669058bd3ab9c981cc6b630505f055ace0b05b Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Fri, 9 Apr 2010 11:33:05 -0500 Subject: [PATCH] DSPBRIDGE: Cleanup custom error code (CFG_E_RESOURCENOTAVAIL -> -NODATA) This patch replaces CFG_E_RESOURCENOTAVAIL with -ENODATA. Signed-off-b

[RFC] [PATCH 10/13] DSPBRIDGE: Cleanup custom error code (COD_E_OPENFAILED -> -EBADF)

2010-04-15 Thread Hebbar, Shivananda
>From beb1254acdd2d91aef4624f72783f298cb5187cd Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Fri, 9 Apr 2010 11:39:04 -0500 Subject: [PATCH] DSPBRIDGE: Cleanup custom error code (COD_E_OPENFAILED -> -EBADF) This patch replaces COD_E_OPENFAILED with -EBADF. Signed-off-by: Shivananda Heb

[RFC] [PATCH 11/13] DSPBRIDGE: Cleanup custom error code (REG_E_INVALIDSUBKEY -> -ENOKEY)

2010-04-15 Thread Hebbar, Shivananda
>From 5ee78a0e44159548400b1727b9dc3e127e8b8406 Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Fri, 9 Apr 2010 12:05:01 -0500 Subject: [PATCH] DSPBRIDGE: Cleanup custom error code (REG_E_INVALIDSUBKEY -> -ENOKEY) This patch replaces REG_E_INVALIDSUBKEY with -ENOKEY Signed-off-by: Shivana

[RFC] [PATCH 12/13] DSPBRIDGE: Cleanup custom error code (REG_E_NOMOREITEMS -> -ENODATA)

2010-04-15 Thread Hebbar, Shivananda
>From a70cecfb7c889d75492241110a547bc4ef0b5ee4 Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Fri, 9 Apr 2010 12:11:58 -0500 Subject: [PATCH] DSPBRIDGE: Cleanup custom error code (REG_E_NOMOREITEMS -> -ENODATA) This patch replaces REG_E_NOMOREITEMS with -ENODATA Signed-off-by: Shivanan

[RFC] [PATCH v2]DSPBRIDGE: Remove unused custom error codes

2010-04-15 Thread Hebbar, Shivananda
>From 199a4cc5ba1e0d582fbacf3fffceb00afdfd191a Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Wed, 24 Mar 2010 14:03:48 -0600 Subject: [PATCH] DSPBRIDGE: Remove unused custom error codes This patch removes unused custom errorcodes. Signed-off-by: Shivananda Hebbar --- arch/arm/plat-oma

RE: [RFC] [PATCH 2/3] OMAP4: Keyboard Board Support

2010-04-15 Thread Arce, Abraham
Thanks Vimal, > > Signed-off-by: Abraham Arce > > --- > > 'Form: Syed Rafiuddin', but not 'Signed-off-by:'... is it correct? Yes, it is missing, added it in 02 && 03 patches... > > > > -       KEY(7, 0, KEY_UNKNOWN), > > +       KEY(7, 0, KEY_LEFTSHIFT), > >        KEY(7, 1, KEY_ENTER), > >

RE: [RFC] [PATCH 1/3] OMAP4: Keyboard Controller Support

2010-04-15 Thread Arce, Abraham
Hi Trilok! > >  - matrix_keypac.c logic > >  - hwmod framework > > Do we have hwmod framework mainlined in the kernel? Not yet but wanted to gather initial comments to be ready once framework is pushed > > > > > +config KEYBOARD_OMAP4 > > +        tristate "TI OMAP4 keypad support" > > +    

Re: small question about gpio and interrupts

2010-04-15 Thread Andrew Tverdohlebov
Dear linux-omap community, I am writing a simple driver for BeagleBoard and trying to get an understanding of how interrupts work. Could you please answer a small question. What is a difference between irq and virtual_irq_start in structure gpio_bank in file arch/arm/plat-omap/gpio.c As far as I

[PATCH v2] omap: Add I2C bus 1 initialisation

2010-04-15 Thread Viral Mehta
From: Viral Mehta Initialize isp1301 FS USB transceiver and add I2C bus1 initialization code for OMAP2430 SDP Signed-off-by: Viral Mehta --- one more effort, V2: no mangling between tabs and spaces, hopefully :) arch/arm/mach-omap2/board-2430sdp.c | 10 +- 1 files changed, 9 inserti

[PATCH v2] Add OHCI USB platform init

2010-04-15 Thread Viral Mehta
From: Viral Mehta Add platform init code for OHCI USB on OMAP2430 SDP Signed-off-by: Viral Mehta --- One more effort, V2: no mangling between tabs and spaces, hopefully :) arch/arm/mach-omap2/board-2430sdp.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ar

[PATCH v2] select ARCH_OMAP_OTG for OMAP2430 SDP

2010-04-15 Thread Viral Mehta
From: Viral Mehta Configuration for OMAP2430 should select ARCH_OMAP_OTG just like it is done for OMAP2420 Signed-off-by: Viral Mehta --- One more effort, V2: no mangling between tabs and spaces, hopefully :) arch/arm/mach-omap2/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(

Re: gpio irq on Beagleboard

2010-04-15 Thread Andrew Tverdohlebov
Dear linux-omap community, I am writing a simple driver for BeagleBoard and trying to get an understanding of how interrupts work. Could you please answer a small question. What is a difference between irq and virtual_irq_start in structure gpio_bank in file arch/arm/plat-omap/gpio.c As far as

[PATCH v2] Switch to subsys_initcall

2010-04-15 Thread Viral Mehta
From: Viral Mehta isp1301 transceiver driver init should be done before we do ohci omap init Signed-off-by: Viral Mehta --- V2: no change but sending again as v2 to be in sync with other 3 patches sent as v2 for omap2430 fsusb fixes. drivers/usb/otg/isp1301_omap.c |2 +- 1 files changed,

Re: [RFC] [PATCH 1/3] OMAP4: Keyboard Controller Support

2010-04-15 Thread Felipe Balbi
Hi, On Wed, Apr 14, 2010 at 03:10:48AM +0200, ext Arce, Abraham wrote: +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include should the platform_driver know about hwmod and omap_device ? Paul ? Kevin ? +struct omap_keypad { + unnece

Re: gpio irq on Beagleboard

2010-04-15 Thread Felipe Balbi
On Fri, Apr 16, 2010 at 06:59:19AM +0200, ext Andrew Tverdohlebov wrote: Dear linux-omap community, I am writing a simple driver for BeagleBoard and trying to get an understanding of how interrupts work. Could you please answer a small question. What is a difference between irq and virtual_irq_

Re: [PATCHv3 1/3] TCA6416 keypad : Implement keypad driver for keys interfaced to TCA6416

2010-04-15 Thread Dmitry Torokhov
On Tue, Mar 23, 2010 at 08:40:33PM +0530, Sriramakrishnan wrote: > This patch implements a simple Keypad driver that functions > as an I2C client. It handles key press events for keys > connected to TCA6416 I2C based IO expander. > > Signed-off-by: Sriramakrishnan > --- > drivers/input/keyboard/