All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request u-boot-marvell.git
@ 2011-09-13 13:08 Prafulla Wadaskar
  2011-09-13 17:43 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-09-13 13:08 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull
The following changes since commit 07db205b5186ac9722a1f141d97c9a67c43c4ae1:
  Joe Hershberger (1):
        omap4_panda: Ignore omap4 SPL called MLO

are available in the git repository at:

  u-boot-marvell.git next branch.

Ajay Bhargav (3):
      net: Adds Fast Ethernet Controller driver for Armada100
      Armada100: Enable Ethernet support for GplugD
      Armada100: Enable 88E3015 PHY support for GplugD

 arch/arm/include/asm/arch-armada100/armada100.h |   58 ++
 arch/arm/include/asm/arch-armada100/mfp.h       |   19 +
 board/Marvell/gplugd/gplugd.c                   |   71 +++
 drivers/net/Makefile                            |    1 +
 drivers/net/armada100_fec.c                     |  736 +++++++++++++++++++++++
 drivers/net/armada100_fec.h                     |  232 +++++++
 include/configs/gplugd.h                        |   30 +-
 include/netdev.h                                |    1 +
 8 files changed, 1146 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/armada100_fec.c
 create mode 100644 drivers/net/armada100_fec.h

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-09-13 13:08 [U-Boot] Pull request u-boot-marvell.git Prafulla Wadaskar
@ 2011-09-13 17:43 ` Albert ARIBAUD
  2011-09-14  6:06   ` Prafulla Wadaskar
  0 siblings, 1 reply; 68+ messages in thread
From: Albert ARIBAUD @ 2011-09-13 17:43 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 13/09/2011 15:08, Prafulla Wadaskar a ?crit :
> Hi Albert
>
> Please kindly pull
> The following changes since commit 07db205b5186ac9722a1f141d97c9a67c43c4ae1:
>    Joe Hershberger (1):
>          omap4_panda: Ignore omap4 SPL called MLO
>
> are available in the git repository at:
>
>    u-boot-marvell.git next branch.
>
> Ajay Bhargav (3):
>        net: Adds Fast Ethernet Controller driver for Armada100
>        Armada100: Enable Ethernet support for GplugD
>        Armada100: Enable 88E3015 PHY support for GplugD
>
>   arch/arm/include/asm/arch-armada100/armada100.h |   58 ++
>   arch/arm/include/asm/arch-armada100/mfp.h       |   19 +
>   board/Marvell/gplugd/gplugd.c                   |   71 +++
>   drivers/net/Makefile                            |    1 +
>   drivers/net/armada100_fec.c                     |  736 +++++++++++++++++++++++
>   drivers/net/armada100_fec.h                     |  232 +++++++
>   include/configs/gplugd.h                        |   30 +-
>   include/netdev.h                                |    1 +
>   8 files changed, 1146 insertions(+), 2 deletions(-)
>   create mode 100644 drivers/net/armada100_fec.c
>   create mode 100644 drivers/net/armada100_fec.h
>
> Regards..
> Prafulla . .

I assume that this 'next' branch is actually your 'master' for the 
upcoming release, and you want me to apply it to u-boot-arm/master, right?

If so, please use 'master' as the branch to pull next time, so that 
there is no doubt what you are asking.

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-09-13 17:43 ` Albert ARIBAUD
@ 2011-09-14  6:06   ` Prafulla Wadaskar
  2011-09-14  6:54     ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-09-14  6:06 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> Sent: Tuesday, September 13, 2011 11:13 PM
> To: Prafulla Wadaskar
> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: Pull request u-boot-marvell.git
> 
> Hi Prafulla,
> 
> Le 13/09/2011 15:08, Prafulla Wadaskar a ?crit :
> > Hi Albert
> >
> > Please kindly pull
> > The following changes since commit
> 07db205b5186ac9722a1f141d97c9a67c43c4ae1:
> >    Joe Hershberger (1):
> >          omap4_panda: Ignore omap4 SPL called MLO
> >
> > are available in the git repository at:
> >
> >    u-boot-marvell.git next branch.
> >
> > Ajay Bhargav (3):
> >        net: Adds Fast Ethernet Controller driver for Armada100
> >        Armada100: Enable Ethernet support for GplugD
> >        Armada100: Enable 88E3015 PHY support for GplugD
> >
> >   arch/arm/include/asm/arch-armada100/armada100.h |   58 ++
> >   arch/arm/include/asm/arch-armada100/mfp.h       |   19 +
> >   board/Marvell/gplugd/gplugd.c                   |   71 +++
> >   drivers/net/Makefile                            |    1 +
> >   drivers/net/armada100_fec.c                     |  736
> +++++++++++++++++++++++
> >   drivers/net/armada100_fec.h                     |  232 +++++++
> >   include/configs/gplugd.h                        |   30 +-
> >   include/netdev.h                                |    1 +
> >   8 files changed, 1146 insertions(+), 2 deletions(-)
> >   create mode 100644 drivers/net/armada100_fec.c
> >   create mode 100644 drivers/net/armada100_fec.h
> >
> > Regards..
> > Prafulla . .
> 
> I assume that this 'next' branch is actually your 'master' for the
> upcoming release, and you want me to apply it to u-boot-arm/master,
> right?

I have provided pull request for next branch since these patches were originated after closure of last merge window (just one day latter).
That's good if you can do it. 
  
> 
> If so, please use 'master' as the branch to pull next time, so that
> there is no doubt what you are asking.

Yes, I will do this.

Thanks and regards..
Prafulla .. 

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-09-14  6:06   ` Prafulla Wadaskar
@ 2011-09-14  6:54     ` Albert ARIBAUD
  0 siblings, 0 replies; 68+ messages in thread
From: Albert ARIBAUD @ 2011-09-14  6:54 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 14/09/2011 08:06, Prafulla Wadaskar a ?crit :
>
>
>> -----Original Message-----
>> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
>> Sent: Tuesday, September 13, 2011 11:13 PM
>> To: Prafulla Wadaskar
>> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik
>> Subject: Re: Pull request u-boot-marvell.git
>>
>> Hi Prafulla,
>>
>> Le 13/09/2011 15:08, Prafulla Wadaskar a ?crit :
>>> Hi Albert
>>>
>>> Please kindly pull
>>> The following changes since commit
>> 07db205b5186ac9722a1f141d97c9a67c43c4ae1:
>>>     Joe Hershberger (1):
>>>           omap4_panda: Ignore omap4 SPL called MLO
>>>
>>> are available in the git repository at:
>>>
>>>     u-boot-marvell.git next branch.
>>>
>>> Ajay Bhargav (3):
>>>         net: Adds Fast Ethernet Controller driver for Armada100
>>>         Armada100: Enable Ethernet support for GplugD
>>>         Armada100: Enable 88E3015 PHY support for GplugD
>>>
>>>    arch/arm/include/asm/arch-armada100/armada100.h |   58 ++
>>>    arch/arm/include/asm/arch-armada100/mfp.h       |   19 +
>>>    board/Marvell/gplugd/gplugd.c                   |   71 +++
>>>    drivers/net/Makefile                            |    1 +
>>>    drivers/net/armada100_fec.c                     |  736
>> +++++++++++++++++++++++
>>>    drivers/net/armada100_fec.h                     |  232 +++++++
>>>    include/configs/gplugd.h                        |   30 +-
>>>    include/netdev.h                                |    1 +
>>>    8 files changed, 1146 insertions(+), 2 deletions(-)
>>>    create mode 100644 drivers/net/armada100_fec.c
>>>    create mode 100644 drivers/net/armada100_fec.h
>>>
>>> Regards..
>>> Prafulla . .
>>
>> I assume that this 'next' branch is actually your 'master' for the
>> upcoming release, and you want me to apply it to u-boot-arm/master,
>> right?
>
> I have provided pull request for next branch since these patches were originated after closure of last merge window (just one day latter).
> That's good if you can do it.

Right after rc1, and as this does not seem to be a matter of urgency, 
I'd rather not apply them to u-boot-arm/master just in case it would 
break something. I will thus apply them to u-boot-arm/next, so that they 
will move to u-boot-arm/master as soon as the new release is out; you 
won't need to keep them in your repo once I have (rebased and) applied them.

>> If so, please use 'master' as the branch to pull next time, so that
>> there is no doubt what you are asking.

(or explicitly specify the branch to pull to; either way is fine to me, 
as long as there is no doubt on the destination of the pull)

> Yes, I will do this.

Thanks!

> Thanks and regards..
> Prafulla ..

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-08-21 13:00       ` Prafulla Wadaskar
@ 2011-08-22  6:42         ` Albert ARIBAUD
  0 siblings, 0 replies; 68+ messages in thread
From: Albert ARIBAUD @ 2011-08-22  6:42 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 21/08/2011 15:00, Prafulla Wadaskar a ?crit :
>
>
>> -----Original Message-----
>> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
>> Sent: Sunday, August 21, 2011 3:46 PM
>> To: Prafulla Wadaskar
>> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik
>> Subject: Re: Pull request u-boot-marvell.git
>>
>> Hi Prafulla,
>>
>> Le 21/08/2011 10:15, Prafulla Wadaskar a ?crit :
>>>
>>>
>>>> -----Original Message-----
>>>> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
>>>> Sent: Sunday, August 21, 2011 1:36 PM
>>>> To: Prafulla Wadaskar
>>>> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik
>>>> Subject: Re: Pull request u-boot-marvell.git
>>>>
>>>> Hi Prafulla,
>>>>
>>>> Le 21/08/2011 09:34, Prafulla Wadaskar a ?crit :
>>>>> Hi Albert
>>>>>
>>>>> Please kindly pull
>>>>> The following changes since commit
>>>> 043a76397696ca0a77ebee0ffc60bf31bdf37f02:
>>>>>      Prafulla Wadaskar (1):
>>>>>            Merge branch 'master' of
>>>> git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster
>>>>>
>>>>> are available in the git repository at:
>>>>>
>>>>>      u-boot-marvell.git master branch.
>>>>>
>>>>> Ajay Bhargav (2):
>>>>>          gpio: Add GPIO driver framework for Marvell SoCs
>>>>>          gpio: Add GPIO driver for Marvell SoC Armada100
>>>>>
>>>>>     arch/arm/include/asm/arch-armada100/gpio.h |   48 ++++++++++++
>>>>>     drivers/gpio/Makefile                      |    1 +
>>>>>     drivers/gpio/mvgpio.c                      |  115
>>>> ++++++++++++++++++++++++++++
>>>>>     drivers/gpio/mvgpio.h                      |   74
>> ++++++++++++++++++
>>>>>     4 files changed, 238 insertions(+), 0 deletions(-)
>>>>>     create mode 100644 arch/arm/include/asm/arch-armada100/gpio.h
>>>>>     create mode 100644 drivers/gpio/mvgpio.c
>>>>>     create mode 100644 drivers/gpio/mvgpio.h
>>>>>
>>>>> Regards..
>>>>> Prafulla . .
>>>>
>>>> One question, to you, and one note, to all ARM custodians:
>>>>
>>>> The question, about the patches:
>>>>
>>>> These were submitted on 2011/07/21, after the merge window close of
>>>> 2011/07/16, and are not a bugfix, right? If so they should only go to
>>>> master after the september release -- I can pull them into
>>>> u-boot-arm/next if you want then out of your plate, though.
>>>
>>> Hi Albert,
>>> You are right, you may pull them to your next branch.
>>> I am sorry, it's my mistake I should have pulled and requested on next
>> branch.
>>
>> Ok. To avoid any issue, I'll cherry-pick these two onto utboo-arm/next.
>>
>> Maybe you'll want to roll back your own master and move them to your own
>> next, too.
>
> If you have not cherry picked. I will move them to next and will provide a fresh pull request. With suggested rollbacks.

Please do, thanks in advance!

> Regards..
> Prafulla . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-08-21 10:16     ` Albert ARIBAUD
@ 2011-08-21 13:00       ` Prafulla Wadaskar
  2011-08-22  6:42         ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-08-21 13:00 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> Sent: Sunday, August 21, 2011 3:46 PM
> To: Prafulla Wadaskar
> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: Pull request u-boot-marvell.git
> 
> Hi Prafulla,
> 
> Le 21/08/2011 10:15, Prafulla Wadaskar a ?crit :
> >
> >
> >> -----Original Message-----
> >> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> >> Sent: Sunday, August 21, 2011 1:36 PM
> >> To: Prafulla Wadaskar
> >> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik
> >> Subject: Re: Pull request u-boot-marvell.git
> >>
> >> Hi Prafulla,
> >>
> >> Le 21/08/2011 09:34, Prafulla Wadaskar a ?crit :
> >>> Hi Albert
> >>>
> >>> Please kindly pull
> >>> The following changes since commit
> >> 043a76397696ca0a77ebee0ffc60bf31bdf37f02:
> >>>     Prafulla Wadaskar (1):
> >>>           Merge branch 'master' of
> >> git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster
> >>>
> >>> are available in the git repository at:
> >>>
> >>>     u-boot-marvell.git master branch.
> >>>
> >>> Ajay Bhargav (2):
> >>>         gpio: Add GPIO driver framework for Marvell SoCs
> >>>         gpio: Add GPIO driver for Marvell SoC Armada100
> >>>
> >>>    arch/arm/include/asm/arch-armada100/gpio.h |   48 ++++++++++++
> >>>    drivers/gpio/Makefile                      |    1 +
> >>>    drivers/gpio/mvgpio.c                      |  115
> >> ++++++++++++++++++++++++++++
> >>>    drivers/gpio/mvgpio.h                      |   74
> ++++++++++++++++++
> >>>    4 files changed, 238 insertions(+), 0 deletions(-)
> >>>    create mode 100644 arch/arm/include/asm/arch-armada100/gpio.h
> >>>    create mode 100644 drivers/gpio/mvgpio.c
> >>>    create mode 100644 drivers/gpio/mvgpio.h
> >>>
> >>> Regards..
> >>> Prafulla . .
> >>
> >> One question, to you, and one note, to all ARM custodians:
> >>
> >> The question, about the patches:
> >>
> >> These were submitted on 2011/07/21, after the merge window close of
> >> 2011/07/16, and are not a bugfix, right? If so they should only go to
> >> master after the september release -- I can pull them into
> >> u-boot-arm/next if you want then out of your plate, though.
> >
> > Hi Albert,
> > You are right, you may pull them to your next branch.
> > I am sorry, it's my mistake I should have pulled and requested on next
> branch.
> 
> Ok. To avoid any issue, I'll cherry-pick these two onto utboo-arm/next.
> 
> Maybe you'll want to roll back your own master and move them to your own
> next, too.

