RE: [RFT/PATCH] serial: omap: prevent resume if device is not suspended.

2012-10-12 Thread Poddar, Sourav
Hi Russell, From: Russell King - ARM Linux [li...@arm.linux.org.uk] Sent: Friday, October 12, 2012 10:12 PM To: Kevin Hilman Cc: Poddar, Sourav; Paul Walmsley; Balbi, Felipe; gre...@linuxfoundation.org; t...@atomide.com; linux-kernel@vger.kernel.org

RE: [RFT/PATCH] serial: omap: prevent resume if device is not suspended.

2012-10-12 Thread Poddar, Sourav
Hi Russell, From: Russell King - ARM Linux [li...@arm.linux.org.uk] Sent: Friday, October 12, 2012 10:12 PM To: Kevin Hilman Cc: Poddar, Sourav; Paul Walmsley; Balbi, Felipe; gre...@linuxfoundation.org; t...@atomide.com; linux-kernel@vger.kernel.org

Re: [PATCHv3 2/4] Input: keypad: Add smsc ece1099 keypad driver

2012-10-02 Thread Poddar, Sourav
Hi Dmitry, On Tue, Oct 2, 2012 at 11:48 AM, Dmitry Torokhov wrote: > Hi Sourav, > > On Mon, Oct 01, 2012 at 04:31:50PM +0530, Sourav Poddar wrote: >> From: G, Manjunath Kondaiah >> >> SMSC ECE1099 is a keyboard scan or GPIO expansion device.The device >> supports a keypad scan matrix of

Re: [PATCHv3 2/4] Input: keypad: Add smsc ece1099 keypad driver

2012-10-02 Thread Poddar, Sourav
Hi Dmitry, On Tue, Oct 2, 2012 at 11:48 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Sourav, On Mon, Oct 01, 2012 at 04:31:50PM +0530, Sourav Poddar wrote: From: G, Manjunath Kondaiah manj...@ti.com SMSC ECE1099 is a keyboard scan or GPIO expansion device.The device supports a

Re: [PATCHv2 1/4] mfd: smsc: Add support for smsc gpio io/keypad driver

