Re: [PATCH v1 1/5] mfd: tps65910: Convert ti,system-power-controller DT property to poweroff-source

2014-10-24 Thread Romain Perier
Okay, will do these changes. 2014-10-24 10:02 GMT+02:00 Peter De Schrijver : > On Thu, Oct 23, 2014 at 11:39:34AM +0200, PERIER Romain wrote: >> Hi Peter, >> >> 2014-10-23 10:12 GMT+02:00 Peter De Schrijver : >> > This breaks DT ABI stability right? An existing device tree using >> > ti,system-po

Re: [PATCH v1 1/5] mfd: tps65910: Convert ti,system-power-controller DT property to poweroff-source

2014-10-23 Thread Alexandre Courbot
On Thu, Oct 23, 2014 at 6:39 PM, PERIER Romain wrote: > Hi Peter, > > 2014-10-23 10:12 GMT+02:00 Peter De Schrijver : >> This breaks DT ABI stability right? An existing device tree using >> ti,system-power-controller won't work anymore after this patch right? I >> don't think that's acceptable.

Re: [PATCH v1 1/5] mfd: tps65910: Convert ti,system-power-controller DT property to poweroff-source

2014-10-23 Thread Lee Jones
On Thu, 23 Oct 2014, PERIER Romain wrote: > 2014-10-22 17:50 GMT+02:00 Lee Jones : > > On Wed, 22 Oct 2014, PERIER Romain wrote: > > > >> This is related to the following subject "[RFC v3 PATCH 1/5] of: Add > >> standard property for poweroff capability" and depends on the > >> corresponding patch

Re: [PATCH v1 1/5] mfd: tps65910: Convert ti,system-power-controller DT property to poweroff-source

2014-10-23 Thread PERIER Romain
Hi Peter, 2014-10-23 10:12 GMT+02:00 Peter De Schrijver : > This breaks DT ABI stability right? An existing device tree using > ti,system-power-controller won't work anymore after this patch right? I don't > think that's acceptable. > This is why I converted all dts which use "ti,system-power-c

Re: [PATCH v1 1/5] mfd: tps65910: Convert ti,system-power-controller DT property to poweroff-source

2014-10-23 Thread Peter De Schrijver
On Wed, Oct 22, 2014 at 03:26:23PM +, Romain Perier wrote: > No longer use custom property to define poweroff capability, use the standard > DT property instead. > This breaks DT ABI stability right? An existing device tree using ti,system-power-controller won't work anymore after this patch

Re: [PATCH v1 1/5] mfd: tps65910: Convert ti,system-power-controller DT property to poweroff-source

2014-10-23 Thread PERIER Romain
2014-10-22 17:50 GMT+02:00 Lee Jones : > On Wed, 22 Oct 2014, PERIER Romain wrote: > >> This is related to the following subject "[RFC v3 PATCH 1/5] of: Add >> standard property for poweroff capability" and depends on the >> corresponding patch. > > Then it should be sent in the same patch-set. > >

Re: [PATCH v1 1/5] mfd: tps65910: Convert ti,system-power-controller DT property to poweroff-source

2014-10-22 Thread Lee Jones
On Wed, 22 Oct 2014, PERIER Romain wrote: > This is related to the following subject "[RFC v3 PATCH 1/5] of: Add > standard property for poweroff capability" and depends on the > corresponding patch. Then it should be sent in the same patch-set. There's nothing I can do with this patch as is. >

Re: [PATCH v1 1/5] mfd: tps65910: Convert ti,system-power-controller DT property to poweroff-source

2014-10-22 Thread PERIER Romain
This is related to the following subject "[RFC v3 PATCH 1/5] of: Add standard property for poweroff capability" and depends on the corresponding patch. 2014-10-22 17:26 GMT+02:00 Romain Perier : > No longer use custom property to define poweroff capability, use the standard > DT property instead.

[PATCH v1 1/5] mfd: tps65910: Convert ti,system-power-controller DT property to poweroff-source

2014-10-22 Thread Romain Perier
No longer use custom property to define poweroff capability, use the standard DT property instead. Signed-off-by: Romain Perier --- drivers/mfd/tps65910.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c index 7612d89..b8dca8a