If you have not cherry picked. I will move them to next and will provide a fresh pull request. With suggested rollbacks.

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-08-21  8:15   ` Prafulla Wadaskar
@ 2011-08-21 10:16     ` Albert ARIBAUD
  2011-08-21 13:00       ` Prafulla Wadaskar
  0 siblings, 1 reply; 68+ messages in thread
From: Albert ARIBAUD @ 2011-08-21 10:16 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 21/08/2011 10:15, Prafulla Wadaskar a ?crit :
>
>
>> -----Original Message-----
>> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
>> Sent: Sunday, August 21, 2011 1:36 PM
>> To: Prafulla Wadaskar
>> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik
>> Subject: Re: Pull request u-boot-marvell.git
>>
>> Hi Prafulla,
>>
>> Le 21/08/2011 09:34, Prafulla Wadaskar a ?crit :
>>> Hi Albert
>>>
>>> Please kindly pull
>>> The following changes since commit
>> 043a76397696ca0a77ebee0ffc60bf31bdf37f02:
>>>     Prafulla Wadaskar (1):
>>>           Merge branch 'master' of
>> git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster
>>>
>>> are available in the git repository at:
>>>
>>>     u-boot-marvell.git master branch.
>>>
>>> Ajay Bhargav (2):
>>>         gpio: Add GPIO driver framework for Marvell SoCs
>>>         gpio: Add GPIO driver for Marvell SoC Armada100
>>>
>>>    arch/arm/include/asm/arch-armada100/gpio.h |   48 ++++++++++++
>>>    drivers/gpio/Makefile                      |    1 +
>>>    drivers/gpio/mvgpio.c                      |  115
>> ++++++++++++++++++++++++++++
>>>    drivers/gpio/mvgpio.h                      |   74 ++++++++++++++++++
>>>    4 files changed, 238 insertions(+), 0 deletions(-)
>>>    create mode 100644 arch/arm/include/asm/arch-armada100/gpio.h
>>>    create mode 100644 drivers/gpio/mvgpio.c
>>>    create mode 100644 drivers/gpio/mvgpio.h
>>>
>>> Regards..
>>> Prafulla . .
>>
>> One question, to you, and one note, to all ARM custodians:
>>
>> The question, about the patches:
>>
>> These were submitted on 2011/07/21, after the merge window close of
>> 2011/07/16, and are not a bugfix, right? If so they should only go to
>> master after the september release -- I can pull them into
>> u-boot-arm/next if you want then out of your plate, though.
>
> Hi Albert,
> You are right, you may pull them to your next branch.
> I am sorry, it's my mistake I should have pulled and requested on next branch.

Ok. To avoid any issue, I'll cherry-pick these two onto utboo-arm/next.

Maybe you'll want to roll back your own master and move them to your own 
next, too.

> Regards..
> Prafulla . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-08-21  8:05 ` Albert ARIBAUD
@ 2011-08-21  8:15   ` Prafulla Wadaskar
  2011-08-21 10:16     ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-08-21  8:15 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> Sent: Sunday, August 21, 2011 1:36 PM
> To: Prafulla Wadaskar
> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: Pull request u-boot-marvell.git
> 
> Hi Prafulla,
> 
> Le 21/08/2011 09:34, Prafulla Wadaskar a ?crit :
> > Hi Albert
> >
> > Please kindly pull
> > The following changes since commit
> 043a76397696ca0a77ebee0ffc60bf31bdf37f02:
> >    Prafulla Wadaskar (1):
> >          Merge branch 'master' of
> git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster
> >
> > are available in the git repository at:
> >
> >    u-boot-marvell.git master branch.
> >
> > Ajay Bhargav (2):
> >        gpio: Add GPIO driver framework for Marvell SoCs
> >        gpio: Add GPIO driver for Marvell SoC Armada100
> >
> >   arch/arm/include/asm/arch-armada100/gpio.h |   48 ++++++++++++
> >   drivers/gpio/Makefile                      |    1 +
> >   drivers/gpio/mvgpio.c                      |  115
> ++++++++++++++++++++++++++++
> >   drivers/gpio/mvgpio.h                      |   74 ++++++++++++++++++
> >   4 files changed, 238 insertions(+), 0 deletions(-)
> >   create mode 100644 arch/arm/include/asm/arch-armada100/gpio.h
> >   create mode 100644 drivers/gpio/mvgpio.c
> >   create mode 100644 drivers/gpio/mvgpio.h
> >
> > Regards..
> > Prafulla . .
> 
> One question, to you, and one note, to all ARM custodians:
> 
> The question, about the patches:
> 
> These were submitted on 2011/07/21, after the merge window close of
> 2011/07/16, and are not a bugfix, right? If so they should only go to
> master after the september release -- I can pull them into
> u-boot-arm/next if you want then out of your plate, though.

Hi Albert,
You are right, you may pull them to your next branch.
I am sorry, it's my mistake I should have pulled and requested on next branch.

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-08-21  7:34 Prafulla Wadaskar
@ 2011-08-21  8:05 ` Albert ARIBAUD
  2011-08-21  8:15   ` Prafulla Wadaskar
  0 siblings, 1 reply; 68+ messages in thread
From: Albert ARIBAUD @ 2011-08-21  8:05 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 21/08/2011 09:34, Prafulla Wadaskar a ?crit :
> Hi Albert
>
> Please kindly pull
> The following changes since commit 043a76397696ca0a77ebee0ffc60bf31bdf37f02:
>    Prafulla Wadaskar (1):
>          Merge branch 'master' of git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster
>
> are available in the git repository at:
>
>    u-boot-marvell.git master branch.
>
> Ajay Bhargav (2):
>        gpio: Add GPIO driver framework for Marvell SoCs
>        gpio: Add GPIO driver for Marvell SoC Armada100
>
>   arch/arm/include/asm/arch-armada100/gpio.h |   48 ++++++++++++
>   drivers/gpio/Makefile                      |    1 +
>   drivers/gpio/mvgpio.c                      |  115 ++++++++++++++++++++++++++++
>   drivers/gpio/mvgpio.h                      |   74 ++++++++++++++++++
>   4 files changed, 238 insertions(+), 0 deletions(-)
>   create mode 100644 arch/arm/include/asm/arch-armada100/gpio.h
>   create mode 100644 drivers/gpio/mvgpio.c
>   create mode 100644 drivers/gpio/mvgpio.h
>
> Regards..
> Prafulla . .

One question, to you, and one note, to all ARM custodians:

The question, about the patches:

These were submitted on 2011/07/21, after the merge window close of 
2011/07/16, and are not a bugfix, right? If so they should only go to 
master after the september release -- I can pull them into 
u-boot-arm/next if you want then out of your plate, though.

The note, about pull request to the ARM repo:

I see (here, as in some pull reqs to ARM from others as well) that you 
have merged the u-boot-arm/master tip in your tree. This causes two 
problems, one minor, and one major.

The minor one is that the commit on which your pull request is emitted 
is *not* a commit of u-boot-arm/master, whereas it should be.

The (more) major problem is that this merging is contrary to 
<http://www.denx.de/wiki/view/U-Boot/CustodianGitTrees#Tips_for_maintaining_custodian_t>, 
which mandates that repos be rebased onto their upstream repo, not that 
they merge it.

This is not simply a question of style vs. substance: one of the reasons 
to prefer rebases to merges is that merges prevent effective use of git 
bisect, thus prevent tracking regressions.

(note: I think the Wiki can mislead readers into doing git pulls, which 
actually cause merges, and it would be better if the Wiki suggested git 
fetches instead -- and did not suggest use of intermediate branches such 
as 'uboot' which are only syntactic sugaring for 'u-boot/master'.)

So custodians, instead of merging the upstream repo onto which you will 
send a pull request, please do rebase your repo onto the upstream master 
branch!

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2011-08-21  7:34 Prafulla Wadaskar
  2011-08-21  8:05 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-08-21  7:34 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull
The following changes since commit 043a76397696ca0a77ebee0ffc60bf31bdf37f02:
  Prafulla Wadaskar (1):
        Merge branch 'master' of git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster

are available in the git repository at:

  u-boot-marvell.git master branch.

Ajay Bhargav (2):
      gpio: Add GPIO driver framework for Marvell SoCs
      gpio: Add GPIO driver for Marvell SoC Armada100

 arch/arm/include/asm/arch-armada100/gpio.h |   48 ++++++++++++
 drivers/gpio/Makefile                      |    1 +
 drivers/gpio/mvgpio.c                      |  115 ++++++++++++++++++++++++++++
 drivers/gpio/mvgpio.h                      |   74 ++++++++++++++++++
 4 files changed, 238 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-armada100/gpio.h
 create mode 100644 drivers/gpio/mvgpio.c
 create mode 100644 drivers/gpio/mvgpio.h

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-08-04 14:45 ` Albert ARIBAUD
@ 2011-08-05  1:52   ` Prafulla Wadaskar
  0 siblings, 0 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-08-05  1:52 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> Sent: Thursday, August 04, 2011 8:16 PM
> To: Prafulla Wadaskar
> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: Pull request u-boot-marvell.git
> 
> On 04/08/2011 14:51, Prafulla Wadaskar wrote:
> > Hi Albert
> >
> > Please kindly pull
> >
> > The following changes since commit
> a3df225cd92034b03b276391a45efc516716a31a:
> >    Thomas Abraham (1):
> >          SMDKV310: Enable device tree support
> >
> > are available in the git repository at:
> >
> >    u-boot-marvell.git master branch.
> >
> > Ajay Bhargav (2):
> >        Armada100: MFP macro naming correction
> >        Armada100: Add Board Support for Marvell GuruPlug-Display
> >
> > Jason Cooper (1):
> >        drivers/rtc: add Marvell Integrated RTC
> 
> Applied tu u-boot-arm/master, thanks!
> 
> Note however that your pull req was based on a bad u-boot-arm/master,
> which I had to change as it integrated two unwanted patches.
> 
> I thus took 523bac01981c761c2536ae44b66658581914de7a (the commit of
> yours that you merged the wrong u-boot-arm/master with), merged it mith
> my corrected u-boot-arm/master, and then cherry-picking the three
> commits above into u-boot-arm/master.
> 
> You will have to force-reset your own master (and next, and possibly
> other) branch(es) onto the current u-boot-arm/master.

Hi Albert,
Thanks, I will do it at my end.

Regards..
Prafulla . .

> 
> Amicalement,
> --
> Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-08-04 12:51 Prafulla Wadaskar
@ 2011-08-04 14:45 ` Albert ARIBAUD
  2011-08-05  1:52   ` Prafulla Wadaskar
  0 siblings, 1 reply; 68+ messages in thread
From: Albert ARIBAUD @ 2011-08-04 14:45 UTC (permalink / raw)
  To: u-boot

On 04/08/2011 14:51, Prafulla Wadaskar wrote:
> Hi Albert
>
> Please kindly pull
>
> The following changes since commit a3df225cd92034b03b276391a45efc516716a31a:
>    Thomas Abraham (1):
>          SMDKV310: Enable device tree support
>
> are available in the git repository at:
>
>    u-boot-marvell.git master branch.
>
> Ajay Bhargav (2):
>        Armada100: MFP macro naming correction
>        Armada100: Add Board Support for Marvell GuruPlug-Display
>
> Jason Cooper (1):
>        drivers/rtc: add Marvell Integrated RTC

Applied tu u-boot-arm/master, thanks!

Note however that your pull req was based on a bad u-boot-arm/master, 
which I had to change as it integrated two unwanted patches.

I thus took 523bac01981c761c2536ae44b66658581914de7a (the commit of 
yours that you merged the wrong u-boot-arm/master with), merged it mith 
my corrected u-boot-arm/master, and then cherry-picking the three 
commits above into u-boot-arm/master.

You will have to force-reset your own master (and next, and possibly 
other) branch(es) onto the current u-boot-arm/master.

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2011-08-04 12:51 Prafulla Wadaskar
  2011-08-04 14:45 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-08-04 12:51 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull

The following changes since commit a3df225cd92034b03b276391a45efc516716a31a:
  Thomas Abraham (1):
        SMDKV310: Enable device tree support

are available in the git repository at:

  u-boot-marvell.git master branch.

Ajay Bhargav (2):
      Armada100: MFP macro naming correction
      Armada100: Add Board Support for Marvell GuruPlug-Display

Jason Cooper (1):
      drivers/rtc: add Marvell Integrated RTC

 MAINTAINERS                                   |    4 +
 arch/arm/include/asm/arch-armada100/mfp.h     |    4 +-
 arch/arm/include/asm/arch-kirkwood/kirkwood.h |    1 +
 board/Marvell/gplugd/Makefile                 |   57 +++++++++++
 board/Marvell/gplugd/gplugd.c                 |   62 ++++++++++++
 boards.cfg                                    |    1 +
 drivers/rtc/Makefile                          |    1 +
 drivers/rtc/mvrtc.c                           |  124 +++++++++++++++++++++++++
 drivers/rtc/mvrtc.h                           |   65 +++++++++++++
 include/configs/gplugd.h                      |   87 +++++++++++++++++
 10 files changed, 404 insertions(+), 2 deletions(-)
 create mode 100644 board/Marvell/gplugd/Makefile
 create mode 100644 board/Marvell/gplugd/gplugd.c
 create mode 100644 drivers/rtc/mvrtc.c
 create mode 100644 drivers/rtc/mvrtc.h
 create mode 100644 include/configs/gplugd.h

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-06-20  5:16   ` Prafulla Wadaskar
@ 2011-06-20 11:46     ` Albert ARIBAUD
  0 siblings, 0 replies; 68+ messages in thread
From: Albert ARIBAUD @ 2011-06-20 11:46 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 20/06/2011 07:16, Prafulla Wadaskar a ?crit :

>> -----Original Message-----
>> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
>> Sent: Saturday, June 18, 2011 11:16 AM
>> To: Prafulla Wadaskar
>> Cc: u-boot at lists.denx.de
>> Subject: Re: Pull request u-boot-marvell.git
>>
>> (resent as this was not sent to the list, sorry Prafulla for the
>> duplicate)
>>
>> Hi Prafulla,
>>
>> Le 16/06/2011 13:23, Prafulla Wadaskar a ?crit :
>>> Hi Albert
>>>
>>> Please kindly pull
>>>
>>> The following changes since commit
>> 7b2fac7654f7420c2787f74ec3b1540fa3b343e9:
>>>     Aneesh V (1):
>>>           omap730p2: fix build breaks
>>>
>>> are available in the git repository at:
>>>
>>>     u-boot-marvell.git next branch.
>>
>> Are these meant for this release, i.e. should I pull that in
>> u-boot-arm/master? If so, can you please rebase your master branch onto
>> your next branch? Next is supposed to hold commits waiting for next
>> merge window.
>
> Hi Albert
> By default they should go in next release that's why I put them in next branch

Still not clear to me -- next release is 2011-06, but next merge window 
is for *after* 2011-06, and anyway, the U-Boot wiki clearly describes 
pull reqs as being done on master branches, not next. So:

- if you want these commits in for 2011-06, then please move your master 
to have them in, and send a pull req for master, not next.

- if you want them in after 2011-06, then simply wait for the merge 
window, then move them to your master and issue the pull request.

Which is it?

Sorry if I seem either convoluted or dense (or both).

> Regards..
> Prafulla . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-06-18  5:46 ` Albert ARIBAUD
@ 2011-06-20  5:16   ` Prafulla Wadaskar
  2011-06-20 11:46     ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-06-20  5:16 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> Sent: Saturday, June 18, 2011 11:16 AM
> To: Prafulla Wadaskar
> Cc: u-boot at lists.denx.de
> Subject: Re: Pull request u-boot-marvell.git
> 
> (resent as this was not sent to the list, sorry Prafulla for the
> duplicate)
> 
> Hi Prafulla,
> 
> Le 16/06/2011 13:23, Prafulla Wadaskar a ?crit :
> > Hi Albert
> >
> > Please kindly pull
> >
> > The following changes since commit
> 7b2fac7654f7420c2787f74ec3b1540fa3b343e9:
> >    Aneesh V (1):
> >          omap730p2: fix build breaks
> >
> > are available in the git repository at:
> >
> >    u-boot-marvell.git next branch.
> 
> Are these meant for this release, i.e. should I pull that in
> u-boot-arm/master? If so, can you please rebase your master branch onto
> your next branch? Next is supposed to hold commits waiting for next
> merge window.

Hi Albert
By default they should go in next release that's why I put them in next branch

Regards..
Prafulla . .

> 
> Also:
> 
> uboot at lilith:~/src/u-boot-arm$ git fetch u-boot-marvell
> remote: error: refs/remotes/origin/mkimage does not point to a valid
> object!
> remote: Counting objects: 88, done.
> remote: Compressing objects: 100% (38/38), done.
> remote: Total 68 (delta 51), reused 38 (delta 29)
> Unpacking objects: 100% (68/68), done.
>  From git://git.denx.de/u-boot-marvell
>   + 0b41af5...7b2fac7 master     -> u-boot-marvell/master  (forced
> update)
>   + 02e1082...7e481f6 next       -> u-boot-marvell/next  (forced update)
> uboot at lilith:~/src/u-boot-arm$
> 
> Anyone know what the error message about refs/remote/origin/mkimage
> means?
> 
> Amicalement,
> --
> Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-06-16 11:23 Prafulla Wadaskar
@ 2011-06-18  5:46 ` Albert ARIBAUD
  2011-06-20  5:16   ` Prafulla Wadaskar
  0 siblings, 1 reply; 68+ messages in thread
From: Albert ARIBAUD @ 2011-06-18  5:46 UTC (permalink / raw)
  To: u-boot

(resent as this was not sent to the list, sorry Prafulla for the duplicate)

Hi Prafulla,

Le 16/06/2011 13:23, Prafulla Wadaskar a ?crit :
> Hi Albert
>
> Please kindly pull
>
> The following changes since commit 7b2fac7654f7420c2787f74ec3b1540fa3b343e9:
>    Aneesh V (1):
>          omap730p2: fix build breaks
>
> are available in the git repository at:
>
>    u-boot-marvell.git next branch.

Are these meant for this release, i.e. should I pull that in 
u-boot-arm/master? If so, can you please rebase your master branch onto 
your next branch? Next is supposed to hold commits waiting for next 
merge window.

Also:

uboot at lilith:~/src/u-boot-arm$ git fetch u-boot-marvell
remote: error: refs/remotes/origin/mkimage does not point to a valid object!
remote: Counting objects: 88, done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 68 (delta 51), reused 38 (delta 29)
Unpacking objects: 100% (68/68), done.
 From git://git.denx.de/u-boot-marvell
  + 0b41af5...7b2fac7 master     -> u-boot-marvell/master  (forced update)
  + 02e1082...7e481f6 next       -> u-boot-marvell/next  (forced update)
uboot at lilith:~/src/u-boot-arm$

Anyone know what the error message about refs/remote/origin/mkimage means?

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2011-06-17 10:51 Prafulla Wadaskar
  0 siblings, 0 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-06-17 10:51 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Prafulla Wadaskar
> Sent: Thursday, June 16, 2011 4:54 PM
> To: 'Albert ARIBAUD'
> Cc: 'Wolfgang Denk'; 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan
> Sarnaik
> Subject: Pull request u-boot-marvell.git
> 
> Hi Albert
> 
> Please kindly pull
> 
> The following changes since commit
> 7b2fac7654f7420c2787f74ec3b1540fa3b343e9:
>   Aneesh V (1):
>         omap730p2: fix build breaks
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git next branch.
> 
> Holger Brunck (4):
>       arm/kirkwood: if CONFIG_SOFT_I2C is set don't set
> CONFIG_I2C_MVTWSI
>       arm/km: fix u-boot.kwb build breakage
>       arm/km: remove unneeded define
>       arm/km: replace suenx targets with km_kirkwood
> 
> Valentin Longchamp (3):
>       arm/km: use board KM_ENV_BUS for CONFIG_I2C_ENV_EEPROM_BUS
>       arm/km: ethernet support for mgcoge3un
>       arm/km: add support for portl2 board

Hi Albert
I have pushed one more patch on this branch
i.e.

Simon Guinot (1):
      Add support for Network Space v2 and parent

With additions:
board/LaCie/netspace_v2/Makefile            |   49 ++++++++
 board/LaCie/netspace_v2/kwbimage.cfg        |  162 +++++++++++++++++++++++++++
 board/LaCie/netspace_v2/netspace_v2.c       |  142 +++++++++++++++++++++++
 board/LaCie/netspace_v2/netspace_v2.h       |   42 +++++++
include/configs/netspace_v2.h               |  162 +++++++++++++++++++++++++++

Please kindly consider this for pull or let me know if I need to generate separate pull request for the same.

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2011-06-16 11:23 Prafulla Wadaskar
  2011-06-18  5:46 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-06-16 11:23 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull

The following changes since commit 7b2fac7654f7420c2787f74ec3b1540fa3b343e9:
  Aneesh V (1):
        omap730p2: fix build breaks

are available in the git repository at:

  u-boot-marvell.git next branch.

Holger Brunck (4):
      arm/kirkwood: if CONFIG_SOFT_I2C is set don't set CONFIG_I2C_MVTWSI
      arm/km: fix u-boot.kwb build breakage
      arm/km: remove unneeded define
      arm/km: replace suenx targets with km_kirkwood

Valentin Longchamp (3):
      arm/km: use board KM_ENV_BUS for CONFIG_I2C_ENV_EEPROM_BUS
      arm/km: ethernet support for mgcoge3un
      arm/km: add support for portl2 board

 MAINTAINERS                                 |    7 ++-
 MAKEALL                                     |    3 +-
 arch/arm/include/asm/arch-kirkwood/config.h |    2 +
 board/keymile/km_arm/km_arm.c               |   45 ++++++++++++++-
 boards.cfg                                  |    5 +-
 include/configs/km/km_arm.h                 |   32 ++--------
 include/configs/{suen3.h => km_kirkwood.h}  |   18 ++++--
 include/configs/mgcoge3un.h                 |    6 ++
 include/configs/portl2.h                    |   81 +++++++++++++++++++++++++++
 include/configs/suen8.h                     |   50 ----------------
 10 files changed, 161 insertions(+), 88 deletions(-)
 rename include/configs/{suen3.h => km_kirkwood.h} (77%)
 create mode 100644 include/configs/portl2.h
 delete mode 100644 include/configs/suen8.h

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-05-11 11:51       ` Prafulla Wadaskar
@ 2011-05-11 21:01         ` Albert ARIBAUD
  0 siblings, 0 replies; 68+ messages in thread
From: Albert ARIBAUD @ 2011-05-11 21:01 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 11/05/2011 13:51, Prafulla Wadaskar a ?crit :
> Hi Albert
>
> Please kindly pull
> The following changes since commit 33e4e15695f7e502fc414984f67d6636f03854fa:
>    Ben Gardiner (1):
>          da850evm: fix NAND WSTROBE and TA timings
>
> are available in the git repository at:
>
>    u-boot-marvell.git master branch.
>
> Clint Adams (4):
>        Rename openrd_base files to openrd
>        Add definitions for OpenRD-Client and OpenRD-Ultimate
>        Initialize second PHY on OpenRD-Client and OpenRD-Ultimate
>        Enable multiple fs options for Marvell SoC family on OpenRD boards
>
> Simon Guinot (2):
>        Kirkwood: allow to override CONFIG_SYS_TCLK
>        mv-common.h: fix DRAM banks configuration
>
>   MAKEALL                                            |    2 +
>   arch/arm/include/asm/arch-kirkwood/kw88f6281.h     |    8 +++--
>   board/Marvell/{openrd_base =>  openrd}/Makefile     |    2 +-
>   board/Marvell/{openrd_base =>  openrd}/kwbimage.cfg |    0
>   .../{openrd_base/openrd_base.c =>  openrd/openrd.c} |   33 +++++++++++++++++---
>   .../{openrd_base/openrd_base.h =>  openrd/openrd.h} |    0
>   boards.cfg                                         |    4 ++-
>   include/configs/mv-common.h                        |    8 ++--
>   include/configs/{openrd_base.h =>  openrd.h}        |   33 +++++++++++++++++---
>   9 files changed, 71 insertions(+), 19 deletions(-)
>   rename board/Marvell/{openrd_base =>  openrd}/Makefile (98%)
>   rename board/Marvell/{openrd_base =>  openrd}/kwbimage.cfg (100%)
>   rename board/Marvell/{openrd_base/openrd_base.c =>  openrd/openrd.c} (80%)
>   rename board/Marvell/{openrd_base/openrd_base.h =>  openrd/openrd.h} (100%)
>   rename include/configs/{openrd_base.h =>  openrd.h} (81%)

Applied, thanks.

> Regards..
> Prafulla . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-05-07  7:14     ` Albert ARIBAUD
@ 2011-05-11 11:51       ` Prafulla Wadaskar
  2011-05-11 21:01         ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-05-11 11:51 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull
The following changes since commit 33e4e15695f7e502fc414984f67d6636f03854fa:
  Ben Gardiner (1):
        da850evm: fix NAND WSTROBE and TA timings

are available in the git repository at:

  u-boot-marvell.git master branch.

Clint Adams (4):
      Rename openrd_base files to openrd
      Add definitions for OpenRD-Client and OpenRD-Ultimate
      Initialize second PHY on OpenRD-Client and OpenRD-Ultimate
      Enable multiple fs options for Marvell SoC family on OpenRD boards

Simon Guinot (2):
      Kirkwood: allow to override CONFIG_SYS_TCLK
      mv-common.h: fix DRAM banks configuration

 MAKEALL                                            |    2 +
 arch/arm/include/asm/arch-kirkwood/kw88f6281.h     |    8 +++--
 board/Marvell/{openrd_base => openrd}/Makefile     |    2 +-
 board/Marvell/{openrd_base => openrd}/kwbimage.cfg |    0 
 .../{openrd_base/openrd_base.c => openrd/openrd.c} |   33 +++++++++++++++++---
 .../{openrd_base/openrd_base.h => openrd/openrd.h} |    0 
 boards.cfg                                         |    4 ++-
 include/configs/mv-common.h                        |    8 ++--
 include/configs/{openrd_base.h => openrd.h}        |   33 +++++++++++++++++---
 9 files changed, 71 insertions(+), 19 deletions(-)
 rename board/Marvell/{openrd_base => openrd}/Makefile (98%)
 rename board/Marvell/{openrd_base => openrd}/kwbimage.cfg (100%)
 rename board/Marvell/{openrd_base/openrd_base.c => openrd/openrd.c} (80%)
 rename board/Marvell/{openrd_base/openrd_base.h => openrd/openrd.h} (100%)
 rename include/configs/{openrd_base.h => openrd.h} (81%)

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-05-06 20:43   ` Prafulla Wadaskar
@ 2011-05-07  7:14     ` Albert ARIBAUD
  2011-05-11 11:51       ` Prafulla Wadaskar
  0 siblings, 1 reply; 68+ messages in thread
