Re: [PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-30 Thread Linus Walleij
On Tue, Aug 28, 2012 at 12:48 AM, Lee Jones wrote: > On Mon, Aug 27, 2012 at 04:07:58PM -0700, Linus Walleij wrote: >> If you're adding and then removing *all* of them in this set, >> why add them in the first place? > > So that there's no breakage during bisection. > > You should be able to

Re: [PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-30 Thread Linus Walleij
On Tue, Aug 28, 2012 at 12:48 AM, Lee Jones lee.jo...@linaro.org wrote: On Mon, Aug 27, 2012 at 04:07:58PM -0700, Linus Walleij wrote: If you're adding and then removing *all* of them in this set, why add them in the first place? So that there's no breakage during bisection. You should be

Re: [PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-28 Thread Lee Jones
On Mon, Aug 27, 2012 at 04:07:58PM -0700, Linus Walleij wrote: > On Mon, Aug 20, 2012 at 1:06 AM, Lee Jones wrote: > > On Tue, Aug 14, 2012 at 01:13:49PM +0200, Linus Walleij wrote: > >> On Thu, Aug 9, 2012 at 5:47 PM, Lee Jones wrote: > >> > >> > We've done this before and it worked well last

Re: [PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-28 Thread Lee Jones
On Mon, Aug 27, 2012 at 04:07:58PM -0700, Linus Walleij wrote: On Mon, Aug 20, 2012 at 1:06 AM, Lee Jones lee.jo...@linaro.org wrote: On Tue, Aug 14, 2012 at 01:13:49PM +0200, Linus Walleij wrote: On Thu, Aug 9, 2012 at 5:47 PM, Lee Jones lee.jo...@linaro.org wrote: We've done this

Re: [PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-27 Thread Linus Walleij
On Mon, Aug 20, 2012 at 1:06 AM, Lee Jones wrote: > On Tue, Aug 14, 2012 at 01:13:49PM +0200, Linus Walleij wrote: >> On Thu, Aug 9, 2012 at 5:47 PM, Lee Jones wrote: >> >> > We've done this before and it worked well last time. Here we're >> > duplicating a complex registration function to ease

Re: [PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-27 Thread Linus Walleij
On Mon, Aug 20, 2012 at 1:06 AM, Lee Jones lee.jo...@linaro.org wrote: On Tue, Aug 14, 2012 at 01:13:49PM +0200, Linus Walleij wrote: On Thu, Aug 9, 2012 at 5:47 PM, Lee Jones lee.jo...@linaro.org wrote: We've done this before and it worked well last time. Here we're duplicating a complex

Re: [PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-20 Thread Lee Jones
On Tue, Aug 14, 2012 at 01:13:49PM +0200, Linus Walleij wrote: > On Thu, Aug 9, 2012 at 5:47 PM, Lee Jones wrote: > > > We've done this before and it worked well last time. Here we're > > duplicating a complex registration function to ease the process > > of enabling it for Device Tree. As there

Re: [PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-20 Thread Lee Jones
On Tue, Aug 14, 2012 at 01:13:49PM +0200, Linus Walleij wrote: On Thu, Aug 9, 2012 at 5:47 PM, Lee Jones lee.jo...@linaro.org wrote: We've done this before and it worked well last time. Here we're duplicating a complex registration function to ease the process of enabling it for Device

Re: [PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-14 Thread Linus Walleij
On Thu, Aug 9, 2012 at 5:47 PM, Lee Jones wrote: > We've done this before and it worked well last time. Here we're > duplicating a complex registration function to ease the process > of enabling it for Device Tree. As there are quite a few steps > taken during the registration process, it makes

Re: [PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-14 Thread Linus Walleij
On Thu, Aug 9, 2012 at 5:47 PM, Lee Jones lee.jo...@linaro.org wrote: We've done this before and it worked well last time. Here we're duplicating a complex registration function to ease the process of enabling it for Device Tree. As there are quite a few steps taken during the registration

[PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-09 Thread Lee Jones
We've done this before and it worked well last time. Here we're duplicating a complex registration function to ease the process of enabling it for Device Tree. As there are quite a few steps taken during the registration process, it makes sense to break them up into more manageable chunks. This

[PATCH 13/22] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement

2012-08-09 Thread Lee Jones
We've done this before and it worked well last time. Here we're duplicating a complex registration function to ease the process of enabling it for Device Tree. As there are quite a few steps taken during the registration process, it makes sense to break them up into more manageable chunks. This