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 wrote: > > > On Thu, Dec 13, 2012 at 10:03 PM, AnilKumar Ch wrote: > > >> From: Colin Foe-Parker >

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 wrote: > > On Thu, Dec 13, 2012 at 10:03 PM, AnilKumar Ch wrote: > >> From: Colin Foe-Parker > >> > >> Add system power off control to rtc driver which is the in-charge > >> of controlling the Beagle

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 ch

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

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.

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 initiali

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

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

RE: [PATCH v3 3/5] ARM: dts: AM33XX: Set pmic-shutdown-controller for BeagleBone

2012-11-21 Thread AnilKumar, Chimata
On Tue, Nov 20, 2012 at 15:18:45, AnilKumar, Chimata wrote: > Set ti,pmic-shutdown-controller for BeagleBone in am335x-bone.dts > file, this flag is used by the driver to set tps65217 PMIC status > to OFF when PWR_EN toggle. Hi Tony, Could you please pull these 3 patches? (3/5, 4/

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

2012-11-21 Thread AnilKumar, Chimata
+Andrew Morton On Tue, Nov 20, 2012 at 15:18:43, AnilKumar, Chimata wrote: > From: Colin Foe-Parker > > Add system power off control to rtc driver which is the in-charge > of controlling the BeagleBone system power. The power_off routine > can be hooked up to "pm_po

RE: [PATCH v3 2/5] mfd: tps65217: Set PMIC to shutdown on PWR_EN toggle

2012-11-21 Thread AnilKumar, Chimata
On Wed, Nov 21, 2012 at 19:17:58, Samuel Ortiz wrote: > Hi Anilkumar, > > On Tue, Nov 20, 2012 at 03:18:44PM +0530, AnilKumar Ch wrote: > > From: Colin Foe-Parker > > > > Set tps65217 PMIC status to OFF if power enable toggle is supported. > > By setting this bit to 1 to enter PMIC to OFF state

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

2012-11-21 Thread AnilKumar, Chimata
On Wed, Nov 21, 2012 at 14:18:56, 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 sho

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 sho

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 allocat

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 reso

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 sho

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.

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

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 writes: > > s/shutdowm/shutdown/ in the subject. I will change > > AnilKumar> From: Colin Foe-Parker > AnilKumar> Set tps65217 PMIC status to OFF if power enable toggle is > AnilKumar> supported. A

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

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

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 regulat

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_SEC

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

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

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

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 pro

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

2012-11-13 Thread AnilKumar, Chimata
On Wed, Nov 14, 2012 at 10:31:42, AnilKumar, Chimata wrote: > +Mark > > On Mon, Nov 12, 2012 at 15:17:13, AnilKumar, Chimata wrote: > > On Tue, Nov 06, 2012 at 22:26:54, Cousson, Benoit wrote: > > > Hi Anil, > > > > > > On 11/06/2012 06:07 AM, AnilKu

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 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 the PMIC to shutdown on PWR_EN > > > toggle. > > > Tha

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

2012-11-13 Thread AnilKumar, Chimata
+Mark On Mon, Nov 12, 2012 at 15:17:13, AnilKumar, Chimata wrote: > 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

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

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

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 a/Documentation/devicetree/b

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 tre

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 vers

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 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 > > > > Set tps65217 PMIC status to OFF if power enable toggle is > > supported. Also adds platform data flag, which should be > > passed from board init d

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 > > > > Add system power off control to rtc driver which is the in-charge > > of controlling the BeagleBone system power. The power_off routine >

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

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 al

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. > > > +++ b/Documentation/devicet

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

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 a/Documentation/devicetree/b

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

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

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

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 > --- > arch/arm/boot/dts/am335x-bone.dts |6 ++ > arch/arm/boot/dts/am335x-evm.dts |6 ++ > arch/arm/boot/dts/am33xx.dtsi | 27 ++

RE: [PATCH] ARM: dts: AM33XX: Add tsl2550 ambient light sensor DT data

2012-10-18 Thread AnilKumar, Chimata
+Grant, DTML On Thu, Oct 18, 2012 at 13:38:30, Cousson, Benoit wrote: > Hi Anil, > > On 10/18/2012 07:46 AM, AnilKumar, Chimata wrote: > > On Fri, Sep 21, 2012 at 21:19:11, AnilKumar, Chimata wrote: > >> Add tsl2550 ambient light sensor DT data to am335x-evm.dts. In

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

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

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

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

2012-09-14 Thread AnilKumar, Chimata
+Daniel On Fri, Sep 14, 2012 at 15:58:37, Arnd Bergmann wrote: > On Friday 14 September 2012, AnilKumar, Chimata wrote: > >> On Fri, Sep 14, 2012 at 13:56:06, Arnd Bergmann wrote: > > > On Thursday 13 September 2012, AnilKumar Ch wrote: > > > > > > &

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

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

2012-09-12 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 cor

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 +0000, 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, A

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

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 [120905 19:05]: > > > Hi Tony, > > > > > > > * Marek Vasut [120904 20:13]: > > > > > Dear Bryan Wu, > > > > > > > > > > > On Sat, Sep 1, 2012 at 4:16 PM, AnilKumar Ch > > > > > > wrote: > > > > > >

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

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

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 [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 koen] >

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

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

2012-09-05 Thread AnilKumar, Chimata
On Thu, Sep 06, 2012 at 05:02:05, Tony Lindgren wrote: > * AnilKumar Ch [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 > > --- > > arch/arm/boot/dts/am33xx.dtsi |

RE: [PATCH v3 3/3] cpufreq: Add a generic cpufreq-cpu0 driver

2012-09-04 Thread AnilKumar, Chimata
On Wed, Sep 05, 2012 at 06:42:21, Shawn Guo wrote: > On Wed, Sep 05, 2012 at 01:18:38AM +0200, Rafael J. Wysocki wrote: > > On Friday, August 10, 2012, Shawn Guo wrote: > > > It adds a generic cpufreq driver for CPU0 frequency management based on > > > clk, regulator, OPP and device tree support.

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

2012-09-03 Thread AnilKumar, Chimata
Hi Koen, On Sat, Sep 01, 2012 at 18:21:10, AnilKumar, Chimata wrote: > Hi Koen, > > On Sat, Sep 01, 2012 at 16:17:35, Koen Kooi wrote: > > > > > > Op 1 sep. 2012 om 09:01 heeft "AnilKumar, Chimata" het > > volgende geschreven: > > > > &

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 revie

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 Sat, Sep 01, 2012 at 16:17:35, Koen Kooi wrote: > > > Op 1 sep. 2012 om 09:01 heeft "AnilKumar, Chimata" het > volgende geschreven: > > > Hi Koen, > > > > On Fri, Aug 31, 2012 at 21:23:18, Koen Kooi wrote: > >> >

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 > --- > .../devicetree/bindings/net/can/c_can.t

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 het volgende > geschreven: > > > * AnilKumar Ch [120828 01:11]: > >> Adds GPIO pinctrl nodes to am3358_pinmux master node to control > >> user leds (USR0, USR1, USR2 and USR3) present

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

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

2012-08-13 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" > sta

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

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 Mac

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

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

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

2012-08-07 Thread AnilKumar, Chimata
Hi Tony, On Tue, Aug 07, 2012 at 13:13:48, Tony Lindgren wrote: > * AnilKumar, Chimata [120731 06:37]: > > Hi Peter, > > > > On Fri, Jul 27, 2012 at 14:40:52, Ujfalusi, Peter wrote: > > > Hi, > > > > > > On 07/24/2012 06:45 PM, AnilKumar Ch wrot

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

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 inde

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_can" or "c_can", n

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:53:38, Marc Kleine-Budde wrote: > On 08/02/2012 01:21 PM, AnilKumar, Chimata wrote: > > 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

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

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

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

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

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

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

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

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 +0000, 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 expe

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 J

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

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 [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: http://lwn.net/Articles/

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