From: Albert ARIBAUD @ 2011-05-07  7:14 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 06/05/2011 22:43, Prafulla Wadaskar a ?crit :

>> -----Original Message-----
>> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
>> Sent: Saturday, May 07, 2011 1:30 AM
>> To: Prafulla Wadaskar
>> Cc: Wolfgang Denk; 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan
>> Sarnaik
>> Subject: Re: Pull request u-boot-marvell.git
>>
>> Hi Prafulla,
>>
>> Please do not use my former address; use my current From: one.
>>
>> Le 06/05/2011 15:25, Prafulla Wadaskar a ?crit :
>>> Hi Albert
>>>
>>> Please kindly pull
>>> The following changes since commit
>> 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683:
>>>     Grant Likely (1):
>>>           Add CONFIG_OF_LIBFDT to more boards.
>>>
>>> are available in the git repository at:
>>>
>>>     u-boot-marvell.git master branch.
>>>
>>> Clint Adams (4):
>>>         Rename openrd_base files to openrd
>>>         Add definitions for OpenRD-Client and OpenRD-Ultimate
>>>         Initialize second PHY on OpenRD-Client and OpenRD-Ultimate
>>>         Enable multiple fs options for Marvell SoC family on OpenRD
>> boards
>>>
>>> Simon Guinot (2):
>>>         Kirkwood: allow to override CONFIG_SYS_TCLK
>>>         mv-common.h: fix DRAM banks configuration
>>
>> Seems like you've got more than these 6 patches on your master branch
>> above mine. On my side I see
>
> Yes, you are correct
> Even I have mentioned this in my mail.

Sorry, I'd missed this as I directly went to check the list of commits.

>> Clint Adams (4):
>>         Rename openrd_base files to openrd
>>         Add definitions for OpenRD-Client and OpenRD-Ultimate
>>         Initialize second PHY on OpenRD-Client and OpenRD-Ultimate
>>         Enable multiple fs options for Marvell SoC family on OpenRD
>> boards
>>
>> Jason Liu (2):
>>         mx53loco: set mmc env to MMC slot1
>>         MX5: Enable flat-device-tree support on mx53 loco board
>>
>> Liu Hui-R64343 (1):
>>         MX53: support for freescale MX53LOCO board
>>
>> Minkyu Kang (1):
>>         Don't grab memory for LCD if FB address is defined
>>
>> Simon Guinot (2):
>>         Kirkwood: allow to override CONFIG_SYS_TCLK
>>         mv-common.h: fix DRAM banks configuration
>>
>> Some of which, IIRC, are not to be applied yet (the MX53LOCO ones, for
>> instance) and some which are already (the "don't grab LCD..." one).
>>
>> Can you double-check your tree?
>
> I have rebased with u-boot-arm.git master and those are available there.
> What should I do now to resolve this?
> BTW: This is first time I am facing this problem. What is root cause of it?

I has the same issue, caused by some patches in IMX that were initially 
accepted then rejected, only after I had pulled the IMX tree. I had to 
do an interactive rebase to select which patches I needed. Here is what 
you should do:

1) checkout your current master branch (with the spurious commits)

2) do a 'git rebase -i u-boot-arm/master'. The -i will cause the list of 
commits to be presented to you in an editor, and you will be able to 
remove those which you do not want.

You'll need to re-push the master (and possibly next, if you need to 
rebase and export it too) with the -f option.

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-05-06 20:00 ` Albert ARIBAUD
@ 2011-05-06 20:43   ` Prafulla Wadaskar
  2011-05-07  7:14     ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-05-06 20:43 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> Sent: Saturday, May 07, 2011 1:30 AM
> To: Prafulla Wadaskar
> Cc: Wolfgang Denk; 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan
> Sarnaik
> Subject: Re: Pull request u-boot-marvell.git
> 
> Hi Prafulla,
> 
> Please do not use my former address; use my current From: one.
> 
> Le 06/05/2011 15:25, Prafulla Wadaskar a ?crit :
> > Hi Albert
> >
> > Please kindly pull
> > The following changes since commit
> 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683:
> >    Grant Likely (1):
> >          Add CONFIG_OF_LIBFDT to more boards.
> >
> > are available in the git repository at:
> >
> >    u-boot-marvell.git master branch.
> >
> > Clint Adams (4):
> >        Rename openrd_base files to openrd
> >        Add definitions for OpenRD-Client and OpenRD-Ultimate
> >        Initialize second PHY on OpenRD-Client and OpenRD-Ultimate
> >        Enable multiple fs options for Marvell SoC family on OpenRD
> boards
> >
> > Simon Guinot (2):
> >        Kirkwood: allow to override CONFIG_SYS_TCLK
> >        mv-common.h: fix DRAM banks configuration
> 
> Seems like you've got more than these 6 patches on your master branch
> above mine. On my side I see

Yes, you are correct
Even I have mentioned this in my mail.

> 
> Clint Adams (4):
>        Rename openrd_base files to openrd
>        Add definitions for OpenRD-Client and OpenRD-Ultimate
>        Initialize second PHY on OpenRD-Client and OpenRD-Ultimate
>        Enable multiple fs options for Marvell SoC family on OpenRD
> boards
> 
> Jason Liu (2):
>        mx53loco: set mmc env to MMC slot1
>        MX5: Enable flat-device-tree support on mx53 loco board
> 
> Liu Hui-R64343 (1):
>        MX53: support for freescale MX53LOCO board
> 
> Minkyu Kang (1):
>        Don't grab memory for LCD if FB address is defined
> 
> Simon Guinot (2):
>        Kirkwood: allow to override CONFIG_SYS_TCLK
>        mv-common.h: fix DRAM banks configuration
> 
> Some of which, IIRC, are not to be applied yet (the MX53LOCO ones, for
> instance) and some which are already (the "don't grab LCD..." one).
> 
> Can you double-check your tree?

I have rebased with u-boot-arm.git master and those are available there.
What should I do now to resolve this?
BTW: This is first time I am facing this problem. What is root cause of it?

Regards..
Prafulla. . . 

> 
> Amicalement,
> --
> Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-05-06 13:25 Prafulla Wadaskar
@ 2011-05-06 20:00 ` Albert ARIBAUD
  2011-05-06 20:43   ` Prafulla Wadaskar
  0 siblings, 1 reply; 68+ messages in thread
From: Albert ARIBAUD @ 2011-05-06 20:00 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Please do not use my former address; use my current From: one.

Le 06/05/2011 15:25, Prafulla Wadaskar a ?crit :
> Hi Albert
>
> Please kindly pull
> The following changes since commit 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683:
>    Grant Likely (1):
>          Add CONFIG_OF_LIBFDT to more boards.
>
> are available in the git repository at:
>
>    u-boot-marvell.git master branch.
>
> Clint Adams (4):
>        Rename openrd_base files to openrd
>        Add definitions for OpenRD-Client and OpenRD-Ultimate
>        Initialize second PHY on OpenRD-Client and OpenRD-Ultimate
>        Enable multiple fs options for Marvell SoC family on OpenRD boards
>
> Simon Guinot (2):
>        Kirkwood: allow to override CONFIG_SYS_TCLK
>        mv-common.h: fix DRAM banks configuration

Seems like you've got more than these 6 patches on your master branch 
above mine. On my side I see

Clint Adams (4):
       Rename openrd_base files to openrd
       Add definitions for OpenRD-Client and OpenRD-Ultimate
       Initialize second PHY on OpenRD-Client and OpenRD-Ultimate
       Enable multiple fs options for Marvell SoC family on OpenRD boards

Jason Liu (2):
       mx53loco: set mmc env to MMC slot1
       MX5: Enable flat-device-tree support on mx53 loco board

Liu Hui-R64343 (1):
       MX53: support for freescale MX53LOCO board

Minkyu Kang (1):
       Don't grab memory for LCD if FB address is defined

