RE: [PATCH v4 1/4] rtc: OMAP: Add system pm_power_off to rtc driver

2013-01-11 Thread AnilKumar, Chimata
On Fri, Jan 11, 2013 at 14:24:46, Russ Dill wrote: On Fri, Jan 11, 2013 at 12:08 AM, Russ Dill russ.d...@gmail.com wrote: On Thu, Dec 13, 2012 at 10:03 PM, AnilKumar Ch anilku...@ti.com wrote: From: Colin Foe-Parker colin.foepar...@logicpd.com Add system power off control to rtc driver

RE: [PATCH v4 1/4] rtc: OMAP: Add system pm_power_off to rtc driver

2013-01-11 Thread AnilKumar, Chimata
On Fri, Jan 11, 2013 at 15:00:03, AnilKumar, Chimata wrote: On Fri, Jan 11, 2013 at 14:24:46, Russ Dill wrote: On Fri, Jan 11, 2013 at 12:08 AM, Russ Dill russ.d...@gmail.com wrote: On Thu, Dec 13, 2012 at 10:03 PM, AnilKumar Ch anilku...@ti.com wrote: From: Colin Foe-Parker colin.foepar

RE: [PATCH 0/3] can: Add D_CAN raminit support to am335x-evm

2013-01-09 Thread AnilKumar, Chimata
On Wed, Jan 09, 2013 at 17:46:37, Cousson, Benoit wrote: Hi Anil, On 11/14/2012 07:08 PM, AnilKumar Ch wrote: This patch series adds d_can raminit support to c_can/d_can driver, which is required to init/de-init D_CAN message RAM (holds message objects). Added corresponding DT changes to

RE: [PATCH RESEND] ARM: dts: AM33XX: Rename I2C and GPIO nodes