2012-09-25 Thread Poddar, Sourav
Hi, On Tue, Sep 25, 2012 at 11:22 PM, Mark Brown wrote: > On Wed, Sep 05, 2012 at 05:06:04PM +0530, Sourav Poddar wrote: > >> +static struct regmap_config smsc_regmap_config = { >> + .reg_bits = 8, >> + .val_bits = 8, >> + .max_register = SMSC_MAX_REGISTER -

Re: [RFT/PATCH] serial: omap: prevent resume if device is not suspended.

2012-09-25 Thread Poddar, Sourav
Hi, On Tue, Sep 25, 2012 at 2:51 PM, Russell King - ARM Linux wrote: > On Tue, Sep 25, 2012 at 12:11:14PM +0300, Felipe Balbi wrote: >> On Tue, Sep 25, 2012 at 10:12:28AM +0100, Russell King - ARM Linux wrote: >> > On Tue, Sep 25, 2012 at 11:31:20AM +0300, Felipe Balbi wrote: >> > > On Tue, Sep

Re: [RFT/PATCH] serial: omap: prevent resume if device is not suspended.

2012-09-25 Thread Poddar, Sourav
Hi Greg, Ping on this? On Tue, Sep 18, 2012 at 6:10 PM, Sourav Poddar wrote: > Greg's tty-next is not booting on 2420 based N800. The failure is > observed at serial init itself. The reason might be that n800 tries to > resume even though it is not suspended before. > > Reported-by: Paul

Re: [RFT/PATCH] serial: omap: prevent resume if device is not suspended.

2012-09-25 Thread Poddar, Sourav
Hi Greg, Ping on this? On Tue, Sep 18, 2012 at 6:10 PM, Sourav Poddar sourav.pod...@ti.com wrote: Greg's tty-next is not booting on 2420 based N800. The failure is observed at serial init itself. The reason might be that n800 tries to resume even though it is not suspended before.

Re: [RFT/PATCH] serial: omap: prevent resume if device is not suspended.

2012-09-25 Thread Poddar, Sourav
Hi, On Tue, Sep 25, 2012 at 2:51 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Tue, Sep 25, 2012 at 12:11:14PM +0300, Felipe Balbi wrote: On Tue, Sep 25, 2012 at 10:12:28AM +0100, Russell King - ARM Linux wrote: On Tue, Sep 25, 2012 at 11:31:20AM +0300, Felipe Balbi wrote:

Re: [PATCHv2 1/4] mfd: smsc: Add support for smsc gpio io/keypad driver

2012-09-25 Thread Poddar, Sourav
Hi, On Tue, Sep 25, 2012 at 11:22 PM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Sep 05, 2012 at 05:06:04PM +0530, Sourav Poddar wrote: +static struct regmap_config smsc_regmap_config = { + .reg_bits = 8, + .val_bits = 8, +

Re: [PATCHv2 4/4] gpio: smscece: Add support for gpio IO expander feature

2012-09-05 Thread Poddar, Sourav
Hi Vaibhav, On Thu, Sep 6, 2012 at 12:29 AM, Vaibhav Hiremath wrote: > > > On 9/5/2012 5:07 PM, Sourav Poddar wrote: >> smsc can be used as an gpio io expander device also. So adding >> support for configuring smsc pins as a gpio. >> >> Cc: Benoit Cousson >> Cc: Felipe Balbi >> Cc: Santosh

Re: [PATCHv2 1/4] mfd: smsc: Add support for smsc gpio io/keypad driver

2012-09-05 Thread Poddar, Sourav
Hi, On Wed, Sep 5, 2012 at 11:23 PM, Vaibhav Hiremath wrote: > > > On 9/5/2012 5:06 PM, Sourav Poddar wrote: >> smsc ece1099 is a keyboard scan or gpio expansion device. >> The patch create keypad and gpio expander child for this >> multi function smsc driver. >> >> Cc: Samuel Ortiz >> Cc:

Re: [PATCHv2 2/4] Input: keypad: Add smsc ece1099 keypad driver

2012-09-05 Thread Poddar, Sourav
+ other external mailing list (did a reply to by mistake) On Thu, Sep 6, 2012 at 11:04 AM, Poddar, Sourav wrote: > Hi Vaibhav, > > On Thu, Sep 6, 2012 at 12:01 AM, Vaibhav Hiremath wrote: >> >> >> On 9/5/2012 5:06 PM, Sourav Poddar wrote: >>> From: G, Manj

Re: [PATCHv2 2/4] Input: keypad: Add smsc ece1099 keypad driver

2012-09-05 Thread Poddar, Sourav
+ other external mailing list (did a reply to by mistake) On Thu, Sep 6, 2012 at 11:04 AM, Poddar, Sourav sourav.pod...@ti.com wrote: Hi Vaibhav, On Thu, Sep 6, 2012 at 12:01 AM, Vaibhav Hiremath hvaib...@ti.com wrote: On 9/5/2012 5:06 PM, Sourav Poddar wrote: From: G, Manjunath Kondaiah

Re: [PATCHv2 1/4] mfd: smsc: Add support for smsc gpio io/keypad driver

2012-09-05 Thread Poddar, Sourav
Hi, On Wed, Sep 5, 2012 at 11:23 PM, Vaibhav Hiremath hvaib...@ti.com wrote: On 9/5/2012 5:06 PM, Sourav Poddar wrote: smsc ece1099 is a keyboard scan or gpio expansion device. The patch create keypad and gpio expander child for this multi function smsc driver. Cc: Samuel Ortiz

Re: [PATCHv2 4/4] gpio: smscece: Add support for gpio IO expander feature

2012-09-05 Thread Poddar, Sourav
Hi Vaibhav, On Thu, Sep 6, 2012 at 12:29 AM, Vaibhav Hiremath hvaib...@ti.com wrote: On 9/5/2012 5:07 PM, Sourav Poddar wrote: smsc can be used as an gpio io expander device also. So adding support for configuring smsc pins as a gpio. Cc: Benoit Cousson b-cous...@ti.com Cc: Felipe Balbi

Re: [PATCHv3 0/4] Add device tree data for omap5

2012-08-31 Thread Poddar, Sourav
Hi Benoit, On Fri, Aug 31, 2012 at 3:02 PM, Benoit Cousson wrote: > Hi Sourav, > > While rebasing your series on top of Tony's lo/devel-dt, I realized that the > keypad nodes are not located at the correct place :-( > > At the moment they are just floating at the top level of the dts while they

Re: [PATCHv3 0/4] Add device tree data for omap5

2012-08-31 Thread Poddar, Sourav
Hi Benoit, On Fri, Aug 31, 2012 at 3:02 PM, Benoit Cousson b-cous...@ti.com wrote: Hi Sourav, While rebasing your series on top of Tony's lo/devel-dt, I realized that the keypad nodes are not located at the correct place :-( At the moment they are just floating at the top level of the dts

Re: [RFC/PATCH 4/4] gpio: smscece: Add support for gpio IO expander feature

2012-08-21 Thread Poddar, Sourav
Hi, On Tue, Aug 21, 2012 at 5:30 PM, Felipe Balbi wrote: > Hi, > > On Tue, Aug 21, 2012 at 05:17:37PM +0530, Poddar, Sourav wrote: >> >> + if (type & IRQ_TYPE_LEVEL_HIGH) >> >> + sg->int_lvl[bank] |= bit; >> >> + else i

Re: [RFC/PATCH 4/4] gpio: smscece: Add support for gpio IO expander feature

2012-08-21 Thread Poddar, Sourav
Hi, On Tue, Aug 21, 2012 at 4:23 PM, Felipe Balbi wrote: > Hi, > > On Tue, Aug 21, 2012 at 04:15:40PM +0530, Sourav Poddar wrote: >> smsc can be used as an gpio io expander device also. So adding >> support for configuring smsc pins as a gpio. >> >> Cc: Benoit Cousson >> Cc: Felipe Balbi >>

Re: [PATCH 2/4] Input: keypad: Add smsc ece1099 keypad driver

2012-08-21 Thread Poddar, Sourav
Hi, On Tue, Aug 21, 2012 at 4:16 PM, Felipe Balbi wrote: > Hi, > > On Tue, Aug 21, 2012 at 04:15:38PM +0530, Sourav Poddar wrote: >> +static struct platform_driver smsc_driver = { >> + .driver = { >> + .name = "smsc-keypad", >> + .of_match_table =

Re: [PATCH 2/4] Input: keypad: Add smsc ece1099 keypad driver

2012-08-21 Thread Poddar, Sourav
Hi, On Tue, Aug 21, 2012 at 4:15 PM, Felipe Balbi wrote: > On Tue, Aug 21, 2012 at 04:15:38PM +0530, Sourav Poddar wrote: >> From: G, Manjunath Kondaiah >> >> SMSC ECE1099 is a keyboard scan or GPIO expansion device.The device >> supports a keypad scan matrix of 23*8.This driver uses this >>

Re: [PATCH 3/4] arm/dts: omap5-evm: Add keypad support

2012-08-21 Thread Poddar, Sourav
Hi, On Tue, Aug 21, 2012 at 4:17 PM, Felipe Balbi wrote: > On Tue, Aug 21, 2012 at 04:15:39PM +0530, Sourav Poddar wrote: >> Add keypad data node in omap5-evm. >> >> Based on I2C support patch for omap5, which has been >> already posted as a different series. >> >> Cc: Benoit Cousson >> Cc:

Re: [PATCH 3/4] arm/dts: omap5-evm: Add keypad support

2012-08-21 Thread Poddar, Sourav
Hi, On Tue, Aug 21, 2012 at 4:17 PM, Felipe Balbi ba...@ti.com wrote: On Tue, Aug 21, 2012 at 04:15:39PM +0530, Sourav Poddar wrote: Add keypad data node in omap5-evm. Based on I2C support patch for omap5, which has been already posted as a different series. Cc: Benoit Cousson

Re: [PATCH 2/4] Input: keypad: Add smsc ece1099 keypad driver

2012-08-21 Thread Poddar, Sourav
Hi, On Tue, Aug 21, 2012 at 4:15 PM, Felipe Balbi ba...@ti.com wrote: On Tue, Aug 21, 2012 at 04:15:38PM +0530, Sourav Poddar wrote: From: G, Manjunath Kondaiah manj...@ti.com SMSC ECE1099 is a keyboard scan or GPIO expansion device.The device supports a keypad scan matrix of 23*8.This

Re: [PATCH 2/4] Input: keypad: Add smsc ece1099 keypad driver

2012-08-21 Thread Poddar, Sourav
Hi, On Tue, Aug 21, 2012 at 4:16 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Aug 21, 2012 at 04:15:38PM +0530, Sourav Poddar wrote: +static struct platform_driver smsc_driver = { + .driver = { + .name = smsc-keypad, + .of_match_table =

Re: [RFC/PATCH 4/4] gpio: smscece: Add support for gpio IO expander feature

2012-08-21 Thread Poddar, Sourav
Hi, On Tue, Aug 21, 2012 at 4:23 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Aug 21, 2012 at 04:15:40PM +0530, Sourav Poddar wrote: smsc can be used as an gpio io expander device also. So adding support for configuring smsc pins as a gpio. Cc: Benoit Cousson b-cous...@ti.com Cc:

Re: [RFC/PATCH 4/4] gpio: smscece: Add support for gpio IO expander feature

2012-08-21 Thread Poddar, Sourav
Hi, On Tue, Aug 21, 2012 at 5:30 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Aug 21, 2012 at 05:17:37PM +0530, Poddar, Sourav wrote: + if (type IRQ_TYPE_LEVEL_HIGH) + sg-int_lvl[bank] |= bit; + else if (type IRQ_TYPE_LEVEL_LOW) + sg-int_lvl[bank

Re: [PATCHv3 0/4] Add device tree data for omap5

2012-08-20 Thread Poddar, Sourav
Hi Benoit, On Mon, Aug 20, 2012 at 5:43 PM, Benoit Cousson wrote: > On 08/20/2012 02:10 PM, Poddar, Sourav wrote: >> Hi All, >> >> On Tue, Aug 14, 2012 at 9:54 PM, Sourav Poddar wrote: >>> The following patch series add i2c support for omap5. >>> A

Re: [PATCHv3 0/4] Add device tree data for omap5

2012-08-20 Thread Poddar, Sourav
Hi All, On Tue, Aug 14, 2012 at 9:54 PM, Sourav Poddar wrote: > The following patch series add i2c support for omap5. > As well as enable I2C based devices like pressure and temperature > through device tree. Also add onchip keypad dts data. > > Cc: Benoit Cousson > Cc: Felipe Balbi > Cc:

Re: [PATCHv7] arm/dts: omap4-sdp: Add keypad data

2012-08-20 Thread Poddar, Sourav
On Mon, Aug 20, 2012 at 5:23 PM, Benoit Cousson wrote: > Hi Sourav, > > On 08/20/2012 01:19 PM, Poddar, Sourav wrote: >> Hi All, >> >> On Tue, Aug 14, 2012 at 4:45 PM, Sourav Poddar wrote: >>> Add keypad data node in omap4 device tree file. >>>

Re: [PATCHv7] arm/dts: omap4-sdp: Add keypad data

2012-08-20 Thread Poddar, Sourav
Hi All, On Tue, Aug 14, 2012 at 4:45 PM, Sourav Poddar wrote: > Add keypad data node in omap4 device tree file. > Also fill the device tree binding parameters > with the required value in "omap4-sdp" dts file. > > Tested on omap4430 sdp. > > Cc: Tony Lindgren > Cc: Benoit Cousson > Cc: Rob

Re: [PATCHv7] arm/dts: omap4-sdp: Add keypad data

2012-08-20 Thread Poddar, Sourav
Hi All, On Tue, Aug 14, 2012 at 4:45 PM, Sourav Poddar sourav.pod...@ti.com wrote: Add keypad data node in omap4 device tree file. Also fill the device tree binding parameters with the required value in omap4-sdp dts file. Tested on omap4430 sdp. Cc: Tony Lindgren t...@atomide.com Cc:

Re: [PATCHv7] arm/dts: omap4-sdp: Add keypad data

2012-08-20 Thread Poddar, Sourav
On Mon, Aug 20, 2012 at 5:23 PM, Benoit Cousson b-cous...@ti.com wrote: Hi Sourav, On 08/20/2012 01:19 PM, Poddar, Sourav wrote: Hi All, On Tue, Aug 14, 2012 at 4:45 PM, Sourav Poddar sourav.pod...@ti.com wrote: Add keypad data node in omap4 device tree file. Also fill the device tree

Re: [PATCHv3 0/4] Add device tree data for omap5

2012-08-20 Thread Poddar, Sourav
Hi All, On Tue, Aug 14, 2012 at 9:54 PM, Sourav Poddar sourav.pod...@ti.com wrote: The following patch series add i2c support for omap5. As well as enable I2C based devices like pressure and temperature through device tree. Also add onchip keypad dts data. Cc: Benoit Cousson b-cous...@ti.com

Re: [PATCHv3 0/4] Add device tree data for omap5

2012-08-20 Thread Poddar, Sourav
Hi Benoit, On Mon, Aug 20, 2012 at 5:43 PM, Benoit Cousson b-cous...@ti.com wrote: On 08/20/2012 02:10 PM, Poddar, Sourav wrote: Hi All, On Tue, Aug 14, 2012 at 9:54 PM, Sourav Poddar sourav.pod...@ti.com wrote: The following patch series add i2c support for omap5. As well as enable I2C

Re: [PATCHv2 0/4] Add device tree data for omap5

2012-08-14 Thread Poddar, Sourav
Hi Benoit, On Tue, Aug 14, 2012 at 3:54 PM, Benoit Cousson wrote: > Hi Sourav, > > On 08/13/2012 12:05 PM, Sourav Poddar wrote: >> The following patch series add i2c support for omap5. >> As well as enable I2C based devices like pressure and temperature >> through device tree. Also add onchip

Re: [PATCHv2 2/4] arm/dts: omap5-evm: Add tmp102 sensor support

2012-08-14 Thread Poddar, Sourav
Hi Benoit, On Tue, Aug 14, 2012 at 3:26 PM, Benoit Cousson wrote: > On 08/13/2012 12:05 PM, Sourav Poddar wrote: >> Add tmp102 temperature sensor data in omap5 evm dts file. >> >> Tested on omap5430 evm with 3.5 custom kernel. >> >> Cc: Benoit Cousson >> Cc: Felipe Balbi >> Cc: Santosh

Re: [PATCHv2 2/4] arm/dts: omap5-evm: Add tmp102 sensor support

2012-08-14 Thread Poddar, Sourav
Hi Benoit, On Tue, Aug 14, 2012 at 3:26 PM, Benoit Cousson b-cous...@ti.com wrote: On 08/13/2012 12:05 PM, Sourav Poddar wrote: Add tmp102 temperature sensor data in omap5 evm dts file. Tested on omap5430 evm with 3.5 custom kernel. Cc: Benoit Cousson b-cous...@ti.com Cc: Felipe Balbi

Re: [PATCHv2 0/4] Add device tree data for omap5

2012-08-14 Thread Poddar, Sourav
Hi Benoit, On Tue, Aug 14, 2012 at 3:54 PM, Benoit Cousson b-cous...@ti.com wrote: Hi Sourav, On 08/13/2012 12:05 PM, Sourav Poddar wrote: The following patch series add i2c support for omap5. As well as enable I2C based devices like pressure and temperature through device tree. Also add

Re: [PATCH 3/4] arm/dts: omap5-evm: Add keypad data

2012-08-07 Thread Poddar, Sourav
Hi Koen, On Tue, Aug 7, 2012 at 6:24 PM, Koen Kooi wrote: > > Op 3 aug. 2012, om 14:38 heeft Sourav Poddar het > volgende geschreven: > >> Add keypad data node in omap5 device tree file. >> Also fill the device tree binding parameters >> with the required value in "omap5-evm" dts file. >> >>

Re: [PATCH 3/4] arm/dts: omap5-evm: Add keypad data

2012-08-07 Thread Poddar, Sourav
Hi Koen, On Tue, Aug 7, 2012 at 6:24 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 3 aug. 2012, om 14:38 heeft Sourav Poddar sourav.pod...@ti.com het volgende geschreven: Add keypad data node in omap5 device tree file. Also fill the device tree binding parameters with the required

Re: [PATCH] hwmon: tmp102: Add device tree support

2012-08-06 Thread Poddar, Sourav
Hi Benoit, On Fri, Aug 3, 2012 at 8:26 PM, Benoit Cousson wrote: > Hi Sourav, > > On 08/03/2012 02:35 PM, Sourav Poddar wrote: >> update tmp102 temperature sensor to also use device tree. >> >> Cc: Benoit Cousson >> Cc: Felipe Balbi >> Cc: Santosh Shilimkar >> Acked-by: Felipe Balbi >>

Re: [PATCH] hwmon: tmp102: Add device tree support

2012-08-06 Thread Poddar, Sourav
Hi Benoit, On Fri, Aug 3, 2012 at 8:26 PM, Benoit Cousson b-cous...@ti.com wrote: Hi Sourav, On 08/03/2012 02:35 PM, Sourav Poddar wrote: update tmp102 temperature sensor to also use device tree. Cc: Benoit Cousson b-cous...@ti.com Cc: Felipe Balbi ba...@ti.com Cc: Santosh Shilimkar

Re: [PATCH 3/4] arm/dts: omap5-evm: Add keypad data

2012-08-03 Thread Poddar, Sourav
Hi, On Fri, Aug 3, 2012 at 6:20 PM, Koen Kooi wrote: > > Op 3 aug. 2012, om 14:38 heeft Sourav Poddar het > volgende geschreven: > >> Add keypad data node in omap5 device tree file. >> Also fill the device tree binding parameters >> with the required value in "omap5-evm" dts file. >> >> Tested

Re: [PATCH 3/4] arm/dts: omap5-evm: Add keypad data

2012-08-03 Thread Poddar, Sourav
Hi, On Fri, Aug 3, 2012 at 6:20 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 3 aug. 2012, om 14:38 heeft Sourav Poddar sourav.pod...@ti.com het volgende geschreven: Add keypad data node in omap5 device tree file. Also fill the device tree binding parameters with the required value

Re: [GPIO] Crashed when not using

2012-07-31 Thread Poddar, Sourav
Hi Santosh, On Tue, Jul 31, 2012 at 6:02 PM, Shilimkar, Santosh wrote: > On Tue, Jul 31, 2012 at 8:52 AM, Felipe Balbi wrote: >> >> Hi, >> >> On Tue, Jul 31, 2012 at 10:23:16AM +0530, Poddar, Sourav wrote: >> > >>>> The device tree

Re: [GPIO] Crashed when not using

2012-07-31 Thread Poddar, Sourav
Hi Santosh, On Tue, Jul 31, 2012 at 6:02 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Tue, Jul 31, 2012 at 8:52 AM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Jul 31, 2012 at 10:23:16AM +0530, Poddar, Sourav wrote: The device tree data for acquiring the above GPIO interrupt

Re: [GPIO] Crashed when not using

2012-07-30 Thread Poddar, Sourav
Hi Kevin, On Tue, Jul 31, 2012 at 2:06 AM, Kevin Hilman wrote: > "Poddar, Sourav" writes: > >> On Mon, Jul 30, 2012 at 3:04 PM, DebBarma, Tarun Kanti >> wrote: >>> Sourav, >>> >>> On Mon, Jul 30, 2012 at 2:13 PM, Poddar, Sourav

Re: [GPIO] Crashed when not using

2012-07-30 Thread Poddar, Sourav
On Mon, Jul 30, 2012 at 3:04 PM, DebBarma, Tarun Kanti wrote: > Sourav, > > On Mon, Jul 30, 2012 at 2:13 PM, Poddar, Sourav wrote: >> Hi All, >> >> I tried using gpio as an interrupt line for my driver >> (drivers/staging/iio/light/tsl2x7x_core.c) for om

[GPIO] Crashed when not using

2012-07-30 Thread Poddar, Sourav
Hi All, I tried using gpio as an interrupt line for my driver (drivers/staging/iio/light/tsl2x7x_core.c) for omap5. The interrupt line number was directly passed to the driver using device tree. But what I observed is the following crash.. [1.599273] mousedev: PS/2 mouse device common for

[GPIO] Crashed when not using

2012-07-30 Thread Poddar, Sourav
Hi All, I tried using gpio as an interrupt line for my driver (drivers/staging/iio/light/tsl2x7x_core.c) for omap5. The interrupt line number was directly passed to the driver using device tree. But what I observed is the following crash.. [1.599273] mousedev: PS/2 mouse device common for

Re: [GPIO] Crashed when not using

2012-07-30 Thread Poddar, Sourav
On Mon, Jul 30, 2012 at 3:04 PM, DebBarma, Tarun Kanti tarun.ka...@ti.com wrote: Sourav, On Mon, Jul 30, 2012 at 2:13 PM, Poddar, Sourav sourav.pod...@ti.com wrote: Hi All, I tried using gpio as an interrupt line for my driver (drivers/staging/iio/light/tsl2x7x_core.c) for omap5

Re: [GPIO] Crashed when not using

2012-07-30 Thread Poddar, Sourav
Hi Kevin, On Tue, Jul 31, 2012 at 2:06 AM, Kevin Hilman khil...@ti.com wrote: Poddar, Sourav sourav.pod...@ti.com writes: On Mon, Jul 30, 2012 at 3:04 PM, DebBarma, Tarun Kanti tarun.ka...@ti.com wrote: Sourav, On Mon, Jul 30, 2012 at 2:13 PM, Poddar, Sourav sourav.pod...@ti.com wrote

Re: [PATCH] Input: tsl2771: ambient light and proximity driver

2012-07-16 Thread Poddar, Sourav
map5 > will be available in mainline. > > Cc: Benoit Cousson > Cc: Rob Herring > Cc: Grant Likely > Cc: Felipe Balbi > Cc: Randy Dunlap > Cc: Samuel Ortiz > Cc: Peter Ujfalusi > Cc: Alan Cox > Cc: Ashish Jangam > Cc: Anirudh Ghayal > Signed-off-by: Dan Murp

Re: [PATCH] Input: tsl2771: ambient light and proximity driver

2012-07-16 Thread Poddar, Sourav
Hi, On Tue, Jun 5, 2012 at 4:01 PM, Sourav Poddar sourav.pod...@ti.com wrote: From: Dan Murphy dmur...@ti.com Add tsl2771 ambient light and proximity driver. Tested on 3.4-rc6 custom kernel having omap5 evm device tree support. Will post the device tree data once the dts files for omap5

Re: [RESEND/PATCHv5 1/2] drivers: input: keypad: Add device tree support

2012-07-11 Thread Poddar, Sourav
Hi Dmitry, On Wed, Jul 11, 2012 at 3:15 PM, Poddar, Sourav wrote: > Hi Dmitry, > > On Tue, Jul 10, 2012 at 11:43 AM, Dmitry Torokhov > wrote: >> Hi Sourav, >> >> On Fri, Jun 08, 2012 at 04:22:59PM +0530, Sourav Poddar wrote: >>> Update the Documentation wi

Re: [RESEND/PATCHv5 1/2] drivers: input: keypad: Add device tree support

2012-07-11 Thread Poddar, Sourav
Hi Dmitry, On Tue, Jul 10, 2012 at 11:43 AM, Dmitry Torokhov wrote: > Hi Sourav, > > On Fri, Jun 08, 2012 at 04:22:59PM +0530, Sourav Poddar wrote: >> Update the Documentation with omap4 keypad device tree >> binding information. >> Add device tree support for omap4 keypad driver. >> >> Tested

Re: [RESEND/PATCHv5 1/2] drivers: input: keypad: Add device tree support

2012-07-11 Thread Poddar, Sourav
Hi Dmitry, On Tue, Jul 10, 2012 at 11:43 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Sourav, On Fri, Jun 08, 2012 at 04:22:59PM +0530, Sourav Poddar wrote: Update the Documentation with omap4 keypad device tree binding information. Add device tree support for omap4 keypad

Re: [RESEND/PATCHv5 1/2] drivers: input: keypad: Add device tree support

2012-07-11 Thread Poddar, Sourav
Hi Dmitry, On Wed, Jul 11, 2012 at 3:15 PM, Poddar, Sourav sourav.pod...@ti.com wrote: Hi Dmitry, On Tue, Jul 10, 2012 at 11:43 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Sourav, On Fri, Jun 08, 2012 at 04:22:59PM +0530, Sourav Poddar wrote: Update the Documentation