Simon Guinot (2):
       Kirkwood: allow to override CONFIG_SYS_TCLK
       mv-common.h: fix DRAM banks configuration

Some of which, IIRC, are not to be applied yet (the MX53LOCO ones, for 
instance) and some which are already (the "don't grab LCD..." one).

Can you double-check your tree?

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2011-05-06 13:25 Prafulla Wadaskar
  2011-05-06 20:00 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-05-06 13:25 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull
The following changes since commit 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683:
  Grant Likely (1):
        Add CONFIG_OF_LIBFDT to more boards.

are available in the git repository at:

  u-boot-marvell.git master branch.

Clint Adams (4):
      Rename openrd_base files to openrd
      Add definitions for OpenRD-Client and OpenRD-Ultimate
      Initialize second PHY on OpenRD-Client and OpenRD-Ultimate
      Enable multiple fs options for Marvell SoC family on OpenRD boards

Simon Guinot (2):
      Kirkwood: allow to override CONFIG_SYS_TCLK
      mv-common.h: fix DRAM banks configuration

 MAINTAINERS                                        |    1 +
 MAKEALL                                            |    2 +
 arch/arm/include/asm/arch-kirkwood/kw88f6281.h     |    8 +-
 board/Marvell/{openrd_base => openrd}/Makefile     |    2 +-
 board/Marvell/{openrd_base => openrd}/kwbimage.cfg |    0 
 .../{openrd_base/openrd_base.c => openrd/openrd.c} |   33 ++-
 .../{openrd_base/openrd_base.h => openrd/openrd.h} |    0 
 .../openrd_base => freescale/mx53loco}/Makefile    |   21 +-
 boards.cfg                                         |    5 +-
 include/configs/mv-common.h                        |    8 +-
 include/configs/{openrd_base.h => openrd.h}        |   33 ++-
 11 files changed, 707 insertions(+), 34 deletions(-)
 copy board/Marvell/{openrd_base => openrd}/Makefile (98%)
 rename board/Marvell/{openrd_base => openrd}/kwbimage.cfg (100%)
 rename board/Marvell/{openrd_base/openrd_base.c => openrd/openrd.c} (80%)
 rename board/Marvell/{openrd_base/openrd_base.h => openrd/openrd.h} (100%)
 rename board/{Marvell/openrd_base => freescale/mx53loco}/Makefile (69%)
 rename include/configs/{openrd_base.h => openrd.h} (81%)


The contents are tailored for relevant patches since git-request-pull output was with added patches.

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-04-13 14:47 Prafulla Wadaskar
@ 2011-04-13 19:35 ` Albert ARIBAUD
  0 siblings, 0 replies; 68+ messages in thread
From: Albert ARIBAUD @ 2011-04-13 19:35 UTC (permalink / raw)
  To: u-boot

Le 13/04/2011 16:47, Prafulla Wadaskar a ?crit :
> Hi Albert
>
> Please kindly pull
> The following changes since commit 531bb02c0bfc783e95f1b761f18e15d6f565e357:
>    Fabio Estevam (1):
>          MX25: tx25: Add _end section on nand_spl
>
> are available in the git repository at:
>
>    u-boot-marvell.git master branch
>
> Lei Wen (6):
>        pxa: move i2c driver to the common place
>        mv_i2c: fix timeout value to be consistent with comments
>        mv_i2c: use structure to replace the direclty define
>        I2C: add i2c support for Pantheon platform
>        I2C: mv_i2c: add multi bus support
>        I2C: add i2c support for Armada100 platform
>
> Rogan Dawes (1):
>        Orion5x: Correct DRAM bank detection

Applied, thanks!

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2011-04-13 14:47 Prafulla Wadaskar
  2011-04-13 19:35 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-04-13 14:47 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull
The following changes since commit 531bb02c0bfc783e95f1b761f18e15d6f565e357:
  Fabio Estevam (1):
        MX25: tx25: Add _end section on nand_spl

are available in the git repository at:

  u-boot-marvell.git master branch

Lei Wen (6):
      pxa: move i2c driver to the common place
      mv_i2c: fix timeout value to be consistent with comments
      mv_i2c: use structure to replace the direclty define
      I2C: add i2c support for Pantheon platform
      I2C: mv_i2c: add multi bus support
      I2C: add i2c support for Armada100 platform

Rogan Dawes (1):
      Orion5x: Correct DRAM bank detection

 arch/arm/cpu/arm926ejs/armada100/cpu.c         |   16 ++
 arch/arm/cpu/arm926ejs/orion5x/dram.c          |    2 +-
 arch/arm/cpu/arm926ejs/pantheon/cpu.c          |   12 +
 arch/arm/cpu/pxa/Makefile                      |    1 -
 arch/arm/cpu/pxa/cpu.c                         |   10 +
 arch/arm/include/asm/arch-armada100/config.h   |   12 +
 arch/arm/include/asm/arch-armada100/mfp.h      |   40 ++--
 arch/arm/include/asm/arch-orion5x/orion5x.h    |    1 +
 arch/arm/include/asm/arch-pantheon/config.h    |   10 +
 arch/arm/include/asm/arch-pantheon/cpu.h       |    4 +-
 arch/arm/include/asm/arch-pantheon/mfp.h       |    6 +-
 arch/arm/include/asm/arch-pxa/pxa-regs.h       |   56 -----
 board/Marvell/aspenite/aspenite.c              |    5 +
 board/Marvell/dkb/dkb.c                        |    4 +
 board/innokom/innokom.c                        |    9 +-
 drivers/i2c/Makefile                           |    1 +
 arch/arm/cpu/pxa/i2c.c => drivers/i2c/mv_i2c.c |  294 ++++++++++++-----------
 drivers/i2c/mv_i2c.h                           |   83 +++++++
 include/configs/aspenite.h                     |    1 +
 include/configs/dkb.h                          |    2 +
 include/configs/innokom.h                      |    2 +
 include/configs/xm250.h                        |    2 +
 22 files changed, 345 insertions(+), 228 deletions(-)
 rename arch/arm/cpu/pxa/i2c.c => drivers/i2c/mv_i2c.c (65%)
 create mode 100644 drivers/i2c/mv_i2c.h

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-02-14  6:58 Prafulla Wadaskar
@ 2011-02-14  7:17 ` Albert ARIBAUD
  0 siblings, 0 replies; 68+ messages in thread
From: Albert ARIBAUD @ 2011-02-14  7:17 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 14/02/2011 07:58, Prafulla Wadaskar a ?crit :
> Hi Albert/Wolfgang
>
> Resending pull re	quest for master branch
> Please kindly pull
> The following changes since commit 3b66ae65d7f9b18f281ae975a075b991048c8864:
>    Albert Aribaud (1):
>          Merge remote branch 'u-boot-imx/master'
>
> are available in the git repository at:
>
>    u-boot-marvell.git master branch.

Applied, thanks!

Wolfgang, I will do some scrubbing on patchwork this evening to make 
sure I haven't missed anything and then I will send my pull request for ARM.

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2011-02-14  6:58 Prafulla Wadaskar
  2011-02-14  7:17 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-02-14  6:58 UTC (permalink / raw)
  To: u-boot

Hi Albert/Wolfgang

Resending pull re	quest for master branch
Please kindly pull
The following changes since commit 3b66ae65d7f9b18f281ae975a075b991048c8864:
  Albert Aribaud (1):
        Merge remote branch 'u-boot-imx/master'

are available in the git repository at:

  u-boot-marvell.git master branch.

Lei Wen (5):
      mv: seperate kirkwood and armada from common setting
      ARM: Add Support for Marvell Pantheon Familiy SoCs
      serial: add pantheon soc support
      mvmfp: add MFP configuration support for PANTHEON
      Pantheon: Add Board Support for Marvell dkb board

 MAINTAINERS                                   |    4 +
 README                                        |    5 +
 arch/arm/cpu/arm926ejs/pantheon/Makefile      |   46 ++++++
 arch/arm/cpu/arm926ejs/pantheon/cpu.c         |   78 +++++++++
 arch/arm/cpu/arm926ejs/pantheon/dram.c        |  132 +++++++++++++++
 arch/arm/cpu/arm926ejs/pantheon/timer.c       |  214 +++++++++++++++++++++++++
 arch/arm/include/asm/arch-armada100/config.h  |   44 +++++
 arch/arm/include/asm/arch-kirkwood/config.h   |  145 +++++++++++++++++
 arch/arm/include/asm/arch-pantheon/config.h   |   38 +++++
 arch/arm/include/asm/arch-pantheon/cpu.h      |   79 +++++++++
 arch/arm/include/asm/arch-pantheon/mfp.h      |   41 +++++
 arch/arm/include/asm/arch-pantheon/pantheon.h |   54 ++++++
 board/Marvell/dkb/Makefile                    |   51 ++++++
 board/Marvell/dkb/dkb.c                       |   54 ++++++
 boards.cfg                                    |    1 +
 drivers/gpio/mvmfp.c                          |    2 +
 drivers/serial/serial.c                       |    2 +
 include/configs/aspenite.h                    |    8 +
 include/configs/dkb.h                         |   65 ++++++++
 include/configs/mv-common.h                   |  147 +++---------------
 20 files changed, 1084 insertions(+), 126 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/Makefile
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/cpu.c
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/dram.c
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/timer.c
 create mode 100644 arch/arm/include/asm/arch-armada100/config.h
 create mode 100644 arch/arm/include/asm/arch-kirkwood/config.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/config.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/cpu.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/mfp.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/pantheon.h
 create mode 100644 board/Marvell/dkb/Makefile
 create mode 100644 board/Marvell/dkb/dkb.c
 create mode 100644 include/configs/dkb.h

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-02-09 21:01 ` Albert ARIBAUD
@ 2011-02-10 20:40   ` Albert ARIBAUD
  0 siblings, 0 replies; 68+ messages in thread
From: Albert ARIBAUD @ 2011-02-10 20:40 UTC (permalink / raw)
  To: u-boot

Le 09/02/2011 22:01, Albert ARIBAUD a ?crit :
> Le 09/02/2011 10:49, Prafulla Wadaskar a ?crit :
>> Hi Albert/Wolfgang
>>
>> Please pull
>>
>> The following changes since commit 97a85b223ab316d11f3a374fecc5d449a1c8a694:
>>     Scott Wood (1):
>>           powerpc/nand spl: link libgcc
>>
>> are available in the git repository at:
>>
>>     u-boot-marvell.git on next branch.
>
> Hi Prafulla et al.,
>
> FYI, I will pull this tomorrow evening.
>
> Amicalement,

Umh... Prafulla, are you sure you want me to pull the next branch, not 
the master branch?

Besides, neither branch applies cleanly right now.

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2011-02-09  9:49 Prafulla Wadaskar
@ 2011-02-09 21:01 ` Albert ARIBAUD
  2011-02-10 20:40   ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Albert ARIBAUD @ 2011-02-09 21:01 UTC (permalink / raw)
  To: u-boot

Le 09/02/2011 10:49, Prafulla Wadaskar a ?crit :
> Hi Albert/Wolfgang
>
> Please pull
>
> The following changes since commit 97a85b223ab316d11f3a374fecc5d449a1c8a694:
>    Scott Wood (1):
>          powerpc/nand spl: link libgcc
>
> are available in the git repository at:
>
>    u-boot-marvell.git on next branch.

Hi Prafulla et al.,

FYI, I will pull this tomorrow evening.

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2011-02-09  9:49 Prafulla Wadaskar
  2011-02-09 21:01 ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2011-02-09  9:49 UTC (permalink / raw)
  To: u-boot

Hi Albert/Wolfgang

Please pull

The following changes since commit 97a85b223ab316d11f3a374fecc5d449a1c8a694:
  Scott Wood (1):
        powerpc/nand spl: link libgcc

are available in the git repository at:

  u-boot-marvell.git on next branch.

Lei Wen (5):
      mv: seperate kirkwood and armada from common setting
      ARM: Add Support for Marvell Pantheon Familiy SoCs
      serial: add pantheon soc support
      mvmfp: add MFP configuration support for PANTHEON
      Pantheon: Add Board Support for Marvell dkb board

 MAINTAINERS                                   |    4 +
 README                                        |    5 +
 arch/arm/cpu/arm926ejs/pantheon/Makefile      |   46 ++++++
 arch/arm/cpu/arm926ejs/pantheon/cpu.c         |   78 +++++++++
 arch/arm/cpu/arm926ejs/pantheon/dram.c        |  132 +++++++++++++++
 arch/arm/cpu/arm926ejs/pantheon/timer.c       |  214 +++++++++++++++++++++++++
 arch/arm/include/asm/arch-armada100/config.h  |   44 +++++
 arch/arm/include/asm/arch-kirkwood/config.h   |  145 +++++++++++++++++
 arch/arm/include/asm/arch-pantheon/config.h   |   38 +++++
 arch/arm/include/asm/arch-pantheon/cpu.h      |   79 +++++++++
 arch/arm/include/asm/arch-pantheon/mfp.h      |   41 +++++
 arch/arm/include/asm/arch-pantheon/pantheon.h |   54 ++++++
 board/Marvell/dkb/Makefile                    |   51 ++++++
 board/Marvell/dkb/dkb.c                       |   54 ++++++
 boards.cfg                                    |    1 +
 drivers/gpio/mvmfp.c                          |    2 +
 drivers/serial/serial.c                       |    2 +
 include/configs/aspenite.h                    |    8 +
 include/configs/dkb.h                         |   65 ++++++++
 include/configs/mv-common.h                   |  147 +++---------------
 20 files changed, 1084 insertions(+), 126 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/Makefile
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/cpu.c
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/dram.c
 create mode 100644 arch/arm/cpu/arm926ejs/pantheon/timer.c
 create mode 100644 arch/arm/include/asm/arch-armada100/config.h
 create mode 100644 arch/arm/include/asm/arch-kirkwood/config.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/config.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/cpu.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/mfp.h
 create mode 100644 arch/arm/include/asm/arch-pantheon/pantheon.h
 create mode 100644 board/Marvell/dkb/Makefile
 create mode 100644 board/Marvell/dkb/dkb.c
 create mode 100644 include/configs/dkb.h

Regards..
Prafulla . . .

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

* [U-Boot] Pull request u-boot-marvell.git
       [not found] <F766E4F80769BD478052FB6533FA745D19F11C124E@SC-VEXCH4.marvell.com>
  2010-12-13 22:45 ` Wolfgang Denk
