Re: [PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2013-01-23 Thread Lee Jones
On Wed, 23 Jan 2013, Linus Walleij wrote: > On Wed, Jan 23, 2013 at 11:04 AM, Linus Walleij > wrote: > > On Thu, Dec 13, 2012 at 2:22 PM, Lee Jones wrote: > > > >> Now MMCI on/off functionality is using the regulator framework > >> from the MMCI driver, there is no need to keep the ios_handler

Re: [PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2013-01-23 Thread Linus Walleij
On Wed, Jan 23, 2013 at 11:04 AM, Linus Walleij wrote: > On Thu, Dec 13, 2012 at 2:22 PM, Lee Jones wrote: > >> Now MMCI on/off functionality is using the regulator framework >> from the MMCI driver, there is no need to keep the ios_handler >> laying around, duplicating functionality. So we're

Re: [PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2013-01-23 Thread Linus Walleij
On Thu, Dec 13, 2012 at 2:22 PM, Lee Jones wrote: > Now MMCI on/off functionality is using the regulator framework > from the MMCI driver, there is no need to keep the ios_handler > laying around, duplicating functionality. So we're removing it. > > Acked-by: Linus Walleij > Signed-off-by: Lee

Re: [PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2013-01-23 Thread Linus Walleij
On Thu, Dec 13, 2012 at 2:22 PM, Lee Jones lee.jo...@linaro.org wrote: Now MMCI on/off functionality is using the regulator framework from the MMCI driver, there is no need to keep the ios_handler laying around, duplicating functionality. So we're removing it. Acked-by: Linus Walleij

Re: [PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2013-01-23 Thread Linus Walleij
On Wed, Jan 23, 2013 at 11:04 AM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Dec 13, 2012 at 2:22 PM, Lee Jones lee.jo...@linaro.org wrote: Now MMCI on/off functionality is using the regulator framework from the MMCI driver, there is no need to keep the ios_handler laying around,

Re: [PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2013-01-23 Thread Lee Jones
On Wed, 23 Jan 2013, Linus Walleij wrote: On Wed, Jan 23, 2013 at 11:04 AM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Dec 13, 2012 at 2:22 PM, Lee Jones lee.jo...@linaro.org wrote: Now MMCI on/off functionality is using the regulator framework from the MMCI driver, there is

Re: [PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2013-01-21 Thread Lee Jones
On Fri, 14 Dec 2012, Ulf Hansson wrote: > On 13 December 2012 14:22, Lee Jones wrote: > > Now MMCI on/off functionality is using the regulator framework > > from the MMCI driver, there is no need to keep the ios_handler > > laying around, duplicating functionality. So we're removing it. > > > >

Re: [PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2013-01-21 Thread Lee Jones
On Fri, 14 Dec 2012, Ulf Hansson wrote: On 13 December 2012 14:22, Lee Jones lee.jo...@linaro.org wrote: Now MMCI on/off functionality is using the regulator framework from the MMCI driver, there is no need to keep the ios_handler laying around, duplicating functionality. So we're removing

Re: [PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2012-12-14 Thread Ulf Hansson
On 13 December 2012 14:22, Lee Jones wrote: > Now MMCI on/off functionality is using the regulator framework > from the MMCI driver, there is no need to keep the ios_handler > laying around, duplicating functionality. So we're removing it. > > Acked-by: Linus Walleij > Signed-off-by: Lee Jones

Re: [PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2012-12-14 Thread Ulf Hansson
On 13 December 2012 14:22, Lee Jones lee.jo...@linaro.org wrote: Now MMCI on/off functionality is using the regulator framework from the MMCI driver, there is no need to keep the ios_handler laying around, duplicating functionality. So we're removing it. Acked-by: Linus Walleij

[PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2012-12-13 Thread Lee Jones
Now MMCI on/off functionality is using the regulator framework from the MMCI driver, there is no need to keep the ios_handler laying around, duplicating functionality. So we're removing it. Acked-by: Linus Walleij Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-sdi.c | 52

[PATCH 8/8] ARM: ux500: Remove traces of the ios_handler from platform code

2012-12-13 Thread Lee Jones
Now MMCI on/off functionality is using the regulator framework from the MMCI driver, there is no need to keep the ios_handler laying around, duplicating functionality. So we're removing it. Acked-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Lee Jones lee.jo...@linaro.org ---