linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the davinci tree with Linus' tree
@ 2010-08-03  1:48 Stephen Rothwell
  2010-08-04 16:09 ` Nori, Sekhar
  2010-08-05 16:30 ` Kevin Hilman
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Rothwell @ 2010-08-03  1:48 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: linux-next, linux-kernel, Sekhar Nori

Hi Kevin,

Today's linux-next merge of the davinci tree got a conflict in
arch/arm/mach-davinci/board-da850-evm.c between commit
8b24599e72c9aee1ea1187e29cb9c5de9f449cce ("davinci: da850/omap-l138 evm:
account for DEFDCDC{2,3} being tied high") from Linus' tree and commit
ebd1e7808b2fe72d627bdab7bcf61126a831ca5a ("davinci: da850 evm: sparse
cleanup: make file local variables static") from the davinci tree.

Just context changes.  I fixed it up (see below) and can carry the fix
for a while.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc arch/arm/mach-davinci/board-da850-evm.c
index b280efb,f6942dd..0000000
--- a/arch/arm/mach-davinci/board-da850-evm.c
+++ b/arch/arm/mach-davinci/board-da850-evm.c
@@@ -470,12 -469,7 +470,12 @@@ static struct regulator_consumer_suppl
  	},
  };
  
 +/* We take advantage of the fact that both defdcdc{2,3} are tied high */
 +static struct tps6507x_reg_platform_data tps6507x_platform_data = {
 +	.defdcdc_default = true,
 +};
 +
- struct regulator_init_data tps65070_regulator_data[] = {
+ static struct regulator_init_data tps65070_regulator_data[] = {
  	/* dcdc1 */
  	{
  		.constraints = {

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: linux-next: manual merge of the davinci tree with Linus' tree
  2010-08-03  1:48 linux-next: manual merge of the davinci tree with Linus' tree Stephen Rothwell
@ 2010-08-04 16:09 ` Nori, Sekhar
  2010-08-05 16:30 ` Kevin Hilman
  1 sibling, 0 replies; 4+ messages in thread
From: Nori, Sekhar @ 2010-08-04 16:09 UTC (permalink / raw)
  To: Stephen Rothwell, Kevin Hilman; +Cc: linux-next, linux-kernel

Hi Stephen,

On Tue, Aug 03, 2010 at 07:18:53, Stephen Rothwell wrote:
> Hi Kevin,
>
> Today's linux-next merge of the davinci tree got a conflict in
> arch/arm/mach-davinci/board-da850-evm.c between commit
> 8b24599e72c9aee1ea1187e29cb9c5de9f449cce ("davinci: da850/omap-l138 evm:
> account for DEFDCDC{2,3} being tied high") from Linus' tree and commit
> ebd1e7808b2fe72d627bdab7bcf61126a831ca5a ("davinci: da850 evm: sparse
> cleanup: make file local variables static") from the davinci tree.
>
> Just context changes.  I fixed it up (see below) and can carry the fix
> for a while.

Thanks for fixing this.

Kevin is on a vacation. There would be a delayed response.

Regards,
Sekhar

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: manual merge of the davinci tree with Linus' tree
  2010-08-03  1:48 linux-next: manual merge of the davinci tree with Linus' tree Stephen Rothwell
  2010-08-04 16:09 ` Nori, Sekhar
@ 2010-08-05 16:30 ` Kevin Hilman
  2010-08-05 16:34   ` Kevin Hilman
  1 sibling, 1 reply; 4+ messages in thread
From: Kevin Hilman @ 2010-08-05 16:30 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Sekhar Nori

On Mon, Aug 2, 2010 at 6:48 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Kevin,
>
> Today's linux-next merge of the davinci tree got a conflict in
> arch/arm/mach-davinci/board-da850-evm.c between commit
> 8b24599e72c9aee1ea1187e29cb9c5de9f449cce ("davinci: da850/omap-l138 evm:
> account for DEFDCDC{2,3} being tied high") from Linus' tree and commit
> ebd1e7808b2fe72d627bdab7bcf61126a831ca5a ("davinci: da850 evm: sparse
> cleanup: make file local variables static") from the davinci tree.
>
> Just context changes.  I fixed it up (see below) and can carry the fix
> for a while.

Thanks for catching this.

Before I submit to Linus, I'll merge this with the original tree
(Liam's voltage-2.6 tree) so Linus doesn't have to fix this up.

Kevin

> diff --cc arch/arm/mach-davinci/board-da850-evm.c
> index b280efb,f6942dd..0000000
> --- a/arch/arm/mach-davinci/board-da850-evm.c
> +++ b/arch/arm/mach-davinci/board-da850-evm.c
> @@@ -470,12 -469,7 +470,12 @@@ static struct regulator_consumer_suppl
>        },
>  };
>
>  +/* We take advantage of the fact that both defdcdc{2,3} are tied high */
>  +static struct tps6507x_reg_platform_data tps6507x_platform_data = {
>  +      .defdcdc_default = true,
>  +};
>  +
> - struct regulator_init_data tps65070_regulator_data[] = {
> + static struct regulator_init_data tps65070_regulator_data[] = {
>        /* dcdc1 */
>        {
>                .constraints = {
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: manual merge of the davinci tree with Linus' tree
  2010-08-05 16:30 ` Kevin Hilman
@ 2010-08-05 16:34   ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2010-08-05 16:34 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Sekhar Nori

On Thu, Aug 5, 2010 at 9:30 AM, Kevin Hilman
<khilman@deeprootsystems.com> wrote:
> On Mon, Aug 2, 2010 at 6:48 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> Hi Kevin,
>>
>> Today's linux-next merge of the davinci tree got a conflict in
>> arch/arm/mach-davinci/board-da850-evm.c between commit
>> 8b24599e72c9aee1ea1187e29cb9c5de9f449cce ("davinci: da850/omap-l138 evm:
>> account for DEFDCDC{2,3} being tied high") from Linus' tree and commit
>> ebd1e7808b2fe72d627bdab7bcf61126a831ca5a ("davinci: da850 evm: sparse
>> cleanup: make file local variables static") from the davinci tree.
>>
>> Just context changes.  I fixed it up (see below) and can carry the fix
>> for a while.
>
> Thanks for catching this.
>
> Before I submit to Linus, I'll merge this with the original tree
> (Liam's voltage-2.6 tree) so Linus doesn't have to fix this up.
>

On second thought, to keep it simple, I'm just going to drop the
version from the davinci tree for this merge window, update it and
submit it as a fix in -rc2.

Kevin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-05 16:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-03  1:48 linux-next: manual merge of the davinci tree with Linus' tree Stephen Rothwell
2010-08-04 16:09 ` Nori, Sekhar
2010-08-05 16:30 ` Kevin Hilman
2010-08-05 16:34   ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).