2013-01-02 Thread AnilKumar, Chimata
On Wed, Nov 21, 2012 at 17:22:17, AnilKumar, Chimata wrote: Rename I2C and GPIO nodes according to AM33XX TRM. According to AM33XX TRM device instances are starting from 0 like i2c0, i2c1 and i2c3. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com [pa...@antoniou-consulting.com

RE: [PATCH 2/3] ARM: dts: AM33XX: Add d_can instances to aliases

2013-01-02 Thread AnilKumar, Chimata
On Tue, Nov 20, 2012 at 16:21:42, Marc Kleine-Budde wrote: On 11/14/2012 07:08 PM, AnilKumar Ch wrote: Add d_can instances to aliases node to get the D_CAN instance number from the driver. To initialize D_CAN message RAM, corresponding instance number is required. To initialize

RE: [PATCH 3/3] ARM: dts: AM33XX: Add memory resource to d_can node

2013-01-02 Thread AnilKumar, Chimata
On Wed, Nov 21, 2012 at 13:50:26, Marc Kleine-Budde wrote: On 11/14/2012 07:08 PM, AnilKumar Ch wrote: Add a new address space/memory resource to d_can device tree node. D_CAN RAM initialization is achieved through RAMINIT register which is part of AM33XX control module address space. D_CAN

RE: [PATCH v4 0/4] pm: Add power off control

2013-01-02 Thread AnilKumar, Chimata
On Fri, Dec 14, 2012 at 11:33:13, AnilKumar, Chimata wrote: Add PM power_off control to rtc driver and PMIC status is set to STATUS_OFF to shutdown PMIC if PWR_EN is toggled by RTC module. System power off sequence:- * Set PMIC STATUS_OFF when PMIC_POWER_EN is pulled low * Enable

RE: [rtc-linux] [PATCH v3 1/5] rtc: OMAP: Add system pm_power_off to rtc driver

2012-12-09 Thread AnilKumar, Chimata
On Wed, Nov 28, 2012 at 16:42:26, Russell King - ARM Linux wrote: On Tue, Nov 27, 2012 at 03:42:39PM -0800, Andrew Morton wrote: + /* Do not allow to execute any other task */ + spin_lock_irqsave(lock, flags); + while (1); I suspect this doesn't do what you want it to do.

RE: [PATCH v2] can: c_can: Add d_can raminit support

2012-11-21 Thread AnilKumar, Chimata
On Wed, Nov 21, 2012 at 13:57:17, Marc Kleine-Budde wrote: On 11/21/2012 06:44 AM, AnilKumar Ch wrote: Add D_CAN raminit support to C_CAN driver to enable D_CAN RAM, which holds all the message objects during transmission or receiving of data. This initialization/de-initialization should

RE: [PATCH 3/3] ARM: dts: AM33XX: Add memory resource to d_can node

2012-11-20 Thread AnilKumar, Chimata
On Tue, Nov 20, 2012 at 15:43:04, Marc Kleine-Budde wrote: On 11/14/2012 07:08 PM, AnilKumar Ch wrote: Add a new address space/memory resource to d_can device tree node. D_CAN RAM initialization is achieved through RAMINIT register which is part of AM33XX control module address space. D_CAN

RE: [PATCH 1/3] can: c_can: Add d_can raminit support

2012-11-20 Thread AnilKumar, Chimata
On Tue, Nov 20, 2012 at 16:20:41, Marc Kleine-Budde wrote: On 11/14/2012 07:08 PM, AnilKumar Ch wrote: Add D_CAN raminit support to C_CAN driver to enable D_CAN RAM, which holds all the message objects during transmission or receiving of data. This initialization/de-initialization should

RE: [PATCH 3/3] ARM: dts: AM33XX: Add memory resource to d_can node

2012-11-20 Thread AnilKumar, Chimata
On Tue, Nov 20, 2012 at 15:56:32, Marc Kleine-Budde wrote: On 11/20/2012 11:23 AM, AnilKumar, Chimata wrote: On Tue, Nov 20, 2012 at 15:43:04, Marc Kleine-Budde wrote: On 11/14/2012 07:08 PM, AnilKumar Ch wrote: Add a new address space/memory resource to d_can device tree node. D_CAN RAM

RE: [PATCH RESEND v6] Input: matrix-keypad - Add device tree support

2012-11-20 Thread AnilKumar, Chimata
On Thu, Nov 15, 2012 at 19:43:08, AnilKumar, Chimata wrote: Add device tree support to matrix keypad driver and usage details are added to device tree documentation. Also modified the driver according to recent update of matrix_keypad_build_keymap(), which automatically allocate memory

RE: [PATCH v2 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-19 Thread AnilKumar, Chimata
On Mon, Nov 19, 2012 at 16:20:27, Peter Korsgaard wrote: AnilKumar == AnilKumar Ch anilku...@ti.com writes: s/shutdowm/shutdown/ in the subject. I will change AnilKumar From: Colin Foe-Parker colin.foepar...@logicpd.com AnilKumar Set tps65217 PMIC status to OFF if power enable toggle

RE: [PATCH 0/3] can: Add D_CAN raminit support to am335x-evm

2012-11-19 Thread AnilKumar, Chimata
On Wed, Nov 14, 2012 at 23:38:22, AnilKumar, Chimata wrote: This patch series adds d_can raminit support to c_can/d_can driver, which is required to init/de-init D_CAN message RAM (holds message objects). Added corresponding DT changes to get resource of RAMINIT register and device instance

RE: [PATCH v2 4/4] ARM: dts: AM33XX: Enable system power off control in am335x-bone

2012-11-18 Thread AnilKumar, Chimata
On Sat, Nov 17, 2012 at 00:40:04, Kevin Hilman wrote: AnilKumar Ch anilku...@ti.com writes: Enable system power off control for BeagleBone in am335x-bone.dts file under rtc node. RTC is the incharge of controlling the system power. This flag is used by the driver to hook up the

RE: [PATCH 2/4] rtc: OMAP: Add system pm_power_off to rtc driver

2012-11-16 Thread AnilKumar, Chimata
On Fri, Nov 16, 2012 at 11:43:36, AnilKumar, Chimata wrote: On Mon, Nov 12, 2012 at 15:17:48, AnilKumar, Chimata wrote: On Tue, Nov 06, 2012 at 11:15:34, Bedia, Vaibhav wrote: On Mon, Nov 05, 2012 at 15:12:27, AnilKumar, Chimata wrote: [...] +#define SHUTDOWN_TIME_SEC

RE: [PATCH v5] Input: matrix-keypad - Add device tree support

2012-11-15 Thread AnilKumar, Chimata
On Thu, Nov 15, 2012 at 13:52:30, Dmitry Torokhov wrote: Hi AnilKumar, On Thu, Nov 15, 2012 at 07:07:33AM +, AnilKumar, Chimata wrote: On Sun, Nov 11, 2012 at 08:05:18, Rob Herring wrote: On 11/10/2012 03:40 PM, AnilKumar Ch wrote: Add device tree support to matrix keypad driver

RE: [PATCH v6] Input: matrix-keypad - Add device tree support

2012-11-15 Thread AnilKumar, Chimata
On Thu, Nov 15, 2012 at 19:26:24, Rob Herring wrote: On 11/15/2012 04:42 AM, AnilKumar Ch wrote: Add device tree support to matrix keypad driver and usage details are added to device tree documentation. Also modified the driver according to recent update of matrix_keypad_build_keymap(),

RE: [PATCH 2/4] rtc: OMAP: Add system pm_power_off to rtc driver

2012-11-15 Thread AnilKumar, Chimata
On Mon, Nov 12, 2012 at 15:17:48, AnilKumar, Chimata wrote: On Tue, Nov 06, 2012 at 11:15:34, Bedia, Vaibhav wrote: On Mon, Nov 05, 2012 at 15:12:27, AnilKumar, Chimata wrote: [...] +#define SHUTDOWN_TIME_SEC2 +#define SECS_IN_MIN 60 +#define

RE: [PATCH 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-15 Thread AnilKumar, Chimata
On Wed, Nov 14, 2012 at 15:54:53, Mark Brown wrote: On Wed, Nov 14, 2012 at 11:08:49AM +0100, Benoit Cousson wrote: I was wondering that, because exposing a pin to control the whole PMIC low power mode seems to be something that should be generic enough to be handled by the regulator

RE: [PATCH v5] Input: matrix-keypad - Add device tree support

2012-11-14 Thread AnilKumar, Chimata
On Sun, Nov 11, 2012 at 08:05:18, Rob Herring wrote: On 11/10/2012 03:40 PM, AnilKumar Ch wrote: Add device tree support to matrix keypad driver and usage details are added to device tree documentation. Driver was tested on AM335x EVM. Signed-off-by: AnilKumar Ch anilku...@ti.com

RE: [PATCH 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-13 Thread AnilKumar, Chimata
On Wed, Nov 14, 2012 at 10:40:18, AnilKumar, Chimata wrote: On Wed, Nov 14, 2012 at 07:53:42, Mark Brown wrote: On Mon, Nov 05, 2012 at 05:59:36PM +0100, Benoit Cousson wrote: On 11/05/2012 10:42 AM, AnilKumar Ch wrote: +Optional properties: +- ti,pmic-shutdown-controller: Telling

RE: [PATCH 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-13 Thread AnilKumar, Chimata
On Wed, Nov 14, 2012 at 11:51:19, Mark Brown wrote: On Wed, Nov 14, 2012 at 06:11:45AM +, AnilKumar, Chimata wrote: From these two threads we can infer that this is handled in power_off sequence only. And this is feature of PMIC to go to shutdown mode nothing to be fixed in silicon

RE: [PATCH 2/4] rtc: OMAP: Add system pm_power_off to rtc driver

2012-11-12 Thread AnilKumar, Chimata
On Tue, Nov 06, 2012 at 22:26:54, Cousson, Benoit wrote: Hi Anil, On 11/06/2012 06:07 AM, AnilKumar, Chimata wrote: On Mon, Nov 05, 2012 at 22:13:25, Cousson, Benoit wrote: Hi Anil / Colin, On 11/05/2012 10:42 AM, AnilKumar Ch wrote: From: Colin Foe-Parker colin.foepar...@logicpd.com

RE: [PATCH 2/4] rtc: OMAP: Add system pm_power_off to rtc driver

2012-11-12 Thread AnilKumar, Chimata
On Tue, Nov 06, 2012 at 11:15:34, Bedia, Vaibhav wrote: On Mon, Nov 05, 2012 at 15:12:27, AnilKumar, Chimata wrote: [...] +#define SHUTDOWN_TIME_SEC 2 +#define SECS_IN_MIN60 +#define WAIT_AFTER (SECS_IN_MIN - SHUTDOWN_TIME_SEC

RE: [PATCH v4] Input: matrix-keypad - Add device tree support

2012-11-09 Thread AnilKumar, Chimata
On Thu, Nov 08, 2012 at 22:25:33, Stephen Warren wrote: On 11/07/2012 02:32 AM, AnilKumar Ch wrote: Add device tree support to matrix keypad driver and usage details are added to device tree documentation. Driver was tested on AM335x EVM. diff --git

RE: [PATCH RESEND 00/10] ARM: dts: AM33XX: Add device tree data

2012-11-07 Thread AnilKumar, Chimata
On Tue, Nov 06, 2012 at 20:26:48, Cousson, Benoit wrote: Hi Anil, On 11/06/2012 02:48 PM, AnilKumar Ch wrote: Add device tree date for GPIO based various drivers matrix keypad, volume keys, push buttons and use leds accross three AM33XX devices viz EVM, BeagleBone and Starter Kit.

RE: [PATCH v4] Input: matrix-keypad - Add device tree support

2012-11-07 Thread AnilKumar, Chimata
On Wed, Nov 07, 2012 at 15:02:05, AnilKumar, Chimata wrote: Add device tree support to matrix keypad driver and usage details are added to device tree documentation. Driver was tested on AM335x EVM. +Stephen ACK from the reviewers (Rob Herring and Stephen Warren) of earlier versions will help

RE: [PATCH v4] Input: matrix-keypad - Add device tree support

2012-11-07 Thread AnilKumar, Chimata
On Wed, Nov 07, 2012 at 22:27:10, Stephen Warren wrote: On 11/07/2012 02:38 AM, AnilKumar, Chimata wrote: On Wed, Nov 07, 2012 at 15:02:05, AnilKumar, Chimata wrote: Add device tree support to matrix keypad driver and usage details are added to device tree documentation. Driver was tested

RE: [PATCH v3] Input: matrix-keypad - Add device tree support

2012-11-05 Thread AnilKumar, Chimata
+Luotao Fu On Sat, Nov 03, 2012 at 00:25:53, Stephen Warren wrote: On 11/02/2012 05:03 AM, AnilKumar Ch wrote: Add device tree support to matrix keypad driver and usage details are added to device tree documentation. Driver was tested on AM335x EVM. +++

RE: [PATCH 00/10] ARM: dts: AM33XX: Add device tree data

2012-11-05 Thread AnilKumar, Chimata
On Mon, Nov 05, 2012 at 16:15:40, AnilKumar, Chimata wrote: Add device tree date for GPIO based various drivers matrix keypad, volume keys, push buttons and use leds accross three AM33XX devices viz EVM, BeagleBone and Starter Kit. To make it functional this series also adds pinctrl data

RE: [PATCH 00/10] ARM: dts: AM33XX: Add device tree data

2012-11-05 Thread AnilKumar, Chimata
On Mon, Nov 05, 2012 at 22:07:45, Cousson, Benoit wrote: Hi Anil, On 11/05/2012 02:46 PM, AnilKumar, Chimata wrote: On Mon, Nov 05, 2012 at 16:15:40, AnilKumar, Chimata wrote: Add device tree date for GPIO based various drivers matrix keypad, volume keys, push buttons and use leds

RE: [PATCH 2/4] rtc: OMAP: Add system pm_power_off to rtc driver

2012-11-05 Thread AnilKumar, Chimata
On Mon, Nov 05, 2012 at 22:13:25, Cousson, Benoit wrote: Hi Anil / Colin, On 11/05/2012 10:42 AM, AnilKumar Ch wrote: From: Colin Foe-Parker colin.foepar...@logicpd.com Add system power off control to rtc driver which is the in-charge of controlling the BeagleBone system power. The

RE: [PATCH 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-05 Thread AnilKumar, Chimata
On Mon, Nov 05, 2012 at 22:29:36, Cousson, Benoit wrote: + Mark On 11/05/2012 10:42 AM, AnilKumar Ch wrote: From: Colin Foe-Parker colin.foepar...@logicpd.com Set tps65217 PMIC status to OFF if power enable toggle is supported. Also adds platform data flag, which should be passed

RE: [PATCH v2] leds: leds-gpio: adopt pinctrl support

2012-11-04 Thread AnilKumar, Chimata
On Sun, Nov 04, 2012 at 23:07:44, Linus Walleij wrote: On Tue, Oct 30, 2012 at 3:12 PM, AnilKumar, Chimata anilku...@ti.com wrote: I completely understood this named modes, I have added named modes like this in am335x-xxx.dts files I do not understand how the pinctrl-single dts files

RE: [PATCH v2] Input: matrix-keypad - Add device tree support

2012-11-02 Thread AnilKumar, Chimata
On Wed, Oct 31, 2012 at 21:00:59, Stephen Warren wrote: On 10/31/2012 05:54 AM, AnilKumar Ch wrote: Add device tree support to matrix keypad driver and usage details are added to device tree documentation. Driver was tested on AM335x EVM. diff --git

RE: [PATCH 2/2] Input: matrix-keypad - Add device tree support

2012-10-30 Thread AnilKumar, Chimata
Hi Rob, Thanks for the comments. On Fri, Oct 19, 2012 at 18:27:21, Rob Herring wrote: On 10/19/2012 02:06 AM, AnilKumar Ch wrote: Add device tree support to matrix keypad driver and usage details are added to device tree documentation. Driver was tested on AM335x EVM. Signed-off-by:

RE: [PATCH 1/2] Input: matrix-keypad - remove const from pointer to array of gpios

2012-10-30 Thread AnilKumar, Chimata
On Sat, Oct 20, 2012 at 04:30:59, Dmitry Torokhov wrote: On Fri, Oct 19, 2012 at 12:36:12PM +0530, AnilKumar Ch wrote: Remove const from pointer to array of gpios in matrix_keypad_platform_data struct. This is required if we update row_gpios and col_gpios based on device tree data. Then

RE: [PATCH v2] leds: leds-gpio: adopt pinctrl support

2012-10-30 Thread AnilKumar, Chimata
On Wed, Oct 03, 2012 at 18:06:10, Linus Walleij wrote: On Wed, Oct 3, 2012 at 12:52 PM, AnilKumar, Chimata anilku...@ti.com wrote: On Tue, Oct 02, 2012 at 01:29:37, Linus Walleij wrote: This is what we're doing for ux500 and should be a good model. I have looked into this, but not seen

RE: [RFC PATCH v3 13/16] ARM: dts: add AM33XX MMC support

2012-10-29 Thread AnilKumar, Chimata
On Thu, Oct 18, 2012 at 18:56:52, Porter, Matt wrote: Adds AM33XX MMC support for am335x-bone and am335x-evm. Signed-off-by: Matt Porter mpor...@ti.com --- arch/arm/boot/dts/am335x-bone.dts |6 ++ arch/arm/boot/dts/am335x-evm.dts |6 ++ arch/arm/boot/dts/am33xx.dtsi |

RE: [PATCH v2] leds: leds-gpio: adopt pinctrl support

2012-10-03 Thread AnilKumar, Chimata
On Tue, Oct 02, 2012 at 01:29:37, Linus Walleij wrote: On Mon, Oct 1, 2012 at 5:44 PM, Tony Lindgren t...@atomide.com wrote: OK that is typical pinctrl driver implementation work. I hope Tony can advice on this? I think we're best off to just stick to alternative named modes passed

RE: [PATCH v2] leds: leds-gpio: adopt pinctrl support

2012-10-01 Thread AnilKumar, Chimata
+Don Aisheng On Tue, Sep 11, 2012 at 01:10:12, Linus Walleij wrote: On Sat, Sep 1, 2012 at 10:16 AM, AnilKumar Ch anilku...@ti.com wrote: Adopt pinctrl support to leds-gpio driver based on leds-gpio device pointer, pinctrl driver configure SoC pins to GPIO mode according to definitions

RE: [PATCH v3 4/4] ARM: dts: AM33XX: Add lis331dlh device tree data to am335x-evm

2012-09-18 Thread AnilKumar, Chimata
Hi Andrew, On Tue, Sep 18, 2012 at 04:05:59, Andrew Morton wrote: On Mon, 17 Sep 2012 12:53:22 +0530 AnilKumar Ch anilku...@ti.com wrote: Add lis331dlh device tree data to am335x-evm.dts. In AM335x EVM lis331dlh accelerometer is connected to I2C2 bus. So this patch change the status of

RE: [PATCH 2/2] ARM: dts: AM33XX: Add lis331dlh device tree data to am335x-evm

2012-09-14 Thread AnilKumar, Chimata
Hi Arnd, Thanks for the review, On Fri, Sep 14, 2012 at 13:56:06, Arnd Bergmann wrote: On Thursday 13 September 2012, AnilKumar Ch wrote: Add lis331dlh device tree data to am335x-evm.dts. In AM335x EVM lis331dlh accelerometer is connected to I2C2 bus. So this patch change the status to

RE: [PATCH 2/2] arm/dts: AM33XX: Add device tree OPP table

2012-09-13 Thread AnilKumar, Chimata
On Wed, Sep 12, 2012 at 22:51:55, Cousson, Benoit wrote: + Paul Hi Anil, On 08/31/2012 11:37 AM, AnilKumar Ch wrote: Add DT OPP table for AM33XX family of devices. This data is decoded by OF with of_init_opp_table() helper function. Also adds cpu0 supply name to the corresponding

RE: [PATCH v2] leds: leds-gpio: adopt pinctrl support

2012-09-07 Thread AnilKumar, Chimata
On Fri, Sep 07, 2012 at 05:39:35, Marek Vasut wrote: Dear Tony Lindgren, * Marek Vasut ma...@denx.de [120905 19:05]: Hi Tony, * Marek Vasut ma...@denx.de [120904 20:13]: Dear Bryan Wu, On Sat, Sep 1, 2012 at 4:16 PM, AnilKumar Ch anilku...@ti.com wrote:

RE: [PATCH v2] leds: leds-gpio: adopt pinctrl support

2012-09-07 Thread AnilKumar, Chimata
Hi Domenico, On Fri, Sep 07, 2012 at 14:18:39, Domenico Andreoli wrote: On Sat, Sep 1, 2012 at 10:16 AM, AnilKumar Ch anilku...@ti.com wrote: Adopt pinctrl support to leds-gpio driver based on leds-gpio device pointer, pinctrl driver configure SoC pins to GPIO mode according to definitions

RE: [PATCH v2] leds: leds-gpio: adopt pinctrl support

2012-09-07 Thread AnilKumar, Chimata
On Fri, Sep 07, 2012 at 16:32:51, Domenico Andreoli wrote: On Fri, Sep 07, 2012 at 09:10:50AM +, AnilKumar, Chimata wrote: Hi Domenico, Hi, On Fri, Sep 07, 2012 at 14:18:39, Domenico Andreoli wrote: On Sat, Sep 1, 2012 at 10:16 AM, AnilKumar Ch anilku...@ti.com wrote: Adopt

RE: [PATCH v5 1/5] arm/dts: AM33XX: Add basic pinctrl device tree data

2012-09-06 Thread AnilKumar, Chimata
On Thu, Sep 06, 2012 at 05:02:05, Tony Lindgren wrote: * AnilKumar Ch anilku...@ti.com [120831 02:30]: Adds basic pinctrl device tree data for AM33XX family of devices. This patch is based on the pinctrl-single driver. Signed-off-by: AnilKumar Ch anilku...@ti.com ---

RE: [PATCH RESEND v5 3/3] arm/dts: AM33XX: Add D_CAN device tree data

2012-09-06 Thread AnilKumar, Chimata
On Wed, Sep 05, 2012 at 19:16:58, Marc Kleine-Budde wrote: On 09/05/2012 01:41 PM, AnilKumar Ch wrote: Add Bosch D_CAN controller device tree data to AM33XX dtsi file by adding d_can device nodes with all the necessary parameters. Signed-off-by: AnilKumar Ch anilku...@ti.com ---

RE: [PATCH v6 2/3] arm/dts: AM33XX: Configure pinmuxs for user leds control on Bone

2012-09-06 Thread AnilKumar, Chimata
Tony, On Fri, Sep 07, 2012 at 02:28:12, Tony Lindgren wrote: * AnilKumar Ch anilku...@ti.com [120905 04:42]: Adds GPIO pinctrl nodes to am3358_pinmux master node to control user leds (USR0, USR1, USR2 and USR3) present on BeagleBone. [k...@dominion.thruhere.net: led0, led1 suggested by

RE: [PATCH v7 0/3] arm/dts: Add device tree data for AM33XX devices

2012-09-06 Thread AnilKumar, Chimata
On Thu, Sep 06, 2012 at 15:08:21, AnilKumar, Chimata wrote: Add pinctrl and d_can device tree data to AM33XX family of devices. First two patches add support for pinctrl DT data and third one adds dcan DT data. Reason behind combining these patches is to apply cleanly on linux-omap tree

RE: [PATCH v2 1/8] ARM/dts: OMAP2: Add McBSP entries for OMAP2420 and OMAP2430 SoC

2012-09-06 Thread AnilKumar, Chimata
On Wed, Sep 05, 2012 at 20:11:11, Hiremath, Vaibhav wrote: On Wed, Sep 05, 2012 at 19:01:55, Cousson, Benoit wrote: Hi Vaibhav, On 09/05/2012 11:15 AM, Hiremath, Vaibhav wrote: On Wed, Sep 05, 2012 at 13:53:58, Ujfalusi, Peter wrote: Hi, On 09/05/2012 09:11 AM, Hiremath,

RE: [PATCH 5/5] of: Modify c_can binding documentation

2012-09-02 Thread AnilKumar, Chimata
Hi Stephen, Thanks for the review, On Sun, Sep 02, 2012 at 07:32:38, Stephen Warren wrote: On 09/01/2012 12:05 AM, AnilKumar, Chimata wrote: On Fri, Aug 31, 2012 at 14:59:21, AnilKumar, Chimata wrote: Modify c_can binding documentation according to recent review comments on device tree

RE: [PATCH RESEND v4 2/3] arm/dts: AM33XX: Configure pinmuxs for user leds control on Bone

2012-09-01 Thread AnilKumar, Chimata
Hi Koen, On Fri, Aug 31, 2012 at 21:23:18, Koen Kooi wrote: Op 30 aug. 2012, om 22:35 heeft Tony Lindgren t...@atomide.com het volgende geschreven: * AnilKumar Ch anilku...@ti.com [120828 01:11]: Adds GPIO pinctrl nodes to am3358_pinmux master node to control user leds (USR0, USR1,

RE: [PATCH 5/5] of: Modify c_can binding documentation

2012-09-01 Thread AnilKumar, Chimata
Hi Marc, On Fri, Aug 31, 2012 at 14:59:21, AnilKumar, Chimata wrote: Modify c_can binding documentation according to recent review comments on device tree data addition patches. Signed-off-by: AnilKumar Ch anilku...@ti.com --- .../devicetree/bindings/net/can/c_can.txt | 25

RE: [PATCH 4/5] leds: leds-gpio: adopt pinctrl support

2012-08-31 Thread AnilKumar, Chimata
Hi Tony, Thanks for the review, On Fri, Aug 31, 2012 at 21:34:04, Tony Lindgren wrote: * AnilKumar Ch anilku...@ti.com [120831 02:30]: Adopt pinctrl support to leds-gpio driver, based on the device pointer (leds-gpio) pinctrl driver configure SoC pins to GPIO mode. Signed-off-by:

RE: [PATCH] arm/dts: AM33XX: Set the default status of module to disabled state

2012-08-14 Thread AnilKumar, Chimata
Hi Vaibhav, On Mon, Aug 06, 2012 at 16:59:04, Hiremath, Vaibhav wrote: Ideally in common SoC dtsi file we should set all modules to disabled state and it should get enabled in respective EVM/Board dts file as per usage. This patch sets default status of all modules to disabled state in

RE: [PATCH RESEND v2 1/2] arm/dts: Add AM33XX basic pinctrl support

2012-08-12 Thread AnilKumar, Chimata
Peter, On Wed, Aug 08, 2012 at 17:35:44, Ujfalusi, Peter wrote: On 07/31/2012 04:37 PM, AnilKumar, Chimata wrote: I'm just curious about the size here: how it ended up as 0x0338? While looking at the TRM of AM335x I can come up with 0x0238 (0x44e10800 - 0x44e10a38), but I don't see any

RE: [PATCH v4 3/3] can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller

2012-08-07 Thread AnilKumar, Chimata
Hi Vaibhav, Thanks for the review. On Mon, Aug 06, 2012 at 12:18:32, Hiremath, Vaibhav wrote: On Sat, Aug 04, 2012 at 00:39:25, Marc Kleine-Budde wrote: On 08/03/2012 08:32 AM, Hiremath, Vaibhav wrote: On Thu, Aug 02, 2012 at 18:43:11, AnilKumar, Chimata wrote: Add Runtime PM support

RE: [PATCH v2 1/2] arm/dts: AM33XX: Add D_CAN device tree data

2012-08-07 Thread AnilKumar, Chimata
Vaibhav, Thanks for the review. On Fri, Aug 03, 2012 at 11:58:41, Hiremath, Vaibhav wrote: On 7/25/2012 5:53 PM, AnilKumar Ch wrote: Add Bosch D_CAN controller device tree data to AM33XX dtsi file by adding d_can device node with all the necessary parameters. Signed-off-by:

RE: [PATCH v3 1/2] lis3: add generic DT matching code

2012-08-07 Thread AnilKumar, Chimata
Hi Mack, No attachments please. On Wed, Aug 08, 2012 at 00:19:01, Daniel Mack wrote: Hi, thanks for your review. On 06.08.2012 12:45, AnilKumar, Chimata wrote: On Sun, Aug 05, 2012 at 21:48:42, Daniel Mack wrote: On 30.07.2012 09:36, Daniel Mack wrote: This patch adds logic to parse

RE: [PATCH v4 1/3] can: c_can: Modify c_can device names

2012-08-06 Thread AnilKumar, Chimata
On Mon, Aug 06, 2012 at 15:06:49, Marc Kleine-Budde wrote: On 08/02/2012 03:13 PM, AnilKumar Ch wrote: Modify c_can device names from *_CAN_DEVTYPE to BOSCH_*_CAN to make use of same names for array indexes in c_can_id_table[] as well as device names. This patch also add indexes to

RE: [PATCH v3 1/2] lis3: add generic DT matching code

2012-08-06 Thread AnilKumar, Chimata
On Sun, Aug 05, 2012 at 21:48:42, Daniel Mack wrote: Ping, anyone? On 30.07.2012 09:36, Daniel Mack wrote: This patch adds logic to parse lis3 properties from a device tree node and store them in a freshly allocated lis3lv02d_platform_data. Note that the actual match tables are left

RE: [PATCH v2 1/2] can: c_can: Add device tree support to Bosch C_CAN/D_CAN controller

2012-08-02 Thread AnilKumar, Chimata
Hi Marc, On Thu, Aug 02, 2012 at 13:29:44, Marc Kleine-Budde wrote: On 07/25/2012 04:12 PM, AnilKumar, Chimata wrote: Marc, On Wed, Jul 25, 2012 at 19:17:52, Marc Kleine-Budde wrote: On 07/25/2012 02:18 PM, AnilKumar Ch wrote: Add device tree support to C_CAN/D_CAN controller

RE: [PATCH v3 0/3] Add DT support to C_CAN/D_CAN controller

2012-08-02 Thread AnilKumar, Chimata
Marc, On Thu, Aug 02, 2012 at 16:43:04, Marc Kleine-Budde wrote: On 08/02/2012 01:02 PM, AnilKumar Ch wrote: This patch series adds the device tree support and Runtime PM support to C_CAN/D_CAN controller. These patches have been tested on AM335x EVM using some additional patches to

RE: [PATCH v3 1/3] can: c_can: Add device tree support to Bosch C_CAN/D_CAN controller

2012-08-02 Thread AnilKumar, Chimata
Hi Arnd, Thanks for the review On Thu, Aug 02, 2012 at 17:03:59, Arnd Bergmann wrote: On Thursday 02 August 2012 16:32:17 AnilKumar Ch wrote: +- interrupt-parent : The parent interrupt controller + +Optional properties: +- ti,hwmods: Must be d_cann or c_cann, n being the

RE: [PATCH RESEND v2 1/2] arm/dts: Add AM33XX basic pinctrl support

2012-07-31 Thread AnilKumar, Chimata
Hi Peter, On Fri, Jul 27, 2012 at 14:40:52, Ujfalusi, Peter wrote: Hi, On 07/24/2012 06:45 PM, AnilKumar Ch wrote: Adds basic pinctrl support for AM33XX family of devices. This patch is based on the pinctrl-simple driver submitted by Tony Lindgren's here: http://lwn.net/Articles/496075/

RE: [PATCH v2 1/2] arm/dts: AM33XX: Add D_CAN device tree data

2012-07-26 Thread AnilKumar, Chimata
On Thu, Jul 26, 2012 at 14:16:33, Koen Kooi wrote: Op 25 jul. 2012, om 14:23 heeft AnilKumar Ch anilku...@ti.com het volgende geschreven: Add Bosch D_CAN controller device tree data to AM33XX dtsi file by adding d_can device node with all the necessary parameters. Signed-off-by:

RE: [PATCH v2 1/2] can: c_can: Add device tree support to Bosch C_CAN/D_CAN controller

2012-07-25 Thread AnilKumar, Chimata
Marc, On Wed, Jul 25, 2012 at 19:17:52, Marc Kleine-Budde wrote: On 07/25/2012 02:18 PM, AnilKumar Ch wrote: Add device tree support to C_CAN/D_CAN controller and usage details are added to device tree documentation. Driver was tested on AM335x EVM. Does not apply to linux-can-next, as

RE: [PATCH v2 1/2] arm/dts: Add AM33XX basic pinctrl support

2012-07-24 Thread AnilKumar, Chimata
On Tue, Jul 24, 2012 at 14:02:04, Tony Lindgren wrote: * AnilKumar Ch anilku...@ti.com [120720 00:36]: Add basic pinctrl support for AM33XX family of devices by adding DT data to am33xx dtsi file. These patches are based on pinctrl-single driver and tested on am335x-evm am335x-bone

RE: [PATCH v2 2/2] arm/dts: Configure pinmuxs for user leds control on Bone

2012-07-24 Thread AnilKumar, Chimata
Hi Tony, Thanks for the review. On Tue, Jul 24, 2012 at 14:00:08, Tony Lindgren wrote: * AnilKumar Ch anilku...@ti.com [120720 00:36]: Adds GPIO pinctrl nodes to am3358_pinmux master node to control user leds (USR0, USR1, USR2 and USR3) present on BeagleBone. Signed-off-by: AnilKumar

RE: regulator: tps65217: Add device tree support

2012-07-16 Thread AnilKumar, Chimata
+cc Mark Hi Dan, Thanks for checking the static code warnings. On Fri, Jul 13, 2012 at 14:32:20, Dan Carpenter wrote: Hello AnilKumar Ch, This is a semi-automatic email about new static checker warnings. The patch a7f1b63eb856: regulator: tps65217: Add device tree support from Jul 10,

RE: [PATCH v2 1/3] regulator: tps65217: Add device tree support

2012-07-16 Thread AnilKumar, Chimata
+Tony Tony, On Fri, Jul 13, 2012 at 15:24:54, Mark Brown wrote: On Fri, Jul 13, 2012 at 05:43:30AM +, AnilKumar, Chimata wrote: Thanks much, are you going to push reset of the patches in this series? No, there's no dependency so I'd expect them to be applied by the architecture

RE: [PATCH v2 1/3] regulator: tps65217: Add device tree support

2012-07-12 Thread AnilKumar, Chimata
Hi Mark, On Thu, Jul 12, 2012 at 22:58:37, Mark Brown wrote: On Tue, Jul 10, 2012 at 04:39:42PM +0530, AnilKumar Ch wrote: This commit adds device tree support for tps65217 pmic. And usage details are added to device tree documentation. Driver is tested by using kernel module with

RE: [PATCH 1/2] arm/dts: Add AM33XX basic pinctrl support

2012-07-09 Thread AnilKumar, Chimata
Hi Tony, Thanks for reviewing. On Fri, Jul 06, 2012 at 13:53:44, Tony Lindgren wrote: * AnilKumar Ch anilku...@ti.com [120705 02:18]: Adds basic pinctrl support for AM33XX family of devices. This patch is based on the pinctrl-simple driver submitted by Tony Lindgren's here:

RE: [PATCH 1/3] regulator: tps65217: Add device tree support

2012-06-25 Thread AnilKumar, Chimata
Hi Mark, Thanks for quick reply. On Mon, Jun 25, 2012 at 17:42:20, Mark Brown wrote: On Mon, Jun 25, 2012 at 05:34:36PM +0530, AnilKumar Ch wrote: This commit adds device tree support for tps65217 pmic. And usage details are added to device tree documentation. Driver is tested by using