@ 2010-12-16 22:04 ` Wolfgang Denk
  1 sibling, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-12-16 22:04 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <F766E4F80769BD478052FB6533FA745D19F11C124E@SC-VEXCH4.marvell.com> you wrote:
> 
> Please pull
> 
> The following changes since commit a429db7e3ce6136f80f22584588247926ba60b05:
>   Andreas Bie????mann (1):
>         arm920t/at91/timer: replace bss variables by gd
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Prafulla Wadaskar (8):
>       (Ignore-already pulled by wolfgang) ARM: make timer variables in gt_t available for all ARM platforms
>       arm: Add Support for Marvell ARMADA 100 Familiy SoCs
>       gpio: Add Multi-Function-Pin configuration driver for Marvell SoCs
>       add Multi Function Pin configuration support for ARMADA100
>       Serial: ns16550: Add support for CONFIG_SYS_NS16550_IER macro
>       Serial: Add UART support for Marvell ARMADA 100 SoCs.
>       mv-common.h: Add support for ARMADA100 Platforms
>       Armada100: Add Board Support for Marvell Aspenite-DB
> 
> Simon Kagstrom (1):
>       MAINTAINERS: Transfer openrd_base maintainership to Prafulla Wadaskar
> 
>  MAINTAINERS                                     |    6 +-
>  MAKEALL                                         |    1 +
>  arch/arm/cpu/arm926ejs/armada100/Makefile       |   46 +++++
>  arch/arm/cpu/arm926ejs/armada100/cpu.c          |   92 ++++++++++
>  arch/arm/cpu/arm926ejs/armada100/dram.c         |  131 ++++++++++++++
>  arch/arm/cpu/arm926ejs/armada100/timer.c        |  207 +++++++++++++++++++++++
>  arch/arm/include/asm/arch-armada100/armada100.h |  121 +++++++++++++
>  arch/arm/include/asm/arch-armada100/cpu.h       |   53 ++++++
>  arch/arm/include/asm/arch-armada100/mfp.h       |   67 ++++++++
>  arch/arm/include/asm/global_data.h              |    4 +-
>  board/Marvell/aspenite/Makefile                 |   52 ++++++
>  board/Marvell/aspenite/aspenite.c               |   53 ++++++
>  boards.cfg                                      |    1 +
>  drivers/gpio/Makefile                           |    1 +
>  drivers/gpio/mvmfp.c                            |   87 ++++++++++
>  drivers/serial/ns16550.c                        |    8 +-
>  drivers/serial/serial.c                         |    5 +-
>  include/configs/aspenite.h                      |   63 +++++++
>  include/configs/mv-common.h                     |   66 ++++++--
>  include/mvmfp.h                                 |  100 +++++++++++
>  20 files changed, 1139 insertions(+), 25 deletions(-)
>  create mode 100644 arch/arm/cpu/arm926ejs/armada100/Makefile
>  create mode 100644 arch/arm/cpu/arm926ejs/armada100/cpu.c
>  create mode 100644 arch/arm/cpu/arm926ejs/armada100/dram.c
>  create mode 100644 arch/arm/cpu/arm926ejs/armada100/timer.c
>  create mode 100644 arch/arm/include/asm/arch-armada100/armada100.h
>  create mode 100644 arch/arm/include/asm/arch-armada100/cpu.h
>  create mode 100644 arch/arm/include/asm/arch-armada100/mfp.h
>  create mode 100644 board/Marvell/aspenite/Makefile
>  create mode 100644 board/Marvell/aspenite/aspenite.c
>  create mode 100644 drivers/gpio/mvmfp.c
>  create mode 100644 include/configs/aspenite.h
>  create mode 100644 include/mvmfp.h

Applied to "next" branch, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A Puritan is someone who is deathly afraid that  someone,  somewhere,
is having fun.

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

* [U-Boot] Pull request u-boot-marvell.git
       [not found] <F766E4F80769BD478052FB6533FA745D19F11C124E@SC-VEXCH4.marvell.com>
@ 2010-12-13 22:45 ` Wolfgang Denk
  2010-12-16 22:04 ` Wolfgang Denk
  1 sibling, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-12-13 22:45 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <F766E4F80769BD478052FB6533FA745D19F11C124E@SC-VEXCH4.marvell.com> you wrote:
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Prafulla Wadaskar (8):
>       (Ignore-already pulled by wolfgang) ARM: make timer variables in gt_t available for all ARM platforms
>       arm: Add Support for Marvell ARMADA 100 Familiy SoCs
>       gpio: Add Multi-Function-Pin configuration driver for Marvell SoCs
>       add Multi Function Pin configuration support for ARMADA100
>       Serial: ns16550: Add support for CONFIG_SYS_NS16550_IER macro
>       Serial: Add UART support for Marvell ARMADA 100 SoCs.
>       mv-common.h: Add support for ARMADA100 Platforms
>       Armada100: Add Board Support for Marvell Aspenite-DB

Are you sure this pull request is for "master"?

These commits don't look like bug fixes to me; they appear to add new
stuff instead?  So should these go into "next" ?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
That Microsoft, the Trabant of the operating  system  world,  may  be
glancing  over the Berlin Wall at the Audis and BMWs and Mercedes. In
their own universe Trabants and Ladas were mainstream too...
                                                   -- Evan Leibovitch

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-11-25  7:10 ` Prafulla Wadaskar
@ 2010-11-26 20:15   ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-11-26 20:15 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <F766E4F80769BD478052FB6533FA745D19A9291534@SC-VEXCH4.marvell.com> you wrote:
> 
> Please pull
> 
> The following changes since commit e81bb57f2d98a65aa1a3c61d54cf40294f9039c8=
> :
>   Wolfgang Denk (1):
>         DaVinci: remove bogus DEF_BOOTM definition
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch
> 
> Eric Cooper (2):
>       Seagate FreeAgent DockStar support
>       sort and reformat boards.cfg
> 
>  MAINTAINERS                         |    4 +
>  board/Seagate/dockstar/Makefile     |   54 ++
>  board/Seagate/dockstar/dockstar.c   |  181 +++++
>  board/Seagate/dockstar/dockstar.h   |   44 ++
>  board/Seagate/dockstar/kwbimage.cfg |  165 ++++
>  boards.cfg                          | 1452 ++++++++++++++++++-------------=
> ----
>  include/configs/dockstar.h          |  125 +++
>  7 files changed, 1303 insertions(+), 722 deletions(-)
>  create mode 100644 board/Seagate/dockstar/Makefile
>  create mode 100644 board/Seagate/dockstar/dockstar.c
>  create mode 100644 board/Seagate/dockstar/dockstar.h
>  create mode 100644 board/Seagate/dockstar/kwbimage.cfg
>  create mode 100644 include/configs/dockstar.h

Thanks - I cherry-picked (into u-boot-arm) the "Seagate FreeAgent
DockStar support" commit but omitted the "sort and reformat
boards.cfg" commit so far as it causes me a number of merge conflicts
with my pending "PPC gc-sections" patch series. I will apply this
patch later, after merging the gc-sections stuff.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
When a program is being  tested,  it  is  too  late  to  make  design
changes.                  -- Geoffrey James, "The Tao of Programming"

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

* [U-Boot] Pull request u-boot-marvell.git
       [not found] <4970A9779D0EB04A877B313171049CA7047FDE73@SC-VEXCH4.marvell.com>
@ 2010-11-25  7:10 ` Prafulla Wadaskar
  2010-11-26 20:15   ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-11-25  7:10 UTC (permalink / raw)
  To: u-boot

Hi Albert/Wolfgang

Please pull

The following changes since commit e81bb57f2d98a65aa1a3c61d54cf40294f9039c8:
  Wolfgang Denk (1):
        DaVinci: remove bogus DEF_BOOTM definition

are available in the git repository at:

  u-boot-marvell.git master branch

Eric Cooper (2):
      Seagate FreeAgent DockStar support
      sort and reformat boards.cfg

 MAINTAINERS                         |    4 +
 board/Seagate/dockstar/Makefile     |   54 ++
 board/Seagate/dockstar/dockstar.c   |  181 +++++
 board/Seagate/dockstar/dockstar.h   |   44 ++
 board/Seagate/dockstar/kwbimage.cfg |  165 ++++
 boards.cfg                          | 1452 ++++++++++++++++++-----------------
 include/configs/dockstar.h          |  125 +++
 7 files changed, 1303 insertions(+), 722 deletions(-)
 create mode 100644 board/Seagate/dockstar/Makefile
 create mode 100644 board/Seagate/dockstar/dockstar.c
 create mode 100644 board/Seagate/dockstar/dockstar.h
 create mode 100644 board/Seagate/dockstar/kwbimage.cfg
 create mode 100644 include/configs/dockstar.h

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-10-29 11:11   ` Prafulla Wadaskar
  2010-10-29 11:23     ` Albert ARIBAUD
@ 2010-10-29 20:07     ` Wolfgang Denk
  1 sibling, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-10-29 20:07 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <F766E4F80769BD478052FB6533FA745D19A6ABAB6A@SC-VEXCH4.marvell.com> you wrote:
> Hi Wolfgang/Tom
> 
> Pls pull
> 
> The following changes since commit 66fca016057b1c6b697552cc7220ebada9d4f82d=
> :
>   Thomas Weber (1):
>         Devkit8000: Adapt changes to ARM relocation support
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git ..BRANCH.NOT.VERIFIED..
> 
> Gray Remlin (1):
>       kirkwood: guruplug: Relocate NAND environment area
> 
> Heiko Schocher (1):
>       arm926ejs, suen3: fix relocation issues
> 
> Prafulla Wadaskar (2):
>       Kirkwood: bugfix: broken early console messages
>       kirkwood: get rid of config.mk files
> 
> Tanmay Upadhyay (1):
>       Kirkwood: bugfix: DRAM size initialization
> 
>  Makefile                                        |    2 +-
>  arch/arm/cpu/arm926ejs/kirkwood/dram.c          |   10 +++++++
>  board/Marvell/guruplug/config.mk                |   27 ------------------
>  board/Marvell/guruplug/guruplug.c               |    6 +++-
>  board/Marvell/mv88f6281gtw_ge/config.mk         |   28 -------------------
>  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    6 +++-
>  board/Marvell/openrd_base/config.mk             |   33 -------------------=
> ----
>  board/Marvell/openrd_base/openrd_base.c         |    6 +++-
>  board/Marvell/rd6281a/config.mk                 |   28 -------------------
>  board/Marvell/rd6281a/rd6281a.c                 |    6 +++-
>  board/Marvell/sheevaplug/config.mk              |   28 -------------------
>  board/Marvell/sheevaplug/sheevaplug.c           |    6 +++-
>  board/keymile/km_arm/config.mk                  |   28 -------------------
>  board/keymile/km_arm/km_arm.c                   |   24 ++++++++++------
>  include/configs/guruplug.h                      |    4 +-
>  include/configs/keymile-common.h                |   16 +++++++++++
>  include/configs/km_arm.h                        |    6 +++-
>  include/configs/mv-common.h                     |   17 ++++++++++++
>  18 files changed, 90 insertions(+), 191 deletions(-)
>  delete mode 100644 board/Marvell/guruplug/config.mk
>  delete mode 100644 board/Marvell/mv88f6281gtw_ge/config.mk
>  delete mode 100644 board/Marvell/openrd_base/config.mk
>  delete mode 100644 board/Marvell/rd6281a/config.mk
>  delete mode 100644 board/Marvell/sheevaplug/config.mk
>  delete mode 100644 board/keymile/km_arm/config.mk

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Knowledge, sir, should be free to all!
	-- Harry Mudd, "I, Mudd", stardate 4513.3

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-10-29 11:28       ` Prafulla Wadaskar
@ 2010-10-29 11:45         ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-10-29 11:45 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <F766E4F80769BD478052FB6533FA745D19A6ABAB6C@SC-VEXCH4.marvell.com> you wrote:
> 
> > >    u-boot-marvell.git ..BRANCH.NOT.VERIFIED..
> 
> Sorry, this should be master branch.
> 
> Shall I send separate email? Or you will pull them from master?

It's ok with me. No additional mail needed.  Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I must follow the people.  Am I not their leader? - Benjamin Disraeli

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-10-29 11:31       ` Stefan Roese
@ 2010-10-29 11:39         ` Prafulla Wadaskar
  0 siblings, 0 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-10-29 11:39 UTC (permalink / raw)
  To: u-boot



________________________________________
From: Stefan Roese [mailto:sr at denx.de] 
Sent: Friday, October 29, 2010 5:01 PM
To: u-boot at lists.denx.de
Cc: Albert ARIBAUD; Prafulla Wadaskar
Subject: Re: [U-Boot] Pull request u-boot-marvell.git

On Friday 29 October 2010 13:23:26 Albert ARIBAUD wrote:
> Le 29/10/2010 13:11, Prafulla Wadaskar a ?crit :
> > u-boot-marvell.git ..BRANCH.NOT.VERIFIED..
> 
> Is this normal?

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-10-29 11:23     ` Albert ARIBAUD
  2010-10-29 11:28       ` Prafulla Wadaskar
@ 2010-10-29 11:31       ` Stefan Roese
  2010-10-29 11:39         ` Prafulla Wadaskar
  1 sibling, 1 reply; 68+ messages in thread
From: Stefan Roese @ 2010-10-29 11:31 UTC (permalink / raw)
  To: u-boot

On Friday 29 October 2010 13:23:26 Albert ARIBAUD wrote:
> Le 29/10/2010 13:11, Prafulla Wadaskar a ?crit :
> >    u-boot-marvell.git ..BRANCH.NOT.VERIFIED..
> 
> Is this normal?

From my experience, this happens when the local branch is not yet pushed into 
the official repository at denx.de. "git request-pull" generates this output 
in this case.

Cheers,
Stefan

--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-10-29 11:23     ` Albert ARIBAUD
@ 2010-10-29 11:28       ` Prafulla Wadaskar
  2010-10-29 11:45         ` Wolfgang Denk
  2010-10-29 11:31       ` Stefan Roese
  1 sibling, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-10-29 11:28 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.aribaud at free.fr]
> Sent: Friday, October 29, 2010 4:53 PM
> To: Prafulla Wadaskar
> Cc: Tom Rix; Wolfgang Denk; u-boot at lists.denx.de; Prabhanjan Sarnaik;
> Ashish Karkare
> Subject: Re: Pull request u-boot-marvell.git
> 
> Le 29/10/2010 13:11, Prafulla Wadaskar a ?crit :
> 
> >    u-boot-marvell.git ..BRANCH.NOT.VERIFIED..

Sorry, this should be master branch.

Hi Wolfgang,
Shall I send separate email? Or you will pull them from master?

Regards..
Prafulla . .

> 
> Is this normal?
> 
> Amicalement,
> --
> Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-10-29 11:11   ` Prafulla Wadaskar
@ 2010-10-29 11:23     ` Albert ARIBAUD
  2010-10-29 11:28       ` Prafulla Wadaskar
  2010-10-29 11:31       ` Stefan Roese
  2010-10-29 20:07     ` Wolfgang Denk
  1 sibling, 2 replies; 68+ messages in thread
From: Albert ARIBAUD @ 2010-10-29 11:23 UTC (permalink / raw)
  To: u-boot

Le 29/10/2010 13:11, Prafulla Wadaskar a ?crit :

>    u-boot-marvell.git ..BRANCH.NOT.VERIFIED..

Is this normal?

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-08-09  6:18 ` Prafulla Wadaskar
                     ` (2 preceding siblings ...)
  2010-08-26  5:09   ` Prafulla Wadaskar
@ 2010-10-29 11:11   ` Prafulla Wadaskar
  2010-10-29 11:23     ` Albert ARIBAUD
  2010-10-29 20:07     ` Wolfgang Denk
  3 siblings, 2 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-10-29 11:11 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang/Tom

Pls pull

The following changes since commit 66fca016057b1c6b697552cc7220ebada9d4f82d:
  Thomas Weber (1):
        Devkit8000: Adapt changes to ARM relocation support

are available in the git repository at:

  u-boot-marvell.git ..BRANCH.NOT.VERIFIED..

Gray Remlin (1):
      kirkwood: guruplug: Relocate NAND environment area

Heiko Schocher (1):
      arm926ejs, suen3: fix relocation issues

Prafulla Wadaskar (2):
      Kirkwood: bugfix: broken early console messages
      kirkwood: get rid of config.mk files

