Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Sourav Poddar
Hi, On Tuesday 02 April 2013 03:36 PM, Michael Trimarchi wrote: Hi On 02/04/13 11:50, Sourav Poddar wrote: Hi Kevin, On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: Realised the list to whom the patch was send got dropped. Ccing them all.. On Wednesday 20 March 2013 05:18 PM

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Sourav Poddar
Hi Kevin, On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: Realised the list to whom the patch was send got dropped. Ccing them all.. On Wednesday 20 March 2013 05:18 PM, Sourav Poddar wrote: Hi Kevin, On Tuesday 19 March 2013 12:24 AM, Kevin Hilman wrote: Sourav Poddar writes

Re: [PATCH v2 00/18] ARM: OMAP5: PM: Add MPUSS suspend and CPUidle support

2013-03-25 Thread Sourav Poddar
Hi Rajendra, On Monday 25 March 2013 06:17 PM, Rajendra Nayak wrote: On Monday 25 March 2013 05:57 PM, Sourav Poddar wrote: Hi Santosh, On Monday 25 March 2013 03:34 PM, Santosh Shilimkar wrote: Kevin, Here is the refreshed version(v2) of the OMAP5 PM suspport which was posted earlier (March

Re: [PATCH v2 00/18] ARM: OMAP5: PM: Add MPUSS suspend and CPUidle support

2013-03-25 Thread Sourav Poddar
ed on omap4430 sdp, omap5 evm. * Wakeup from UART after suspend using dt was tested on omap4430sdp and omap5430 evm. Note: For the above UART testing, we need to append "no_console_suspend" in our bootargs. Tested-by: Sourav Poddar Thanks, Sour

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-03-24 Thread Sourav Poddar
Hi Kevin, On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: Realised the list to whom the patch was send got dropped. Ccing them all.. On Wednesday 20 March 2013 05:18 PM, Sourav Poddar wrote: Hi Kevin, On Tuesday 19 March 2013 12:24 AM, Kevin Hilman wrote: Sourav Poddar writes

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-03-20 Thread Sourav Poddar
Realised the list to whom the patch was send got dropped. Ccing them all.. On Wednesday 20 March 2013 05:18 PM, Sourav Poddar wrote: Hi Kevin, On Tuesday 19 March 2013 12:24 AM, Kevin Hilman wrote: Sourav Poddar writes: With dt boot, uart wakeup after suspend is non functional on omap4/5

Re: [PATCH 1/2] driver: serial-omap: move max uart count into generic header file.

2013-03-18 Thread Sourav Poddar
Hi Kevin, On Tuesday 19 March 2013 12:15 AM, Kevin Hilman wrote: Sourav Poddar writes: OMAP_MAX_HSUART_PORTS is moved to omap_serial header file. Why? The patch is a prerequisitive for the next patch in the series, where I am making use of the max number of uarts, omap device supports

[PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-03-18 Thread Sourav Poddar
the suspend path. For non-dt case, this was taken care by platform data. Tested on omap5430evm, omap4430sdp. Cc: Santosh Shilimkar Cc: Felipe Balbi Cc: Rajendra nayak Signed-off-by: Sourav Poddar --- arch/arm/mach-omap2/omap_device.c | 34 +- 1 files chang

Re: [PATCH 0/2] omap serial fix.

2013-03-18 Thread Sourav Poddar
Hi, On Monday 18 March 2013 04:24 PM, Sourav Poddar wrote: The first patch is a rearrangement of a macro "OMAP_MAX_HSUART_PORTS" to a header file so that it can be used in other file. The second patch fixes the wakeup from uart issue while using "no_console_suspend" in

[PATCH 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-03-18 Thread Sourav Poddar
spend path. For non-dt case, this was taken care by platform data. Tested on omap5430evm, omap4430sdp. Cc: Santosh Shilimkar Cc: Felipe Balbi Cc: Rajendra nayak Signed-off-by: Sourav Poddar --- arch/arm/mach-omap2/omap_device.c | 35 ++- 1 files chang

[PATCH 1/2] driver: serial-omap: move max uart count into generic header file.

2013-03-18 Thread Sourav Poddar
OMAP_MAX_HSUART_PORTS is moved to omap_serial header file. Cc: Santosh Shilimkar Cc: Felipe Balbi Cc: Rajendra nayak Signed-off-by: Sourav Poddar --- drivers/tty/serial/omap-serial.c |2 -- include/linux/platform_data/serial-omap.h |1 + 2 files changed, 1 insertions(+), 2

[PATCH 0/2] omap serial fix.

2013-03-18 Thread Sourav Poddar
nel containing omap5 supend/resume support. Cc: Santosh Shilimkar Cc: Felipe Balbi Cc: Rajendra nayak Sourav Poddar (2): driver: serial-omap: move max uart count into generic header file. arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend" arc

Re: [Resend/PATCH 0/5] omap4/5: i2c/spi: device tree data

2013-03-13 Thread Sourav Poddar
On Wednesday 13 March 2013 10:16 PM, Benoit Cousson wrote: Hi Sourav, I've just applied your branch after a minor subject cleanup for consistency. git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.10/dts Thanks Benoit! Regards, Benoit On 03/11/2013 04:

Re: [Resend/PATCH 0/5] omap4/5: i2c/spi: device tree data

2013-03-11 Thread Sourav Poddar
On Monday 11 March 2013 08:02 PM, Benoit Cousson wrote: Hi Sourav, On 03/11/2013 02:44 PM, Sourav Poddar wrote: Hi Tony/Benoit, These patches had been sent couple of times before, but there were no comments on it. Sorry for that. I got a big flu in Jan and was in Linaro Connect last week

[Resend/PATCH 5/5] arm: dts: omap5-evm: Add mcspi data

2013-03-11 Thread Sourav Poddar
Add mcspi node and pinmux data for omap5 mcspi controller. Tested on omap5430 evm with 3.9-rc2 custom kernel. Cc: Andrew Morton Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/omap5-evm.dts | 46 +++ 1 files changed, 46 insertions(+), 0 deletions

[Resend/PATCH 4/5] arm: dts: omap5: add SPI devices to OMAP5 DeviceTree file

2013-03-11 Thread Sourav Poddar
From: Felipe Balbi Add all 4 mcspi instances to omap5.dtsi file. Cc: Andrew Morton Signed-off-by: Felipe Balbi Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/omap5.dtsi | 40 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/arch

[Resend/PATCH 2/5] arm: dts: omap5-evm: Add I2c pinctrl data

2013-03-11 Thread Sourav Poddar
This happens because omap5 dts file is not adapted to use i2c through pinctrl framework. Populating i2c pinctrl data to get rid of the error. Tested on omap5430 evm with 3.9-rc2 kernel. Cc: Andrew Morton Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/omap5-evm.dts | 62

[Resend/PATCH 3/5] arm: dts: omap4-panda: Add I2c pinctrl data

2013-03-11 Thread Sourav Poddar
: Sourav Poddar Reported-by: Luciano Coelho --- arch/arm/boot/dts/omap4-panda.dts | 40 + 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap4-panda.dts b/arch/arm/boot/dts/omap4-panda.dts index 4122efe..f951e6b 100644 --- a/arch

[Resend/PATCH 1/5] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-03-11 Thread Sourav Poddar
This happens because omap4 dts file is not adapted to use i2c through pinctrl framework. Populating i2c pinctrl data to get rid of the error. Tested on omap4430 sdp with 3.9-rc2 kernel. Cc: Andrew Morton Signed-off-by: Sourav Poddar Reported-by: Santosh Shilimkar --- arch/arm/boot/dts/omap4

[Resend/PATCH 0/5] omap4/5: i2c/spi: device tree data

2013-03-11 Thread Sourav Poddar
) are available in the git repository at: g...@gitorious.org:linux-connectivity/linux-connectivity.git omap_i2c_spi_dts_data Felipe Balbi (1): arm: dts: omap5: add SPI devices to OMAP5 DeviceTree file Sourav Poddar (4): arm: dts: omap4-sdp: Add I2c pinctrl data arm: dts: omap5

[PATCH 1/5] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-02-13 Thread Sourav Poddar
This happens because omap4 dts file is not adapted to use i2c through pinctrl framework. Populating i2c pinctrl data to get rid of the error. Tested on omap4430 sdp with 3.8-rc6 kernel. Signed-off-by: Sourav Poddar Reported-by: Santosh Shilimkar --- arch/arm/boot/dts/omap4-sdp.dts | 40

[PATCH 4/5] arm: dts: omap5: add SPI devices to OMAP5 DeviceTree file

2013-02-13 Thread Sourav Poddar
From: Felipe Balbi Add all 4 mcspi instances to omap5.dtsi file. Signed-off-by: Felipe Balbi Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/omap5.dtsi | 40 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5

[PATCH 3/5] arm: dts: omap4-panda: Add I2c pinctrl data

2013-02-13 Thread Sourav Poddar
rev0.11 at 400 kHz [0.483398] Switching to clocksource 32k_counter This happens because omap4 panda dts file is not adapted to use i2c through pinctrl framework. Populating i2c pinctrl data to get rid of the error. Tested on omap4460 panda with 3.8-rc6 kernel. Signed-off-by: Sourav Poddar Reported

[PATCH 2/5] arm: dts: omap5-evm: Add I2c pinctrl data

2013-02-13 Thread Sourav Poddar
This happens because omap5 dts file is not adapted to use i2c through pinctrl framework. Populating i2c pinctrl data to get rid of the error. Tested on omap5430 evm with 3.8-rc6 kernel. Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/omap5-evm.dts | 62

[PATCH 5/5] arm: dts: omap5-evm: Add mcspi data

2013-02-13 Thread Sourav Poddar
Add mcspi node and pinmux data for omap5 mcspi controller. Tested on omap5430 evm with 3.8-rc6 custom kernel. Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/omap5-evm.dts | 46 +++ 1 files changed, 46 insertions(+), 0 deletions(-) diff --git a/arch

[PATCH 0/5] omap[4/5] I2c/Spi dts patches

2013-02-13 Thread Sourav Poddar
PI devices to OMAP5 DeviceTree file Sourav Poddar (4): arm: dts: omap4-sdp: Add I2c pinctrl data arm: dts: omap5-evm: Add I2c pinctrl data arm: dts: omap4-panda: Add I2c pinctrl data arm: dts: omap5-evm: Add mcspi data arch/arm/boot/dts/omap4-panda.dts | 40 ++

[PATCHv2 1/2] arm: dts: omap5: add SPI devices to OMAP5 DeviceTree file

2013-02-04 Thread Sourav Poddar
From: Felipe Balbi Add all 4 mcspi instances to omap5.dtsi file. Signed-off-by: Felipe Balbi Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/omap5.dtsi | 40 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5

[PATCHv2 2/2] arm: dts: omap5-evm: Add mcspi data

2013-02-04 Thread Sourav Poddar
Add mcspi node and pinmux data for omap5 mcspi controller. Tested on omap5430 evm with 3.8-rc4 custom kernel. Signed-off-by: Sourav Poddar --- v1->v2 Pinctrl nodes were pointing to a different parent. Fixing the same. arch/arm/boot/dts/omap5-evm.dts |

[PATCHv2 0/2] add omap mcspi device tree data

2013-02-04 Thread Sourav Poddar
Patch series adds omap5 evm mcspi nodes and pinctrl data in omap5.dtsi and omap5-evm.dts files. Felipe Balbi (1): arm: dts: omap5: add SPI devices to OMAP5 DeviceTree file Sourav Poddar (1): arm: dts: omap5-evm: Add mcspi data arch/arm/boot/dts/omap5-evm.dts | 46

[PATCH] arm: dts: omap4-panda: Add I2c pinctrl data

2013-01-30 Thread Sourav Poddar
rev0.11 at 400 kHz [0.483398] Switching to clocksource 32k_counter This happens because omap4 panda dts file is not adapted to use i2c through pinctrl framework. Populating i2c pinctrl data to get rid of the error. Tested on omap4460 panda with 3.8-rc4 kernel. Signed-off-by: Sourav Poddar Reported

[PATCH 2/2] arm: dts: omap5-evm: Add mcspi data

2013-01-30 Thread Sourav Poddar
Add mcspi node and pinmux data for omap5 mcspi controller. Tested on omap5430 evm with 3.8-rc4 custom kernel. Signed-off-by: Sourav Poddar --- Develops this on the patch[1] submitted in mainline [1]: http://www.spinics.net/lists/kernel/msg1473163.html arch/arm/boot/dts/omap5-evm.dts | 46

[PATCH 1/2] arm: dts: omap5: add SPI devices to OMAP5 DeviceTree file

2013-01-30 Thread Sourav Poddar
From: Felipe Balbi Add all 4 mcspi instances to omap5.dtsi file. Signed-off-by: Felipe Balbi Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/omap5.dtsi | 40 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5

[PATCH 0/2] add omap mcspi device tree data

2013-01-30 Thread Sourav Poddar
Patch series adds omap5 evm mcspi nodes and pinctrl data in omap5.dtsi and omap5-evm.dts files. Felipe Balbi (1): arm: dts: omap5: add SPI devices to OMAP5 DeviceTree file Sourav Poddar (1): arm: dts: omap5-evm: Add mcspi data arch/arm/boot/dts/omap5-evm.dts | 46

Re: [PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-01-29 Thread Sourav
Hi Luciano, On Wednesday 30 January 2013 11:55 AM, Luciano Coelho wrote: Hi Sourav, On Mon, 2013-01-28 at 16:47 +0530, Sourav Poddar wrote: Booting 3.8-rc4 om omap 4430sdp results in the following error omap_i2c 4807.i2c: did not get pins for i2c error: -19 [1.024261] omap_i2c

[PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-01-28 Thread Sourav Poddar
This happens because omap4 dts file is not adapted to use i2c through pinctrl framework. Populating i2c pinctrl data to get rid of the error. Tested on omap4430 sdp with 3.8-rc4 kernel. Signed-off-by: Sourav Poddar Reported-by: Santosh Shilimkar --- arch/arm/boot/dts/omap4-sdp.dts | 40

[PATCH] arm: dts: omap5-evm: Add I2c pinctrl data

2013-01-28 Thread Sourav Poddar
This happens because omap5 dts file is not adapted to use i2c through pinctrl framework. Populating i2c pinctrl data to get rid of the error. Tested on omap5430 evm with 3.8-rc4 kernel. Signed-off-by: Sourav Poddar Reported-by: Santosh Shilimkar --- arch/arm/boot/dts/omap5-evm.dts | 62

Re: [RESEND/PATCHv3] arm: dts: omap5-evm: Add keypad support

2012-10-30 Thread Sourav
Hi Benoit, On Tuesday 30 October 2012 02:43 PM, Cousson, Benoit wrote: Hi Sourav, On 10/30/2012 6:26 AM, Sourav wrote: Hi Benoit, On Monday 29 October 2012 10:14 PM, Benoit Cousson wrote: Hi Sourav, On 10/29/2012 11:40 AM, Sourav Poddar wrote: Add keypad data node in omap5-evm. Based on

Re: [PATCHv5] Input: keypad: Add smsc ece1099 keypad driver

2012-10-29 Thread Sourav
Hi Felipe, On Monday 29 October 2012 09:50 PM, Felipe Balbi wrote: Hi, On Mon, Oct 29, 2012 at 04:08:49PM +0530, Sourav Poddar wrote: +static int __devinit +smsc_probe(struct platform_device *pdev) +{ + struct device *dev = &pdev->dev; + struct input_dev *input; +

Re: [RESEND/PATCHv3] arm: dts: omap5-evm: Add keypad support

2012-10-29 Thread Sourav
Hi Benoit, On Monday 29 October 2012 10:14 PM, Benoit Cousson wrote: Hi Sourav, On 10/29/2012 11:40 AM, 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. Tested on omap5430 evm with 3.7-rc1

[RESEND/PATCHv3] arm: dts: omap5-evm: Add keypad support

2012-10-29 Thread Sourav Poddar
Add keypad data node in omap5-evm. Based on I2C support patch for omap5, which has been already posted as a different series. Tested on omap5430 evm with 3.7-rc1 kernel. Cc: Felipe Balbi Cc: Santosh Shilimkar Tested on omap5430 sdp with 3.7-rc1 kernel. Signed-off-by: Sourav Poddar

[PATCHv5] Input: keypad: Add smsc ece1099 keypad driver

2012-10-29 Thread Sourav Poddar
-off-by: G, Manjunath Kondaiah Signed-off-by: Sourav Poddar Acked-by: Felipe Balbi --- v4->v5 - changed to use manage resource input framework - rearrange report event into a seperate api. - change hex values to lowercase throughout. - Implement ->open and ->close apis. - cleanup

Re: [PATCHv4] Input: keypad: Add smsc ece1099 keypad driver

2012-10-25 Thread Sourav
Hi Dmitry, On Wednesday 24 October 2012 12:05 PM, Dmitry Torokhov wrote: Hi Sourav, On Fri, Oct 05, 2012 at 12:56:26PM +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

Re: [PATCH] arm: dts: omap4-sdp: pinmux configuration for keypad

2012-10-22 Thread Sourav
Hi Tony, On Monday 22 October 2012 09:49 PM, Tony Lindgren wrote: * Sourav Poddar [121022 00:30]: --- a/arch/arm/boot/dts/omap4-sdp.dts +++ b/arch/arm/boot/dts/omap4-sdp.dts @@ -194,6 +194,27 @@ 0xbc 0x100 /* abe_mcbsp2_fsx.abe_mcbsp2_fsx INPUT | MODE0

Re: [PATCH 3/4] ARM/dts: omap5: Update UART with address space and interrupts

2012-10-22 Thread Sourav
Hi Sebestien, On Monday 22 October 2012 06:26 PM, Sourav wrote: On Monday 22 October 2012 06:20 PM, Benoit Cousson wrote: On 10/22/2012 02:27 PM, Sourav wrote: Hi Benoit, On Monday 22 October 2012 05:37 PM, Benoit Cousson wrote: On 10/22/2012 01:57 PM, Benoit Cousson wrote: Hi Sourav, On

[PATCHv2] arm: dts: omap4-sdp: pinmux configuration for keypad

2012-10-22 Thread Sourav Poddar
Currently, omap4 keypad mux settings are done in the board file. Populate the mux settings in the dts file for the keypad to work via dt. Tested on omap4430 sdp with 3.7-rc1. Cc: Felipe Balbi Signed-off-by: Sourav Poddar --- v1->v2 change the hex letter to lower case. arch/arm/boot/dts/om

[PATCHv2] Input: omap4-keypad: Add pinctrl support

2012-10-22 Thread Sourav Poddar
Adapt keypad to use pinctrl framework. Tested on omap4430 sdp with 3.7-rc1 kernel. Cc: Felipe Balbi Cc: Dmitry Torokhov Signed-off-by: Sourav Poddar --- v1->v2 - Added "PROBE_DEFER" check drivers/input/keyboard/omap4-keypad.c | 11 +++ 1 files changed, 11 ins

Re: [PATCH 3/4] ARM/dts: omap5: Update UART with address space and interrupts

2012-10-22 Thread Sourav
On Monday 22 October 2012 06:20 PM, Benoit Cousson wrote: On 10/22/2012 02:27 PM, Sourav wrote: Hi Benoit, On Monday 22 October 2012 05:37 PM, Benoit Cousson wrote: On 10/22/2012 01:57 PM, Benoit Cousson wrote: Hi Sourav, On 10/22/2012 01:16 PM, Sourav wrote: Hi Sebastien, On Monday 22

Re: [PATCH 3/4] ARM/dts: omap5: Update UART with address space and interrupts

2012-10-22 Thread Sourav
Hi Benoit, On Monday 22 October 2012 05:37 PM, Benoit Cousson wrote: On 10/22/2012 01:57 PM, Benoit Cousson wrote: Hi Sourav, On 10/22/2012 01:16 PM, Sourav wrote: Hi Sebastien, On Monday 22 October 2012 03:52 PM, Sebastien Guiriec wrote: Add base address and interrupt line inside Device

Re: [PATCH v2] ARM: OMAP2: UART: fix console UART mismatched runtime PM status

2012-10-22 Thread Sourav
ed on 2420/n810, 3530/Overo, 3530/Beagle, 3730/OveroSTORM, 3730/Beagle-xM, 4460/PandaES. Suggested-by: Russell King Cc: Felipe Balbi Cc: Sourav Poddar Signed-off-by: Kevin Hilman --- Applies to v3.7-rc1. v2: call omap_device_enable() only after oh->mux has been initialized otherwise, IO

Re: [PATCH 3/4] ARM/dts: omap5: Update UART with address space and interrupts

2012-10-22 Thread Sourav
Hi Sebastien, On Monday 22 October 2012 03:52 PM, Sebastien Guiriec wrote: Add base address and interrupt line inside Device Tree data for Incomplete sentence! Signed-off-by: Sebastien Guiriec --- arch/arm/boot/dts/omap5.dtsi | 16 ++-- 1 file changed, 14 insertions(+), 2 dele

Re: [PATCH] arm: dts: omap4-sdp: pinmux configuration for keypad

2012-10-22 Thread Sourav
Hi Benoit, On Monday 22 October 2012 01:15 PM, Benoit Cousson wrote: Hi Sourav, On 10/22/2012 09:29 AM, Sourav Poddar wrote: Currently, omap4 keypad mux settings are done in the board file. Populate the mux settings in the dts file for the keypad to work via dt. Have you changed the driver to

[PATCH] arm: dts: omap4-sdp: pinmux configuration for keypad

2012-10-22 Thread Sourav Poddar
Currently, omap4 keypad mux settings are done in the board file. Populate the mux settings in the dts file for the keypad to work via dt. Cc: Felipe Balbi Tested on omap4430 sdp with 3.7-rc1. Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/omap4-sdp.dts | 26 ++ 1

[PATCH] Input: omap4-keypad: Add pinctrl support

2012-10-22 Thread Sourav Poddar
Adapt keypad to use pinctrl framework. Tested on omap4430 sdp with 3.7-rc1 kernel. Cc: Felipe Balbi Cc: Dmitry Torokhov Signed-off-by: Sourav Poddar --- drivers/input/keyboard/omap4-keypad.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/input

Re: [PATCHv4] Input: keypad: Add smsc ece1099 keypad driver

2012-10-15 Thread Sourav
Hi Dmitry, On Friday 05 October 2012 12:56 PM, 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 device as a keypad driver. Tested on omap5430 evm with 3.6-rc6 custom

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: [RFT/PATCH] serial: omap: prevent resume if device is not suspended.

2012-10-12 Thread Sourav
Hi Paul, There are On Thursday 11 October 2012 11:58 PM, Paul Walmsley wrote: Hi Sourav, Felipe, any progress on fixing the N800 problem? Would be good to keep it booting since we use it as our primary 2420 test platform. - Paul The patch sent inlined below might help us to get rid of the

Re: [RFC 00/24] OMAP serial driver flow control fixes, and preparation for DMA engine conversion

2012-10-11 Thread Sourav
Hi Russell, On Thursday 11 October 2012 03:24 PM, Russell King - ARM Linux wrote: On Thu, Oct 11, 2012 at 03:13:43PM +0530, Sourav wrote: Hi Kevin, On Wednesday 10 October 2012 11:59 PM, Kevin Hilman wrote: Hi Sourav, Sourav writes: [...] Boot Tested this patch series against v3.6 tag

Re: [RFC 00/24] OMAP serial driver flow control fixes, and preparation for DMA engine conversion

2012-10-11 Thread Sourav
Hi Kevin, On Wednesday 10 October 2012 11:59 PM, Kevin Hilman wrote: Hi Sourav, Sourav writes: [...] Boot Tested this patch series against v3.6 tag(applied cleanly) on panda board and PM tested(hitting off in Idle and suspend) on omap3630 based beagle board. Note, I also tested the

Re: [RFC 00/24] OMAP serial driver flow control fixes, and preparation for DMA engine conversion

2012-10-09 Thread Sourav
off in Idle and suspend) on omap3630 based beagle board. Note, I also tested the patches against the current master but only after rebasing, since the current master includes serial patches from Felipe Balbi[1]. [1] https://lkml.org/lkml/2012/8/24/139 Tested-by: Sourav Poddar Thanks, Sourav

[PATCHv4] Input: keypad: Add smsc ece1099 keypad driver

2012-10-05 Thread Sourav Poddar
Signed-off-by: G, Manjunath Kondaiah Signed-off-by: Sourav Poddar Acked-by: Felipe Balbi --- This patch was posted as a series initially http://www.spinics.net/lists/linux-omap/msg78772.html But the parent mfd driver has beeen already picked by mfd maintainer. So this patch can now posted as an

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

2012-10-04 Thread Sourav
Hi Dmitry, On Thursday 04 October 2012 12:54 PM, Dmitry Torokhov wrote: On Wed, Oct 03, 2012 at 11:26:46AM +0530, Poddar, Sourav wrote: 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

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 >> supp

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

2012-10-01 Thread Sourav Poddar
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 Shilimkar Signed-off-by: Sourav Poddar --- Changes since v2: - Update the license. - Minor ret patch changes. drivers/gpio/Kconfig

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

2012-10-01 Thread Sourav Poddar
. Signed-off-by: Sourav Poddar --- Changes since v2: - Change the compatible string name. arch/arm/boot/dts/omap5-evm.dts | 95 +++ 1 files changed, 95 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5-evm.dts b/arch/arm/boot/dts/omap5-evm.dts

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

2012-10-01 Thread Sourav Poddar
Cc: Santosh Shilimkar Signed-off-by: G, Manjunath Kondaiah Signed-off-by: Sourav Poddar Acked-by: Felipe Balbi --- Changes since v2: - Replace magic numbers through driver variable. - Provide comments for some initialisation done in probe. drivers/input/keyboard/Kconfig | 11

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

2012-10-01 Thread Sourav Poddar
smsc ece1099 is a keyboard scan or gpio expansion device. The patch create keypad and gpio expander child for this multi function smsc driver. Tested on omap5430 evm with 3.6-rc6 custom kernel. Cc: Samuel Ortiz Cc: Benoit Cousson Cc: Felipe Balbi Cc: Santosh Shilimkar Signed-off-by: Sourav

[PATCHv3 0/4] Add mfd driver for smsc-ece1099 chip

2012-10-01 Thread Sourav Poddar
: Felipe Balbi Cc: Santosh Shilimkar G, Manjunath Kondaiah (1): Input: keypad: Add smsc ece1099 keypad driver Sourav Poddar (3): mfd: smsc: Add support for smsc gpio io/keypad driver arm/dts: omap5-evm: Add keypad support gpio: smscece: Add support for gpio IO expander feature Documentation

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_re

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

2012-09-25 Thread Poddar, Sourav
get_sync() will want to resume the device. >> > > > See >> > > > the section "5. Runtime PM Initialization, Device Probing and Removal" >> > > > in Documentation/power/runtime_pm.txt, specifically the second >> > > > paragraph >>

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. > &g

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 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 FIFO.

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 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 read is needed.

[Resend/PATCHv2] serial: omap: Remove unnecessary checks from suspend/resume

2012-09-21 Thread Sourav Poddar
board. Reviewed-by: Felipe Balbi Signed-off-by: Sourav Poddar --- Added Felipe's Reviewed by v1->v2 Not a functionality change, just Introduce a blank line before "signed off by" line. drivers/tty/serial/omap-serial.c | 23 +-- 1 files changed, 9 insert

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

2012-09-20 Thread Sourav Poddar
oard. Signed-off-by: Sourav Poddar --- v1->v2 Not a functionality change, just Introduce a blank line before "signed off by" line. drivers/tty/serial/omap-serial.c | 23 +-- 1 files changed, 9 insertions(+), 14 deletions(-) diff --git a/drivers/tty/serial/o

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 wrote: > "Poddar, Sourav" writes: > >> Hi Felipe, >> >> On Tue, Sep 18, 2012 at 5:04 PM, Felipe Balbi wrote: >>> On Tue, Sep 18, 2012 at 05:05:54PM +0530, Sourav Poddar wrote: >>>>

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

2012-09-18 Thread Sourav Poddar
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 Walmsley Signed-off-by: Sourav Poddar --- This patch is developed on top of greg'

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

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

2012-09-18 Thread Sourav Poddar
Drop the check for "up" being valid on suspend/resume callbacks. It should be valid always. Get rid of the "pdata" check also as serial_omap_get_context_loss_count() checks for it. Tested on omap4 panda and 3630 based Beagle board. Signed-off-by: Sourav Poddar --- dri

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

2012-09-11 Thread Poddar, Sourav
IO_BASE + OMAP_MPUIO_KBD_MASKIT); > + > return 0; > -err5: > - for (i = irq_idx - 1; i >=0; i--) > - free_irq(row_gpios[i], omap_kp); > + > err4: > input_unregister_device(omap_kp->input); > input_dev = NULL; > @@ -423,7 +348,6 @

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

2012-09-11 Thread Poddar, Sourav
zImage support. >> >> Also remove INT_KEYBOARD by using omap_kp->irq. >> >> Note that this patch depends on an earlier patch >> "ARM: OMAP: Move gpio.h to include/linux/platform_data". >> >> Cc: Dmitry Torokhov >> Cc: linux-in...@vger.kernel

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

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 &g

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. &g

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, Manjuna

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

2012-09-05 Thread Sourav Poddar
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 Shilimkar Signed-off-by: Sourav Poddar --- Changes since v1: - Use edge triggering instead of level - Use devm_reuest_threaded_irq

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

2012-09-05 Thread Sourav Poddar
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: Felipe Balbi Cc: Santosh Shilimkar Tested on omap5430 sdp with 3.66 custom kernel. Signed-off-by: Sourav Poddar --- Changes since v1

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

2012-09-05 Thread Sourav Poddar
Kondaiah Signed-off-by: Sourav Poddar Acked-by: Felipe Balbi --- Changes since v1: - Prevent the use of kfree since devm_kzalloc was used. - Use devexit around remove api drivers/input/keyboard/Kconfig | 11 + drivers/input/keyboard/Makefile |1 + drivers/input

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

2012-09-05 Thread Sourav Poddar
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: Benoit Cousson Cc: Felipe Balbi Cc: Santosh Shilimkar Signed-off-by: Sourav Poddar --- Changes since v1: - Use Kconfig option

[PATCHv2 0/4] Add mfd driver for smsc-ece1099 chip

2012-09-05 Thread Sourav Poddar
: Felipe Balbi Cc: Santosh Shilimkar G, Manjunath Kondaiah (1): Input: keypad: Add smsc ece1099 keypad driver Sourav Poddar (3): mfd: smsc: Add support for smsc gpio io/keypad driver arm/dts: omap5-evm: Add keypad support gpio: smscece: Add support for gpio IO expander feature Documentation

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 leve

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 Co

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", >> +

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

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. >

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

2012-08-21 Thread Sourav Poddar
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: Benoit Cousson Cc: Felipe Balbi Cc: Santosh Shilimkar Signed-off-by: Sourav Poddar --- Documentation/smsc_ece1099.txt | 56

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

2012-08-21 Thread Sourav Poddar
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 Shilimkar Signed-off-by: Sourav Poddar --- drivers/gpio/Kconfig|7 + drivers/gpio/Makefile |1 + drivers/gpio/gpio

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

2012-08-21 Thread Sourav Poddar
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: Felipe Balbi Cc: Santosh Shilimkar Tested on omap5430 sdp with 3.5 custom kernel. Signed-off-by: Sourav Poddar --- arch/arm/boot/dts/omap5

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

2012-08-21 Thread Sourav Poddar
Kondaiah Signed-off-by: Sourav Poddar --- drivers/input/keyboard/Kconfig | 11 + drivers/input/keyboard/Makefile |1 + drivers/input/keyboard/smsc-ece1099-keypad.c | 308 ++ 3 files changed, 320 insertions(+), 0 deletions(-) create mode

[PATCH 0/4] Add mfd driver for smsc-ece1099 chip

2012-08-21 Thread Sourav Poddar
: Felipe Balbi Cc: Santosh Shilimkar G, Manjunath Kondaiah (1): Input: keypad: Add smsc ece1099 keypad driver Sourav Poddar (3): mfd: smsc: Add support for smsc gpio io/keypad driver arm/dts: omap5-evm: Add keypad support gpio: smscece: Add support for gpio IO expander feature Documentation

<    1   2   3   4   5   >