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-ker...@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 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: [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: [PATCH] serial: omap: fix the overrun case

2012-09-21 Thread Poddar, Sourav
Hi, On Fri, Sep 21, 2012 at 3:52 PM, Shubhrajyoti D shubhrajy...@ti.com wrote: Overrun also causes an internal flag to be set, which disables further reception. Before the next frame can be received, the MPU must: • Reset the RX FIFO. • clear the internal flag. In the uart mode a dummy

Re: [PATCH] serial: omap: fix the overrun case

2012-09-21 Thread Poddar, Sourav
Hi Felipe, On Fri, Sep 21, 2012 at 4:30 PM, Felipe Balbi ba...@ti.com wrote: On Fri, Sep 21, 2012 at 03:52:56PM +0530, Shubhrajyoti D wrote: Overrun also causes an internal flag to be set, which disables further reception. Before the next frame can be received, the MPU must: • Reset the RX

Re: [PATCH] serial: omap: Remove unnecessary checks from suspend/resume

2012-09-20 Thread Poddar, Sourav
Hi Kevin, On Thu, Sep 20, 2012 at 3:13 AM, Kevin Hilman khil...@deeprootsystems.com wrote: Poddar, Sourav sourav.pod...@ti.com writes: Hi Felipe, On Tue, Sep 18, 2012 at 5:04 PM, Felipe Balbi ba...@ti.com wrote: On Tue, Sep 18, 2012 at 05:05:54PM +0530, Sourav Poddar wrote: Drop the check

Re: [PATCH] serial: omap: Remove unnecessary checks from suspend/resume

2012-09-18 Thread Poddar, Sourav
Hi Felipe, On Tue, Sep 18, 2012 at 5:04 PM, Felipe Balbi ba...@ti.com wrote: On Tue, Sep 18, 2012 at 05:05:54PM +0530, Sourav Poddar wrote: Drop the check for up being valid on suspend/resume callbacks. It should be valid always. Get rid of the pdata check also as

Re: [PATCH 07/17] Input: omap-keypad: Remove dependencies to mach includes

2012-09-12 Thread Poddar, Sourav
Hi, On Tue, Sep 11, 2012 at 11:26 PM, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [120910 23:17]: * Felipe Balbi ba...@ti.com [120910 23:02]: static int __devinit omap_kp_probe(struct platform_device *pdev) { - struct omap_kp *omap_kp; I don't see

[Help]: Omap-serial: UART DMA Engine

2012-09-11 Thread Poddar, Sourav
Hi Russell, I am currently working on implementing DMA Engine for omap serial driver. Came to know from santosh that you had suggested that certain modification need to be done in the tty core layer, which I am unaware of. Can you please explain what sort of changes need to be done? -- To

Re: [PATCH 07/17] Input: omap-keypad: Remove dependencies to mach includes

2012-09-11 Thread Poddar, Sourav
Hi, On Tue, Sep 11, 2012 at 11:57 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Sep 11, 2012 at 10:56:34AM -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [120910 23:17]: * Felipe Balbi ba...@ti.com [120910 23:02]: static int __devinit omap_kp_probe(struct

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 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: [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: [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: [PATCHv7] arm/dts: omap4-sdp: Add keypad data

2012-08-14 Thread Poddar, Sourav
Hi, On Fri, Jul 20, 2012 at 4:08 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 with 3.5-rc6 kernel. Cc: Benoit Cousson

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

2012-08-14 Thread Poddar, Sourav
Hi Benoit, On Tue, Aug 14, 2012 at 2:50 PM, Benoit Cousson b-cous...@ti.com wrote: Hi Sourav On 08/14/2012 08:23 AM, Poddar, Sourav wrote: Hi, On Fri, Jul 20, 2012 at 4:08 PM, Sourav Poddar sourav.pod...@ti.com wrote: Add keypad data node in omap4 device tree file. Also fill the device

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: [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 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 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 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

[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: [PATCHv6] arm/dts: omap4-sdp: Add keypad data

2012-07-20 Thread Poddar, Sourav
Hi Kishon, On Thu, Jul 19, 2012 at 5:04 PM, ABRAHAM, KISHON VIJAY kis...@ti.com wrote: Hi, On Fri, Jul 13, 2012 at 8:27 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

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

2012-07-19 Thread Poddar, Sourav
Hi Tony, On Fri, Jul 13, 2012 at 8:27 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 with 3.5-rc6 kernel. Cc: Tony Lindgren

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

2012-07-05 Thread Poddar, Sourav
Hi Dmitry, On Tue, Jun 19, 2012 at 7:55 PM, Poddar, Sourav sourav.pod...@ti.com wrote: +cc linux-omap On Fri, Jun 8, 2012 at 4:22 PM, Sourav Poddar sourav.pod...@ti.com 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-06-19 Thread Poddar, Sourav
+cc linux-omap On Fri, Jun 8, 2012 at 4:22 PM, Sourav Poddar sourav.pod...@ti.com wrote: Update the Documentation with omap4 keypad device tree binding information. Add device tree support for omap4 keypad driver. Tested on omap4430 sdp. Cc: Andrew Morton a...@linux-foundation.org Cc:

Re: [RESEND/PATCHv5 2/2] arm/dts: omap4-sdp: Add keypad data

2012-06-19 Thread Poddar, Sourav
+cc linux-omap On Fri, Jun 8, 2012 at 4:23 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 with dmitry's 'next' branch. Cc:

Re: [RESEND/PATCHv2] Input: omap-keypad: dynamically handle register offsets

2012-05-17 Thread Poddar, Sourav
Hi Dmitry, Gentle Ping on this.. ~Sourav On Wed, May 9, 2012 at 3:37 PM, Poddar, Sourav sourav.pod...@ti.com wrote: Hi Dmitry, On Wed, May 9, 2012 at 3:14 PM, Poddar, Sourav sourav.pod...@ti.com wrote: Hi Dmitry, I did some minor fixes to the patch which you suggested above and the keypad

Re: [RESEND/PATCHv2] Input: omap-keypad: dynamically handle register offsets

2012-05-17 Thread Poddar, Sourav
On Thu, May 17, 2012 at 8:55 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Sourav, On Thu, May 17, 2012 at 07:01:49PM +0530, Poddar, Sourav wrote: Hi Dmitry, Gentle Ping on this.. The patch has been committed to my 'next' branch for 3.5 on 05/11/12: Thanks. http

Re: [RESEND/PATCHv2] Input: omap-keypad: dynamically handle register offsets

2012-05-09 Thread Poddar, Sourav
Hi Dmitry , On Wed, May 9, 2012 at 10:48 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Ho Sourav, On Thu, Apr 26, 2012 at 11:24:37AM +0530, Sourav Poddar wrote: -config KEYBOARD_OMAP4 -     tristate TI OMAP4 keypad support +config KEYBOARD_OMAP4+ I think this works purely by

Re: [RESEND/PATCHv2] Input: omap-keypad: dynamically handle register offsets

2012-05-09 Thread Poddar, Sourav
On Wed, May 9, 2012 at 12:24 PM, Poddar, Sourav sourav.pod...@ti.com wrote: Hi Dmitry , On Wed, May 9, 2012 at 10:48 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Ho Sourav, On Thu, Apr 26, 2012 at 11:24:37AM +0530, Sourav Poddar wrote: -config KEYBOARD_OMAP4 -     tristate TI

Re: [RESEND/PATCHv2] Input: omap-keypad: dynamically handle register offsets

2012-05-09 Thread Poddar, Sourav
Hi Dmitry, I did some minor fixes to the patch which you suggested above and the keypad is functional now. Changes: - Move pm_runtime_enable before using pm_runtime_get_sync. Sending the patch inlined..(also attached). From: G, Manjunath Kondaiah manj...@ti.com Date: Mon, 10 Oct 2011 20:52:05

Re: [RESEND/PATCHv2] Input: omap-keypad: dynamically handle register offsets

2012-05-09 Thread Poddar, Sourav
Hi Dmitry, On Wed, May 9, 2012 at 3:14 PM, Poddar, Sourav sourav.pod...@ti.com wrote: Hi Dmitry, I did some minor fixes to the patch which you suggested above and the keypad is functional now. Changes: - Move pm_runtime_enable before using pm_runtime_get_sync. Sending the patch inlined

Re: [RESEND/PATCHv2] Input: omap-keypad: dynamically handle register offsets

2012-05-08 Thread Poddar, Sourav
Gentle ping on this.. any comments? ~Sourav On Thu, Apr 26, 2012 at 11:24 AM, Sourav Poddar sourav.pod...@ti.com wrote: From: G, Manjunath Kondaiah manj...@ti.com Keypad controller register offsets are different for omap4 and omap5. Handle these offsets through static mapping and assign

Re: [PATCHv2] Input: omap-keypad: dynamically handle register offsets

2012-04-19 Thread Poddar, Sourav
Hi Dmitry, Any comments on this? ~Sourav On Thu, Apr 12, 2012 at 1:08 PM, Sourav Poddar sourav.pod...@ti.com wrote: From: G, Manjunath Kondaiah manj...@ti.com Keypad controller register offsets are different for omap4 and omap5. Handle these offsets through static mapping and assign these

Re: [PATCH RESEND] Input: omap-keypad: dynamically handle register offsets

2012-04-11 Thread Poddar, Sourav
Hi Dmitry, On Tue, Apr 10, 2012 at 9:53 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Sourav, On Tue, Apr 03, 2012 at 10:52:26AM +0530, Sourav Poddar wrote: From: G, Manjunath Kondaiah manj...@ti.com Keypad controller register offsets are different for omap4 and omap5. Handle

Re: [PATCH RESEND] Input: omap-keypad: dynamically handle register offsets

2012-04-11 Thread Poddar, Sourav
Hi Felipe, On Wed, Apr 11, 2012 at 2:26 PM, Felipe Balbi ba...@ti.com wrote: On Wed, Apr 11, 2012 at 02:19:48PM +0530, Poddar, Sourav wrote: +static int kbd_readl(struct omap4_keypad *keypad_data, u32 offset) +{ +     if (keypad_data-revision == KBD_REVISION_OMAP4) +             return

Re: [PATCH RESEND] Input: omap-keypad: dynamically handle register offsets

2012-04-10 Thread Poddar, Sourav
Hi Felipe, On Tue, Apr 10, 2012 at 3:46 PM, Felipe Balbi ba...@ti.com wrote: On Tue, Apr 10, 2012 at 03:37:28PM +0530, Poddar, Sourav wrote: Hi Felipe, On Tue, Apr 10, 2012 at 2:54 PM, Felipe Balbi ba...@ti.com wrote:     On Tue, Apr 03, 2012 at 10:52:26AM +0530, Sourav Poddar wrote

Re: [PATCH-v2.6.39] spi/omap_mcspi: Fix broken last word xfer

2011-03-22 Thread Poddar, Sourav
On Mon, Mar 21, 2011 at 7:57 PM, Jarkko Nikula jhnik...@gmail.com wrote: Commit adef658 spi/omap_mcspi: catch xfers of non-multiple SPI word size broke the transmission of last word in cases where access is multiple of word size and word size is 16 or 32 bits. Fix this by replacing the test c

Re: [PATCH v5 0/5] omap: mailbox: hwmod support

2011-02-09 Thread Poddar, Sourav
On Thu, Feb 3, 2011 at 12:57 AM, Omar Ramirez Luna omar.rami...@ti.com wrote: Mailbox hwmod support for OMAP 2,3,4. This was tested on OMAP3 (3430, 3630), minor testing was made on OMAP4. No testing on OMAP2 since I don't have the hardware. Highlights from v5 include the comments received

Re: [PATCH 0/5] Change omap DEBUG_LL code to use inituart for AUTO_ZRELADDR and ARM_PATCH_PHYS_VIRT

2011-02-08 Thread Poddar, Sourav
On Fri, Feb 4, 2011 at 6:56 AM, Tony Lindgren t...@atomide.com wrote: Here are the changes to make omap DEBUG_LL code generic using the new inituart macro posted in a separate series. This allows leaving out the dependency to the uncompress code and allows error messages when trying to boot a

Re: [PATCH v3 2/2] Input: ads7846: use gpio_request_one to configure pendown_gpio

2011-02-04 Thread Poddar, Sourav
On Thu, Feb 3, 2011 at 10:49 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Thu, Feb 03, 2011 at 08:54:05AM -0800, Dmitry Torokhov wrote: On Thu, Feb 03, 2011 at 08:51:46PM +0530, Sourav Poddar wrote: The ads7846 driver requests a gpio but does not currently configure it explicitly

Re: [PATCH v3 2/2] Input: ads7846: use gpio_request_one to configure pendown_gpio

2011-02-04 Thread Poddar, Sourav
On Fri, Feb 4, 2011 at 8:17 PM, Igor Grinberg grinb...@compulab.co.il wrote: On 02/04/11 16:16, G, Manjunath Kondaiah wrote: On Fri, Feb 04, 2011 at 03:08:47PM +0100, Wolfram Sang wrote: On Fri, Feb 04, 2011 at 07:02:50PM +0530, G, Manjunath Kondaiah wrote: On Thu, Feb 03, 2011 at

Re: [PATCH v3 2/2] Input: ads7846: use gpio_request_one to configure pendown_gpio

2011-02-04 Thread Poddar, Sourav
On Fri, Feb 4, 2011 at 9:00 PM, Igor Grinberg grinb...@compulab.co.il wrote: On 02/04/11 17:11, Poddar, Sourav wrote: On Fri, Feb 4, 2011 at 8:17 PM, Igor Grinberg grinb...@compulab.co.il wrote: On 02/04/11 16:16, G, Manjunath Kondaiah wrote: On Fri, Feb 04, 2011 at 03:08:47PM +0100

Re: [PATCHv2 1/2] ads7846: OMAP3: Removal of warnings backtrace in bootup

2011-02-03 Thread Poddar, Sourav
On Thu, Feb 3, 2011 at 3:47 PM, Igor Grinberg grinb...@compulab.co.il wrote: Hi again, On 02/03/11 12:10, Igor Grinberg wrote: Hi, On 02/03/11 11:48, Sourav Poddar wrote: gpio_pendown in ads7846_probe is not getting initalized (defaulted to 0) resulting in gpio_free to be called without

Re: [PATCHv2 1/2] ads7846: OMAP3: Removal of warnings backtrace in bootup

2011-02-03 Thread Poddar, Sourav
On Thu, Feb 3, 2011 at 5:02 PM, Lothar Waßmann l...@karo-electronics.de wrote: Hi, Igor Grinberg writes: On 02/03/11 13:00, Poddar, Sourav wrote: On Thu, Feb 3, 2011 at 3:47 PM, Igor Grinberg grinb...@compulab.co.il wrote: if (pdata-get_pendown_state) {        ts-get_pendown_state

Re: [PATCHv2 2/2] Input: ads7846 - configure pendown gpio as input

2011-02-03 Thread Poddar, Sourav
On Thu, Feb 3, 2011 at 3:40 PM, Wolfram Sang w.s...@pengutronix.de wrote: On Thu, Feb 03, 2011 at 11:58:45AM +0200, Felipe Balbi wrote: On Thu, Feb 03, 2011 at 03:18:50PM +0530, Sourav Poddar wrote: The ads7846 driver requests a gpio to detect pendown events, but does not configure its

Re: [PATCHv2 2/2] Input: ads7846 - configure pendown gpio as input

2011-02-03 Thread Poddar, Sourav
On Thu, Feb 3, 2011 at 3:34 PM, Varadarajan, Charulatha ch...@ti.com wrote: Sourav, On Thu, Feb 3, 2011 at 15:28, Felipe Balbi ba...@ti.com wrote: On Thu, Feb 03, 2011 at 03:18:50PM +0530, Sourav Poddar wrote: The ads7846 driver requests a gpio to detect pendown events, but does not

Re: [PATCH] ARM: OMAP2: use early init hook

2011-01-26 Thread Poddar, Sourav
On Wed, Jan 26, 2011 at 12:58 AM, Tony Lindgren t...@atomide.com wrote: * Poddar, Sourav sourav.pod...@ti.com [110125 07:45]: Just FYI, I observed similar results on OMAP4 for these patches. For OMAP2420, OMAP2430 and OMAP3430 SDPs, you can add my boot Tested-by: Sourav Poddarsourav.pod

Re: [PATCH] ARM: OMAP2: use early init hook

2011-01-25 Thread Poddar, Sourav
On Tue, Jan 25, 2011 at 1:47 AM, Tony Lindgren t...@atomide.com wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [110123 09:47]: On Sun, Jan 23, 2011 at 05:13:44PM +, Russell King - ARM Linux wrote: Move non-mapping and non-irq initialization code out of .map_io and .init_irq

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-24 Thread Poddar, Sourav
On Sun, Jan 23, 2011 at 3:05 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sat, Jan 22, 2011 at 11:44:59PM -0500, Nicolas Pitre wrote: At least another person did post results: http://mid.gmane.org/20110117094602.ga2...@pulham.picochip.com

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-24 Thread Poddar, Sourav
On Mon, Jan 24, 2011 at 2:08 PM, Poddar, Sourav sourav.pod...@ti.com wrote: On Sun, Jan 23, 2011 at 3:05 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sat, Jan 22, 2011 at 11:44:59PM -0500, Nicolas Pitre wrote: At least another person did post results: http://mid.gmane.org

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-24 Thread Poddar, Sourav
On Mon, Jan 24, 2011 at 3:58 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Jan 24, 2011 at 02:27:24PM +0530, Poddar, Sourav wrote: On Mon, Jan 24, 2011 at 2:08 PM, Poddar, Sourav sourav.pod...@ti.com wrote: On Sun, Jan 23, 2011 at 3:05 PM, Russell King - ARM Linux li

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-24 Thread Poddar, Sourav
On Mon, Jan 24, 2011 at 7:41 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Jan 24, 2011 at 07:17:54PM +0530, Poddar, Sourav wrote: On Mon, Jan 24, 2011 at 3:58 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Jan 24, 2011 at 02:27:24PM +0530, Poddar

Re: [PATCH] OMAP: omap-mcbsp: Fix building after replacement

2011-01-20 Thread Poddar, Sourav
On Thu, Jan 20, 2011 at 7:42 PM, Thomas Weber we...@corscience.de wrote: Fix building omap-mcbsp after replacing ARCH_OMAP24x0 in commit 8a9c1aa6a4caa7db1c2fca4b47168af9077e0f95.   omap: Start using CONFIG_SOC_OMAP    We want to have just CONFIG_ARCH_OMAP2, 3 and 4. The rest    are nowadays

Re: [PATCH] ARM: io: Fix namespace conflicts.

2010-11-23 Thread Poddar, Sourav
Having __v as the variable name for the definition of different macros leads to the namespace pollution. For example, readl(p) unrolls to: ({ u32 __v = ({ u32 __v = (( __u32)(__le32)(( __le32) ((void)0, *(volatile unsigned int *)((p); __v; }); __asm__ __volatile__ (mcr p15, , %0, c7,