Tanmay Upadhyay (1):
      Kirkwood: bugfix: DRAM size initialization

 Makefile                                        |    2 +-
 arch/arm/cpu/arm926ejs/kirkwood/dram.c          |   10 +++++++
 board/Marvell/guruplug/config.mk                |   27 ------------------
 board/Marvell/guruplug/guruplug.c               |    6 +++-
 board/Marvell/mv88f6281gtw_ge/config.mk         |   28 -------------------
 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    6 +++-
 board/Marvell/openrd_base/config.mk             |   33 -----------------------
 board/Marvell/openrd_base/openrd_base.c         |    6 +++-
 board/Marvell/rd6281a/config.mk                 |   28 -------------------
 board/Marvell/rd6281a/rd6281a.c                 |    6 +++-
 board/Marvell/sheevaplug/config.mk              |   28 -------------------
 board/Marvell/sheevaplug/sheevaplug.c           |    6 +++-
 board/keymile/km_arm/config.mk                  |   28 -------------------
 board/keymile/km_arm/km_arm.c                   |   24 ++++++++++------
 include/configs/guruplug.h                      |    4 +-
 include/configs/keymile-common.h                |   16 +++++++++++
 include/configs/km_arm.h                        |    6 +++-
 include/configs/mv-common.h                     |   17 ++++++++++++
 18 files changed, 90 insertions(+), 191 deletions(-)
 delete mode 100644 board/Marvell/guruplug/config.mk
 delete mode 100644 board/Marvell/mv88f6281gtw_ge/config.mk
 delete mode 100644 board/Marvell/openrd_base/config.mk
 delete mode 100644 board/Marvell/rd6281a/config.mk
 delete mode 100644 board/Marvell/sheevaplug/config.mk
 delete mode 100644 board/keymile/km_arm/config.mk

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-10-12  5:20         ` Prafulla Wadaskar
@ 2010-10-12 18:07           ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-10-12 18:07 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <F766E4F80769BD478052FB6533FA745D19A69E2D53@SC-VEXCH4.marvell.com> you wrote:
> 
> The following changes since commit d778a2fbb360530395dfbc0dbe1f80b7bf959028=
> :
>   Albert Aribaud (1):
>         orion5x: fix relocation-incompatible code
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch
> 
> Albert Aribaud (2):
>       mvsata_ide: adjust port init sequence
>       orion5x: optimize window size computation
> 
> Prafulla Wadaskar (4):
>       Kirkwood: print_cpuinfo fixed for valid devid revid
>       Kirkwood: dram_init is moved to dram.c
>       kirkwood: added common config file mv-common.h
>       Kirkwood: Changes specific to ARM relocation support
> 
>  arch/arm/cpu/arm926ejs/kirkwood/cpu.c           |   34 +++-
>  arch/arm/cpu/arm926ejs/kirkwood/dram.c          |   38 ++++
>  arch/arm/cpu/arm926ejs/orion5x/cpu.c            |   32 ++-
>  arch/arm/include/asm/arch-kirkwood/cpu.h        |    2 +
>  board/Marvell/guruplug/guruplug.c               |   11 -
>  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |   11 -
>  board/Marvell/openrd_base/openrd_base.c         |   11 -
>  board/Marvell/rd6281a/rd6281a.c                 |   11 -
>  board/Marvell/sheevaplug/sheevaplug.c           |   11 -
>  drivers/block/mvsata_ide.c                      |   42 ++++-
>  include/configs/guruplug.h                      |  103 +----------
>  include/configs/keymile-common.h                |    1 +
>  include/configs/mv-common.h                     |  230 +++++++++++++++++++=
> ++++
>  include/configs/mv88f6281gtw_ge.h               |  120 ++-----------
>  include/configs/openrd_base.h                   |  146 +--------------
>  include/configs/rd6281a.h                       |  101 +---------
>  include/configs/sheevaplug.h                    |  104 +----------
>  17 files changed, 389 insertions(+), 619 deletions(-)
>  create mode 100644 include/configs/mv-common.h

Applied to u-boot-arm, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"The glory of creation is in its infinite diversity." "And in the way
our differences combine to create meaning and beauty."
	-- Dr. Miranda Jones and Spock, "Is There in Truth No Beauty?",
	   stardate 5630.8

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-09-08  6:03       ` Prafulla Wadaskar
  2010-09-08  6:17         ` Wolfgang Denk
@ 2010-10-12  5:20         ` Prafulla Wadaskar
  2010-10-12 18:07           ` Wolfgang Denk
  1 sibling, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-10-12  5:20 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang/Tom

Pls pull

The following changes since commit d778a2fbb360530395dfbc0dbe1f80b7bf959028:
  Albert Aribaud (1):
        orion5x: fix relocation-incompatible code

are available in the git repository at:

  u-boot-marvell.git master branch

Albert Aribaud (2):
      mvsata_ide: adjust port init sequence
      orion5x: optimize window size computation

Prafulla Wadaskar (4):
      Kirkwood: print_cpuinfo fixed for valid devid revid
      Kirkwood: dram_init is moved to dram.c
      kirkwood: added common config file mv-common.h
      Kirkwood: Changes specific to ARM relocation support

 arch/arm/cpu/arm926ejs/kirkwood/cpu.c           |   34 +++-
 arch/arm/cpu/arm926ejs/kirkwood/dram.c          |   38 ++++
 arch/arm/cpu/arm926ejs/orion5x/cpu.c            |   32 ++-
 arch/arm/include/asm/arch-kirkwood/cpu.h        |    2 +
 board/Marvell/guruplug/guruplug.c               |   11 -
 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |   11 -
 board/Marvell/openrd_base/openrd_base.c         |   11 -
 board/Marvell/rd6281a/rd6281a.c                 |   11 -
 board/Marvell/sheevaplug/sheevaplug.c           |   11 -
 drivers/block/mvsata_ide.c                      |   42 ++++-
 include/configs/guruplug.h                      |  103 +----------
 include/configs/keymile-common.h                |    1 +
 include/configs/mv-common.h                     |  230 +++++++++++++++++++++++
 include/configs/mv88f6281gtw_ge.h               |  120 ++-----------
 include/configs/openrd_base.h                   |  146 +--------------
 include/configs/rd6281a.h                       |  101 +---------
 include/configs/sheevaplug.h                    |  104 +----------
 17 files changed, 389 insertions(+), 619 deletions(-)
 create mode 100644 include/configs/mv-common.h

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-09-08  6:03       ` Prafulla Wadaskar
@ 2010-09-08  6:17         ` Wolfgang Denk
  2010-10-12  5:20         ` Prafulla Wadaskar
  1 sibling, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-09-08  6:17 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <F766E4F80769BD478052FB6533FA745D19A68799D3@SC-VEXCH4.marvell.com> you wrote:
> 
> > Hm... when pulling as instructed I also got this commit which you do
> > not mention here:
> 
> I am sorry about this, I added it after sending this request.

No problem.

> > As this is trivial and obvious enough, I left it in.
> 
> Please kindly pull this patch too

Sorry for not being clear: that's what I did - it's in u-boot-arm now.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A supercomputer is a machine that runs an endless loop in 2 seconds.

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-09-07 21:25     ` Wolfgang Denk
@ 2010-09-08  6:03       ` Prafulla Wadaskar
  2010-09-08  6:17         ` Wolfgang Denk
  2010-10-12  5:20         ` Prafulla Wadaskar
  0 siblings, 2 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-09-08  6:03 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: Wolfgang Denk [mailto:wd at denx.de] 
> Sent: Wednesday, September 08, 2010 2:55 AM
> To: Prafulla Wadaskar
> Cc: Tom Rix; u-boot at lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare
> Subject: Re: Pull request u-boot-marvell.git
> 
> Dear Prafulla Wadaskar,
> 
> In message 
> <F766E4F80769BD478052FB6533FA745D19A6803D5B@SC-VEXCH4.marvell.
> com> you wrote:
> > Hi Wolfgang/Tom
> > 
> > Pls pull
> > 
> > The following changes since commit 
> 5549d22b656550d36b2cc46743c7220ab0e9dcc4=
> > :
> >   Wolfgang Denk (1):
> >         Merge branch 'master' of /home/wd/git/u-boot/master
> > 
> > are available in the git repository at:
> > 
> >   u-boot-marvell.git master branch.
> > 
> > Albert Aribaud (1):
> >       Orion5x: bugfix: window size (mis)calculation
> > 
> > Prafulla Wadaskar (1):
> >       Kirkwood: bugfix: window size (mis)calculation
> > 
> >  arch/arm/cpu/arm926ejs/kirkwood/cpu.c |    2 +-
> >  arch/arm/cpu/arm926ejs/orion5x/cpu.c  |    2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> Hm... when pulling as instructed I also got this commit which you do
> not mention here:

I am sorry about this, I added it after sending this request.

> 
> 	Author: Albert Aribaud <[albert.aribaud@free.fr]>  
> 2010-08-27 18:11:48
> 	Committer: Prafulla Wadaskar <prafulla@marvell.com> 
> 2010-08-27 18:11:48
> 
> 	    orion5x: fix comment-in-comment typo in cpu.h
> 
> 
> As this is trivial and obvious enough, I left it in.

Please kindly pull this patch too

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-08-26  5:09   ` Prafulla Wadaskar
@ 2010-09-07 21:25     ` Wolfgang Denk
  2010-09-08  6:03       ` Prafulla Wadaskar
  0 siblings, 1 reply; 68+ messages in thread
From: Wolfgang Denk @ 2010-09-07 21:25 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <F766E4F80769BD478052FB6533FA745D19A6803D5B@SC-VEXCH4.marvell.com> you wrote:
> Hi Wolfgang/Tom
> 
> Pls pull
> 
> The following changes since commit 5549d22b656550d36b2cc46743c7220ab0e9dcc4=
> :
>   Wolfgang Denk (1):
>         Merge branch 'master' of /home/wd/git/u-boot/master
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Albert Aribaud (1):
>       Orion5x: bugfix: window size (mis)calculation
> 
> Prafulla Wadaskar (1):
>       Kirkwood: bugfix: window size (mis)calculation
> 
>  arch/arm/cpu/arm926ejs/kirkwood/cpu.c |    2 +-
>  arch/arm/cpu/arm926ejs/orion5x/cpu.c  |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Hm... when pulling as instructed I also got this commit which you do
not mention here:

	Author: Albert Aribaud <[albert.aribaud@free.fr]>  2010-08-27 18:11:48
	Committer: Prafulla Wadaskar <prafulla@marvell.com> 2010-08-27 18:11:48

	    orion5x: fix comment-in-comment typo in cpu.h


As this is trivial and obvious enough, I left it in.


Applied to u-boot-arm, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There's an old proverb that says just about whatever you want it to.

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-08-09  6:18 ` Prafulla Wadaskar
  2010-08-09  6:51   ` Albert ARIBAUD
  2010-08-10 20:39   ` Wolfgang Denk
@ 2010-08-26  5:09   ` Prafulla Wadaskar
  2010-09-07 21:25     ` Wolfgang Denk
  2010-10-29 11:11   ` Prafulla Wadaskar
  3 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-08-26  5:09 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang/Tom

Pls pull

The following changes since commit 5549d22b656550d36b2cc46743c7220ab0e9dcc4:
  Wolfgang Denk (1):
        Merge branch 'master' of /home/wd/git/u-boot/master

are available in the git repository at:

  u-boot-marvell.git master branch.

Albert Aribaud (1):
      Orion5x: bugfix: window size (mis)calculation

Prafulla Wadaskar (1):
      Kirkwood: bugfix: window size (mis)calculation

 arch/arm/cpu/arm926ejs/kirkwood/cpu.c |    2 +-
 arch/arm/cpu/arm926ejs/orion5x/cpu.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Regards..
Prafulla ..

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-08-10 20:45         ` Wolfgang Denk
@ 2010-08-10 20:56           ` Albert ARIBAUD
  0 siblings, 0 replies; 68+ messages in thread
From: Albert ARIBAUD @ 2010-08-10 20:56 UTC (permalink / raw)
  To: u-boot

Le 10/08/2010 22:45, Wolfgang Denk a ?crit :
> Dear Albert ARIBAUD,
>
> In message<4C5FBEE7.4050200@free.fr>  you wrote:
>>
>> I haven't got a publically accessible repo at this point. Wolfgang, as
>> Prafulla acknowledged the 'default windows mapping' patch except for the
>> formal Ack-by, could you please merge it directly from the mailing list
>> in your mainline tree above Prafulla's latest pull request? The patch in
>> question is:
>
> Done.
>
> Best regards,
>
> Wolfgang Denk

Thanks!

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-08-09  8:40       ` Albert ARIBAUD
@ 2010-08-10 20:45         ` Wolfgang Denk
  2010-08-10 20:56           ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Wolfgang Denk @ 2010-08-10 20:45 UTC (permalink / raw)
  To: u-boot

Dear Albert ARIBAUD,

In message <4C5FBEE7.4050200@free.fr> you wrote:
>
> I haven't got a publically accessible repo at this point. Wolfgang, as
> Prafulla acknowledged the 'default windows mapping' patch except for the
> formal Ack-by, could you please merge it directly from the mailing list
> in your mainline tree above Prafulla's latest pull request? The patch in
> question is:

Done.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
8) Use common sense in routing  cable.  Avoid  wrapping  coax  around
   sources  of  strong  electric  or magnetic fields. Do not wrap the
   cable  around  flourescent  light  ballasts  or  cyclotrons,   for
   example.
- Ethernet Headstart Product, Information and Installation Guide,
   Bell Technologies, pg. 11

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-08-09  6:18 ` Prafulla Wadaskar
  2010-08-09  6:51   ` Albert ARIBAUD
@ 2010-08-10 20:39   ` Wolfgang Denk
  2010-08-26  5:09   ` Prafulla Wadaskar
  2010-10-29 11:11   ` Prafulla Wadaskar
  3 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-08-10 20:39 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <F766E4F80769BD478052FB6533FA745D19A6577184@SC-VEXCH4.marvell.com> you wrote:
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git maaster branch
> 
> Albert Aribaud (5):
>       ide: add configuration
>       ide: reorder object files alphabetically
>       ide: add mvsata_ide driver
>       cmd_ide: add support for orion5x
>       edminiv2: add mvsata_ide and cmd_ide support
> 
> Prafulla Wadaskar (2):
>       cmd_ide: add support for Kirkwood
>       Kirkwood: openrd_base: Added SATA support
> 
>  arch/arm/include/asm/arch-kirkwood/kirkwood.h |    5 +
>  arch/arm/include/asm/arch-orion5x/orion5x.h   |    3 +
>  arch/powerpc/include/asm/config.h             |    3 +
>  common/cmd_ide.c                              |   25 +++--
>  doc/README.PXA_CF                             |    8 ++
>  drivers/block/Makefile                        |    7 +-
>  drivers/block/mvsata_ide.c                    |  140 +++++++++++++++++++++=
> ++++
>  include/configs/ap325rxa.h                    |    1 +
>  include/configs/edminiv2.h                    |   34 ++++++-
>  include/configs/ms7720se.h                    |    1 +
>  include/configs/openrd_base.h                 |   31 ++++++
>  include/configs/r2dplus.h                     |    1 +
>  include/configs/r7780mp.h                     |    1 +
>  13 files changed, 247 insertions(+), 13 deletions(-)
>  create mode 100644 drivers/block/mvsata_ide.c

Pulled into u-boot-arm #master.  Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
How many seconds are there in a year? If I tell you there are 3.155 x
10^7, you won't even try to remember it. On the other hand, who could
forget that, to within half a percent, pi seconds is  a  nanocentury.
                                               -- Tom Duff, Bell Labs

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-08-09  8:13     ` Prafulla Wadaskar
@ 2010-08-09  8:40       ` Albert ARIBAUD
  2010-08-10 20:45         ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Albert ARIBAUD @ 2010-08-09  8:40 UTC (permalink / raw)
  To: u-boot

Le 09/08/2010 10:13, Prafulla Wadaskar a ?crit :
>
>
>> -----Original Message-----
>> From: Albert ARIBAUD [mailto:albert.aribaud at free.fr]
>> Sent: Monday, August 09, 2010 12:22 PM
>> To: u-boot at lists.denx.de; Prafulla Wadaskar
>> Subject: Re: [U-Boot] Pull request u-boot-marvell.git
>>
>> Le 09/08/2010 08:18, Prafulla Wadaskar a ?crit :
>>> Hi Wolfgang/Tom
>>>
>>> Pls pull
>>>
>>> The following changes since commit
>> 9efac4a1eb99d9c5539aa6992025eeacab7980c6:
>>>     Wolfgang Denk (1):
>>>           Merge branch 'master' of git://git.denx.de/u-boot-samsung
>>>
>>> are available in the git repository at:
>>>
>>>     u-boot-marvell.git maaster branch
>>>
>>> Albert Aribaud (5):
>>>         ide: add configuration
>>>         ide: reorder object files alphabetically
>>>         ide: add mvsata_ide driver
>>>         cmd_ide: add support for orion5x
>>>         edminiv2: add mvsata_ide and cmd_ide support
>>
>> Thanks again Prafulla for having merged the IDE changes.
>>
>> I saw you saying you also would merge the default windows mappings
>> patch, which is not in the pull request. Anything wrong with this one?
>
> Yes, you are right,
> I am busy with some priority task, could not steal out some additional cycles for the same.
> If you already have it, you are welcomed, otherwise I will do it in next week

I haven't got a publically accessible repo at this point. Wolfgang, as 
Prafulla acknowledged the 'default windows mapping' patch except for the 
formal Ack-by, could you please merge it directly from the mailing list 
in your mainline tree above Prafulla's latest pull request? The patch in 
question is:

<http://article.gmane.org/gmane.comp.boot-loaders.u-boot/81108>

Then Prafulla will get the commit when he pulls your master back to the 
marvell tree.

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-08-09  6:51   ` Albert ARIBAUD
@ 2010-08-09  8:13     ` Prafulla Wadaskar
  2010-08-09  8:40       ` Albert ARIBAUD
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-08-09  8:13 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.aribaud at free.fr] 
> Sent: Monday, August 09, 2010 12:22 PM
> To: u-boot at lists.denx.de; Prafulla Wadaskar
> Subject: Re: [U-Boot] Pull request u-boot-marvell.git
> 
> Le 09/08/2010 08:18, Prafulla Wadaskar a ?crit :
> > Hi Wolfgang/Tom
> >
> > Pls pull
> >
> > The following changes since commit 
> 9efac4a1eb99d9c5539aa6992025eeacab7980c6:
> >    Wolfgang Denk (1):
> >          Merge branch 'master' of git://git.denx.de/u-boot-samsung
> >
> > are available in the git repository at:
> >
> >    u-boot-marvell.git maaster branch
> >
> > Albert Aribaud (5):
> >        ide: add configuration
> >        ide: reorder object files alphabetically
> >        ide: add mvsata_ide driver
> >        cmd_ide: add support for orion5x
> >        edminiv2: add mvsata_ide and cmd_ide support
> 
> Thanks again Prafulla for having merged the IDE changes.
> 
> I saw you saying you also would merge the default windows mappings 
> patch, which is not in the pull request. Anything wrong with this one?

Yes, you are right,
I am busy with some priority task, could not steal out some additional cycles for the same.
If you already have it, you are welcomed, otherwise I will do it in next week

Regards..
Prafulla . .

> 
> Amicalement,
> -- 
> Albert.
> 

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-08-09  6:18 ` Prafulla Wadaskar
@ 2010-08-09  6:51   ` Albert ARIBAUD
  2010-08-09  8:13     ` Prafulla Wadaskar
  2010-08-10 20:39   ` Wolfgang Denk
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 68+ messages in thread
From: Albert ARIBAUD @ 2010-08-09  6:51 UTC (permalink / raw)
  To: u-boot

Le 09/08/2010 08:18, Prafulla Wadaskar a ?crit :
> Hi Wolfgang/Tom
>
> Pls pull
>
> The following changes since commit 9efac4a1eb99d9c5539aa6992025eeacab7980c6:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-samsung
>
> are available in the git repository at:
>
>    u-boot-marvell.git maaster branch
>
> Albert Aribaud (5):
>        ide: add configuration
>        ide: reorder object files alphabetically
>        ide: add mvsata_ide driver
>        cmd_ide: add support for orion5x
>        edminiv2: add mvsata_ide and cmd_ide support

Thanks again Prafulla for having merged the IDE changes.

I saw you saying you also would merge the default windows mappings 
patch, which is not in the pull request. Anything wrong with this one?

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-06-17 10:35 Prafulla Wadaskar
  2010-06-17 20:27 ` Wolfgang Denk
@ 2010-08-09  6:18 ` Prafulla Wadaskar
  2010-08-09  6:51   ` Albert ARIBAUD
                     ` (3 more replies)
  1 sibling, 4 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-08-09  6:18 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang/Tom

Pls pull

The following changes since commit 9efac4a1eb99d9c5539aa6992025eeacab7980c6:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-samsung

are available in the git repository at:

  u-boot-marvell.git maaster branch

Albert Aribaud (5):
      ide: add configuration
      ide: reorder object files alphabetically
      ide: add mvsata_ide driver
      cmd_ide: add support for orion5x
      edminiv2: add mvsata_ide and cmd_ide support

Prafulla Wadaskar (2):
      cmd_ide: add support for Kirkwood
      Kirkwood: openrd_base: Added SATA support

 arch/arm/include/asm/arch-kirkwood/kirkwood.h |    5 +
 arch/arm/include/asm/arch-orion5x/orion5x.h   |    3 +
 arch/powerpc/include/asm/config.h             |    3 +
 common/cmd_ide.c                              |   25 +++--
 doc/README.PXA_CF                             |    8 ++
 drivers/block/Makefile                        |    7 +-
 drivers/block/mvsata_ide.c                    |  140 +++++++++++++++++++++++++
 include/configs/ap325rxa.h                    |    1 +
 include/configs/edminiv2.h                    |   34 ++++++-
 include/configs/ms7720se.h                    |    1 +
 include/configs/openrd_base.h                 |   31 ++++++
 include/configs/r2dplus.h                     |    1 +
 include/configs/r7780mp.h                     |    1 +
 13 files changed, 247 insertions(+), 13 deletions(-)
 create mode 100644 drivers/block/mvsata_ide.c

Regards..
Prafulla ..

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-06-17 10:35 Prafulla Wadaskar
@ 2010-06-17 20:27 ` Wolfgang Denk
  2010-08-09  6:18 ` Prafulla Wadaskar
  1 sibling, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-06-17 20:27 UTC (permalink / raw)
  To: u-boot

Dear Prafulla,

In message <F766E4F80769BD478052FB6533FA745D19A498512E@SC-VEXCH4.marvell.com> you wrote:
> 
> The following changes since commit 376e7fadbad3285231e390c6534feb5af86d594b:
>   Minkyu Kang (1):
>         SAMSUNG: goni: add the GPL licence
> 
> are available in the git repository at:
> 
>   u-boot-marvrell.git .. Master branch..

s/rvr/rv/ ?

> Albert Aribaud (3):
>       Initial support for Marvell Orion5x SoC
>       Add Orion5x support to 16550 device driver
>       Add support for the LaCie ED Mini V2 board
> 
>  MAINTAINERS                                    |    4 +
>  MAKEALL                                        |    1 +
>  Makefile                                       |    3 +
>  arch/arm/cpu/arm926ejs/orion5x/Makefile        |   55 +++++
>  arch/arm/cpu/arm926ejs/orion5x/cpu.c           |  270 ++++++++++++++++++++++
>  arch/arm/cpu/arm926ejs/orion5x/dram.c          |   64 +++++
>  arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S |  293 ++++++++++++++++++++++++
>  arch/arm/cpu/arm926ejs/orion5x/timer.c         |  181 +++++++++++++++
>  arch/arm/include/asm/arch-orion5x/cpu.h        |  203 ++++++++++++++++
>  arch/arm/include/asm/arch-orion5x/mv88f5182.h  |   40 ++++
>  arch/arm/include/asm/arch-orion5x/orion5x.h    |   69 ++++++
>  board/LaCie/edminiv2/Makefile                  |   53 +++++
>  board/LaCie/edminiv2/config.mk                 |   27 +++
>  board/LaCie/edminiv2/edminiv2.c                |   92 ++++++++
>  drivers/serial/serial.c                        |    3 +
>  include/configs/edminiv2.h                     |  172 ++++++++++++++
>  16 files changed, 1530 insertions(+), 0 deletions(-)
>  create mode 100644 arch/arm/cpu/arm926ejs/orion5x/Makefile
>  create mode 100644 arch/arm/cpu/arm926ejs/orion5x/cpu.c
>  create mode 100644 arch/arm/cpu/arm926ejs/orion5x/dram.c
>  create mode 100644 arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S
>  create mode 100644 arch/arm/cpu/arm926ejs/orion5x/timer.c
>  create mode 100644 arch/arm/include/asm/arch-orion5x/cpu.h
>  create mode 100644 arch/arm/include/asm/arch-orion5x/mv88f5182.h
>  create mode 100644 arch/arm/include/asm/arch-orion5x/orion5x.h
>  create mode 100644 board/LaCie/edminiv2/Makefile
>  create mode 100644 board/LaCie/edminiv2/config.mk
>  create mode 100644 board/LaCie/edminiv2/edminiv2.c
>  create mode 100644 include/configs/edminiv2.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Cigarette, n.: A fire at one end, a fool at the other, and a  bit  of
tobacco in between.

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2010-06-17 10:35 Prafulla Wadaskar
  2010-06-17 20:27 ` Wolfgang Denk
  2010-08-09  6:18 ` Prafulla Wadaskar
  0 siblings, 2 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-06-17 10:35 UTC (permalink / raw)
  To: u-boot

Hi Tom

Pls pull

The following changes since commit 376e7fadbad3285231e390c6534feb5af86d594b:
  Minkyu Kang (1):
        SAMSUNG: goni: add the GPL licence

are available in the git repository at:

  u-boot-marvrell.git .. Master branch..

Albert Aribaud (3):
      Initial support for Marvell Orion5x SoC
      Add Orion5x support to 16550 device driver
      Add support for the LaCie ED Mini V2 board

 MAINTAINERS                                    |    4 +
 MAKEALL                                        |    1 +
 Makefile                                       |    3 +
 arch/arm/cpu/arm926ejs/orion5x/Makefile        |   55 +++++
 arch/arm/cpu/arm926ejs/orion5x/cpu.c           |  270 ++++++++++++++++++++++
 arch/arm/cpu/arm926ejs/orion5x/dram.c          |   64 +++++
 arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S |  293 ++++++++++++++++++++++++
 arch/arm/cpu/arm926ejs/orion5x/timer.c         |  181 +++++++++++++++
 arch/arm/include/asm/arch-orion5x/cpu.h        |  203 ++++++++++++++++
 arch/arm/include/asm/arch-orion5x/mv88f5182.h  |   40 ++++
 arch/arm/include/asm/arch-orion5x/orion5x.h    |   69 ++++++
 board/LaCie/edminiv2/Makefile                  |   53 +++++
 board/LaCie/edminiv2/config.mk                 |   27 +++
 board/LaCie/edminiv2/edminiv2.c                |   92 ++++++++
 drivers/serial/serial.c                        |    3 +
 include/configs/edminiv2.h                     |  172 ++++++++++++++
 16 files changed, 1530 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/orion5x/Makefile
 create mode 100644 arch/arm/cpu/arm926ejs/orion5x/cpu.c
 create mode 100644 arch/arm/cpu/arm926ejs/orion5x/dram.c
 create mode 100644 arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S
 create mode 100644 arch/arm/cpu/arm926ejs/orion5x/timer.c
 create mode 100644 arch/arm/include/asm/arch-orion5x/cpu.h
 create mode 100644 arch/arm/include/asm/arch-orion5x/mv88f5182.h
 create mode 100644 arch/arm/include/asm/arch-orion5x/orion5x.h
 create mode 100644 board/LaCie/edminiv2/Makefile
 create mode 100644 board/LaCie/edminiv2/config.mk
 create mode 100644 board/LaCie/edminiv2/edminiv2.c
 create mode 100644 include/configs/edminiv2.h

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-05-21 20:31 ` Wolfgang Denk
@ 2010-05-22  6:45   ` Prafulla Wadaskar
  0 siblings, 0 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-05-22  6:45 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: Wolfgang Denk [mailto:wd at denx.de] 
> Sent: Saturday, May 22, 2010 2:02 AM
> To: Prafulla Wadaskar
> Cc: Tom Rix; u-boot at lists.denx.de
> Subject: Re: [U-Boot] Pull request u-boot-marvell.git
> 
> Dear Prafulla Wadaskar,
> 
> In message 
> <F766E4F80769BD478052FB6533FA745D19A24DFA4F@SC-VEXCH4.marvell.
> com> you wrote:
> > Hi Tom
> > 
> > Pls pull
> > 
> > The following changes since commit 
> 0cf7d2440e1aa91ca65f1fc08ba309184d376da6:
> >   Stefano Babic (1):
> >         Add SPI support to mx51evk board
> > 
> > are available in the git repository at:
> > 
> >   u-boot-marvell.git master branch
> > 
> > Mahavir Jain (1):
> >       bugfix: Guruplug: Use standard miiphy
> > 
> >  board/Marvell/guruplug/guruplug.c |    9 +--------
> >  1 files changed, 1 insertions(+), 8 deletions(-)
> 
> I'm jumping in here as Tom is currently unavailable.
> 
> I cherry-picked this commit; I did not pull as this would also bing in
> an update to arch/arm/include/asm/mach-types.h for which I haven't
> seen a pull request yet.

Thanks Wolfgang
For picking this patch.

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-05-21  6:46 Prafulla Wadaskar
@ 2010-05-21 20:31 ` Wolfgang Denk
  2010-05-22  6:45   ` Prafulla Wadaskar
  0 siblings, 1 reply; 68+ messages in thread
From: Wolfgang Denk @ 2010-05-21 20:31 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <F766E4F80769BD478052FB6533FA745D19A24DFA4F@SC-VEXCH4.marvell.com> you wrote:
> Hi Tom
> 
> Pls pull
> 
> The following changes since commit 0cf7d2440e1aa91ca65f1fc08ba309184d376da6:
>   Stefano Babic (1):
>         Add SPI support to mx51evk board
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch
> 
> Mahavir Jain (1):
>       bugfix: Guruplug: Use standard miiphy
> 
>  board/Marvell/guruplug/guruplug.c |    9 +--------
>  1 files changed, 1 insertions(+), 8 deletions(-)

I'm jumping in here as Tom is currently unavailable.

I cherry-picked this commit; I did not pull as this would also bing in
an update to arch/arm/include/asm/mach-types.h for which I haven't
seen a pull request yet.


Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Q:  Why do mountain climbers rope themselves together?
A:  To prevent the sensible ones from going home.

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2010-05-21  6:46 Prafulla Wadaskar
  2010-05-21 20:31 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-05-21  6:46 UTC (permalink / raw)
  To: u-boot

Hi Tom

Pls pull

The following changes since commit 0cf7d2440e1aa91ca65f1fc08ba309184d376da6:
  Stefano Babic (1):
        Add SPI support to mx51evk board

are available in the git repository at:

  u-boot-marvell.git master branch

Mahavir Jain (1):
      bugfix: Guruplug: Use standard miiphy

 board/Marvell/guruplug/guruplug.c |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-04-21 23:46 ` Tom Rix
@ 2010-04-23 13:12   ` Prafulla Wadaskar
  0 siblings, 0 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-04-23 13:12 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: Tom Rix [mailto:tom at bumblecow.com] 
> Sent: Thursday, April 22, 2010 5:17 AM
> To: Prafulla Wadaskar
> Cc: u-boot at lists.denx.de; Siddarth Gore; Tom Rix
> Subject: Re: [U-Boot] Pull request u-boot-marvell.git
> 
> Prafulla Wadaskar wrote:
> > Hi Tom
> > 
> > Pls pull the following
> > 
> > The following changes since commit 
> 07739bcef5da07cc4a4edef8b91014ccc332eda3:
> >   Stefano Babic (1):
> >         Moved board specific values in config file
> > 
> > are available in the git repository at:
> > 
> >   http://git.denx.de/u-boot/u-boot-marvell.git master branch
> > 
> > Frans Meulenbroeks (2):
> >       configs/sheevaplug: added a few additional commands
> >       configs/openrd_base.h: reordered macros
> > 
> > Siddarth Gore (1):
> >       Marvell GuruPlug Board Support
> > 
> >  MAINTAINERS                         |    4 +
> >  MAKEALL                             |    1 +
> >  Makefile                            |    3 +
> >  board/Marvell/guruplug/Makefile     |   51 +++++++++
> >  board/Marvell/guruplug/config.mk    |   27 +++++
> >  board/Marvell/guruplug/guruplug.c   |  167 
> +++++++++++++++++++++++++++++
> >  board/Marvell/guruplug/guruplug.h   |   39 +++++++
> >  board/Marvell/guruplug/kwbimage.cfg |  162 
> ++++++++++++++++++++++++++++
> >  include/configs/guruplug.h          |  198 
> +++++++++++++++++++++++++++++++++++
> >  include/configs/openrd_base.h       |    4 +-
> >  include/configs/sheevaplug.h        |   27 ++++-
> >  11 files changed, 676 insertions(+), 7 deletions(-)
> >  create mode 100644 board/Marvell/guruplug/Makefile
> >  create mode 100644 board/Marvell/guruplug/config.mk
> >  create mode 100644 board/Marvell/guruplug/guruplug.c
> >  create mode 100644 board/Marvell/guruplug/guruplug.h
> >  create mode 100644 board/Marvell/guruplug/kwbimage.cfg
> >  create mode 100644 include/configs/guruplug.h
> > 
> > Regards..
> > Prafulla . .
> 
> Prafulla,
> These have been applied to arm/master.
> 
> There were some compiler warnings for the new guruplug board.
> kirkwood_egiga.c: In function 'kwgbe_init':
> kirkwood_egiga.c:448: warning: dereferencing type-punned 
> pointer will break 
> strict-aliasing rules
> kirkwood_egiga.c: In function 'kwgbe_recv':
> kirkwood_egiga.c:609: warning: dereferencing type-punned 
> pointer will break 
> strict-aliasing rules
> These should be fixed.

Hi Tom

I have already provided patch for this long back.
I hope this will be pushed up through u-boot-net.git by Ben.

Ref: http://lists.denx.de/pipermail/u-boot/2010-April/069464.html

Hi Ben,
Any comments on this?

Regards..
Prafulla . .

> 
> Thanks
> Tom
> 
> 
> > _______________________________________________
> > U-Boot mailing list
> > U-Boot at lists.denx.de
> > http://lists.denx.de/mailman/listinfo/u-boot
> > 
> > 
> 
> 

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-04-19 10:33 Prafulla Wadaskar
@ 2010-04-21 23:46 ` Tom Rix
  2010-04-23 13:12   ` Prafulla Wadaskar
  0 siblings, 1 reply; 68+ messages in thread
From: Tom Rix @ 2010-04-21 23:46 UTC (permalink / raw)
  To: u-boot

Prafulla Wadaskar wrote:
> Hi Tom
> 
> Pls pull the following
> 
> The following changes since commit 07739bcef5da07cc4a4edef8b91014ccc332eda3:
>   Stefano Babic (1):
>         Moved board specific values in config file
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot/u-boot-marvell.git master branch
> 
> Frans Meulenbroeks (2):
>       configs/sheevaplug: added a few additional commands
>       configs/openrd_base.h: reordered macros
> 
> Siddarth Gore (1):
>       Marvell GuruPlug Board Support
> 
>  MAINTAINERS                         |    4 +
>  MAKEALL                             |    1 +
>  Makefile                            |    3 +
>  board/Marvell/guruplug/Makefile     |   51 +++++++++
>  board/Marvell/guruplug/config.mk    |   27 +++++
>  board/Marvell/guruplug/guruplug.c   |  167 +++++++++++++++++++++++++++++
>  board/Marvell/guruplug/guruplug.h   |   39 +++++++
>  board/Marvell/guruplug/kwbimage.cfg |  162 ++++++++++++++++++++++++++++
>  include/configs/guruplug.h          |  198 +++++++++++++++++++++++++++++++++++
>  include/configs/openrd_base.h       |    4 +-
>  include/configs/sheevaplug.h        |   27 ++++-
>  11 files changed, 676 insertions(+), 7 deletions(-)
>  create mode 100644 board/Marvell/guruplug/Makefile
>  create mode 100644 board/Marvell/guruplug/config.mk
>  create mode 100644 board/Marvell/guruplug/guruplug.c
>  create mode 100644 board/Marvell/guruplug/guruplug.h
>  create mode 100644 board/Marvell/guruplug/kwbimage.cfg
>  create mode 100644 include/configs/guruplug.h
> 
> Regards..
> Prafulla . .

Prafulla,
These have been applied to arm/master.

There were some compiler warnings for the new guruplug board.
kirkwood_egiga.c: In function 'kwgbe_init':
kirkwood_egiga.c:448: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
kirkwood_egiga.c: In function 'kwgbe_recv':
kirkwood_egiga.c:609: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
These should be fixed.

Thanks
Tom


> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 
> 

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2010-04-19 10:33 Prafulla Wadaskar
  2010-04-21 23:46 ` Tom Rix
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-04-19 10:33 UTC (permalink / raw)
  To: u-boot

Hi Tom

Pls pull the following

The following changes since commit 07739bcef5da07cc4a4edef8b91014ccc332eda3:
  Stefano Babic (1):
        Moved board specific values in config file

are available in the git repository at:

  http://git.denx.de/u-boot/u-boot-marvell.git master branch

Frans Meulenbroeks (2):
      configs/sheevaplug: added a few additional commands
      configs/openrd_base.h: reordered macros

Siddarth Gore (1):
      Marvell GuruPlug Board Support

 MAINTAINERS                         |    4 +
 MAKEALL                             |    1 +
 Makefile                            |    3 +
 board/Marvell/guruplug/Makefile     |   51 +++++++++
 board/Marvell/guruplug/config.mk    |   27 +++++
 board/Marvell/guruplug/guruplug.c   |  167 +++++++++++++++++++++++++++++
 board/Marvell/guruplug/guruplug.h   |   39 +++++++
 board/Marvell/guruplug/kwbimage.cfg |  162 ++++++++++++++++++++++++++++
 include/configs/guruplug.h          |  198 +++++++++++++++++++++++++++++++++++
 include/configs/openrd_base.h       |    4 +-
 include/configs/sheevaplug.h        |   27 ++++-
 11 files changed, 676 insertions(+), 7 deletions(-)
 create mode 100644 board/Marvell/guruplug/Makefile
 create mode 100644 board/Marvell/guruplug/config.mk
 create mode 100644 board/Marvell/guruplug/guruplug.c
 create mode 100644 board/Marvell/guruplug/guruplug.h
 create mode 100644 board/Marvell/guruplug/kwbimage.cfg
 create mode 100644 include/configs/guruplug.h

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-03-01  7:31   ` Heiko Schocher
@ 2010-03-01 14:01     ` Tom
  0 siblings, 0 replies; 68+ messages in thread
From: Tom @ 2010-03-01 14:01 UTC (permalink / raw)
  To: u-boot

Heiko Schocher wrote:
> Hello Tom,
> 
> Tom wrote:
>> Prafulla Wadaskar wrote:
>>> Hi Tom
>>>
>>> Pls pull the following
>>>
>>> The following changes since commit
>>> 1b063b552e815f90a6a880e78fc40cc309dd52ad:
>>>   Anders Darander (1):
>>>         Add bootcount to AT91
>>>
>>> are available in the git repository at:
>>>
>>> http://git.denx.de/u-boot/u-boot-marvell.git  master branch
>>>
>>> Heiko Schocher (1):
>>>       arm: add support for the suen3 board from keymile
>> For the regression test, I get a failure to build error.
>> This must be fixed.
> 
> Yes, you are right, good catch. The following patch will help:
> 
> diff --git a/board/keymile/km_arm/Makefile b/board/keymile/km_arm/Makefile
> index fffc6a3..c5b0be1 100644
> --- a/board/keymile/km_arm/Makefile
> +++ b/board/keymile/km_arm/Makefile
> @@ -23,6 +23,9 @@
>  #
> 
>  include $(TOPDIR)/config.mk
> +ifneq ($(OBJTREE),$(SRCTREE))
> +$(shell mkdir -p $(obj)../common)
> +endif
> 
>  LIB    = $(obj)lib$(BOARD).a
> 
> 
> 
> Should I make a new version of the "arm: add support for the
> suen3 board from keymile" patch, or a patch based on the actual
> 
> git://git.denx.de/u-boot-marvell.git ?
> 

Please just the much smaller 'Compiler fix.. ' patch.
Thanks,
Tom


> bye
> Heiko

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-02-27 23:26 ` Tom
@ 2010-03-01  7:31   ` Heiko Schocher
  2010-03-01 14:01     ` Tom
  0 siblings, 1 reply; 68+ messages in thread
From: Heiko Schocher @ 2010-03-01  7:31 UTC (permalink / raw)
  To: u-boot

Hello Tom,

Tom wrote:
> Prafulla Wadaskar wrote:
>> Hi Tom
>>
>> Pls pull the following
>>
>> The following changes since commit
>> 1b063b552e815f90a6a880e78fc40cc309dd52ad:
>>   Anders Darander (1):
>>         Add bootcount to AT91
>>
>> are available in the git repository at:
>>
>> http://git.denx.de/u-boot/u-boot-marvell.git  master branch
>>
>> Heiko Schocher (1):
>>       arm: add support for the suen3 board from keymile
> 
> For the regression test, I get a failure to build error.
> This must be fixed.

Yes, you are right, good catch. The following patch will help:

diff --git a/board/keymile/km_arm/Makefile b/board/keymile/km_arm/Makefile
index fffc6a3..c5b0be1 100644
--- a/board/keymile/km_arm/Makefile
+++ b/board/keymile/km_arm/Makefile
@@ -23,6 +23,9 @@
 #

 include $(TOPDIR)/config.mk
+ifneq ($(OBJTREE),$(SRCTREE))
+$(shell mkdir -p $(obj)../common)
+endif

 LIB    = $(obj)lib$(BOARD).a



Should I make a new version of the "arm: add support for the
suen3 board from keymile" patch, or a patch based on the actual

git://git.denx.de/u-boot-marvell.git ?

bye
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

* [U-Boot] Pull request u-boot-marvell.git
  2010-02-26  9:36 Prafulla Wadaskar
@ 2010-02-27 23:26 ` Tom
  2010-03-01  7:31   ` Heiko Schocher
  0 siblings, 1 reply; 68+ messages in thread
From: Tom @ 2010-02-27 23:26 UTC (permalink / raw)
  To: u-boot

Prafulla Wadaskar wrote:
> Hi Tom
> 
> Pls pull the following
> 
> The following changes since commit 1b063b552e815f90a6a880e78fc40cc309dd52ad:
>   Anders Darander (1):
>         Add bootcount to AT91
> 
> are available in the git repository at:
> 
> http://git.denx.de/u-boot/u-boot-marvell.git  master branch
> 
> Heiko Schocher (1):
>       arm: add support for the suen3 board from keymile

For the regression test, I get a failure to build error.
This must be fixed.
Other warnings should also be fixed.

Tom

jffs2_1pass.c: In function 'get_fl_mem':
jffs2_1pass.c:399: warning: unused variable 'id'
jffs2_1pass.c: In function 'get_node_mem':
jffs2_1pass.c:423: warning: unused variable 'id'
kirkwood_egiga.c: In function 'kwgbe_init':
kirkwood_egiga.c:448: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
kirkwood_egiga.c: In function 'kwgbe_recv':
kirkwood_egiga.c:609: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
Assembler messages:
Fatal error: can't create .../build/board/keymile/km_arm/../common/common.o: No 
such file or directory
make[1]: *** [.../build/board/keymile/km_arm/../common/common.o] Error 2
make: *** [.../build/board/keymile/km_arm/libkm_arm.a] Error 2

The '...' is my reduction of path
T

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2010-02-26  9:36 Prafulla Wadaskar
  2010-02-27 23:26 ` Tom
  0 siblings, 1 reply; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-02-26  9:36 UTC (permalink / raw)
  To: u-boot

Hi Tom

Pls pull the following

The following changes since commit 1b063b552e815f90a6a880e78fc40cc309dd52ad:
  Anders Darander (1):
        Add bootcount to AT91

are available in the git repository at:

http://git.denx.de/u-boot/u-boot-marvell.git  master branch

Heiko Schocher (1):
      arm: add support for the suen3 board from keymile

 MAINTAINERS                       |    2 +-
 MAKEALL                           |    1 +
 Makefile                          |    3 +
 board/keymile/common/common.c     |    6 +-
 board/keymile/km_arm/Makefile     |   51 ++++++
 board/keymile/km_arm/config.mk    |   28 ++++
 board/keymile/km_arm/km_arm.c     |  324 +++++++++++++++++++++++++++++++++++++
 board/keymile/km_arm/kwbimage.cfg |  176 ++++++++++++++++++++
 include/configs/km_arm.h          |  191 ++++++++++++++++++++++
 include/configs/suen3.h           |  103 ++++++++++++
 10 files changed, 882 insertions(+), 3 deletions(-)
 create mode 100644 board/keymile/km_arm/Makefile
 create mode 100644 board/keymile/km_arm/config.mk
 create mode 100644 board/keymile/km_arm/km_arm.c
 create mode 100644 board/keymile/km_arm/kwbimage.cfg
 create mode 100644 include/configs/km_arm.h
 create mode 100644 include/configs/suen3.h

Regards..
Prafulla . .

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

* [U-Boot] Pull request u-boot-marvell.git
@ 2010-01-18  4:32 Prafulla Wadaskar
  0 siblings, 0 replies; 68+ messages in thread
From: Prafulla Wadaskar @ 2010-01-18  4:32 UTC (permalink / raw)
  To: u-boot

Hi Tom

Pls pull the following

The following changes since commit 06f95959bc5421e516a9a25012e303dea8833385:
  Tom Rix (1):
        ARM Update mach-types

are available in the git repository at:

  http://git.denx.de/u-boot/u-boot-marvell.git  master branch.

Prafulla Wadaskar (2):
      Kirkwood: Upgated licencing for files imported from linux source to GPLv2 or later
      Kirkwood: Makefile cleanup- fixed ordering (cosmetic change)

 cpu/arm926ejs/kirkwood/Makefile      |    4 ++--
 drivers/gpio/kw_gpio.c               |   20 +++++++++++++++++---
 drivers/i2c/kirkwood_i2c.c           |   23 ++++++++++++++++++-----
 include/asm-arm/arch-kirkwood/gpio.h |   20 +++++++++++++++++---
 include/asm-arm/arch-kirkwood/mpp.h  |   20 +++++++++++++++++---
 5 files changed, 71 insertions(+), 16 deletions(-)

Regards..
Prafulla . .

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

end of thread, other threads:[~2011-09-14  6:54 UTC | newest]

Thread overview: 68+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-13 13:08 [U-Boot] Pull request u-boot-marvell.git Prafulla Wadaskar
2011-09-13 17:43 ` Albert ARIBAUD
2011-09-14  6:06   ` Prafulla Wadaskar
2011-09-14  6:54     ` Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2011-08-21  7:34 Prafulla Wadaskar
2011-08-21  8:05 ` Albert ARIBAUD
2011-08-21  8:15   ` Prafulla Wadaskar
2011-08-21 10:16     ` Albert ARIBAUD
2011-08-21 13:00       ` Prafulla Wadaskar
2011-08-22  6:42         ` Albert ARIBAUD
2011-08-04 12:51 Prafulla Wadaskar
2011-08-04 14:45 ` Albert ARIBAUD
2011-08-05  1:52   ` Prafulla Wadaskar
2011-06-17 10:51 Prafulla Wadaskar
2011-06-16 11:23 Prafulla Wadaskar
2011-06-18  5:46 ` Albert ARIBAUD
2011-06-20  5:16   ` Prafulla Wadaskar
2011-06-20 11:46     ` Albert ARIBAUD
2011-05-06 13:25 Prafulla Wadaskar
2011-05-06 20:00 ` Albert ARIBAUD
2011-05-06 20:43   ` Prafulla Wadaskar
2011-05-07  7:14     ` Albert ARIBAUD
2011-05-11 11:51       ` Prafulla Wadaskar
2011-05-11 21:01         ` Albert ARIBAUD
2011-04-13 14:47 Prafulla Wadaskar
2011-04-13 19:35 ` Albert ARIBAUD
2011-02-14  6:58 Prafulla Wadaskar
2011-02-14  7:17 ` Albert ARIBAUD
2011-02-09  9:49 Prafulla Wadaskar
2011-02-09 21:01 ` Albert ARIBAUD
2011-02-10 20:40   ` Albert ARIBAUD
     [not found] <F766E4F80769BD478052FB6533FA745D19F11C124E@SC-VEXCH4.marvell.com>
2010-12-13 22:45 ` Wolfgang Denk
2010-12-16 22:04 ` Wolfgang Denk
     [not found] <4970A9779D0EB04A877B313171049CA7047FDE73@SC-VEXCH4.marvell.com>
2010-11-25  7:10 ` Prafulla Wadaskar
2010-11-26 20:15   ` Wolfgang Denk
2010-06-17 10:35 Prafulla Wadaskar
2010-06-17 20:27 ` Wolfgang Denk
2010-08-09  6:18 ` Prafulla Wadaskar
2010-08-09  6:51   ` Albert ARIBAUD
2010-08-09  8:13     ` Prafulla Wadaskar
2010-08-09  8:40       ` Albert ARIBAUD
2010-08-10 20:45         ` Wolfgang Denk
2010-08-10 20:56           ` Albert ARIBAUD
2010-08-10 20:39   ` Wolfgang Denk
2010-08-26  5:09   ` Prafulla Wadaskar
2010-09-07 21:25     ` Wolfgang Denk
2010-09-08  6:03       ` Prafulla Wadaskar
2010-09-08  6:17         ` Wolfgang Denk
2010-10-12  5:20         ` Prafulla Wadaskar
2010-10-12 18:07           ` Wolfgang Denk
2010-10-29 11:11   ` Prafulla Wadaskar
2010-10-29 11:23     ` Albert ARIBAUD
2010-10-29 11:28       ` Prafulla Wadaskar
2010-10-29 11:45         ` Wolfgang Denk
2010-10-29 11:31       ` Stefan Roese
2010-10-29 11:39         ` Prafulla Wadaskar
2010-10-29 20:07     ` Wolfgang Denk
2010-05-21  6:46 Prafulla Wadaskar
2010-05-21 20:31 ` Wolfgang Denk
2010-05-22  6:45   ` Prafulla Wadaskar
2010-04-19 10:33 Prafulla Wadaskar
2010-04-21 23:46 ` Tom Rix
2010-04-23 13:12   ` Prafulla Wadaskar
2010-02-26  9:36 Prafulla Wadaskar
2010-02-27 23:26 ` Tom
2010-03-01  7:31   ` Heiko Schocher
2010-03-01 14:01     ` Tom
2010-01-18  4:32 Prafulla Wadaskar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.