All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request for u-boot-marvell.git
@ 2011-11-21 10:39 Prafulla Wadaskar
  2011-11-21 16:26 ` Albert ARIBAUD
  0 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2011-11-21 10:39 UTC (permalink / raw)
  To: u-boot

Dear Albert

Kindly pull
The following changes since commit d3089594c2483ae8cc8932f25812a4dcf19712af:
  Sanjeev Premi (1):
        omap3evm: Add support for EFI partitions

are available in the git repository at:

  u-boot-marvell.git master branch.

Ajay Bhargav (1):
      net: Armada100: Fix compilation warnings

Simon Guinot (4):
      netspace_v2: Read Ethernet MAC address from EEPROM
      mvsata: fix ide_preinit for missing disks
      ARM: add support for LaCie 2Big Network v2
      ARM: remove duplicated code for LaCie boards

 MAINTAINERS                                        |    1 +
 board/LaCie/common/common.c                        |   87 +++++++++++
 board/LaCie/common/common.h                        |   20 +++
 board/LaCie/edminiv2/Makefile                      |    5 +-
 board/LaCie/edminiv2/edminiv2.c                    |   30 +----
 board/LaCie/net2big_v2/Makefile                    |   52 +++++++
 board/LaCie/net2big_v2/kwbimage.cfg                |  162 ++++++++++++++++++++
 board/LaCie/net2big_v2/net2big_v2.c                |  126 +++++++++++++++
 .../edminiv2.h => net2big_v2/net2big_v2.h}         |   32 ++---
 board/LaCie/netspace_v2/Makefile                   |    5 +-
 board/LaCie/netspace_v2/netspace_v2.c              |   51 ++-----
 board/LaCie/netspace_v2/netspace_v2.h              |    8 -
 boards.cfg                                         |    7 +-
 drivers/block/mvsata_ide.c                         |   14 +-
 drivers/net/armada100_fec.c                        |   14 ++-
 include/configs/{netspace_v2.h => lacie_kw.h}      |   29 +++-
 16 files changed, 530 insertions(+), 113 deletions(-)
 create mode 100644 board/LaCie/common/common.c
 create mode 100644 board/LaCie/common/common.h
 create mode 100644 board/LaCie/net2big_v2/Makefile
 create mode 100644 board/LaCie/net2big_v2/kwbimage.cfg
 create mode 100644 board/LaCie/net2big_v2/net2big_v2.c
 rename board/LaCie/{edminiv2/edminiv2.h => net2big_v2/net2big_v2.h} (50%)
 rename include/configs/{netspace_v2.h => lacie_kw.h} (88%

Regards..
Prafulla . . .

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

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

Hi Prafulla,

Le 21/11/2011 11:39, Prafulla Wadaskar a ?crit :
> Dear Albert
>
> Kindly pull
> The following changes since commit d3089594c2483ae8cc8932f25812a4dcf19712af:
>    Sanjeev Premi (1):
>          omap3evm: Add support for EFI partitions
>
> are available in the git repository at:
>
>    u-boot-marvell.git master branch.
>
> Ajay Bhargav (1):
>        net: Armada100: Fix compilation warnings
>
> Simon Guinot (4):
>        netspace_v2: Read Ethernet MAC address from EEPROM
>        mvsata: fix ide_preinit for missing disks
>        ARM: add support for LaCie 2Big Network v2
>        ARM: remove duplicated code for LaCie boards

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

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2014-10-06 13:22                   ` Prafulla Wadaskar
@ 2014-10-08 19:06                     ` Albert ARIBAUD
  0 siblings, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2014-10-08 19:06 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Mon, 6 Oct 2014 06:22:29 -0700, Prafulla Wadaskar
<prafulla@marvell.com> wrote:

> Hi Albert,
> 
> Please pull
> The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:
> 
>   Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git master
> 
> DrEagle (5):
>       ARM: sheevaplug: change env location
>       ARM: sheevaplug: add MVSATA driver
>       ARM: sheevaplug: add MTD defaults
>       ARM: sheevaplug: redefine MTDPARTS
>       ARM: sheevaplug: add HUSH parser
> 
> Michael Walle (1):
>       lsxl: convert to generic board and fix typo
> 
>  include/configs/lsxl.h       |    4 ++-
>  include/configs/sheevaplug.h |   46 +++++++++++++++++++++++++++++++++++++----
>  2 files changed, 44 insertions(+), 6 deletions(-)
> 
> Regards...
> Prafulla . . .

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

Amicalement,
-- 
Albert.

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

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

Hi Albert,

Please pull
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:

  Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 -0400)

are available in the git repository at:

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

DrEagle (5):
      ARM: sheevaplug: change env location
      ARM: sheevaplug: add MVSATA driver
      ARM: sheevaplug: add MTD defaults
      ARM: sheevaplug: redefine MTDPARTS
      ARM: sheevaplug: add HUSH parser

Michael Walle (1):
      lsxl: convert to generic board and fix typo

 include/configs/lsxl.h       |    4 ++-
 include/configs/sheevaplug.h |   46 +++++++++++++++++++++++++++++++++++++----
 2 files changed, 44 insertions(+), 6 deletions(-)

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2014-01-06 12:38               ` Prafulla Wadaskar
@ 2014-01-08 16:00                 ` Albert ARIBAUD
  2014-10-06 13:22                   ` Prafulla Wadaskar
  0 siblings, 1 reply; 62+ messages in thread
From: Albert ARIBAUD @ 2014-01-08 16:00 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Mon, 6 Jan 2014 04:38:43 -0800, Prafulla Wadaskar
<prafulla@marvell.com> wrote:

> Hi Albert,
> 
> Please pull
> The following changes since commit 4b0561d84198f8d696fd51cfc27aeac8c7482a8c:
>   Albert ARIBAUD (1):
>         Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Holger Brunck (1):
>       arm/km: fix i2c mux define for km_kirkwood_128m16 target
> 
> Karlheinz Jerg (1):
>       arm/km: add support for km_kirkwood_128m16 board
> 
> Luka Perkov (1):
>       kirkwood: ib62x0: use device tree and update config
> 
>  boards.cfg                    |    1 +
>  include/configs/ib62x0.h      |   38 +++++++++++++++++++++++---------------
>  include/configs/km_kirkwood.h |   10 ++++++++++
>  3 files changed, 34 insertions(+), 15 deletions(-)
> 
> Regards...
> Prafulla . . .

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

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
       [not found]             ` <DCB55AE5D43FB64FA6D3F5573FA2D42B1A3B957247@SC-VEXCH4.marvell.com>
                                 ` (2 preceding siblings ...)
  2013-09-25 11:20               ` Prafulla Wadaskar
@ 2014-01-06 12:38               ` Prafulla Wadaskar
  2014-01-08 16:00                 ` Albert ARIBAUD
  3 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2014-01-06 12:38 UTC (permalink / raw)
  To: u-boot

Hi Albert,

Please pull
The following changes since commit 4b0561d84198f8d696fd51cfc27aeac8c7482a8c:
  Albert ARIBAUD (1):
        Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'

are available in the git repository at:

  u-boot-marvell.git master branch.

Holger Brunck (1):
      arm/km: fix i2c mux define for km_kirkwood_128m16 target

Karlheinz Jerg (1):
      arm/km: add support for km_kirkwood_128m16 board

Luka Perkov (1):
      kirkwood: ib62x0: use device tree and update config

 boards.cfg                    |    1 +
 include/configs/ib62x0.h      |   38 +++++++++++++++++++++++---------------
 include/configs/km_kirkwood.h |   10 ++++++++++
 3 files changed, 34 insertions(+), 15 deletions(-)

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-11-29  3:32                           ` Prafulla Wadaskar
@ 2013-12-01 16:00                             ` Luka Perkov
  0 siblings, 0 replies; 62+ messages in thread
From: Luka Perkov @ 2013-12-01 16:00 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Thu, Nov 28, 2013 at 07:32:35PM -0800, Prafulla Wadaskar wrote:
> > so we missed v2013.10. Any chance to pull them now for
> > v2014.01?
> 
> I am sorry about that.
> I will send new pull request for this.

Can you please take this one too:

http://patchwork.ozlabs.org/patch/287388/

Thanks!

Luka

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-11-28 13:01                         ` Holger Brunck
@ 2013-11-29  3:32                           ` Prafulla Wadaskar
  2013-12-01 16:00                             ` Luka Perkov
  0 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2013-11-29  3:32 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Holger Brunck [mailto:holger.brunck at keymile.com]
> Sent: 28 November 2013 05:01
> To: Prafulla Wadaskar
> Cc: Manas Saksena; 'u-boot at lists.denx.de';
> albert.u.boot at aribaud.net
> Subject: Re: Pull request for u-boot-marvell.git
> 
> On 10/10/2013 07:06 PM, Holger Brunck wrote:
> >>>
> >>> Prafulla should I send a patch on top of your
> branch
> >>> which fixes this or should
> >>> I send a v3 of the whole patch?
> >>
> >> Please send the patch to fix this issue on the top
> of branch.
> >>
> >
> > done three days ago. So could you please pick it up
> and send Albert a new pull
> > request?
> >
> 
> so we missed v2013.10. Any chance to pull them now for
> v2014.01?

I am sorry about that.
I will send new pull request for this.

Regards...
Prafulla . . .

> 
> Regards
> Holger

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-10-10 17:06                       ` Holger Brunck
  2013-10-14 10:46                         ` Prafulla Wadaskar
@ 2013-11-28 13:01                         ` Holger Brunck
  2013-11-29  3:32                           ` Prafulla Wadaskar
  1 sibling, 1 reply; 62+ messages in thread
From: Holger Brunck @ 2013-11-28 13:01 UTC (permalink / raw)
  To: u-boot

On 10/10/2013 07:06 PM, Holger Brunck wrote:
>>>
>>> Prafulla should I send a patch on top of your branch
>>> which fixes this or should
>>> I send a v3 of the whole patch?
>>
>> Please send the patch to fix this issue on the top of branch.
>>
> 
> done three days ago. So could you please pick it up and send Albert a new pull
> request?
>

so we missed v2013.10. Any chance to pull them now for v2014.01?

Regards
Holger

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-10-10 17:06                       ` Holger Brunck
@ 2013-10-14 10:46                         ` Prafulla Wadaskar
  2013-11-28 13:01                         ` Holger Brunck
  1 sibling, 0 replies; 62+ messages in thread
From: Prafulla Wadaskar @ 2013-10-14 10:46 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Holger Brunck [mailto:holger.brunck at keymile.com]
> Sent: 10 October 2013 22:37
> To: Prafulla Wadaskar
> Cc: Albert ARIBAUD; 'u-boot at lists.denx.de'; Manas
> Saksena
> Subject: Re: Pull request for u-boot-marvell.git
> 
> On 10/07/2013 02:58 PM, Prafulla Wadaskar wrote:
> >
> >
> >> -----Original Message-----
> >> From: Holger Brunck
> [mailto:holger.brunck at keymile.com]
> >> Sent: 07 October 2013 12:48
> >> To: Prafulla Wadaskar
> >> Cc: Albert ARIBAUD; 'u-boot at lists.denx.de'; Manas
> >> Saksena
> >> Subject: Re: Pull request for u-boot-marvell.git
> >>
> >> Hi,
> >>
> >> On 10/02/2013 02:51 PM, Albert ARIBAUD wrote:
> >>> Hi Prafulla,
> >>>
> >>> On Wed, 25 Sep 2013 04:20:24 -0700, Prafulla
> Wadaskar
> >>> <prafulla@marvell.com> wrote:
> >>>
> >>>> Hi Albert,
> >>>> Please kindly pull
> >>>> The following changes since commit
> >> 12eba1b49380988fd87cc0b3af44014cca8b71c4:
> >>>>   Jeroen Hofstee (1):
> >>>>         README: update ARM register usage
> >>>>
> >>>> are available in the git repository at:
> >>>>
> >>>>   u-boot-marvell.git master branch.
> >>>>
> >>>> Holger Brunck (2):
> >>>>       arm/km: drop unneeded define
> >>>>       arm/km: make local function startup_allowed
> >> static
> >>>>
> >>>> Karlheinz Jerg (1):
> >>>>       arm/km: add support for km_kirkwood_128m16
> >> board
> >>>>
> >>>>  board/keymile/km_arm/km_arm.c |    6 +-----
> >>>>  boards.cfg                    |    1 +
> >>>>  include/configs/km_kirkwood.h |   10 ++++++++++
> >>>>  3 files changed, 12 insertions(+), 5 deletions(-)
> >>>>
> >>>> Regards...
> >>>> Prafulla . . .
> >>>
> >>> For km_kirkwood_128m16:
> >>>
> >>> ../common/ivm.c: In function 'ivm_read_eeprom':
> >>> ../common/ivm.c:304:18: error: 'CONFIG_KM_IVM_BUS'
> >> undeclared (first
> >>> use in this function) ../common/ivm.c:304:18: note:
> >> each undeclared
> >>> identifier is reported only once for each function
> it
> >> appears in
> >>> make[1]: ***
> >>> [/home/albert/src/u-boot-
> >>
> arm/build/km_kirkwood_128m16/board/keymile/km_arm/../co
> >> mmon/ivm.o]
> >>> Error 1 make: ***
> >>> [/home/albert/src/u-boot-
> >>
> arm/build/km_kirkwood_128m16/board/keymile/km_arm/libkm
> >> _arm.o]
> >>> Error 2
> >>
> >> ok there is some interdependency with Heikos i2c mux
> >> rework.
> >>
> >> Prafulla should I send a patch on top of your branch
> >> which fixes this or should
> >> I send a v3 of the whole patch?
> >
> > Please send the patch to fix this issue on the top of
> branch.
> >
> 
> done three days ago. So could you please pick it up and
> send Albert a new pull
> request?

Surely I will be doing the same.

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-10-07 12:58                     ` Prafulla Wadaskar
@ 2013-10-10 17:06                       ` Holger Brunck
  2013-10-14 10:46                         ` Prafulla Wadaskar
  2013-11-28 13:01                         ` Holger Brunck
  0 siblings, 2 replies; 62+ messages in thread
From: Holger Brunck @ 2013-10-10 17:06 UTC (permalink / raw)
  To: u-boot

On 10/07/2013 02:58 PM, Prafulla Wadaskar wrote:
> 
> 
>> -----Original Message-----
>> From: Holger Brunck [mailto:holger.brunck at keymile.com]
>> Sent: 07 October 2013 12:48
>> To: Prafulla Wadaskar
>> Cc: Albert ARIBAUD; 'u-boot at lists.denx.de'; Manas
>> Saksena
>> Subject: Re: Pull request for u-boot-marvell.git
>>
>> Hi,
>>
>> On 10/02/2013 02:51 PM, Albert ARIBAUD wrote:
>>> Hi Prafulla,
>>>
>>> On Wed, 25 Sep 2013 04:20:24 -0700, Prafulla Wadaskar
>>> <prafulla@marvell.com> wrote:
>>>
>>>> Hi Albert,
>>>> Please kindly pull
>>>> The following changes since commit
>> 12eba1b49380988fd87cc0b3af44014cca8b71c4:
>>>>   Jeroen Hofstee (1):
>>>>         README: update ARM register usage
>>>>
>>>> are available in the git repository at:
>>>>
>>>>   u-boot-marvell.git master branch.
>>>>
>>>> Holger Brunck (2):
>>>>       arm/km: drop unneeded define
>>>>       arm/km: make local function startup_allowed
>> static
>>>>
>>>> Karlheinz Jerg (1):
>>>>       arm/km: add support for km_kirkwood_128m16
>> board
>>>>
>>>>  board/keymile/km_arm/km_arm.c |    6 +-----
>>>>  boards.cfg                    |    1 +
>>>>  include/configs/km_kirkwood.h |   10 ++++++++++
>>>>  3 files changed, 12 insertions(+), 5 deletions(-)
>>>>
>>>> Regards...
>>>> Prafulla . . .
>>>
>>> For km_kirkwood_128m16:
>>>
>>> ../common/ivm.c: In function 'ivm_read_eeprom':
>>> ../common/ivm.c:304:18: error: 'CONFIG_KM_IVM_BUS'
>> undeclared (first
>>> use in this function) ../common/ivm.c:304:18: note:
>> each undeclared
>>> identifier is reported only once for each function it
>> appears in
>>> make[1]: ***
>>> [/home/albert/src/u-boot-
>> arm/build/km_kirkwood_128m16/board/keymile/km_arm/../co
>> mmon/ivm.o]
>>> Error 1 make: ***
>>> [/home/albert/src/u-boot-
>> arm/build/km_kirkwood_128m16/board/keymile/km_arm/libkm
>> _arm.o]
>>> Error 2
>>
>> ok there is some interdependency with Heikos i2c mux
>> rework.
>>
>> Prafulla should I send a patch on top of your branch
>> which fixes this or should
>> I send a v3 of the whole patch?
> 
> Please send the patch to fix this issue on the top of branch.
> 

done three days ago. So could you please pick it up and send Albert a new pull
request?

Thanks!
Holger

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-10-07  7:18                   ` Holger Brunck
@ 2013-10-07 12:58                     ` Prafulla Wadaskar
  2013-10-10 17:06                       ` Holger Brunck
  0 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2013-10-07 12:58 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Holger Brunck [mailto:holger.brunck at keymile.com]
> Sent: 07 October 2013 12:48
> To: Prafulla Wadaskar
> Cc: Albert ARIBAUD; 'u-boot at lists.denx.de'; Manas
> Saksena
> Subject: Re: Pull request for u-boot-marvell.git
> 
> Hi,
> 
> On 10/02/2013 02:51 PM, Albert ARIBAUD wrote:
> > Hi Prafulla,
> >
> > On Wed, 25 Sep 2013 04:20:24 -0700, Prafulla Wadaskar
> > <prafulla@marvell.com> wrote:
> >
> >> Hi Albert,
> >> Please kindly pull
> >> The following changes since commit
> 12eba1b49380988fd87cc0b3af44014cca8b71c4:
> >>   Jeroen Hofstee (1):
> >>         README: update ARM register usage
> >>
> >> are available in the git repository at:
> >>
> >>   u-boot-marvell.git master branch.
> >>
> >> Holger Brunck (2):
> >>       arm/km: drop unneeded define
> >>       arm/km: make local function startup_allowed
> static
> >>
> >> Karlheinz Jerg (1):
> >>       arm/km: add support for km_kirkwood_128m16
> board
> >>
> >>  board/keymile/km_arm/km_arm.c |    6 +-----
> >>  boards.cfg                    |    1 +
> >>  include/configs/km_kirkwood.h |   10 ++++++++++
> >>  3 files changed, 12 insertions(+), 5 deletions(-)
> >>
> >> Regards...
> >> Prafulla . . .
> >
> > For km_kirkwood_128m16:
> >
> > ../common/ivm.c: In function 'ivm_read_eeprom':
> > ../common/ivm.c:304:18: error: 'CONFIG_KM_IVM_BUS'
> undeclared (first
> > use in this function) ../common/ivm.c:304:18: note:
> each undeclared
> > identifier is reported only once for each function it
> appears in
> > make[1]: ***
> > [/home/albert/src/u-boot-
> arm/build/km_kirkwood_128m16/board/keymile/km_arm/../co
> mmon/ivm.o]
> > Error 1 make: ***
> > [/home/albert/src/u-boot-
> arm/build/km_kirkwood_128m16/board/keymile/km_arm/libkm
> _arm.o]
> > Error 2
> 
> ok there is some interdependency with Heikos i2c mux
> rework.
> 
> Prafulla should I send a patch on top of your branch
> which fixes this or should
> I send a v3 of the whole patch?

Please send the patch to fix this issue on the top of branch.

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-10-02 12:51                 ` Albert ARIBAUD
@ 2013-10-07  7:18                   ` Holger Brunck
  2013-10-07 12:58                     ` Prafulla Wadaskar
  0 siblings, 1 reply; 62+ messages in thread
From: Holger Brunck @ 2013-10-07  7:18 UTC (permalink / raw)
  To: u-boot

Hi,

On 10/02/2013 02:51 PM, Albert ARIBAUD wrote:
> Hi Prafulla,
> 
> On Wed, 25 Sep 2013 04:20:24 -0700, Prafulla Wadaskar
> <prafulla@marvell.com> wrote:
> 
>> Hi Albert,
>> Please kindly pull
>> The following changes since commit 12eba1b49380988fd87cc0b3af44014cca8b71c4:
>>   Jeroen Hofstee (1):
>>         README: update ARM register usage
>>
>> are available in the git repository at:
>>
>>   u-boot-marvell.git master branch.
>>
>> Holger Brunck (2):
>>       arm/km: drop unneeded define
>>       arm/km: make local function startup_allowed static
>>
>> Karlheinz Jerg (1):
>>       arm/km: add support for km_kirkwood_128m16 board
>>
>>  board/keymile/km_arm/km_arm.c |    6 +-----
>>  boards.cfg                    |    1 +
>>  include/configs/km_kirkwood.h |   10 ++++++++++
>>  3 files changed, 12 insertions(+), 5 deletions(-)
>>
>> Regards...
>> Prafulla . . .
> 
> For km_kirkwood_128m16:
> 
> ../common/ivm.c: In function 'ivm_read_eeprom':
> ../common/ivm.c:304:18: error: 'CONFIG_KM_IVM_BUS' undeclared (first
> use in this function) ../common/ivm.c:304:18: note: each undeclared
> identifier is reported only once for each function it appears in
> make[1]: ***
> [/home/albert/src/u-boot-arm/build/km_kirkwood_128m16/board/keymile/km_arm/../common/ivm.o]
> Error 1 make: ***
> [/home/albert/src/u-boot-arm/build/km_kirkwood_128m16/board/keymile/km_arm/libkm_arm.o]
> Error 2

ok there is some interdependency with Heikos i2c mux rework.

Prafulla should I send a patch on top of your branch which fixes this or should
I send a v3 of the whole patch?

Regards
Holger

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-09-25 11:20               ` Prafulla Wadaskar
@ 2013-10-02 12:51                 ` Albert ARIBAUD
  2013-10-07  7:18                   ` Holger Brunck
  0 siblings, 1 reply; 62+ messages in thread
From: Albert ARIBAUD @ 2013-10-02 12:51 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Wed, 25 Sep 2013 04:20:24 -0700, Prafulla Wadaskar
<prafulla@marvell.com> wrote:

> Hi Albert,
> Please kindly pull
> The following changes since commit 12eba1b49380988fd87cc0b3af44014cca8b71c4:
>   Jeroen Hofstee (1):
>         README: update ARM register usage
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Holger Brunck (2):
>       arm/km: drop unneeded define
>       arm/km: make local function startup_allowed static
> 
> Karlheinz Jerg (1):
>       arm/km: add support for km_kirkwood_128m16 board
> 
>  board/keymile/km_arm/km_arm.c |    6 +-----
>  boards.cfg                    |    1 +
>  include/configs/km_kirkwood.h |   10 ++++++++++
>  3 files changed, 12 insertions(+), 5 deletions(-)
> 
> Regards...
> Prafulla . . .

For km_kirkwood_128m16:

../common/ivm.c: In function 'ivm_read_eeprom':
../common/ivm.c:304:18: error: 'CONFIG_KM_IVM_BUS' undeclared (first
use in this function) ../common/ivm.c:304:18: note: each undeclared
identifier is reported only once for each function it appears in
make[1]: ***
[/home/albert/src/u-boot-arm/build/km_kirkwood_128m16/board/keymile/km_arm/../common/ivm.o]
Error 1 make: ***
[/home/albert/src/u-boot-arm/build/km_kirkwood_128m16/board/keymile/km_arm/libkm_arm.o]
Error 2

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
       [not found]             ` <DCB55AE5D43FB64FA6D3F5573FA2D42B1A3B957247@SC-VEXCH4.marvell.com>
  2013-04-12 13:54               ` Prafulla Wadaskar
  2013-06-20  5:38               ` Prafulla Wadaskar
@ 2013-09-25 11:20               ` Prafulla Wadaskar
  2013-10-02 12:51                 ` Albert ARIBAUD
  2014-01-06 12:38               ` Prafulla Wadaskar
  3 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2013-09-25 11:20 UTC (permalink / raw)
  To: u-boot

Hi Albert,
Please kindly pull
The following changes since commit 12eba1b49380988fd87cc0b3af44014cca8b71c4:
  Jeroen Hofstee (1):
        README: update ARM register usage

are available in the git repository at:

  u-boot-marvell.git master branch.

Holger Brunck (2):
      arm/km: drop unneeded define
      arm/km: make local function startup_allowed static

Karlheinz Jerg (1):
      arm/km: add support for km_kirkwood_128m16 board

 board/keymile/km_arm/km_arm.c |    6 +-----
 boards.cfg                    |    1 +
 include/configs/km_kirkwood.h |   10 ++++++++++
 3 files changed, 12 insertions(+), 5 deletions(-)

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-06-20  5:38               ` Prafulla Wadaskar
@ 2013-06-20  8:44                 ` Albert ARIBAUD
  0 siblings, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2013-06-20  8:44 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Wed, 19 Jun 2013 22:38:17 -0700, Prafulla Wadaskar
<prafulla@marvell.com> wrote:

> The following changes since commit c2543a21df335484fa86bd652b5564d0ca90d5f6:
>   Albert ARIBAUD (1):
>         Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Simon Guinot (3):
>       net2big_v2: initialize I2C fan at startup
>       LaCie/common: add support for the CPLD GPIO bus
>       net2big_v2: initialize LEDs at startup
> 
>  board/LaCie/common/cpld-gpio-bus.c  |   50 +++++++++++
>  board/LaCie/common/cpld-gpio-bus.h  |   24 ++++++
>  board/LaCie/net2big_v2/Makefile     |    3 +
>  board/LaCie/net2big_v2/net2big_v2.c |  154 +++++++++++++++++++++++++++++++++--
>  board/LaCie/net2big_v2/net2big_v2.h |    5 +
>  include/configs/lacie_kw.h          |    9 ++-
>  6 files changed, 236 insertions(+), 9 deletions(-)
>  create mode 100644 board/LaCie/common/cpld-gpio-bus.c
>  create mode 100644 board/LaCie/common/cpld-gpio-bus.
> 
> Regards...
> Prafulla . . .

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

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
       [not found]             ` <DCB55AE5D43FB64FA6D3F5573FA2D42B1A3B957247@SC-VEXCH4.marvell.com>
  2013-04-12 13:54               ` Prafulla Wadaskar
@ 2013-06-20  5:38               ` Prafulla Wadaskar
  2013-06-20  8:44                 ` Albert ARIBAUD
  2013-09-25 11:20               ` Prafulla Wadaskar
  2014-01-06 12:38               ` Prafulla Wadaskar
  3 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2013-06-20  5:38 UTC (permalink / raw)
  To: u-boot

The following changes since commit c2543a21df335484fa86bd652b5564d0ca90d5f6:
  Albert ARIBAUD (1):
        Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'

are available in the git repository at:

  u-boot-marvell.git master branch.

Simon Guinot (3):
      net2big_v2: initialize I2C fan at startup
      LaCie/common: add support for the CPLD GPIO bus
      net2big_v2: initialize LEDs at startup

 board/LaCie/common/cpld-gpio-bus.c  |   50 +++++++++++
 board/LaCie/common/cpld-gpio-bus.h  |   24 ++++++
 board/LaCie/net2big_v2/Makefile     |    3 +
 board/LaCie/net2big_v2/net2big_v2.c |  154 +++++++++++++++++++++++++++++++++--
 board/LaCie/net2big_v2/net2big_v2.h |    5 +
 include/configs/lacie_kw.h          |    9 ++-
 6 files changed, 236 insertions(+), 9 deletions(-)
 create mode 100644 board/LaCie/common/cpld-gpio-bus.c
 create mode 100644 board/LaCie/common/cpld-gpio-bus.

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-04-12 13:54               ` Prafulla Wadaskar
@ 2013-04-12 15:12                 ` Albert ARIBAUD
  0 siblings, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2013-04-12 15:12 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Fri, 12 Apr 2013 06:54:51 -0700, Prafulla Wadaskar
<prafulla@marvell.com> wrote:

> Hi Albert,
> Please pull
> The following changes since commit c97b6df1ae92679d67f94c1cfef51323782a506d:
>   Albert ARIBAUD (1):
>         Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Gerlando Falauto (1):
>       kirkwood_nand: allow usage of NAND_ECC_SOFT_BCH
> 
> Holger Brunck (3):
>       arm/km: rename BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT
>       arm/km: use CONFIG_NAND_ECC_BCH
>       arm/km: add support for kmsuv31 board
> 
>  boards.cfg                       |    1 +
>  drivers/mtd/nand/kirkwood_nand.c |    4 ++++
>  include/configs/km/km_arm.h      |    5 ++++-
>  include/configs/km_kirkwood.h    |    8 ++++++++
>  4 files changed, 17 insertions(+), 1 deletions(-)
> 
> Regards...
> Prafulla . . .

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

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
       [not found]             ` <DCB55AE5D43FB64FA6D3F5573FA2D42B1A3B957247@SC-VEXCH4.marvell.com>
@ 2013-04-12 13:54               ` Prafulla Wadaskar
  2013-04-12 15:12                 ` Albert ARIBAUD
  2013-06-20  5:38               ` Prafulla Wadaskar
                                 ` (2 subsequent siblings)
  3 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2013-04-12 13:54 UTC (permalink / raw)
  To: u-boot

Hi Albert,
Please pull
The following changes since commit c97b6df1ae92679d67f94c1cfef51323782a506d:
  Albert ARIBAUD (1):
        Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'

are available in the git repository at:

  u-boot-marvell.git master branch.

Gerlando Falauto (1):
      kirkwood_nand: allow usage of NAND_ECC_SOFT_BCH

Holger Brunck (3):
      arm/km: rename BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT
      arm/km: use CONFIG_NAND_ECC_BCH
      arm/km: add support for kmsuv31 board

 boards.cfg                       |    1 +
 drivers/mtd/nand/kirkwood_nand.c |    4 ++++
 include/configs/km/km_arm.h      |    5 ++++-
 include/configs/km_kirkwood.h    |    8 ++++++++
 4 files changed, 17 insertions(+), 1 deletions(-)

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-01-08 17:21                     ` Prafulla Wadaskar
  2013-01-08 19:14                       ` Albert ARIBAUD
@ 2013-01-10  7:54                       ` Albert ARIBAUD
  1 sibling, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2013-01-10  7:54 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Tue, 8 Jan 2013 09:21:40 -0800, Prafulla Wadaskar
<prafulla@marvell.com> wrote:

> Dear Albert
> Please pull
> 
> The following changes since commit 7528cf5f016b5b8b8b12b373f6f31a10bf89233d:
> 
>   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-01-08 14:59:37 +0100)
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Albert ARIBAUD (3):
>       mv88e61xx: refactor PHY and SWITCH level-code
>       kirkwood: make MPP arrays static const
>       ARM: lacie_kw: add support for WIRELESS_SPACE
> 
> Andreas Bie?mann (1):
>       mv-common.h: increase malloc arena to 4MiB
> 
> Holger Brunck (3):
>       arm/km: fix memory settings
>       km/common: drop unneeded std* environment variables
>       km/common: cosmetic change reported from checkpatch
> 
> Luke Lowrey (1):
>       arch-kirkwood: Ethernet port macro returning incorrect address
> 
> Michael Walle (1):
>       lsxl: unset ncip for rescue mode
> 
> Valentin Longchamp (1):
>       arm/km: remove duplicate code
> 
>  arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |    2 +-
>  arch/arm/include/asm/arch-kirkwood/cpu.h        |    2 +-
>  arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
>  board/LaCie/net2big_v2/net2big_v2.c             |    2 +-
>  board/LaCie/netspace_v2/netspace_v2.c           |    2 +-
>  board/LaCie/wireless_space/Makefile             |   46 +++
>  board/LaCie/wireless_space/kwbimage.cfg         |   82 ++++
>  board/LaCie/wireless_space/wireless_space.c     |  176 ++++++++
>  board/Marvell/dreamplug/dreamplug.c             |    2 +-
>  board/Marvell/guruplug/guruplug.c               |    2 +-
>  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    2 +-
>  board/Marvell/openrd/openrd.c                   |    2 +-
>  board/Marvell/rd6281a/rd6281a.c                 |    2 +-
>  board/Marvell/sheevaplug/sheevaplug.c           |    2 +-
>  board/Seagate/dockstar/dockstar.c               |    2 +-
>  board/buffalo/lsxl/lsxl.c                       |    7 +-
>  board/cloudengines/pogo_e02/pogo_e02.c          |    2 +-
>  board/d-link/dns325/dns325.c                    |    2 +-
>  board/iomega/iconnect/iconnect.c                |    2 +-
>  board/karo/tk71/tk71.c                          |    2 +-
>  board/keymile/common/common.c                   |    2 +-
>  board/keymile/km_arm/km_arm.c                   |   16 +-
>  board/keymile/km_arm/kwbimage-memphis.cfg       |    6 +-
>  board/keymile/km_arm/kwbimage.cfg               |    6 +-
>  board/keymile/km_arm/kwbimage_128M16_1.cfg      |   25 +-
>  board/keymile/km_arm/kwbimage_256M8_1.cfg       |   25 +-
>  board/raidsonic/ib62x0/ib62x0.c                 |    2 +-
>  boards.cfg                                      |    1 +
>  drivers/net/phy/mv88e61xx.c                     |  495 ++++++++++++++--------
>  drivers/net/phy/mv88e61xx.h                     |   39 ++-
>  drivers/spi/kirkwood_spi.c                      |   12 +-
>  include/configs/km/keymile-common.h             |    3 -
>  include/configs/lsxl.h                          |    2 +-
>  include/configs/mv-common.h                     |    2 +-
>  include/configs/wireless_space.h                |  194 +++++++++
>  include/netdev.h                                |   21 +-
>  36 files changed, 896 insertions(+), 298 deletions(-)
>  create mode 100644 board/LaCie/wireless_space/Makefile
>  create mode 100644 board/LaCie/wireless_space/kwbimage.cfg
>  create mode 100644 board/LaCie/wireless_space/wireless_space.c
>  create mode 100644 include/configs/wireless_space.h
> 
> Regards...
> Prafulla . . .
> 
> ________________________________________
> From: Albert ARIBAUD [albert.u.boot at aribaud.net]
> Sent: Tuesday, January 08, 2013 8:33 PM
> To: Prafulla Wadaskar
> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik; 'Wolfgang Denk'; Andreas Bie?mann
> Subject: Re: Pull request for u-boot-marvell.git
> 
> Hi Prafulla,
> 
> On Mon, 7 Jan 2013 04:26:09 -0800, Prafulla Wadaskar
> <prafulla@marvell.com> wrote:
> >
> >
> > > -----Original Message-----
> > > From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> > > Sent: 23 December 2012 20:40
> > > To: Prafulla Wadaskar
> > > Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik;
> > > 'Wolfgang Denk'; Andreas Bie?mann
> > > Subject: Re: Pull request for u-boot-marvell.git
> > >
> > > Hi Prafulla,
> > >
> > > On Thu, 20 Dec 2012 02:05:36 -0800, Prafulla Wadaskar
> > > <prafulla@marvell.com> wrote:
> > > > Dear Albert
> > > > Please discard my earlier pull request and please pull
> > > > The following changes since commit
> > > b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
> > > >   Albert ARIBAUD (1):
> > > >         Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
> > > >
> > > > are available in the git repository at:
> > > >
> > > >   u-boot-marvell.git master branch.
> > > >
> > > > Albert ARIBAUD (3):
> > > >       mv88e61xx: refactor PHY and SWITCH level-code
> > > >       kirkwood: make MPP arrays static const
> > > >       ARM: lacie_kw: add support for WIRELESS_SPACE
> > > >
> > > > Holger Brunck (3):
> > > >       arm/km: fix memory settings
> > > >       km/common: drop unneeded std* environment variables
> > > >       km/common: cosmetic change reported from checkpatch
> > > >
> > > > Luke Lowrey (1):
> > > >       arch-kirkwood: Ethernet port macro returning incorrect address
> > > >
> > > > Michael Walle (1):
> > > >       lsxl: unset ncip for rescue mode
> > > >
> > > > Valentin Longchamp (1):
> > > >       arm/km: remove duplicate code
> > > >
> > > > andreas.devel at googlemail.com (1):
> > > >       mv-common.h: increase malloc arena to 4MiB
> > >
> > > Is that last commit really supposed to be with Andreas Bie?mann's
> > > e-mail only, without his name?
> >
> > Hi Albert,
> > Sorry for the late reply,
> > Yes, it is with Andreas Bie?mann' email only, I wonder how his name is removed from this commit.
> > I will check and let you know.
> 
> Ok - note that meanwhile, I have merged in TI and IMX.
> 
> > Regards...
> > Prafulla . . .
> 
> Amicalement,
> --
> Albert.

Applied *again* to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-01-08 19:14                       ` Albert ARIBAUD
@ 2013-01-08 19:51                         ` Albert ARIBAUD
  0 siblings, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2013-01-08 19:51 UTC (permalink / raw)
  To: u-boot

On Tue, 8 Jan 2013 20:14:44 +0100, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hi Prafulla,
> 
> On Tue, 8 Jan 2013 09:21:40 -0800, Prafulla Wadaskar
> <prafulla@marvell.com> wrote:
> 
> > Dear Albert
> > Please pull
> > 
> > The following changes since commit 7528cf5f016b5b8b8b12b373f6f31a10bf89233d:
> > 
> >   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-01-08 14:59:37 +0100)
> > 
> > are available in the git repository at:
> > 
> >   u-boot-marvell.git master branch.
> > 
> > Albert ARIBAUD (3):
> >       mv88e61xx: refactor PHY and SWITCH level-code
> >       kirkwood: make MPP arrays static const
> >       ARM: lacie_kw: add support for WIRELESS_SPACE
> > 
> > Andreas Bie?mann (1):
> >       mv-common.h: increase malloc arena to 4MiB
> > 
> > Holger Brunck (3):
> >       arm/km: fix memory settings
> >       km/common: drop unneeded std* environment variables
> >       km/common: cosmetic change reported from checkpatch
> > 
> > Luke Lowrey (1):
> >       arch-kirkwood: Ethernet port macro returning incorrect address
> > 
> > Michael Walle (1):
> >       lsxl: unset ncip for rescue mode
> > 
> > Valentin Longchamp (1):
> >       arm/km: remove duplicate code
> > 
> >  arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |    2 +-
> >  arch/arm/include/asm/arch-kirkwood/cpu.h        |    2 +-
> >  arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
> >  board/LaCie/net2big_v2/net2big_v2.c             |    2 +-
> >  board/LaCie/netspace_v2/netspace_v2.c           |    2 +-
> >  board/LaCie/wireless_space/Makefile             |   46 +++
> >  board/LaCie/wireless_space/kwbimage.cfg         |   82 ++++
> >  board/LaCie/wireless_space/wireless_space.c     |  176 ++++++++
> >  board/Marvell/dreamplug/dreamplug.c             |    2 +-
> >  board/Marvell/guruplug/guruplug.c               |    2 +-
> >  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    2 +-
> >  board/Marvell/openrd/openrd.c                   |    2 +-
> >  board/Marvell/rd6281a/rd6281a.c                 |    2 +-
> >  board/Marvell/sheevaplug/sheevaplug.c           |    2 +-
> >  board/Seagate/dockstar/dockstar.c               |    2 +-
> >  board/buffalo/lsxl/lsxl.c                       |    7 +-
> >  board/cloudengines/pogo_e02/pogo_e02.c          |    2 +-
> >  board/d-link/dns325/dns325.c                    |    2 +-
> >  board/iomega/iconnect/iconnect.c                |    2 +-
> >  board/karo/tk71/tk71.c                          |    2 +-
> >  board/keymile/common/common.c                   |    2 +-
> >  board/keymile/km_arm/km_arm.c                   |   16 +-
> >  board/keymile/km_arm/kwbimage-memphis.cfg       |    6 +-
> >  board/keymile/km_arm/kwbimage.cfg               |    6 +-
> >  board/keymile/km_arm/kwbimage_128M16_1.cfg      |   25 +-
> >  board/keymile/km_arm/kwbimage_256M8_1.cfg       |   25 +-
> >  board/raidsonic/ib62x0/ib62x0.c                 |    2 +-
> >  boards.cfg                                      |    1 +
> >  drivers/net/phy/mv88e61xx.c                     |  495 ++++++++++++++--------
> >  drivers/net/phy/mv88e61xx.h                     |   39 ++-
> >  drivers/spi/kirkwood_spi.c                      |   12 +-
> >  include/configs/km/keymile-common.h             |    3 -
> >  include/configs/lsxl.h                          |    2 +-
> >  include/configs/mv-common.h                     |    2 +-
> >  include/configs/wireless_space.h                |  194 +++++++++
> >  include/netdev.h                                |   21 +-
> >  36 files changed, 896 insertions(+), 298 deletions(-)
> >  create mode 100644 board/LaCie/wireless_space/Makefile
> >  create mode 100644 board/LaCie/wireless_space/kwbimage.cfg
> >  create mode 100644 board/LaCie/wireless_space/wireless_space.c
> >  create mode 100644 include/configs/wireless_space.h
> > 
> > Regards...
> > Prafulla . . .
> > 
> > ________________________________________
> > From: Albert ARIBAUD [albert.u.boot at aribaud.net]
> > Sent: Tuesday, January 08, 2013 8:33 PM
> > To: Prafulla Wadaskar
> > Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik; 'Wolfgang Denk'; Andreas Bie?mann
> > Subject: Re: Pull request for u-boot-marvell.git
> > 
> > Hi Prafulla,
> > 
> > On Mon, 7 Jan 2013 04:26:09 -0800, Prafulla Wadaskar
> > <prafulla@marvell.com> wrote:
> > >
> > >
> > > > -----Original Message-----
> > > > From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> > > > Sent: 23 December 2012 20:40
> > > > To: Prafulla Wadaskar
> > > > Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik;
> > > > 'Wolfgang Denk'; Andreas Bie?mann
> > > > Subject: Re: Pull request for u-boot-marvell.git
> > > >
> > > > Hi Prafulla,
> > > >
> > > > On Thu, 20 Dec 2012 02:05:36 -0800, Prafulla Wadaskar
> > > > <prafulla@marvell.com> wrote:
> > > > > Dear Albert
> > > > > Please discard my earlier pull request and please pull
> > > > > The following changes since commit
> > > > b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
> > > > >   Albert ARIBAUD (1):
> > > > >         Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
> > > > >
> > > > > are available in the git repository at:
> > > > >
> > > > >   u-boot-marvell.git master branch.
> > > > >
> > > > > Albert ARIBAUD (3):
> > > > >       mv88e61xx: refactor PHY and SWITCH level-code
> > > > >       kirkwood: make MPP arrays static const
> > > > >       ARM: lacie_kw: add support for WIRELESS_SPACE
> > > > >
> > > > > Holger Brunck (3):
> > > > >       arm/km: fix memory settings
> > > > >       km/common: drop unneeded std* environment variables
> > > > >       km/common: cosmetic change reported from checkpatch
> > > > >
> > > > > Luke Lowrey (1):
> > > > >       arch-kirkwood: Ethernet port macro returning incorrect address
> > > > >
> > > > > Michael Walle (1):
> > > > >       lsxl: unset ncip for rescue mode
> > > > >
> > > > > Valentin Longchamp (1):
> > > > >       arm/km: remove duplicate code
> > > > >
> > > > > andreas.devel at googlemail.com (1):
> > > > >       mv-common.h: increase malloc arena to 4MiB
> > > >
> > > > Is that last commit really supposed to be with Andreas Bie?mann's
> > > > e-mail only, without his name?
> > >
> > > Hi Albert,
> > > Sorry for the late reply,
> > > Yes, it is with Andreas Bie?mann' email only, I wonder how his name is removed from this commit.
> > > I will check and let you know.
> > 
> > Ok - note that meanwhile, I have merged in TI and IMX.
> > 
> > > Regards...
> > > Prafulla . . .
> > 
> > Amicalement,
> > --
> > Albert.
> 
> Applied to u-boot-arm/master, thanks!

Actually I'll have to revert ARM and re-apply Marvell once I fix the
CRT0 patch; no need to re-send a pull req, though.

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-01-08 17:21                     ` Prafulla Wadaskar
@ 2013-01-08 19:14                       ` Albert ARIBAUD
  2013-01-08 19:51                         ` Albert ARIBAUD
  2013-01-10  7:54                       ` Albert ARIBAUD
  1 sibling, 1 reply; 62+ messages in thread
From: Albert ARIBAUD @ 2013-01-08 19:14 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Tue, 8 Jan 2013 09:21:40 -0800, Prafulla Wadaskar
<prafulla@marvell.com> wrote:

> Dear Albert
> Please pull
> 
> The following changes since commit 7528cf5f016b5b8b8b12b373f6f31a10bf89233d:
> 
>   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-01-08 14:59:37 +0100)
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Albert ARIBAUD (3):
>       mv88e61xx: refactor PHY and SWITCH level-code
>       kirkwood: make MPP arrays static const
>       ARM: lacie_kw: add support for WIRELESS_SPACE
> 
> Andreas Bie?mann (1):
>       mv-common.h: increase malloc arena to 4MiB
> 
> Holger Brunck (3):
>       arm/km: fix memory settings
>       km/common: drop unneeded std* environment variables
>       km/common: cosmetic change reported from checkpatch
> 
> Luke Lowrey (1):
>       arch-kirkwood: Ethernet port macro returning incorrect address
> 
> Michael Walle (1):
>       lsxl: unset ncip for rescue mode
> 
> Valentin Longchamp (1):
>       arm/km: remove duplicate code
> 
>  arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |    2 +-
>  arch/arm/include/asm/arch-kirkwood/cpu.h        |    2 +-
>  arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
>  board/LaCie/net2big_v2/net2big_v2.c             |    2 +-
>  board/LaCie/netspace_v2/netspace_v2.c           |    2 +-
>  board/LaCie/wireless_space/Makefile             |   46 +++
>  board/LaCie/wireless_space/kwbimage.cfg         |   82 ++++
>  board/LaCie/wireless_space/wireless_space.c     |  176 ++++++++
>  board/Marvell/dreamplug/dreamplug.c             |    2 +-
>  board/Marvell/guruplug/guruplug.c               |    2 +-
>  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    2 +-
>  board/Marvell/openrd/openrd.c                   |    2 +-
>  board/Marvell/rd6281a/rd6281a.c                 |    2 +-
>  board/Marvell/sheevaplug/sheevaplug.c           |    2 +-
>  board/Seagate/dockstar/dockstar.c               |    2 +-
>  board/buffalo/lsxl/lsxl.c                       |    7 +-
>  board/cloudengines/pogo_e02/pogo_e02.c          |    2 +-
>  board/d-link/dns325/dns325.c                    |    2 +-
>  board/iomega/iconnect/iconnect.c                |    2 +-
>  board/karo/tk71/tk71.c                          |    2 +-
>  board/keymile/common/common.c                   |    2 +-
>  board/keymile/km_arm/km_arm.c                   |   16 +-
>  board/keymile/km_arm/kwbimage-memphis.cfg       |    6 +-
>  board/keymile/km_arm/kwbimage.cfg               |    6 +-
>  board/keymile/km_arm/kwbimage_128M16_1.cfg      |   25 +-
>  board/keymile/km_arm/kwbimage_256M8_1.cfg       |   25 +-
>  board/raidsonic/ib62x0/ib62x0.c                 |    2 +-
>  boards.cfg                                      |    1 +
>  drivers/net/phy/mv88e61xx.c                     |  495 ++++++++++++++--------
>  drivers/net/phy/mv88e61xx.h                     |   39 ++-
>  drivers/spi/kirkwood_spi.c                      |   12 +-
>  include/configs/km/keymile-common.h             |    3 -
>  include/configs/lsxl.h                          |    2 +-
>  include/configs/mv-common.h                     |    2 +-
>  include/configs/wireless_space.h                |  194 +++++++++
>  include/netdev.h                                |   21 +-
>  36 files changed, 896 insertions(+), 298 deletions(-)
>  create mode 100644 board/LaCie/wireless_space/Makefile
>  create mode 100644 board/LaCie/wireless_space/kwbimage.cfg
>  create mode 100644 board/LaCie/wireless_space/wireless_space.c
>  create mode 100644 include/configs/wireless_space.h
> 
> Regards...
> Prafulla . . .
> 
> ________________________________________
> From: Albert ARIBAUD [albert.u.boot at aribaud.net]
> Sent: Tuesday, January 08, 2013 8:33 PM
> To: Prafulla Wadaskar
> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik; 'Wolfgang Denk'; Andreas Bie?mann
> Subject: Re: Pull request for u-boot-marvell.git
> 
> Hi Prafulla,
> 
> On Mon, 7 Jan 2013 04:26:09 -0800, Prafulla Wadaskar
> <prafulla@marvell.com> wrote:
> >
> >
> > > -----Original Message-----
> > > From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> > > Sent: 23 December 2012 20:40
> > > To: Prafulla Wadaskar
> > > Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik;
> > > 'Wolfgang Denk'; Andreas Bie?mann
> > > Subject: Re: Pull request for u-boot-marvell.git
> > >
> > > Hi Prafulla,
> > >
> > > On Thu, 20 Dec 2012 02:05:36 -0800, Prafulla Wadaskar
> > > <prafulla@marvell.com> wrote:
> > > > Dear Albert
> > > > Please discard my earlier pull request and please pull
> > > > The following changes since commit
> > > b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
> > > >   Albert ARIBAUD (1):
> > > >         Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
> > > >
> > > > are available in the git repository at:
> > > >
> > > >   u-boot-marvell.git master branch.
> > > >
> > > > Albert ARIBAUD (3):
> > > >       mv88e61xx: refactor PHY and SWITCH level-code
> > > >       kirkwood: make MPP arrays static const
> > > >       ARM: lacie_kw: add support for WIRELESS_SPACE
> > > >
> > > > Holger Brunck (3):
> > > >       arm/km: fix memory settings
> > > >       km/common: drop unneeded std* environment variables
> > > >       km/common: cosmetic change reported from checkpatch
> > > >
> > > > Luke Lowrey (1):
> > > >       arch-kirkwood: Ethernet port macro returning incorrect address
> > > >
> > > > Michael Walle (1):
> > > >       lsxl: unset ncip for rescue mode
> > > >
> > > > Valentin Longchamp (1):
> > > >       arm/km: remove duplicate code
> > > >
> > > > andreas.devel at googlemail.com (1):
> > > >       mv-common.h: increase malloc arena to 4MiB
> > >
> > > Is that last commit really supposed to be with Andreas Bie?mann's
> > > e-mail only, without his name?
> >
> > Hi Albert,
> > Sorry for the late reply,
> > Yes, it is with Andreas Bie?mann' email only, I wonder how his name is removed from this commit.
> > I will check and let you know.
> 
> Ok - note that meanwhile, I have merged in TI and IMX.
> 
> > Regards...
> > Prafulla . . .
> 
> Amicalement,
> --
> Albert.

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

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-01-08 15:03                   ` Albert ARIBAUD
@ 2013-01-08 17:21                     ` Prafulla Wadaskar
  2013-01-08 19:14                       ` Albert ARIBAUD
  2013-01-10  7:54                       ` Albert ARIBAUD
  0 siblings, 2 replies; 62+ messages in thread
From: Prafulla Wadaskar @ 2013-01-08 17:21 UTC (permalink / raw)
  To: u-boot

Dear Albert
Please pull

The following changes since commit 7528cf5f016b5b8b8b12b373f6f31a10bf89233d:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-01-08 14:59:37 +0100)

are available in the git repository at:

  u-boot-marvell.git master branch.

Albert ARIBAUD (3):
      mv88e61xx: refactor PHY and SWITCH level-code
      kirkwood: make MPP arrays static const
      ARM: lacie_kw: add support for WIRELESS_SPACE

Andreas Bie?mann (1):
      mv-common.h: increase malloc arena to 4MiB

Holger Brunck (3):
      arm/km: fix memory settings
      km/common: drop unneeded std* environment variables
      km/common: cosmetic change reported from checkpatch

Luke Lowrey (1):
      arch-kirkwood: Ethernet port macro returning incorrect address

Michael Walle (1):
      lsxl: unset ncip for rescue mode

Valentin Longchamp (1):
      arm/km: remove duplicate code

 arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |    2 +-
 arch/arm/include/asm/arch-kirkwood/cpu.h        |    2 +-
 arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
 board/LaCie/net2big_v2/net2big_v2.c             |    2 +-
 board/LaCie/netspace_v2/netspace_v2.c           |    2 +-
 board/LaCie/wireless_space/Makefile             |   46 +++
 board/LaCie/wireless_space/kwbimage.cfg         |   82 ++++
 board/LaCie/wireless_space/wireless_space.c     |  176 ++++++++
 board/Marvell/dreamplug/dreamplug.c             |    2 +-
 board/Marvell/guruplug/guruplug.c               |    2 +-
 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    2 +-
 board/Marvell/openrd/openrd.c                   |    2 +-
 board/Marvell/rd6281a/rd6281a.c                 |    2 +-
 board/Marvell/sheevaplug/sheevaplug.c           |    2 +-
 board/Seagate/dockstar/dockstar.c               |    2 +-
 board/buffalo/lsxl/lsxl.c                       |    7 +-
 board/cloudengines/pogo_e02/pogo_e02.c          |    2 +-
 board/d-link/dns325/dns325.c                    |    2 +-
 board/iomega/iconnect/iconnect.c                |    2 +-
 board/karo/tk71/tk71.c                          |    2 +-
 board/keymile/common/common.c                   |    2 +-
 board/keymile/km_arm/km_arm.c                   |   16 +-
 board/keymile/km_arm/kwbimage-memphis.cfg       |    6 +-
 board/keymile/km_arm/kwbimage.cfg               |    6 +-
 board/keymile/km_arm/kwbimage_128M16_1.cfg      |   25 +-
 board/keymile/km_arm/kwbimage_256M8_1.cfg       |   25 +-
 board/raidsonic/ib62x0/ib62x0.c                 |    2 +-
 boards.cfg                                      |    1 +
 drivers/net/phy/mv88e61xx.c                     |  495 ++++++++++++++--------
 drivers/net/phy/mv88e61xx.h                     |   39 ++-
 drivers/spi/kirkwood_spi.c                      |   12 +-
 include/configs/km/keymile-common.h             |    3 -
 include/configs/lsxl.h                          |    2 +-
 include/configs/mv-common.h                     |    2 +-
 include/configs/wireless_space.h                |  194 +++++++++
 include/netdev.h                                |   21 +-
 36 files changed, 896 insertions(+), 298 deletions(-)
 create mode 100644 board/LaCie/wireless_space/Makefile
 create mode 100644 board/LaCie/wireless_space/kwbimage.cfg
 create mode 100644 board/LaCie/wireless_space/wireless_space.c
 create mode 100644 include/configs/wireless_space.h

Regards...
Prafulla . . .

________________________________________
From: Albert ARIBAUD [albert.u.boot at aribaud.net]
Sent: Tuesday, January 08, 2013 8:33 PM
To: Prafulla Wadaskar
Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik; 'Wolfgang Denk'; Andreas Bie?mann
Subject: Re: Pull request for u-boot-marvell.git

Hi Prafulla,

On Mon, 7 Jan 2013 04:26:09 -0800, Prafulla Wadaskar
<prafulla@marvell.com> wrote:
>
>
> > -----Original Message-----
> > From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> > Sent: 23 December 2012 20:40
> > To: Prafulla Wadaskar
> > Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik;
> > 'Wolfgang Denk'; Andreas Bie?mann
> > Subject: Re: Pull request for u-boot-marvell.git
> >
> > Hi Prafulla,
> >
> > On Thu, 20 Dec 2012 02:05:36 -0800, Prafulla Wadaskar
> > <prafulla@marvell.com> wrote:
> > > Dear Albert
> > > Please discard my earlier pull request and please pull
> > > The following changes since commit
> > b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
> > >   Albert ARIBAUD (1):
> > >         Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
> > >
> > > are available in the git repository at:
> > >
> > >   u-boot-marvell.git master branch.
> > >
> > > Albert ARIBAUD (3):
> > >       mv88e61xx: refactor PHY and SWITCH level-code
> > >       kirkwood: make MPP arrays static const
> > >       ARM: lacie_kw: add support for WIRELESS_SPACE
> > >
> > > Holger Brunck (3):
> > >       arm/km: fix memory settings
> > >       km/common: drop unneeded std* environment variables
> > >       km/common: cosmetic change reported from checkpatch
> > >
> > > Luke Lowrey (1):
> > >       arch-kirkwood: Ethernet port macro returning incorrect address
> > >
> > > Michael Walle (1):
> > >       lsxl: unset ncip for rescue mode
> > >
> > > Valentin Longchamp (1):
> > >       arm/km: remove duplicate code
> > >
> > > andreas.devel at googlemail.com (1):
> > >       mv-common.h: increase malloc arena to 4MiB
> >
> > Is that last commit really supposed to be with Andreas Bie?mann's
> > e-mail only, without his name?
>
> Hi Albert,
> Sorry for the late reply,
> Yes, it is with Andreas Bie?mann' email only, I wonder how his name is removed from this commit.
> I will check and let you know.

Ok - note that meanwhile, I have merged in TI and IMX.

> Regards...
> Prafulla . . .

Amicalement,
--
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-01-07 12:26                 ` Prafulla Wadaskar
  2013-01-08 11:35                   ` Andreas Bießmann
@ 2013-01-08 15:03                   ` Albert ARIBAUD
  2013-01-08 17:21                     ` Prafulla Wadaskar
  1 sibling, 1 reply; 62+ messages in thread
From: Albert ARIBAUD @ 2013-01-08 15:03 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Mon, 7 Jan 2013 04:26:09 -0800, Prafulla Wadaskar
<prafulla@marvell.com> wrote:
> 
> 
> > -----Original Message-----
> > From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> > Sent: 23 December 2012 20:40
> > To: Prafulla Wadaskar
> > Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik;
> > 'Wolfgang Denk'; Andreas Bie?mann
> > Subject: Re: Pull request for u-boot-marvell.git
> > 
> > Hi Prafulla,
> > 
> > On Thu, 20 Dec 2012 02:05:36 -0800, Prafulla Wadaskar
> > <prafulla@marvell.com> wrote:
> > > Dear Albert
> > > Please discard my earlier pull request and please pull
> > > The following changes since commit
> > b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
> > >   Albert ARIBAUD (1):
> > >         Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
> > >
> > > are available in the git repository at:
> > >
> > >   u-boot-marvell.git master branch.
> > >
> > > Albert ARIBAUD (3):
> > >       mv88e61xx: refactor PHY and SWITCH level-code
> > >       kirkwood: make MPP arrays static const
> > >       ARM: lacie_kw: add support for WIRELESS_SPACE
> > >
> > > Holger Brunck (3):
> > >       arm/km: fix memory settings
> > >       km/common: drop unneeded std* environment variables
> > >       km/common: cosmetic change reported from checkpatch
> > >
> > > Luke Lowrey (1):
> > >       arch-kirkwood: Ethernet port macro returning incorrect address
> > >
> > > Michael Walle (1):
> > >       lsxl: unset ncip for rescue mode
> > >
> > > Valentin Longchamp (1):
> > >       arm/km: remove duplicate code
> > >
> > > andreas.devel at googlemail.com (1):
> > >       mv-common.h: increase malloc arena to 4MiB
> > 
> > Is that last commit really supposed to be with Andreas Bie?mann's
> > e-mail only, without his name?
> 
> Hi Albert,
> Sorry for the late reply,
> Yes, it is with Andreas Bie?mann' email only, I wonder how his name is removed from this commit.
> I will check and let you know.

Ok - note that meanwhile, I have merged in TI and IMX.

> Regards...
> Prafulla . . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2013-01-07 12:26                 ` Prafulla Wadaskar
@ 2013-01-08 11:35                   ` Andreas Bießmann
  2013-01-08 15:03                   ` Albert ARIBAUD
  1 sibling, 0 replies; 62+ messages in thread
From: Andreas Bießmann @ 2013-01-08 11:35 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

On 07.01.2013 13:26, Prafulla Wadaskar wrote:
> 
> 
>> -----Original Message-----
>> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
>> Sent: 23 December 2012 20:40
>> To: Prafulla Wadaskar
>> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik;
>> 'Wolfgang Denk'; Andreas Bie?mann
>> Subject: Re: Pull request for u-boot-marvell.git
>>
>> Hi Prafulla,
>>
>> On Thu, 20 Dec 2012 02:05:36 -0800, Prafulla Wadaskar
>> <prafulla@marvell.com> wrote:
>>> Dear Albert
>>> Please discard my earlier pull request and please pull
>>> The following changes since commit
>> b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:

<snip>

>>> andreas.devel at googlemail.com (1):
>>>       mv-common.h: increase malloc arena to 4MiB
>>
>> Is that last commit really supposed to be with Andreas Bie?mann's
>> e-mail only, without his name?
> 
> Hi Albert,
> Sorry for the late reply,
> Yes, it is with Andreas Bie?mann' email only, I wonder how his name is removed from this commit.
> I will check and let you know.

maybe this is again some encoding issue. The original 'From' is like that:

---8<---
From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= <andreas.devel@googlemail.com>
--->8---

Maybe somehow your toolchain removed the coded string. Git however can
work with this like a charm. So this is just an asumption, I do not know
your toolchain.

Best regards

Andreas Bie?mann

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-12-23 15:10               ` Albert ARIBAUD
@ 2013-01-07 12:26                 ` Prafulla Wadaskar
  2013-01-08 11:35                   ` Andreas Bießmann
  2013-01-08 15:03                   ` Albert ARIBAUD
  0 siblings, 2 replies; 62+ messages in thread
From: Prafulla Wadaskar @ 2013-01-07 12:26 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> Sent: 23 December 2012 20:40
> To: Prafulla Wadaskar
> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik;
> 'Wolfgang Denk'; Andreas Bie?mann
> Subject: Re: Pull request for u-boot-marvell.git
> 
> Hi Prafulla,
> 
> On Thu, 20 Dec 2012 02:05:36 -0800, Prafulla Wadaskar
> <prafulla@marvell.com> wrote:
> > Dear Albert
> > Please discard my earlier pull request and please pull
> > The following changes since commit
> b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
> >   Albert ARIBAUD (1):
> >         Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
> >
> > are available in the git repository at:
> >
> >   u-boot-marvell.git master branch.
> >
> > Albert ARIBAUD (3):
> >       mv88e61xx: refactor PHY and SWITCH level-code
> >       kirkwood: make MPP arrays static const
> >       ARM: lacie_kw: add support for WIRELESS_SPACE
> >
> > Holger Brunck (3):
> >       arm/km: fix memory settings
> >       km/common: drop unneeded std* environment variables
> >       km/common: cosmetic change reported from checkpatch
> >
> > Luke Lowrey (1):
> >       arch-kirkwood: Ethernet port macro returning incorrect address
> >
> > Michael Walle (1):
> >       lsxl: unset ncip for rescue mode
> >
> > Valentin Longchamp (1):
> >       arm/km: remove duplicate code
> >
> > andreas.devel at googlemail.com (1):
> >       mv-common.h: increase malloc arena to 4MiB
> 
> Is that last commit really supposed to be with Andreas Bie?mann's
> e-mail only, without his name?

Hi Albert,
Sorry for the late reply,
Yes, it is with Andreas Bie?mann' email only, I wonder how his name is removed from this commit.
I will check and let you know.

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-12-20 10:05             ` Prafulla Wadaskar
@ 2012-12-23 15:10               ` Albert ARIBAUD
  2013-01-07 12:26                 ` Prafulla Wadaskar
  0 siblings, 1 reply; 62+ messages in thread
From: Albert ARIBAUD @ 2012-12-23 15:10 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Thu, 20 Dec 2012 02:05:36 -0800, Prafulla Wadaskar
<prafulla@marvell.com> wrote:
> Dear Albert
> Please discard my earlier pull request and please pull
> The following changes since commit b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
>   Albert ARIBAUD (1):
>         Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Albert ARIBAUD (3):
>       mv88e61xx: refactor PHY and SWITCH level-code
>       kirkwood: make MPP arrays static const
>       ARM: lacie_kw: add support for WIRELESS_SPACE
> 
> Holger Brunck (3):
>       arm/km: fix memory settings
>       km/common: drop unneeded std* environment variables
>       km/common: cosmetic change reported from checkpatch
> 
> Luke Lowrey (1):
>       arch-kirkwood: Ethernet port macro returning incorrect address
> 
> Michael Walle (1):
>       lsxl: unset ncip for rescue mode
> 
> Valentin Longchamp (1):
>       arm/km: remove duplicate code
> 
> andreas.devel at googlemail.com (1):
>       mv-common.h: increase malloc arena to 4MiB

Is that last commit really supposed to be with Andreas Bie?mann's
e-mail only, without his name?

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-07-05  9:44           ` [U-Boot] Pull request for u-boot-marvell.git - go ahead Albert ARIBAUD
                               ` (4 preceding siblings ...)
  2012-12-20  6:56             ` Prafulla Wadaskar
@ 2012-12-20 10:05             ` Prafulla Wadaskar
  2012-12-23 15:10               ` Albert ARIBAUD
       [not found]             ` <DCB55AE5D43FB64FA6D3F5573FA2D42B1A3B957247@SC-VEXCH4.marvell.com>
  6 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-12-20 10:05 UTC (permalink / raw)
  To: u-boot

Dear Albert
Please discard my earlier pull request and please pull
The following changes since commit b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
  Albert ARIBAUD (1):
        Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'

are available in the git repository at:

  u-boot-marvell.git master branch.

Albert ARIBAUD (3):
      mv88e61xx: refactor PHY and SWITCH level-code
      kirkwood: make MPP arrays static const
      ARM: lacie_kw: add support for WIRELESS_SPACE

Holger Brunck (3):
      arm/km: fix memory settings
      km/common: drop unneeded std* environment variables
      km/common: cosmetic change reported from checkpatch

Luke Lowrey (1):
      arch-kirkwood: Ethernet port macro returning incorrect address

Michael Walle (1):
      lsxl: unset ncip for rescue mode

Valentin Longchamp (1):
      arm/km: remove duplicate code

andreas.devel at googlemail.com (1):
      mv-common.h: increase malloc arena to 4MiB

 arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |    2 +-
 arch/arm/include/asm/arch-kirkwood/cpu.h        |    2 +-
 arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
 board/LaCie/net2big_v2/net2big_v2.c             |    2 +-
 board/LaCie/netspace_v2/netspace_v2.c           |    2 +-
 board/LaCie/wireless_space/Makefile             |   46 +++
 board/LaCie/wireless_space/kwbimage.cfg         |   82 ++++
 board/LaCie/wireless_space/wireless_space.c     |  176 ++++++++
 board/Marvell/dreamplug/dreamplug.c             |    2 +-
 board/Marvell/guruplug/guruplug.c               |    2 +-
 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    2 +-
 board/Marvell/openrd/openrd.c                   |    2 +-
 board/Marvell/rd6281a/rd6281a.c                 |    2 +-
 board/Marvell/sheevaplug/sheevaplug.c           |    2 +-
 board/Seagate/dockstar/dockstar.c               |    2 +-
 board/buffalo/lsxl/lsxl.c                       |    7 +-
 board/cloudengines/pogo_e02/pogo_e02.c          |    2 +-
 board/d-link/dns325/dns325.c                    |    2 +-
 board/iomega/iconnect/iconnect.c                |    2 +-
 board/karo/tk71/tk71.c                          |    2 +-
 board/keymile/common/common.c                   |    2 +-
 board/keymile/km_arm/km_arm.c                   |   16 +-
 board/keymile/km_arm/kwbimage-memphis.cfg       |    6 +-
 board/keymile/km_arm/kwbimage.cfg               |    6 +-
 board/keymile/km_arm/kwbimage_128M16_1.cfg      |   25 +-
 board/keymile/km_arm/kwbimage_256M8_1.cfg       |   25 +-
 board/raidsonic/ib62x0/ib62x0.c                 |    2 +-
 boards.cfg                                      |    1 +
 drivers/net/phy/mv88e61xx.c                     |  495 ++++++++++++++--------
 drivers/net/phy/mv88e61xx.h                     |   39 ++-
 drivers/spi/kirkwood_spi.c                      |   12 +-
 include/configs/km/keymile-common.h             |    3 -
 include/configs/lsxl.h                          |    2 +-
 include/configs/mv-common.h                     |    2 +-
 include/configs/wireless_space.h                |  194 +++++++++
 include/netdev.h                                |   21 +-
 36 files changed, 896 insertions(+), 298 deletions(-)
 create mode 100644 board/LaCie/wireless_space/Makefile
 create mode 100644 board/LaCie/wireless_space/kwbimage.cfg
 create mode 100644 board/LaCie/wireless_space/wireless_space.c
 create mode 100644 include/configs/wireless_space.h

Regards...
Prafulla . . .


> -----Original Message-----
> From: Prafulla Wadaskar
> Sent: 20 December 2012 12:27
> To: 'Albert ARIBAUD'
> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik;
> 'Wolfgang Denk'
> Subject: Pull request for u-boot-marvell.git
> 
> Dear Albert,
> 
> Please pull
> The following changes since commit
> b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
>   Albert ARIBAUD (1):
>         Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Albert ARIBAUD (3):
>       mv88e61xx: refactor PHY and SWITCH level-code
>       kirkwood: make MPP arrays static const
>       ARM: lacie_kw: add support for WIRELESS_SPACE
> 
> Holger Brunck (3):
>       arm/km: fix memory settings
>       km/common: drop unneeded std* environment variables
>       km/common: cosmetic change reported from checkpatch
> 
> Valentin Longchamp (1):
>       arm/km: remove duplicate code
> 
>  arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |    2 +-
>  arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
>  board/LaCie/net2big_v2/net2big_v2.c             |    2 +-
>  board/LaCie/netspace_v2/netspace_v2.c           |    2 +-
>  board/LaCie/wireless_space/Makefile             |   46 +++
>  board/LaCie/wireless_space/kwbimage.cfg         |   82 ++++
>  board/LaCie/wireless_space/wireless_space.c     |  176 ++++++++
>  board/Marvell/dreamplug/dreamplug.c             |    2 +-
>  board/Marvell/guruplug/guruplug.c               |    2 +-
>  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    2 +-
>  board/Marvell/openrd/openrd.c                   |    2 +-
>  board/Marvell/rd6281a/rd6281a.c                 |    2 +-
>  board/Marvell/sheevaplug/sheevaplug.c           |    2 +-
>  board/Seagate/dockstar/dockstar.c               |    2 +-
>  board/buffalo/lsxl/lsxl.c                       |    2 +-
>  board/cloudengines/pogo_e02/pogo_e02.c          |    2 +-
>  board/d-link/dns325/dns325.c                    |    2 +-
>  board/iomega/iconnect/iconnect.c                |    2 +-
>  board/karo/tk71/tk71.c                          |    2 +-
>  board/keymile/common/common.c                   |    2 +-
>  board/keymile/km_arm/km_arm.c                   |   16 +-
>  board/keymile/km_arm/kwbimage-memphis.cfg       |    6 +-
>  board/keymile/km_arm/kwbimage.cfg               |    6 +-
>  board/keymile/km_arm/kwbimage_128M16_1.cfg      |   25 +-
>  board/keymile/km_arm/kwbimage_256M8_1.cfg       |   25 +-
>  board/raidsonic/ib62x0/ib62x0.c                 |    2 +-
>  boards.cfg                                      |    1 +
>  drivers/net/phy/mv88e61xx.c                     |  495
> ++++++++++++++--------
>  drivers/net/phy/mv88e61xx.h                     |   39 ++-
>  drivers/spi/kirkwood_spi.c                      |   12 +-
>  include/configs/km/keymile-common.h             |    3 -
>  include/configs/wireless_space.h                |  194 +++++++++
>  include/netdev.h                                |   21 +-
>  33 files changed, 891 insertions(+), 292 deletions(-)
>  create mode 100644 board/LaCie/wireless_space/Makefile
>  create mode 100644 board/LaCie/wireless_space/kwbimage.cfg
>  create mode 100644 board/LaCie/wireless_space/wireless_space.c
>  create mode 100644 include/configs/wireless_space.h
> 
> Regards...
> Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-07-05  9:44           ` [U-Boot] Pull request for u-boot-marvell.git - go ahead Albert ARIBAUD
                               ` (3 preceding siblings ...)
  2012-10-03  9:01             ` Prafulla Wadaskar
@ 2012-12-20  6:56             ` Prafulla Wadaskar
  2012-12-20 10:05             ` Prafulla Wadaskar
       [not found]             ` <DCB55AE5D43FB64FA6D3F5573FA2D42B1A3B957247@SC-VEXCH4.marvell.com>
  6 siblings, 0 replies; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-12-20  6:56 UTC (permalink / raw)
  To: u-boot

Dear Albert,

Please pull
The following changes since commit b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
  Albert ARIBAUD (1):
        Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'

are available in the git repository at:

  u-boot-marvell.git master branch.

Albert ARIBAUD (3):
      mv88e61xx: refactor PHY and SWITCH level-code
      kirkwood: make MPP arrays static const
      ARM: lacie_kw: add support for WIRELESS_SPACE

Holger Brunck (3):
      arm/km: fix memory settings
      km/common: drop unneeded std* environment variables
      km/common: cosmetic change reported from checkpatch

Valentin Longchamp (1):
      arm/km: remove duplicate code

 arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |    2 +-
 arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
 board/LaCie/net2big_v2/net2big_v2.c             |    2 +-
 board/LaCie/netspace_v2/netspace_v2.c           |    2 +-
 board/LaCie/wireless_space/Makefile             |   46 +++
 board/LaCie/wireless_space/kwbimage.cfg         |   82 ++++
 board/LaCie/wireless_space/wireless_space.c     |  176 ++++++++
 board/Marvell/dreamplug/dreamplug.c             |    2 +-
 board/Marvell/guruplug/guruplug.c               |    2 +-
 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    2 +-
 board/Marvell/openrd/openrd.c                   |    2 +-
 board/Marvell/rd6281a/rd6281a.c                 |    2 +-
 board/Marvell/sheevaplug/sheevaplug.c           |    2 +-
 board/Seagate/dockstar/dockstar.c               |    2 +-
 board/buffalo/lsxl/lsxl.c                       |    2 +-
 board/cloudengines/pogo_e02/pogo_e02.c          |    2 +-
 board/d-link/dns325/dns325.c                    |    2 +-
 board/iomega/iconnect/iconnect.c                |    2 +-
 board/karo/tk71/tk71.c                          |    2 +-
 board/keymile/common/common.c                   |    2 +-
 board/keymile/km_arm/km_arm.c                   |   16 +-
 board/keymile/km_arm/kwbimage-memphis.cfg       |    6 +-
 board/keymile/km_arm/kwbimage.cfg               |    6 +-
 board/keymile/km_arm/kwbimage_128M16_1.cfg      |   25 +-
 board/keymile/km_arm/kwbimage_256M8_1.cfg       |   25 +-
 board/raidsonic/ib62x0/ib62x0.c                 |    2 +-
 boards.cfg                                      |    1 +
 drivers/net/phy/mv88e61xx.c                     |  495 ++++++++++++++--------
 drivers/net/phy/mv88e61xx.h                     |   39 ++-
 drivers/spi/kirkwood_spi.c                      |   12 +-
 include/configs/km/keymile-common.h             |    3 -
 include/configs/wireless_space.h                |  194 +++++++++
 include/netdev.h                                |   21 +-
 33 files changed, 891 insertions(+), 292 deletions(-)
 create mode 100644 board/LaCie/wireless_space/Makefile
 create mode 100644 board/LaCie/wireless_space/kwbimage.cfg
 create mode 100644 board/LaCie/wireless_space/wireless_space.c
 create mode 100644 include/configs/wireless_space.h

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-10-03  9:01             ` Prafulla Wadaskar
@ 2012-10-03 16:06               ` Albert ARIBAUD
  0 siblings, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2012-10-03 16:06 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Wed, 3 Oct 2012 02:01:14 -0700, Prafulla Wadaskar
<prafulla@marvell.com> wrote:

> Dear Albert,
> 
> Please pull
> The following changes since commit 35729c6cb310d8bdfcf32ec0c23f226c714efda3:
>   Nobuhiro Iwamatsu (1):
>         rmobile: Fix build timer driver with BUILD_DIR
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Albert ARIBAUD (1):
>       edminiv2: increase malloc len to 256K
> 
> Dinh Nguyen (1):
>       ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.h
> 
> Gerlando Falauto (2):
>       kirkwood: implement kw_sdram_bs_set()
>       kirkwood: implement kw_sdram_size_adjust
> 
> Holger Brunck (2):
>       kirkwood: use c-struct for access to SDRAM addr decode registers
>       arm/km: use kw_sdram_size_adjust to adjust SDRAM size
> 
> Luka Perkov (2):
>       kirkwood: fix mpp.h coding style
>       kirkwood: add support for Iomega iConnect board
> 
> Michael Walle (1):
>       lsxl: also turn off fan in power down mode
> 
> Simon Baatz (1):
>       kirkwood: ib62x0: Invert SATA activity LEDs
> 
> Simon Guinot (3):
>       lacie_kw: add support for EFI partitions
>       ARM: add support for Network Space v2 Lite and Mini
>       ARM: add support for d2 Network v2
> 
> Valentin Longchamp (2):
>       arm/km: add mv88e6352 configuration for kmnusa
>       km_kirkwood: enable MV88E6352_SWITCH support for kmnusa
> 
>  MAINTAINERS                               |    1 +
>  arch/arm/cpu/arm926ejs/kirkwood/dram.c    |   58 +++++++++-
>  arch/arm/include/asm/arch-kirkwood/cpu.h  |    2 +-
>  arch/arm/include/asm/arch-kirkwood/mpp.h  |    2 +-
>  arch/arm/include/asm/arch-orion5x/cpu.h   |    1 -
>  board/LaCie/common/common.c               |   36 ++++++-
>  board/LaCie/common/common.h               |    1 +
>  board/LaCie/netspace_v2/kwbimage-ns2l.cfg |  162 ++++++++++++++++++++++++++++
>  board/LaCie/netspace_v2/netspace_v2.c     |    4 +
>  board/buffalo/lsxl/lsxl.c                 |    6 +-
>  board/iomega/iconnect/Makefile            |   43 ++++++++
>  board/iomega/iconnect/iconnect.c          |  107 +++++++++++++++++++
>  board/iomega/iconnect/iconnect.h          |   39 +++++++
>  board/iomega/iconnect/kwbimage.cfg        |  165 +++++++++++++++++++++++++++++
>  board/keymile/km_arm/km_arm.c             |   68 ++++++++++++-
>  board/raidsonic/ib62x0/ib62x0.c           |    3 +
>  board/raidsonic/ib62x0/ib62x0.h           |    4 +
>  boards.cfg                                |    4 +
>  include/configs/edminiv2.h                |    2 +-
>  include/configs/iconnect.h                |  129 ++++++++++++++++++++++
>  include/configs/km_kirkwood.h             |    2 +
>  include/configs/lacie_kw.h                |   44 +++++++-
>  22 files changed, 862 insertions(+), 21 deletions(-)
>  create mode 100644 board/LaCie/netspace_v2/kwbimage-ns2l.cfg
>  create mode 100644 board/iomega/iconnect/Makefile
>  create mode 100644 board/iomega/iconnect/iconnect.c
>  create mode 100644 board/iomega/iconnect/iconnect.h
>  create mode 100644 board/iomega/iconnect/kwbimage.cfg
>  create mode 100644 include/configs/iconnect.h
> 
> Regards...
> Prafulla . . .
> 
> 

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

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-07-05  9:44           ` [U-Boot] Pull request for u-boot-marvell.git - go ahead Albert ARIBAUD
                               ` (2 preceding siblings ...)
  2012-09-03  9:20             ` Prafulla Wadaskar
@ 2012-10-03  9:01             ` Prafulla Wadaskar
  2012-10-03 16:06               ` Albert ARIBAUD
  2012-12-20  6:56             ` Prafulla Wadaskar
                               ` (2 subsequent siblings)
  6 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-10-03  9:01 UTC (permalink / raw)
  To: u-boot

Dear Albert,

Please pull
The following changes since commit 35729c6cb310d8bdfcf32ec0c23f226c714efda3:
  Nobuhiro Iwamatsu (1):
        rmobile: Fix build timer driver with BUILD_DIR

are available in the git repository at:

  u-boot-marvell.git master branch.

Albert ARIBAUD (1):
      edminiv2: increase malloc len to 256K

Dinh Nguyen (1):
      ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.h

Gerlando Falauto (2):
      kirkwood: implement kw_sdram_bs_set()
      kirkwood: implement kw_sdram_size_adjust

Holger Brunck (2):
      kirkwood: use c-struct for access to SDRAM addr decode registers
      arm/km: use kw_sdram_size_adjust to adjust SDRAM size

Luka Perkov (2):
      kirkwood: fix mpp.h coding style
      kirkwood: add support for Iomega iConnect board

Michael Walle (1):
      lsxl: also turn off fan in power down mode

Simon Baatz (1):
      kirkwood: ib62x0: Invert SATA activity LEDs

Simon Guinot (3):
      lacie_kw: add support for EFI partitions
      ARM: add support for Network Space v2 Lite and Mini
      ARM: add support for d2 Network v2

Valentin Longchamp (2):
      arm/km: add mv88e6352 configuration for kmnusa
      km_kirkwood: enable MV88E6352_SWITCH support for kmnusa

 MAINTAINERS                               |    1 +
 arch/arm/cpu/arm926ejs/kirkwood/dram.c    |   58 +++++++++-
 arch/arm/include/asm/arch-kirkwood/cpu.h  |    2 +-
 arch/arm/include/asm/arch-kirkwood/mpp.h  |    2 +-
 arch/arm/include/asm/arch-orion5x/cpu.h   |    1 -
 board/LaCie/common/common.c               |   36 ++++++-
 board/LaCie/common/common.h               |    1 +
 board/LaCie/netspace_v2/kwbimage-ns2l.cfg |  162 ++++++++++++++++++++++++++++
 board/LaCie/netspace_v2/netspace_v2.c     |    4 +
 board/buffalo/lsxl/lsxl.c                 |    6 +-
 board/iomega/iconnect/Makefile            |   43 ++++++++
 board/iomega/iconnect/iconnect.c          |  107 +++++++++++++++++++
 board/iomega/iconnect/iconnect.h          |   39 +++++++
 board/iomega/iconnect/kwbimage.cfg        |  165 +++++++++++++++++++++++++++++
 board/keymile/km_arm/km_arm.c             |   68 ++++++++++++-
 board/raidsonic/ib62x0/ib62x0.c           |    3 +
 board/raidsonic/ib62x0/ib62x0.h           |    4 +
 boards.cfg                                |    4 +
 include/configs/edminiv2.h                |    2 +-
 include/configs/iconnect.h                |  129 ++++++++++++++++++++++
 include/configs/km_kirkwood.h             |    2 +
 include/configs/lacie_kw.h                |   44 +++++++-
 22 files changed, 862 insertions(+), 21 deletions(-)
 create mode 100644 board/LaCie/netspace_v2/kwbimage-ns2l.cfg
 create mode 100644 board/iomega/iconnect/Makefile
 create mode 100644 board/iomega/iconnect/iconnect.c
 create mode 100644 board/iomega/iconnect/iconnect.h
 create mode 100644 board/iomega/iconnect/kwbimage.cfg
 create mode 100644 include/configs/iconnect.h

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-09-06  1:21                 ` Prafulla Wadaskar
@ 2012-09-06  8:22                   ` Albert ARIBAUD
  0 siblings, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2012-09-06  8:22 UTC (permalink / raw)
  To: u-boot

Hi Prafulla, Simon,

On Wed, 5 Sep 2012 18:21:47 -0700, Prafulla Wadaskar
<prafulla@marvell.com> wrote:

> 
> 
> > -----Original Message-----
> > From: Simon Guinot [mailto:simon.guinot at sequanux.org]
> > Sent: 05 September 2012 12:57
> > To: Prafulla Wadaskar
> > Cc: Albert ARIBAUD; 'u-boot at lists.denx.de'; 'Wolfgang at theia.denx.de;
> > Ashish Karkare; Prabhanjan Sarnaik
> > Subject: Re: [U-Boot] Pull request for u-boot-marvell.git
> > 
> > On Mon, Sep 03, 2012 at 02:20:19AM -0700, Prafulla Wadaskar wrote:
> > > Dear Albert,
> > >
> > > Please pull
> > > The following changes since commit
> > 6e2fbdea1b26d75314d87c380a36b0015bf824cf:
> > >   Wolfgang Denk (1):
> > >         Merge branch 'agust at denx.de' of git://git.denx.de/u-boot-
> > staging
> > 
> > Hi Prafulla,
> > 
> > Do you have some news about the board patches I sent you in early
> > June ?
> > 
> > Here are the patchwork urls:
> > http://patchwork.ozlabs.org/patch/163192/
> 
> This looks Okay
> 
> > http://patchwork.ozlabs.org/patch/163193/
> 
> This change should go differently, ARM Maintainer should pull
> mach_types, we cannot modify this file locally.

I will do the Linux machine type pulling (including clean up of any
board configs if their locally defined machine type is now part of the
Linux list) and warn board maintainers about dropped machine types if
any.

> > http://patchwork.ozlabs.org/patch/163195/
> 
> > http://patchwork.ozlabs.org/patch/163194/
> > 
> > Thanks in advance.
> 
> Hi Simon
> Thanks for pointing this out,
> I will pull them, but I doubt they will be applicable on latest
> u-boot, may you please confirm?
> 
> Or it would be good if you can repost new patch series.

... rebased on u-boot-arm/master.

> Regards...
> Prafulla . . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-09-05 19:56               ` Simon Guinot
@ 2012-09-06  1:21                 ` Prafulla Wadaskar
  2012-09-06  8:22                   ` Albert ARIBAUD
  0 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-09-06  1:21 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Simon Guinot [mailto:simon.guinot at sequanux.org]
> Sent: 05 September 2012 12:57
> To: Prafulla Wadaskar
> Cc: Albert ARIBAUD; 'u-boot at lists.denx.de'; 'Wolfgang at theia.denx.de;
> Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: [U-Boot] Pull request for u-boot-marvell.git
> 
> On Mon, Sep 03, 2012 at 02:20:19AM -0700, Prafulla Wadaskar wrote:
> > Dear Albert,
> >
> > Please pull
> > The following changes since commit
> 6e2fbdea1b26d75314d87c380a36b0015bf824cf:
> >   Wolfgang Denk (1):
> >         Merge branch 'agust at denx.de' of git://git.denx.de/u-boot-
> staging
> 
> Hi Prafulla,
> 
> Do you have some news about the board patches I sent you in early June
> ?
> 
> Here are the patchwork urls:
> http://patchwork.ozlabs.org/patch/163192/

This looks Okay

> http://patchwork.ozlabs.org/patch/163193/

This change should go differently, ARM Maintainer should pull mach_types, we cannot modify this file locally.

> http://patchwork.ozlabs.org/patch/163195/

> http://patchwork.ozlabs.org/patch/163194/
> 
> Thanks in advance.

Hi Simon
Thanks for pointing this out,
I will pull them, but I doubt they will be applicable on latest u-boot, may you please confirm?

Or it would be good if you can repost new patch series.

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-09-03  9:20             ` Prafulla Wadaskar
  2012-09-03 18:59               ` Albert ARIBAUD
@ 2012-09-05 19:56               ` Simon Guinot
  2012-09-06  1:21                 ` Prafulla Wadaskar
  1 sibling, 1 reply; 62+ messages in thread
From: Simon Guinot @ 2012-09-05 19:56 UTC (permalink / raw)
  To: u-boot

On Mon, Sep 03, 2012 at 02:20:19AM -0700, Prafulla Wadaskar wrote:
> Dear Albert,
> 
> Please pull
> The following changes since commit 6e2fbdea1b26d75314d87c380a36b0015bf824cf:
>   Wolfgang Denk (1):
>         Merge branch 'agust at denx.de' of git://git.denx.de/u-boot-staging

Hi Prafulla,

Do you have some news about the board patches I sent you in early June ?

Here are the patchwork urls:
http://patchwork.ozlabs.org/patch/163192/
http://patchwork.ozlabs.org/patch/163193/
http://patchwork.ozlabs.org/patch/163195/
http://patchwork.ozlabs.org/patch/163194/

Thanks in advance.

Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120905/c8745ccb/attachment.pgp>

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-09-03  9:20             ` Prafulla Wadaskar
@ 2012-09-03 18:59               ` Albert ARIBAUD
  2012-09-05 19:56               ` Simon Guinot
  1 sibling, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2012-09-03 18:59 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Mon, 3 Sep 2012 02:20:19 -0700, Prafulla Wadaskar
<prafulla@marvell.com> wrote:

> Dear Albert,
> 
> Please pull
> The following changes since commit
> 6e2fbdea1b26d75314d87c380a36b0015bf824cf: Wolfgang Denk (1):
>         Merge branch 'agust at denx.de' of
> git://git.denx.de/u-boot-staging
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Albert ARIBAUD (1):
>       edminiv2: orion5x: fix GPIO inits and values
> 
> Holger Brunck (1):
>       arm/km: remove unused code
> 
> Karl O. Pinc (2):
>       Cosmetic doc typo fixes to the kwbimage feature docs
>       cosmetic: Better explain how to use the kirkwood kwbimage.cfg
> file.
> 
> Michael Walle (1):
>       lsxl: support power switch
> 
> Valentin Longchamp (4):
>       km/arm: set SPI NOR Flash default parameters
>       kw_spi: fix clock prescaler computation
>       km/ivm: fix string len check to support 7 char board names
>       arm/km: fix frequency of the SPI NOR Flash
> 
>  arch/arm/cpu/arm926ejs/orion5x/cpu.c     |    2 ++
>  arch/arm/include/asm/arch-kirkwood/spi.h |    1 +
>  board/Marvell/sheevaplug/kwbimage.cfg    |    4 ++--
>  board/buffalo/lsxl/lsxl.c                |   22
> +++++++++++++++++++++- board/keymile/common/ivm.c               |
> 2 +- board/keymile/km_arm/km_arm.c            |   20
> -------------------- doc/README.kwbimage                      |   19
> +++++++++++++++---- drivers/spi/kirkwood_spi.c               |    5
> +++-- include/configs/edminiv2.h               |   13 +++++++++----
>  include/configs/km/keymile-common.h      |    1 -
>  include/configs/km/km_arm.h              |    6 +++++-
>  11 files changed, 59 insertions(+), 36 deletions(-)
>  
> Regards...
> Prafulla . . .
> 

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

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-07-05  9:44           ` [U-Boot] Pull request for u-boot-marvell.git - go ahead Albert ARIBAUD
  2012-07-05 11:29             ` [U-Boot] Pull request for u-boot-marvell.git Prafulla Wadaskar
  2012-07-05 17:38             ` Prafulla Wadaskar
@ 2012-09-03  9:20             ` Prafulla Wadaskar
  2012-09-03 18:59               ` Albert ARIBAUD
  2012-09-05 19:56               ` Simon Guinot
  2012-10-03  9:01             ` Prafulla Wadaskar
                               ` (3 subsequent siblings)
  6 siblings, 2 replies; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-09-03  9:20 UTC (permalink / raw)
  To: u-boot

Dear Albert,

Please pull
The following changes since commit 6e2fbdea1b26d75314d87c380a36b0015bf824cf:
  Wolfgang Denk (1):
        Merge branch 'agust at denx.de' of git://git.denx.de/u-boot-staging

are available in the git repository at:

  u-boot-marvell.git master branch.

Albert ARIBAUD (1):
      edminiv2: orion5x: fix GPIO inits and values

Holger Brunck (1):
      arm/km: remove unused code

Karl O. Pinc (2):
      Cosmetic doc typo fixes to the kwbimage feature docs
      cosmetic: Better explain how to use the kirkwood kwbimage.cfg file.

Michael Walle (1):
      lsxl: support power switch

Valentin Longchamp (4):
      km/arm: set SPI NOR Flash default parameters
      kw_spi: fix clock prescaler computation
      km/ivm: fix string len check to support 7 char board names
      arm/km: fix frequency of the SPI NOR Flash

 arch/arm/cpu/arm926ejs/orion5x/cpu.c     |    2 ++
 arch/arm/include/asm/arch-kirkwood/spi.h |    1 +
 board/Marvell/sheevaplug/kwbimage.cfg    |    4 ++--
 board/buffalo/lsxl/lsxl.c                |   22 +++++++++++++++++++++-
 board/keymile/common/ivm.c               |    2 +-
 board/keymile/km_arm/km_arm.c            |   20 --------------------
 doc/README.kwbimage                      |   19 +++++++++++++++----
 drivers/spi/kirkwood_spi.c               |    5 +++--
 include/configs/edminiv2.h               |   13 +++++++++----
 include/configs/km/keymile-common.h      |    1 -
 include/configs/km/km_arm.h              |    6 +++++-
 11 files changed, 59 insertions(+), 36 deletions(-)
 
Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-07-05 17:38             ` Prafulla Wadaskar
@ 2012-07-06 21:30               ` Albert ARIBAUD
  0 siblings, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2012-07-06 21:30 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Thu, 5 Jul 2012 10:38:32 -0700, Prafulla Wadaskar <prafulla@marvell.com> wrote:
> Dear Albert,
> 
> Please pull
> The following changes since commit 863ba81c70d8ca8dc49e0c5a28a1fd0fb23ca62d:
>   Tetsuyuki Kobayashi (1):
>         arm: bugfix: Move vector table before jumping relocated code
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.
> 
> Holger Brunck (6):
>       arm/km: add kmnusa board support
>       arm/km: add kmcoge5un board support
>       arm/km: convert mgcoge3un target to km_kirkwood
>       arm/km: remove portl2.h and use km_kirkwood instead
>       arm/km: cleanup km_kirkwood boards
>       arm/km: remove calls to kw_gpio_* in board_early_init_f
> 
> Thomas Herzmann (1):
>       arm/km: add implementation for read_dip_switch
> 
> Valentin Longchamp (4):
>       arm/km: enable BOCO2 FPGA download support
>       arm/km: redefine piggy 4 reg names to avoid conflicts
>       arm/km: skip FPGA config when already configured
>       arm/km: support the 2 PCIe fpga resets
>
>  MAINTAINERS                                |    2 +
>  board/keymile/common/common.h              |    5 +
>  board/keymile/km_arm/Makefile              |    4 +
>  board/keymile/km_arm/fpga_config.c         |  256 ++++++++++++++++++++++++
>  board/keymile/km_arm/km_arm.c              |  104 +++++++---
>  board/keymile/km_arm/kwbimage_128M16_1.cfg |  294 +++++++++++++++++++++++++++
>  board/keymile/km_arm/kwbimage_256M8_1.cfg  |  296 ++++++++++++++++++++++++++++
>  boards.cfg                                 |   10 +-
>  include/configs/km/km_arm.h                |   48 ++++-
>  include/configs/km_kirkwood.h              |  141 ++++++++++++--
>  include/configs/mgcoge3un.h                |   87 --------
>  include/configs/portl2.h                   |   85 --------
>  12 files changed, 1101 insertions(+), 231 deletions(-)
>  create mode 100644 board/keymile/km_arm/fpga_config.c
>  create mode 100644 board/keymile/km_arm/kwbimage_128M16_1.cfg
>  create mode 100644 board/keymile/km_arm/kwbimage_256M8_1.cfg
>  delete mode 100644 include/configs/mgcoge3un.h
>  delete mode 100644 include/configs/portl2.h

Applied to u-boot-arm/master, thanks.
 
> Regards...
> Prafulla . . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-07-05  9:44           ` [U-Boot] Pull request for u-boot-marvell.git - go ahead Albert ARIBAUD
  2012-07-05 11:29             ` [U-Boot] Pull request for u-boot-marvell.git Prafulla Wadaskar
@ 2012-07-05 17:38             ` Prafulla Wadaskar
  2012-07-06 21:30               ` Albert ARIBAUD
  2012-09-03  9:20             ` Prafulla Wadaskar
                               ` (4 subsequent siblings)
  6 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-07-05 17:38 UTC (permalink / raw)
  To: u-boot

Dear Albert,

Please pull
The following changes since commit 863ba81c70d8ca8dc49e0c5a28a1fd0fb23ca62d:
  Tetsuyuki Kobayashi (1):
        arm: bugfix: Move vector table before jumping relocated code

are available in the git repository at:

  u-boot-marvell.git master branch.

Holger Brunck (6):
      arm/km: add kmnusa board support
      arm/km: add kmcoge5un board support
      arm/km: convert mgcoge3un target to km_kirkwood
      arm/km: remove portl2.h and use km_kirkwood instead
      arm/km: cleanup km_kirkwood boards
      arm/km: remove calls to kw_gpio_* in board_early_init_f

Thomas Herzmann (1):
      arm/km: add implementation for read_dip_switch

Valentin Longchamp (4):
      arm/km: enable BOCO2 FPGA download support
      arm/km: redefine piggy 4 reg names to avoid conflicts
      arm/km: skip FPGA config when already configured
      arm/km: support the 2 PCIe fpga resets

 MAINTAINERS                                |    2 +
 board/keymile/common/common.h              |    5 +
 board/keymile/km_arm/Makefile              |    4 +
 board/keymile/km_arm/fpga_config.c         |  256 ++++++++++++++++++++++++
 board/keymile/km_arm/km_arm.c              |  104 +++++++---
 board/keymile/km_arm/kwbimage_128M16_1.cfg |  294 +++++++++++++++++++++++++++
 board/keymile/km_arm/kwbimage_256M8_1.cfg  |  296 ++++++++++++++++++++++++++++
 boards.cfg                                 |   10 +-
 include/configs/km/km_arm.h                |   48 ++++-
 include/configs/km_kirkwood.h              |  141 ++++++++++++--
 include/configs/mgcoge3un.h                |   87 --------
 include/configs/portl2.h                   |   85 --------
 12 files changed, 1101 insertions(+), 231 deletions(-)
 create mode 100644 board/keymile/km_arm/fpga_config.c
 create mode 100644 board/keymile/km_arm/kwbimage_128M16_1.cfg
 create mode 100644 board/keymile/km_arm/kwbimage_256M8_1.cfg
 delete mode 100644 include/configs/mgcoge3un.h
 delete mode 100644 include/configs/portl2.h

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-07-05 11:29             ` [U-Boot] Pull request for u-boot-marvell.git Prafulla Wadaskar
@ 2012-07-05 11:50               ` Albert ARIBAUD
  0 siblings, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2012-07-05 11:50 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Thu, 5 Jul 2012 04:29:31 -0700, Prafulla Wadaskar
<prafulla@marvell.com> wrote:
> Dear Albert,
> 
> Please pull
> The following changes since commit
> c45272e25bdf241fbb27638465f16ce2342ed1b6: Michael Langer (1):
>         i.MX6 USDHC: Use the ESDHC clock
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git master branch.

Applied to u-boot-arm/master, thanks.

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-07-05  9:44           ` [U-Boot] Pull request for u-boot-marvell.git - go ahead Albert ARIBAUD
@ 2012-07-05 11:29             ` Prafulla Wadaskar
  2012-07-05 11:50               ` Albert ARIBAUD
  2012-07-05 17:38             ` Prafulla Wadaskar
                               ` (5 subsequent siblings)
  6 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-07-05 11:29 UTC (permalink / raw)
  To: u-boot

Dear Albert,

Please pull
The following changes since commit c45272e25bdf241fbb27638465f16ce2342ed1b6:
  Michael Langer (1):
        i.MX6 USDHC: Use the ESDHC clock

are available in the git repository at:

  u-boot-marvell.git master branch.

Holger Brunck (7):
      arm/km: add board type to boards.cfg
      arm/km: add piggy mac adress offset for mgcoge3un
      arm/km: rename CONFIG option CONFIG_KM_DEF_ENV_UPDATE
      arm/km: use ARRAY_SIZE macro
      arm/km: fix wrong comment in SDRAM config for mgcoge3un
      arm/km: change maintainer for mgcoge3un
      arm/km: remove CONFIG_RESET_PHY_R

Luka Perkov (1):
      kwboot: boot kirkwood SoCs over a serial link

Marek Vasut (1):
      Kirkwood: Add support for Ka-Ro TK71

Michael Walle (4):
      lib: add rand() function
      net: use common rand()/srand() functions
      net: add helper to generate random mac address
      Kirkwood: add lschlv2 and lsxhl board support

Simon Guinot (3):
      lacie_kw: fix SDRAM banks number for net2big_v2
      lacie_kw: fix CONFIG_SYS_KWD_CONFIG for inetspace_v2
      ARM: don't probe PHY address for LaCie boards

Valentin Longchamp (9):
      arm/km: enable mii cmd
      km_arm: use filesize for erase in update command
      kirkwood: add save functionality kirkwood_mpp_conf function
      kirkwood: fix calls to kirkwood_mpp_conf
      kw_spi: backup and reset the MPP of the chosen CS pin
      kw_spi: support spi_claim/release_bus functions
      kw_spi: add weak functions board_spi_claim/release_bus
      arm/kirkwood: protect the ENV_SPI #defines
      arm/km: use spi claim bus to switch between SPI and NAND

 MAINTAINERS                                     |    7 +-
 arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |   10 +-
 arch/arm/include/asm/arch-kirkwood/config.h     |   12 +-
 arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
 arch/arm/include/asm/arch-kirkwood/spi.h        |   11 +
 board/LaCie/common/common.c                     |   23 +-
 board/LaCie/common/common.h                     |    2 +-
 board/LaCie/edminiv2/edminiv2.c                 |    2 +-
 board/LaCie/net2big_v2/net2big_v2.c             |    4 +-
 board/LaCie/netspace_v2/netspace_v2.c           |    4 +-
 board/Marvell/dreamplug/dreamplug.c             |    2 +-
 board/Marvell/guruplug/guruplug.c               |    2 +-
 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    2 +-
 board/Marvell/openrd/openrd.c                   |    2 +-
 board/Marvell/rd6281a/rd6281a.c                 |    2 +-
 board/Marvell/sheevaplug/sheevaplug.c           |    2 +-
 board/Seagate/dockstar/dockstar.c               |    2 +-
 board/buffalo/lsxl/Makefile                     |   44 ++
 board/buffalo/lsxl/kwbimage-lschl.cfg           |  229 +++++++
 board/buffalo/lsxl/kwbimage-lsxhl.cfg           |  229 +++++++
 board/buffalo/lsxl/lsxl.c                       |  283 +++++++++
 board/buffalo/lsxl/lsxl.h                       |   75 +++
 board/cloudengines/pogo_e02/pogo_e02.c          |    2 +-
 board/d-link/dns325/dns325.c                    |    2 +-
 board/karo/tk71/Makefile                        |   45 ++
 board/karo/tk71/kwbimage.cfg                    |  174 ++++++
 board/karo/tk71/tk71.c                          |  166 +++++
 board/keymile/km_arm/km_arm.c                   |   48 +--
 board/keymile/km_arm/kwbimage-memphis.cfg       |    2 +-
 board/raidsonic/ib62x0/ib62x0.c                 |    2 +-
 boards.cfg                                      |    7 +-
 doc/kwboot.1                                    |   84 +++
 drivers/spi/kirkwood_spi.c                      |   64 ++-
 include/common.h                                |   10 +
 include/configs/km/km_arm.h                     |   15 +-
 include/configs/km_kirkwood.h                   |    4 +-
 include/configs/lacie_kw.h                      |    6 +-
 include/configs/lsxl.h                          |  182 ++++++
 include/configs/mgcoge3un.h                     |    1 +
 include/configs/tk71.h                          |  130 ++++
 include/net.h                                   |   17 +
 lib/Makefile                                    |    5 +-
 lib/rand.c                                      |   48 ++
 net/Makefile                                    |    2 -
 net/eth.c                                       |   22 +
 net/link_local.c                                |    7 +-
 net/net_rand.c                                  |   68 --
 net/net_rand.h                                  |   31 +-
 tools/Makefile                                  |    6 +
 tools/kwboot.c                                  |  742 +++++++++++++++++++++++
 50 files changed, 2659 insertions(+), 184 deletions(-)
 create mode 100644 board/buffalo/lsxl/Makefile
 create mode 100644 board/buffalo/lsxl/kwbimage-lschl.cfg
 create mode 100644 board/buffalo/lsxl/kwbimage-lsxhl.cfg
 create mode 100644 board/buffalo/lsxl/lsxl.c
 create mode 100644 board/buffalo/lsxl/lsxl.h
 create mode 100644 board/karo/tk71/Makefile
 create mode 100644 board/karo/tk71/kwbimage.cfg
 create mode 100644 board/karo/tk71/tk71.c
 create mode 100644 doc/kwboot.1
 create mode 100644 include/configs/lsxl.h
 create mode 100644 include/configs/tk71.h
 create mode 100644 lib/rand.c
 delete mode 100644 net/net_rand.c
 create mode 100644 tools/kwboot.c

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-07-03 11:59     ` Prafulla Wadaskar
@ 2012-07-05  8:40       ` Albert ARIBAUD
  2012-07-05  9:37         ` [U-Boot] Pull request for u-boot-marvell.git - PLEASE HOLD ON Albert ARIBAUD
  0 siblings, 1 reply; 62+ messages in thread
From: Albert ARIBAUD @ 2012-07-05  8:40 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Tue, 3 Jul 2012 04:59:21 -0700, Prafulla Wadaskar
<prafulla@marvell.com> wrote:
> Dear Albert
> 
> Please kindly pull
> The following changes since commit
> 3e0cac6b5158b22248f57cdf7769bf8d610fec5e: Rajeshwari Shinde (1):
>         EXYNOS: SMDK5250: Enable the pinmux setup
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git ..BRANCH.NOT.VERIFIED..

Seems the branch was not pushed at time of pull request... And then
current marvell master has one more commit than what's listed below.
Can you re-issue a (rebased and) updated pull request? Thanks in
advance.

> Holger Brunck (7):
>       arm/km: add board type to boards.cfg
>       arm/km: add piggy mac adress offset for mgcoge3un
>       arm/km: rename CONFIG option CONFIG_KM_DEF_ENV_UPDATE
>       arm/km: use ARRAY_SIZE macro
>       arm/km: fix wrong comment in SDRAM config for mgcoge3un
>       arm/km: change maintainer for mgcoge3un
>       arm/km: remove CONFIG_RESET_PHY_R
> 
> Luka Perkov (1):
>       kwboot: boot kirkwood SoCs over a serial link
> 
> Michael Walle (4):
>       lib: add rand() function
>       net: use common rand()/srand() functions
>       net: add helper to generate random mac address
>       Kirkwood: add lschlv2 and lsxhl board support
> 
> Simon Guinot (3):
>       lacie_kw: fix SDRAM banks number for net2big_v2
>       lacie_kw: fix CONFIG_SYS_KWD_CONFIG for inetspace_v2
>       ARM: don't probe PHY address for LaCie boards
> 
> Valentin Longchamp (9):
>       arm/km: enable mii cmd
>       km_arm: use filesize for erase in update command
>       kirkwood: add save functionality kirkwood_mpp_conf function
>       kirkwood: fix calls to kirkwood_mpp_conf
>       kw_spi: backup and reset the MPP of the chosen CS pin
>       kw_spi: support spi_claim/release_bus functions
>       kw_spi: add weak functions board_spi_claim/release_bus
>       arm/kirkwood: protect the ENV_SPI #defines
>       arm/km: use spi claim bus to switch between SPI and NAND
> 
>  MAINTAINERS                                     |    7 +-
>  arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |   10 +-
>  arch/arm/include/asm/arch-kirkwood/config.h     |   12 +-
>  arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
>  arch/arm/include/asm/arch-kirkwood/spi.h        |   11 +
>  board/LaCie/common/common.c                     |   23 +-
>  board/LaCie/common/common.h                     |    2 +-
>  board/LaCie/edminiv2/edminiv2.c                 |    2 +-
>  board/LaCie/net2big_v2/net2big_v2.c             |    4 +-
>  board/LaCie/netspace_v2/netspace_v2.c           |    4 +-
>  board/Marvell/dreamplug/dreamplug.c             |    2 +-
>  board/Marvell/guruplug/guruplug.c               |    2 +-
>  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    2 +-
>  board/Marvell/openrd/openrd.c                   |    2 +-
>  board/Marvell/rd6281a/rd6281a.c                 |    2 +-
>  board/Marvell/sheevaplug/sheevaplug.c           |    2 +-
>  board/Seagate/dockstar/dockstar.c               |    2 +-
>  board/buffalo/lsxl/Makefile                     |   44 ++
>  board/buffalo/lsxl/kwbimage-lschl.cfg           |  229 +++++++
>  board/buffalo/lsxl/kwbimage-lsxhl.cfg           |  229 +++++++
>  board/buffalo/lsxl/lsxl.c                       |  283 +++++++++
>  board/buffalo/lsxl/lsxl.h                       |   75 +++
>  board/cloudengines/pogo_e02/pogo_e02.c          |    2 +-
>  board/d-link/dns325/dns325.c                    |    2 +-
>  board/keymile/km_arm/km_arm.c                   |   48 +--
>  board/keymile/km_arm/kwbimage-memphis.cfg       |    2 +-
>  board/raidsonic/ib62x0/ib62x0.c                 |    2 +-
>  boards.cfg                                      |    6 +-
>  doc/kwboot.1                                    |   84 +++
>  drivers/spi/kirkwood_spi.c                      |   64 ++-
>  include/common.h                                |   10 +
>  include/configs/km/km_arm.h                     |   15 +-
>  include/configs/km_kirkwood.h                   |    4 +-
>  include/configs/lacie_kw.h                      |    6 +-
>  include/configs/lsxl.h                          |  182 ++++++
>  include/configs/mgcoge3un.h                     |    1 +
>  include/net.h                                   |   17 +
>  lib/Makefile                                    |    5 +-
>  lib/rand.c                                      |   48 ++
>  net/Makefile                                    |    2 -
>  net/eth.c                                       |   22 +
>  net/link_local.c                                |    7 +-
>  net/net_rand.c                                  |   68 --
>  net/net_rand.h                                  |   31 +-
>  tools/Makefile                                  |    6 +
>  tools/kwboot.c                                  |  742
> +++++++++++++++++++++++ 46 files changed, 2143 insertions(+), 184
> deletions(-) create mode 100644 board/buffalo/lsxl/Makefile
>  create mode 100644 board/buffalo/lsxl/kwbimage-lschl.cfg
>  create mode 100644 board/buffalo/lsxl/kwbimage-lsxhl.cfg
>  create mode 100644 board/buffalo/lsxl/lsxl.c
>  create mode 100644 board/buffalo/lsxl/lsxl.h
>  create mode 100644 doc/kwboot.1
>  create mode 100644 include/configs/lsxl.h
>  create mode 100644 lib/rand.c
>  delete mode 100644 net/net_rand.c
>  create mode 100644 tools/kwboot.c
> 
> Regards...
> Prafulla . . .
> 


Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-02-10 19:58   ` Albert ARIBAUD
                       ` (2 preceding siblings ...)
  2012-07-03 11:59     ` Prafulla Wadaskar
@ 2012-07-03 12:00     ` Prafulla Wadaskar
  3 siblings, 0 replies; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-07-03 12:00 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Prafulla Wadaskar
> Sent: 03 July 2012 17:29
> To: 'Albert ARIBAUD'
> Cc: 'u-boot at lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik;
> 'Wolfgang Denk'
> Subject: Pull request for u-boot-marvell.git
> 
> Dear Albert
> 
> Please kindly pull
> The following changes since commit
> 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:
>   Rajeshwari Shinde (1):
>         EXYNOS: SMDK5250: Enable the pinmux setup
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git ..BRANCH.NOT.VERIFIED..

Pls kindly consider this patch series for master branch
Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-02-10 19:58   ` Albert ARIBAUD
  2012-03-02  7:29     ` Prafulla Wadaskar
  2012-04-20  6:10     ` Prafulla Wadaskar
@ 2012-07-03 11:59     ` Prafulla Wadaskar
  2012-07-05  8:40       ` Albert ARIBAUD
  2012-07-03 12:00     ` Prafulla Wadaskar
  3 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-07-03 11:59 UTC (permalink / raw)
  To: u-boot

Dear Albert

Please kindly pull
The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:
  Rajeshwari Shinde (1):
        EXYNOS: SMDK5250: Enable the pinmux setup

are available in the git repository at:

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

Holger Brunck (7):
      arm/km: add board type to boards.cfg
      arm/km: add piggy mac adress offset for mgcoge3un
      arm/km: rename CONFIG option CONFIG_KM_DEF_ENV_UPDATE
      arm/km: use ARRAY_SIZE macro
      arm/km: fix wrong comment in SDRAM config for mgcoge3un
      arm/km: change maintainer for mgcoge3un
      arm/km: remove CONFIG_RESET_PHY_R

Luka Perkov (1):
      kwboot: boot kirkwood SoCs over a serial link

Michael Walle (4):
      lib: add rand() function
      net: use common rand()/srand() functions
      net: add helper to generate random mac address
      Kirkwood: add lschlv2 and lsxhl board support

Simon Guinot (3):
      lacie_kw: fix SDRAM banks number for net2big_v2
      lacie_kw: fix CONFIG_SYS_KWD_CONFIG for inetspace_v2
      ARM: don't probe PHY address for LaCie boards

Valentin Longchamp (9):
      arm/km: enable mii cmd
      km_arm: use filesize for erase in update command
      kirkwood: add save functionality kirkwood_mpp_conf function
      kirkwood: fix calls to kirkwood_mpp_conf
      kw_spi: backup and reset the MPP of the chosen CS pin
      kw_spi: support spi_claim/release_bus functions
      kw_spi: add weak functions board_spi_claim/release_bus
      arm/kirkwood: protect the ENV_SPI #defines
      arm/km: use spi claim bus to switch between SPI and NAND

 MAINTAINERS                                     |    7 +-
 arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |   10 +-
 arch/arm/include/asm/arch-kirkwood/config.h     |   12 +-
 arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
 arch/arm/include/asm/arch-kirkwood/spi.h        |   11 +
 board/LaCie/common/common.c                     |   23 +-
 board/LaCie/common/common.h                     |    2 +-
 board/LaCie/edminiv2/edminiv2.c                 |    2 +-
 board/LaCie/net2big_v2/net2big_v2.c             |    4 +-
 board/LaCie/netspace_v2/netspace_v2.c           |    4 +-
 board/Marvell/dreamplug/dreamplug.c             |    2 +-
 board/Marvell/guruplug/guruplug.c               |    2 +-
 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    2 +-
 board/Marvell/openrd/openrd.c                   |    2 +-
 board/Marvell/rd6281a/rd6281a.c                 |    2 +-
 board/Marvell/sheevaplug/sheevaplug.c           |    2 +-
 board/Seagate/dockstar/dockstar.c               |    2 +-
 board/buffalo/lsxl/Makefile                     |   44 ++
 board/buffalo/lsxl/kwbimage-lschl.cfg           |  229 +++++++
 board/buffalo/lsxl/kwbimage-lsxhl.cfg           |  229 +++++++
 board/buffalo/lsxl/lsxl.c                       |  283 +++++++++
 board/buffalo/lsxl/lsxl.h                       |   75 +++
 board/cloudengines/pogo_e02/pogo_e02.c          |    2 +-
 board/d-link/dns325/dns325.c                    |    2 +-
 board/keymile/km_arm/km_arm.c                   |   48 +--
 board/keymile/km_arm/kwbimage-memphis.cfg       |    2 +-
 board/raidsonic/ib62x0/ib62x0.c                 |    2 +-
 boards.cfg                                      |    6 +-
 doc/kwboot.1                                    |   84 +++
 drivers/spi/kirkwood_spi.c                      |   64 ++-
 include/common.h                                |   10 +
 include/configs/km/km_arm.h                     |   15 +-
 include/configs/km_kirkwood.h                   |    4 +-
 include/configs/lacie_kw.h                      |    6 +-
 include/configs/lsxl.h                          |  182 ++++++
 include/configs/mgcoge3un.h                     |    1 +
 include/net.h                                   |   17 +
 lib/Makefile                                    |    5 +-
 lib/rand.c                                      |   48 ++
 net/Makefile                                    |    2 -
 net/eth.c                                       |   22 +
 net/link_local.c                                |    7 +-
 net/net_rand.c                                  |   68 --
 net/net_rand.h                                  |   31 +-
 tools/Makefile                                  |    6 +
 tools/kwboot.c                                  |  742 +++++++++++++++++++++++
 46 files changed, 2143 insertions(+), 184 deletions(-)
 create mode 100644 board/buffalo/lsxl/Makefile
 create mode 100644 board/buffalo/lsxl/kwbimage-lschl.cfg
 create mode 100644 board/buffalo/lsxl/kwbimage-lsxhl.cfg
 create mode 100644 board/buffalo/lsxl/lsxl.c
 create mode 100644 board/buffalo/lsxl/lsxl.h
 create mode 100644 doc/kwboot.1
 create mode 100644 include/configs/lsxl.h
 create mode 100644 lib/rand.c
 delete mode 100644 net/net_rand.c
 create mode 100644 tools/kwboot.c

Regards...
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-04-20  6:10     ` Prafulla Wadaskar
@ 2012-04-20  6:46       ` Albert ARIBAUD
  0 siblings, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2012-04-20  6:46 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 20/04/2012 08:10, Prafulla Wadaskar a ?crit :
> Dear Albert
>
> Please kindly pull
> The following changes since commit fb14b6b2f680363678b4e6a75eb9f3f0d79111fa:
>    Wolfgang Denk (1):
>          Prepare v2012.04-rc3
>
> are available in the git repository at:
>
>    u-boot-marvell.git master branch.
>
> David Purdy (1):
>        kirkwood: add support for Cloud Engines Pogoplug E02
>
> Luka Perkov (1):
>        kirkwood: add NAS62x0 board support
>
>   MAINTAINERS                              |    8 ++
>   board/cloudengines/pogo_e02/Makefile     |   43 ++++++++
>   board/cloudengines/pogo_e02/kwbimage.cfg |  169 ++++++++++++++++++++++++++++++
>   board/cloudengines/pogo_e02/pogo_e02.c   |  118 +++++++++++++++++++++
>   board/cloudengines/pogo_e02/pogo_e02.h   |   44 ++++++++
>   board/raidsonic/ib62x0/Makefile          |   43 ++++++++
>   board/raidsonic/ib62x0/ib62x0.c          |   79 ++++++++++++++
>   board/raidsonic/ib62x0/ib62x0.h          |   40 +++++++
>   board/raidsonic/ib62x0/kwbimage.cfg      |  169 ++++++++++++++++++++++++++++++
>   boards.cfg                               |    2 +
>   include/configs/ib62x0.h                 |  152 +++++++++++++++++++++++++++
>   include/configs/pogo_e02.h               |  119 +++++++++++++++++++++
>   12 files changed, 986 insertions(+), 0 deletions(-)
>   create mode 100644 board/cloudengines/pogo_e02/Makefile
>   create mode 100644 board/cloudengines/pogo_e02/kwbimage.cfg
>   create mode 100644 board/cloudengines/pogo_e02/pogo_e02.c
>   create mode 100644 board/cloudengines/pogo_e02/pogo_e02.h
>   create mode 100644 board/raidsonic/ib62x0/Makefile
>   create mode 100644 board/raidsonic/ib62x0/ib62x0.c
>   create mode 100644 board/raidsonic/ib62x0/ib62x0.h
>   create mode 100644 board/raidsonic/ib62x0/kwbimage.cfg
>   create mode 100644 include/configs/ib62x0.h
>   create mode 100644 include/configs/pogo_e02.h

As we are on the verge of release:

Applied to u-boot-arm/next, thanks.

> Regards..
> Prafulla . . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-02-10 19:58   ` Albert ARIBAUD
  2012-03-02  7:29     ` Prafulla Wadaskar
@ 2012-04-20  6:10     ` Prafulla Wadaskar
  2012-04-20  6:46       ` Albert ARIBAUD
  2012-07-03 11:59     ` Prafulla Wadaskar
  2012-07-03 12:00     ` Prafulla Wadaskar
  3 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-04-20  6:10 UTC (permalink / raw)
  To: u-boot

Dear Albert

Please kindly pull
The following changes since commit fb14b6b2f680363678b4e6a75eb9f3f0d79111fa:
  Wolfgang Denk (1):
        Prepare v2012.04-rc3

are available in the git repository at:

  u-boot-marvell.git master branch.

David Purdy (1):
      kirkwood: add support for Cloud Engines Pogoplug E02

Luka Perkov (1):
      kirkwood: add NAS62x0 board support

 MAINTAINERS                              |    8 ++
 board/cloudengines/pogo_e02/Makefile     |   43 ++++++++
 board/cloudengines/pogo_e02/kwbimage.cfg |  169 ++++++++++++++++++++++++++++++
 board/cloudengines/pogo_e02/pogo_e02.c   |  118 +++++++++++++++++++++
 board/cloudengines/pogo_e02/pogo_e02.h   |   44 ++++++++
 board/raidsonic/ib62x0/Makefile          |   43 ++++++++
 board/raidsonic/ib62x0/ib62x0.c          |   79 ++++++++++++++
 board/raidsonic/ib62x0/ib62x0.h          |   40 +++++++
 board/raidsonic/ib62x0/kwbimage.cfg      |  169 ++++++++++++++++++++++++++++++
 boards.cfg                               |    2 +
 include/configs/ib62x0.h                 |  152 +++++++++++++++++++++++++++
 include/configs/pogo_e02.h               |  119 +++++++++++++++++++++
 12 files changed, 986 insertions(+), 0 deletions(-)
 create mode 100644 board/cloudengines/pogo_e02/Makefile
 create mode 100644 board/cloudengines/pogo_e02/kwbimage.cfg
 create mode 100644 board/cloudengines/pogo_e02/pogo_e02.c
 create mode 100644 board/cloudengines/pogo_e02/pogo_e02.h
 create mode 100644 board/raidsonic/ib62x0/Makefile
 create mode 100644 board/raidsonic/ib62x0/ib62x0.c
 create mode 100644 board/raidsonic/ib62x0/ib62x0.h
 create mode 100644 board/raidsonic/ib62x0/kwbimage.cfg
 create mode 100644 include/configs/ib62x0.h
 create mode 100644 include/configs/pogo_e02.h

Regards..
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-03-02  7:29     ` Prafulla Wadaskar
@ 2012-03-05 12:38       ` Albert ARIBAUD
  0 siblings, 0 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2012-03-05 12:38 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 02/03/2012 08:29, Prafulla Wadaskar a ?crit :
> Hi Albert
>
> Please kindly pull
>
> The following changes since commit 2271e7c6e8eef883b834fb7d07911848a54fde13:
>    prabhakar.csengg at gmail.com (1):
>          Ethernut 5: fix build error
>
> are available in the git repository at:
>
>    u-boot-marvell.git on next branch.
>
> Ajay Bhargav (4):
>        USB: Armada100: Add UTMI PHY interface driver
>        USB: Armada100: EHCI Driver for Armada100 SOCs
>        Armada100: gplugD: Add USB command support
>        Armada100: gplugD: Add FAT&  EXT2 command support
>
> Ian Campbell (1):
>        ARM: dreamplug: Enable FDT support
>
>   arch/arm/include/asm/arch-armada100/armada100.h    |    9 ++
>   .../include/asm/arch-armada100/utmi-armada100.h    |   79 ++++++++++++++++
>   drivers/usb/host/Makefile                          |    1 +
>   drivers/usb/host/ehci-armada100.c                  |   64 +++++++++++++
>   drivers/usb/host/utmi-armada100.c                  |   96 ++++++++++++++++++++
>   include/configs/dreamplug.h                        |    2 +
>   include/configs/gplugd.h                           |   14 +++
>   7 files changed, 265 insertions(+), 0 deletions(-)
>   create mode 100644 arch/arm/include/asm/arch-armada100/utmi-armada100.h
>   create mode 100644 drivers/usb/host/ehci-armada100.c
>   create mode 100644 drivers/usb/host/utmi-armada100.c
>
> Regards..
> Prafulla . . .

Applied to u-boot-arm/next, thanks.

I will move next to master and send out a pull request once 2012.03 is out.

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-02-10 19:58   ` Albert ARIBAUD
@ 2012-03-02  7:29     ` Prafulla Wadaskar
  2012-03-05 12:38       ` Albert ARIBAUD
  2012-04-20  6:10     ` Prafulla Wadaskar
                       ` (2 subsequent siblings)
  3 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-03-02  7:29 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull

The following changes since commit 2271e7c6e8eef883b834fb7d07911848a54fde13:
  prabhakar.csengg at gmail.com (1):
        Ethernut 5: fix build error

are available in the git repository at:

  u-boot-marvell.git on next branch.

Ajay Bhargav (4):
      USB: Armada100: Add UTMI PHY interface driver
      USB: Armada100: EHCI Driver for Armada100 SOCs
      Armada100: gplugD: Add USB command support
      Armada100: gplugD: Add FAT & EXT2 command support

Ian Campbell (1):
      ARM: dreamplug: Enable FDT support

 arch/arm/include/asm/arch-armada100/armada100.h    |    9 ++
 .../include/asm/arch-armada100/utmi-armada100.h    |   79 ++++++++++++++++
 drivers/usb/host/Makefile                          |    1 +
 drivers/usb/host/ehci-armada100.c                  |   64 +++++++++++++
 drivers/usb/host/utmi-armada100.c                  |   96 ++++++++++++++++++++
 include/configs/dreamplug.h                        |    2 +
 include/configs/gplugd.h                           |   14 +++
 7 files changed, 265 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-armada100/utmi-armada100.h
 create mode 100644 drivers/usb/host/ehci-armada100.c
 create mode 100644 drivers/usb/host/utmi-armada100.c

Regards..
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2012-02-08  9:57 ` Prafulla Wadaskar
@ 2012-02-10 19:58   ` Albert ARIBAUD
  2012-03-02  7:29     ` Prafulla Wadaskar
                       ` (3 more replies)
  0 siblings, 4 replies; 62+ messages in thread
From: Albert ARIBAUD @ 2012-02-10 19:58 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 08/02/2012 10:57, Prafulla Wadaskar a ?crit :
> Dear Albert
>
> Please kindly pull
>
> The following changes since commit ca849aa4b86b282f837c58a0b129460ebfad2239:
>    David M??ller (ELSOFT AG) (1):
>          ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board
>
> are available in the git repository at:
>
>    u-boot-marvell.git master branch.
>
> Albert ARIBAUD (5):
>        edminiv2: add hush parser, cmdline editing and long help
>        Rename ehci-kirkwood as ehci-marvell
>        Remove kirkwood-specifics from marvell EHCI driver
>        orion5x: add USB host ehci-marvell support
>        edminiv2: add USB host support
>
> Holger Brunck (2):
>        arm/km: speed up i2c access for keymile boards
>        arm/km: checkpatch cleanup
>
> Ian Campbell (1):
>        kirkwood_spi: correct access to irq_mask register
>
> Michael Walle (1):
>        arm, arm-kirkwood: disable l2c before linux boot
>
> Prafulla Wadaskar (1):
>        bugfix: all Marvell specific build fails due to undefined reference to `get_ticks'
>
> Stefan (1):
>        kirkwood: add support for D-Link DNS-325
>
>   MAINTAINERS                                        |    4 +
>   arch/arm/cpu/arm926ejs/armada100/timer.c           |   18 ++
>   arch/arm/cpu/arm926ejs/cache.c                     |    9 +
>   arch/arm/cpu/arm926ejs/cpu.c                       |    2 +
>   arch/arm/cpu/arm926ejs/kirkwood/Makefile           |    1 +
>   arch/arm/cpu/arm926ejs/kirkwood/cache.c            |   34 ++++
>   arch/arm/cpu/arm926ejs/kirkwood/timer.c            |   18 ++
>   arch/arm/cpu/arm926ejs/orion5x/timer.c             |   18 ++
>   arch/arm/cpu/arm926ejs/pantheon/timer.c            |   18 ++
>   arch/arm/include/asm/arch-kirkwood/config.h        |    2 +-
>   arch/arm/include/asm/arch-kirkwood/kirkwood.h      |   12 ++
>   arch/arm/include/asm/arch-orion5x/orion5x.h        |   12 ++
>   board/d-link/dns325/Makefile                       |   49 +++++
>   board/d-link/dns325/dns325.c                       |  148 ++++++++++++++
>   board/d-link/dns325/dns325.h                       |   48 +++++
>   board/d-link/dns325/kwbimage.cfg                   |  208 ++++++++++++++++++++
>   board/keymile/km_arm/km_arm.c                      |   23 +--
>   boards.cfg                                         |    1 +
>   drivers/spi/kirkwood_spi.c                         |    2 +-
>   drivers/usb/host/Makefile                          |    2 +-
>   .../usb/host/{ehci-kirkwood.c =>  ehci-marvell.c}   |   36 ++--
>   include/configs/dns325.h                           |  188 ++++++++++++++++++
>   include/configs/edminiv2.h                         |   24 +++
>   include/configs/km/km_arm.h                        |    2 +-
>   24 files changed, 849 insertions(+), 30 deletions(-)
>   create mode 100644 arch/arm/cpu/arm926ejs/kirkwood/cache.c
>   create mode 100644 board/d-link/dns325/Makefile
>   create mode 100644 board/d-link/dns325/dns325.c
>   create mode 100644 board/d-link/dns325/dns325.h
>   create mode 100644 board/d-link/dns325/kwbimage.cfg
>   rename drivers/usb/host/{ehci-kirkwood.c =>  ehci-marvell.c} (73%)
>   create mode 100644 include/configs/dns325.h

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

> Regards..
> Prafulla . . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
       [not found] <DCB55AE5D43FB64FA6D3F5573FA2D42B19FD1E0BDE@SC-VEXCH4.marvell.com>
@ 2012-02-08  9:57 ` Prafulla Wadaskar
  2012-02-10 19:58   ` Albert ARIBAUD
  0 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2012-02-08  9:57 UTC (permalink / raw)
  To: u-boot

Dear Albert

Please kindly pull

The following changes since commit ca849aa4b86b282f837c58a0b129460ebfad2239:
  David M??ller (ELSOFT AG) (1):
        ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board

are available in the git repository at:

  u-boot-marvell.git master branch.

Albert ARIBAUD (5):
      edminiv2: add hush parser, cmdline editing and long help
      Rename ehci-kirkwood as ehci-marvell
      Remove kirkwood-specifics from marvell EHCI driver
      orion5x: add USB host ehci-marvell support
      edminiv2: add USB host support

Holger Brunck (2):
      arm/km: speed up i2c access for keymile boards
      arm/km: checkpatch cleanup

Ian Campbell (1):
      kirkwood_spi: correct access to irq_mask register

Michael Walle (1):
      arm, arm-kirkwood: disable l2c before linux boot

Prafulla Wadaskar (1):
      bugfix: all Marvell specific build fails due to undefined reference to `get_ticks'

Stefan (1):
      kirkwood: add support for D-Link DNS-325

 MAINTAINERS                                        |    4 +
 arch/arm/cpu/arm926ejs/armada100/timer.c           |   18 ++
 arch/arm/cpu/arm926ejs/cache.c                     |    9 +
 arch/arm/cpu/arm926ejs/cpu.c                       |    2 +
 arch/arm/cpu/arm926ejs/kirkwood/Makefile           |    1 +
 arch/arm/cpu/arm926ejs/kirkwood/cache.c            |   34 ++++
 arch/arm/cpu/arm926ejs/kirkwood/timer.c            |   18 ++
 arch/arm/cpu/arm926ejs/orion5x/timer.c             |   18 ++
 arch/arm/cpu/arm926ejs/pantheon/timer.c            |   18 ++
 arch/arm/include/asm/arch-kirkwood/config.h        |    2 +-
 arch/arm/include/asm/arch-kirkwood/kirkwood.h      |   12 ++
 arch/arm/include/asm/arch-orion5x/orion5x.h        |   12 ++
 board/d-link/dns325/Makefile                       |   49 +++++
 board/d-link/dns325/dns325.c                       |  148 ++++++++++++++
 board/d-link/dns325/dns325.h                       |   48 +++++
 board/d-link/dns325/kwbimage.cfg                   |  208 ++++++++++++++++++++
 board/keymile/km_arm/km_arm.c                      |   23 +--
 boards.cfg                                         |    1 +
 drivers/spi/kirkwood_spi.c                         |    2 +-
 drivers/usb/host/Makefile                          |    2 +-
 .../usb/host/{ehci-kirkwood.c => ehci-marvell.c}   |   36 ++--
 include/configs/dns325.h                           |  188 ++++++++++++++++++
 include/configs/edminiv2.h                         |   24 +++
 include/configs/km/km_arm.h                        |    2 +-
 24 files changed, 849 insertions(+), 30 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/kirkwood/cache.c
 create mode 100644 board/d-link/dns325/Makefile
 create mode 100644 board/d-link/dns325/dns325.c
 create mode 100644 board/d-link/dns325/dns325.h
 create mode 100644 board/d-link/dns325/kwbimage.cfg
 rename drivers/usb/host/{ehci-kirkwood.c => ehci-marvell.c} (73%)
 create mode 100644 include/configs/dns325.h

Regards..
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2011-11-03 19:03   ` Wolfgang Denk
@ 2011-11-04  6:24     ` Prafulla Wadaskar
  0 siblings, 0 replies; 62+ messages in thread
From: Prafulla Wadaskar @ 2011-11-04  6:24 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Wolfgang Denk [mailto:wd at denx.de]
> Sent: Friday, November 04, 2011 12:33 AM
> To: Albert ARIBAUD
> Cc: Prafulla Wadaskar; u-boot at lists.denx.de; Ashish Karkare;
> Prabhanjan Sarnaik
> Subject: Re: Pull request for u-boot-marvell.git
> 
> Dear Albert ARIBAUD,
> 
> In message <4EB2DA35.6090705@aribaud.net> you wrote:
> >
> > Note that I get the following errors when fetching u-boot-
> marvell:
> >
> > remote: error: refs/remotes/origin/mkimage does not point to
> a valid object!
> > remote: error: refs/tags/2009.01-rc2 does not point to a
> valid object!
> >
> > The second one means you have a bigus tag, which should
> disappear with a
> >
> > git push ssh://gu-marvell at git.denx.de/u-boot-marvell.git
> :2009.01-rc2
> >
> > The first one seems more complex, as it is a bogus branch
> name in a
> > *remote* of u-boot-marvell -- I guess this can only be
> handled directly
> > by Wolfgang.
> 
> I fixed both these.

Hi Wolfgang
I hope I don't need to do anything specific now.
I hope I can continue with my usual activities (git fetch, git rebase and git push).

Please ack.

Regards..
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2011-11-03 18:15 ` Albert ARIBAUD
@ 2011-11-03 19:03   ` Wolfgang Denk
  2011-11-04  6:24     ` Prafulla Wadaskar
  0 siblings, 1 reply; 62+ messages in thread
From: Wolfgang Denk @ 2011-11-03 19:03 UTC (permalink / raw)
  To: u-boot

Dear Albert ARIBAUD,

In message <4EB2DA35.6090705@aribaud.net> you wrote:
> 
> Note that I get the following errors when fetching u-boot-marvell:
> 
> remote: error: refs/remotes/origin/mkimage does not point to a valid object!
> remote: error: refs/tags/2009.01-rc2 does not point to a valid object!
> 
> The second one means you have a bigus tag, which should disappear with a
> 
> git push ssh://gu-marvell at git.denx.de/u-boot-marvell.git :2009.01-rc2
> 
> The first one seems more complex, as it is a bogus branch name in a 
> *remote* of u-boot-marvell -- I guess this can only be handled directly 
> by Wolfgang.

I fixed both these.

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
"Where humor is concerned there are no standards -- no  one  can  say
what is good or bad, although you can be sure that everyone will.
- John Kenneth Galbraith

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

* [U-Boot] Pull request for u-boot-marvell.git
  2011-11-01  8:35 Prafulla Wadaskar
@ 2011-11-03 18:15 ` Albert ARIBAUD
  2011-11-03 19:03   ` Wolfgang Denk
  0 siblings, 1 reply; 62+ messages in thread
From: Albert ARIBAUD @ 2011-11-03 18:15 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 01/11/2011 09:35, Prafulla Wadaskar a ?crit :
> Hi Albert
> Please pull
> The following changes since commit d0a755e860362ca35c6d6e4fa8a7a0d5fc7e3ea6:
>    Michael Walle (1):
>          kirkwood: define CONFIG_SYS_CACHELINE_SIZE
>
> are available in the git repository at:
>
>    u-boot-marvell.git master branch.
>
> Holger Brunck (4):
>        arm/km: add boardid and hwkey to kernel command line
>        arm/km: trigger reconfiguration for the Xilinx FPGA
>        arm/km: enable jffs2 cmds
>        arm/km: adapt bootcounter evaluation
>
> Lei Wen (2):
>        pantheon: define CONFIG_SYS_CACHELINE_SIZE
>        armada100: define CONFIG_SYS_CACHELINE_SIZE
>
> Simon Guinot (2):
>        netspace_v2: fix SDRAM configuration
>        netspace_v2: enable I2C EEPROM support
>
> Thomas Herzmann (1):
>        arm/km: portl2 environment address update to P1B
>
> Valentin Longchamp (1):
>        ARM: Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boards
>
>   arch/arm/include/asm/arch-armada100/config.h |    2 +
>   arch/arm/include/asm/arch-pantheon/config.h  |    2 +
>   board/LaCie/netspace_v2/kwbimage-is2.cfg     |  162 ++++++++++++++++++++++++++
>   board/LaCie/netspace_v2/kwbimage.cfg         |    4 +-
>   board/keymile/km_arm/km_arm.c                |   44 +++++--
>   boards.cfg                                   |    2 +-
>   include/configs/km/km_arm.h                  |    9 +-
>   include/configs/km_kirkwood.h                |    3 +
>   include/configs/netspace_v2.h                |   18 +++-
>   include/configs/portl2.h                     |    6 +-
>   10 files changed, 234 insertions(+), 18 deletions(-)
>   create mode 100644 board/LaCie/netspace_v2/kwbimage-is2.cfg

Applied to u-boot-arm/master, thanks.

Note that I get the following errors when fetching u-boot-marvell:

remote: error: refs/remotes/origin/mkimage does not point to a valid object!
remote: error: refs/tags/2009.01-rc2 does not point to a valid object!

The second one means you have a bigus tag, which should disappear with a

git push ssh://gu-marvell at git.denx.de/u-boot-marvell.git :2009.01-rc2

The first one seems more complex, as it is a bogus branch name in a 
*remote* of u-boot-marvell -- I guess this can only be handled directly 
by Wolfgang.

> Regards..
> Prafulla . . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2011-10-31 19:35 ` Albert ARIBAUD
@ 2011-11-02  6:44   ` Prafulla Wadaskar
  0 siblings, 0 replies; 62+ messages in thread
From: Prafulla Wadaskar @ 2011-11-02  6:44 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> Sent: Tuesday, November 01, 2011 1:05 AM
> To: Prafulla Wadaskar
> Cc: u-boot at lists.denx.de; wd at denx.de; Ashish Karkare;
> Prabhanjan Sarnaik
> Subject: Re: Pull request for u-boot-marvell.git
> 
> Hi Prafulla,
> 
> Le 31/10/2011 12:58, Prafulla Wadaskar a ?crit :
> > Hi Albert
> > Please pull
> >
> > The following changes since commit
> b3fee4e17f9f2c136b8fcfc1b7e575b6b3ccd66a:
> >    Anatolij Gustschin (1):
> >          ARM: dreamplug: fix compilation
> >
> > are available in the git repository at:
> >
> >    u-boot-marvell.git ..BRANCH.NOT.VERIFIED..
> 
> Seems like you did the 'git request-pull' before updating
> u-boot-marvell/master. :)

Hi Albert
No, I follow the new guidelines given by you and life is better now (git fetch, git rebase) :-)
Actually I need to pull from internal mirror, where as push is allowed to do on external repository.
This always reports (expected) "branch not verified".
Usually I modify it manually, this time I missed it :-D

Regards..
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
@ 2011-11-01  8:35 Prafulla Wadaskar
  2011-11-03 18:15 ` Albert ARIBAUD
  0 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2011-11-01  8:35 UTC (permalink / raw)
  To: u-boot

Hi Albert
Please pull
The following changes since commit d0a755e860362ca35c6d6e4fa8a7a0d5fc7e3ea6:
  Michael Walle (1):
        kirkwood: define CONFIG_SYS_CACHELINE_SIZE

are available in the git repository at:

  u-boot-marvell.git master branch.

Holger Brunck (4):
      arm/km: add boardid and hwkey to kernel command line
      arm/km: trigger reconfiguration for the Xilinx FPGA
      arm/km: enable jffs2 cmds
      arm/km: adapt bootcounter evaluation

Lei Wen (2):
      pantheon: define CONFIG_SYS_CACHELINE_SIZE
      armada100: define CONFIG_SYS_CACHELINE_SIZE

Simon Guinot (2):
      netspace_v2: fix SDRAM configuration
      netspace_v2: enable I2C EEPROM support

Thomas Herzmann (1):
      arm/km: portl2 environment address update to P1B

Valentin Longchamp (1):
      ARM: Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boards

 arch/arm/include/asm/arch-armada100/config.h |    2 +
 arch/arm/include/asm/arch-pantheon/config.h  |    2 +
 board/LaCie/netspace_v2/kwbimage-is2.cfg     |  162 ++++++++++++++++++++++++++
 board/LaCie/netspace_v2/kwbimage.cfg         |    4 +-
 board/keymile/km_arm/km_arm.c                |   44 +++++--
 boards.cfg                                   |    2 +-
 include/configs/km/km_arm.h                  |    9 +-
 include/configs/km_kirkwood.h                |    3 +
 include/configs/netspace_v2.h                |   18 +++-
 include/configs/portl2.h                     |    6 +-
 10 files changed, 234 insertions(+), 18 deletions(-)
 create mode 100644 board/LaCie/netspace_v2/kwbimage-is2.cfg

Regards..
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2011-10-31 11:58 Prafulla Wadaskar
@ 2011-10-31 19:35 ` Albert ARIBAUD
  2011-11-02  6:44   ` Prafulla Wadaskar
  0 siblings, 1 reply; 62+ messages in thread
From: Albert ARIBAUD @ 2011-10-31 19:35 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 31/10/2011 12:58, Prafulla Wadaskar a ?crit :
> Hi Albert
> Please pull
>
> The following changes since commit b3fee4e17f9f2c136b8fcfc1b7e575b6b3ccd66a:
>    Anatolij Gustschin (1):
>          ARM: dreamplug: fix compilation
>
> are available in the git repository at:
>
>    u-boot-marvell.git ..BRANCH.NOT.VERIFIED..

Seems like you did the 'git request-pull' before updating 
u-boot-marvell/master. :)

> Ajay Bhargav (1):
>        gplugD: Fix for error:MACH_TYPE_SHEEVAD undeclared
>
> Holger Brunck (2):
>        arm/km: add variable waitforne to mgcoge3un
>        arm/km/mgcoge3un: enhance "waitforne" feature
>
> Michael Walle (1):
>        kirkwood: define CONFIG_SYS_CACHELINE_SIZE
>
> Mike Frysinger (1):
>        kirkwood: drop empty asm-offsets.s file
>
>   arch/arm/include/asm/arch-kirkwood/config.h   |    3 ++-
>   board/keymile/km_arm/km_arm.c                 |   11 ++++++++++-
>   include/configs/gplugd.h                      |   12 +++++++++++-
>   include/configs/mgcoge3un.h                   |    2 ++
>   4 files changed, 25 insertions(+), 3 deletions(-)
>   delete mode 100644 arch/arm/cpu/arm926ejs/kirkwood/asm-offsets.s

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

> Regards...
> Prafulla . . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
@ 2011-10-31 11:58 Prafulla Wadaskar
  2011-10-31 19:35 ` Albert ARIBAUD
  0 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2011-10-31 11:58 UTC (permalink / raw)
  To: u-boot

Hi Albert
Please pull

The following changes since commit b3fee4e17f9f2c136b8fcfc1b7e575b6b3ccd66a:
  Anatolij Gustschin (1):
        ARM: dreamplug: fix compilation

are available in the git repository at:

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

Ajay Bhargav (1):
      gplugD: Fix for error:MACH_TYPE_SHEEVAD undeclared

Holger Brunck (2):
      arm/km: add variable waitforne to mgcoge3un
      arm/km/mgcoge3un: enhance "waitforne" feature

Michael Walle (1):
      kirkwood: define CONFIG_SYS_CACHELINE_SIZE

Mike Frysinger (1):
      kirkwood: drop empty asm-offsets.s file

 arch/arm/include/asm/arch-kirkwood/config.h   |    3 ++-
 board/keymile/km_arm/km_arm.c                 |   11 ++++++++++-
 include/configs/gplugd.h                      |   12 +++++++++++-
 include/configs/mgcoge3un.h                   |    2 ++
 4 files changed, 25 insertions(+), 3 deletions(-)
 delete mode 100644 arch/arm/cpu/arm926ejs/kirkwood/asm-offsets.s

Regards...
Prafulla . . .

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

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

Hi Prafulla,

Le 20/10/2011 13:36, Prafulla Wadaskar a ?crit :
> Hi Albert
>
> Please kindly pull
> The following changes since commit 457c2c8e1e1d201beb32961acb5520cf240373ab:
>    Fabio Estevam (1):
>          imx: fix coding style
>
> are available in the git repository at:
>
>    u-boot-marvell.git master branch.
>
> Ajay Bhargav (4):
>        SPI: Add SPI driver support for Marvell Armada100
>        Armada100: Add SPI support for Marvell gplugD
>        Armada100: Add SPI flash support for Marvell gplugD
>        Armada100: Add env storage support for Marvell gplugD
>
> Jason Cooper (1):
>        dreamplug: initial board support.
>
> Lei Wen (5):
>        ARM: pantheon: reduce dependence of including platform file
>        ARM: armada100: reduce dependence of including platform file
>        ARM: kirkwood: reduce dependence of including platform file
>        serial: reduce include platform file for marvell chip
>        gpio: mvmfp: reduce include platform file
>
> Michael Walle (1):
>        kirkwood_spi: add dummy spi_init()
>
> Prafulla Wadaskar (1):
>        gplug: fixed build error as a result of code cleanup patch

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

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2011-10-19  6:03     ` Albert ARIBAUD
@ 2011-10-20 11:36       ` Prafulla Wadaskar
  2011-10-20 20:20         ` Albert ARIBAUD
  0 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2011-10-20 11:36 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull
The following changes since commit 457c2c8e1e1d201beb32961acb5520cf240373ab:
  Fabio Estevam (1):
        imx: fix coding style

are available in the git repository at:

  u-boot-marvell.git master branch.

Ajay Bhargav (4):
      SPI: Add SPI driver support for Marvell Armada100
      Armada100: Add SPI support for Marvell gplugD
      Armada100: Add SPI flash support for Marvell gplugD
      Armada100: Add env storage support for Marvell gplugD

Jason Cooper (1):
      dreamplug: initial board support.

Lei Wen (5):
      ARM: pantheon: reduce dependence of including platform file
      ARM: armada100: reduce dependence of including platform file
      ARM: kirkwood: reduce dependence of including platform file
      serial: reduce include platform file for marvell chip
      gpio: mvmfp: reduce include platform file

Michael Walle (1):
      kirkwood_spi: add dummy spi_init()

Prafulla Wadaskar (1):
      gplug: fixed build error as a result of code cleanup patch

 MAINTAINERS                                     |    4 +
 arch/arm/cpu/arm926ejs/armada100/cpu.c          |    2 +-
 arch/arm/cpu/arm926ejs/armada100/dram.c         |    1 +
 arch/arm/cpu/arm926ejs/armada100/timer.c        |    1 +
 arch/arm/cpu/arm926ejs/kirkwood/cpu.c           |    2 +
 arch/arm/cpu/arm926ejs/kirkwood/dram.c          |    2 +
 arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |    2 +
 arch/arm/cpu/arm926ejs/kirkwood/timer.c         |    1 +
 arch/arm/cpu/arm926ejs/pantheon/cpu.c           |    2 +-
 arch/arm/cpu/arm926ejs/pantheon/dram.c          |    1 +
 arch/arm/cpu/arm926ejs/pantheon/timer.c         |    1 +
 arch/arm/include/asm/arch-armada100/armada100.h |  120 +------------
 arch/arm/include/asm/arch-armada100/config.h    |    1 +
 arch/arm/include/asm/arch-armada100/cpu.h       |  125 +++++++++++++
 arch/arm/include/asm/arch-armada100/mfp.h       |    6 +
 arch/arm/include/asm/arch-armada100/spi.h       |   95 ++++++++++
 arch/arm/include/asm/arch-kirkwood/config.h     |    1 +
 arch/arm/include/asm/arch-kirkwood/kirkwood.h   |    6 -
 arch/arm/include/asm/arch-pantheon/config.h     |    2 +
 arch/arm/include/asm/arch-pantheon/pantheon.h   |    7 -
 board/Marvell/aspenite/aspenite.c               |    1 +
 board/Marvell/dreamplug/Makefile                |   54 ++++++
 board/Marvell/dreamplug/dreamplug.c             |  151 +++++++++++++++
 board/Marvell/dreamplug/dreamplug.h             |   42 ++++
 board/Marvell/dreamplug/kwbimage.cfg            |  163 ++++++++++++++++
 board/Marvell/gplugd/gplugd.c                   |   13 ++
 board/Marvell/guruplug/guruplug.c               |    1 +
 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    1 +
 board/Marvell/openrd/openrd.c                   |    1 +
 board/Marvell/rd6281a/rd6281a.c                 |    1 +
 board/Marvell/sheevaplug/sheevaplug.c           |    1 +
 board/keymile/km_arm/km_arm.c                   |    1 +
 boards.cfg                                      |    1 +
 drivers/gpio/kw_gpio.c                          |    1 +
 drivers/gpio/mvmfp.c                            |    7 -
 drivers/net/mvgbe.c                             |    2 +
 drivers/serial/serial.c                         |    9 -
 drivers/spi/Makefile                            |    1 +
 drivers/spi/armada100_spi.c                     |  228 +++++++++++++++++++++++
 drivers/spi/kirkwood_spi.c                      |    5 +
 drivers/usb/host/ehci-kirkwood.c                |    1 +
 include/configs/dreamplug.h                     |  151 +++++++++++++++
 include/configs/gplugd.h                        |   19 ++-
 43 files changed, 1088 insertions(+), 149 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/kirkwood/asm-offsets.s
 create mode 100644 arch/arm/include/asm/arch-armada100/spi.h
 create mode 100644 board/Marvell/dreamplug/Makefile
 create mode 100644 board/Marvell/dreamplug/dreamplug.c
 create mode 100644 board/Marvell/dreamplug/dreamplug.h
 create mode 100644 board/Marvell/dreamplug/kwbimage.cfg
 create mode 100644 drivers/spi/armada100_spi.c
 create mode 100644 include/configs/dreamplug.h

Regards..
Prafulla . . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2011-10-19  4:01   ` Prafulla Wadaskar
@ 2011-10-19  6:03     ` Albert ARIBAUD
  2011-10-20 11:36       ` Prafulla Wadaskar
  0 siblings, 1 reply; 62+ messages in thread
From: Albert ARIBAUD @ 2011-10-19  6:03 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 19/10/2011 06:01, Prafulla Wadaskar a ?crit :
>
>
>> -----Original Message-----
>> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
>> Sent: Tuesday, October 18, 2011 11:26 PM
>> To: Prafulla Wadaskar
>> Cc: u-boot at lists.denx.de; wd at denx.de; Ashish Karkare; Prabhanjan Sarnaik
>> Subject: Re: Pull request for u-boot-marvell.git
>>
>> Hi Prafulla,
>>
>> Le 18/10/2011 13:12, Prafulla Wadaskar a ?crit :
>>> Hi Albert
>>>
>>> Please kindly pull
>>> The following changes since commit
>> 0e005ee09d3424e2780efc6895fcbfbdf7a492fa:
>>>     Prafulla Wadaskar (1):
>>>           Merge branch 'master' of
>> git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster
>>
>> This commit is not present in u-boot-arm... It is the result of a merge
>> of u-boot-arm/master into u-boot-marvell/master. This is not the way a
>> pull request should be prepared according to the U-Boot Wiki.
>>
>> I would much prefer you to fetch u-boot-arm/master, then rebase your
>> master branch onto it, then request a pull relative to
>> u-boot-arm/master, i.e. use the following commands (assuming your git
>> setup has a remote called u-boot-arm)
>>
>> 	git fetch u-boot-arm
>> 	git checkout master
>> 	git rebase u-boot-arm/master
>> 	git push ...
>> 	git request-pull
>
> Hi Albert
>
> I followed similar process(instead of git fetch I am using git pull, and I am not sure git push and git pull-request are interchanged).
> I will check and let you know.

The issue is with the git pull command, because a git pull amounts to a 
git fetch followed by a git merge -- that's what causes the commit you 
base your pull request on.

Yes, I know 'git pull' is the command given in the Wiki, but the way the 
instructions are laid out in the Wiki, this pull is done in an ad hoc 
branch and will not cause a merge to your master.

I *definitely* will go and rewrite the Wiki on this, both to make 
explanations simpler and less error-prone, and to account for the 
layered u-boot / u-boot-arm / u-boot-{ti,marvell,imx,samsung,atmel} 
repository workflow.

As for git push and git request-pull, if you request before push you'll 
see that the request has an error message about not being able to locate 
the branch; the order must be push, then request pull (which is logical: 
before I can pull your branch, it must be made available).

> I will regenerate a new pull request.

Thanks a lot!

> Regards..
> Prafulla . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
  2011-10-18 17:56 ` Albert ARIBAUD
@ 2011-10-19  4:01   ` Prafulla Wadaskar
  2011-10-19  6:03     ` Albert ARIBAUD
  0 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2011-10-19  4:01 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> Sent: Tuesday, October 18, 2011 11:26 PM
> To: Prafulla Wadaskar
> Cc: u-boot at lists.denx.de; wd at denx.de; Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: Pull request for u-boot-marvell.git
> 
> Hi Prafulla,
> 
> Le 18/10/2011 13:12, Prafulla Wadaskar a ?crit :
> > Hi Albert
> >
> > Please kindly pull
> > The following changes since commit
> 0e005ee09d3424e2780efc6895fcbfbdf7a492fa:
> >    Prafulla Wadaskar (1):
> >          Merge branch 'master' of
> git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster
> 
> This commit is not present in u-boot-arm... It is the result of a merge
> of u-boot-arm/master into u-boot-marvell/master. This is not the way a
> pull request should be prepared according to the U-Boot Wiki.
> 
> I would much prefer you to fetch u-boot-arm/master, then rebase your
> master branch onto it, then request a pull relative to
> u-boot-arm/master, i.e. use the following commands (assuming your git
> setup has a remote called u-boot-arm)
> 
> 	git fetch u-boot-arm
> 	git checkout master
> 	git rebase u-boot-arm/master
> 	git push ...
> 	git request-pull

Hi Albert

I followed similar process(instead of git fetch I am using git pull, and I am not sure git push and git pull-request are interchanged).
I will check and let you know.

I will regenerate a new pull request.

Regards..
Prafulla . .

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

* [U-Boot] Pull request for u-boot-marvell.git
  2011-10-18 11:12 Prafulla Wadaskar
@ 2011-10-18 17:56 ` Albert ARIBAUD
  2011-10-19  4:01   ` Prafulla Wadaskar
  0 siblings, 1 reply; 62+ messages in thread
From: Albert ARIBAUD @ 2011-10-18 17:56 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

Le 18/10/2011 13:12, Prafulla Wadaskar a ?crit :
> Hi Albert
>
> Please kindly pull
> The following changes since commit 0e005ee09d3424e2780efc6895fcbfbdf7a492fa:
>    Prafulla Wadaskar (1):
>          Merge branch 'master' of git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster

This commit is not present in u-boot-arm... It is the result of a merge 
of u-boot-arm/master into u-boot-marvell/master. This is not the way a 
pull request should be prepared according to the U-Boot Wiki.

I would much prefer you to fetch u-boot-arm/master, then rebase your 
master branch onto it, then request a pull relative to 
u-boot-arm/master, i.e. use the following commands (assuming your git 
setup has a remote called u-boot-arm)

	git fetch u-boot-arm
	git checkout master
	git rebase u-boot-arm/master
	git push ...
	git request-pull

> Regards..
> Prafulla . . .

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request for u-boot-marvell.git
@ 2011-10-18 11:12 Prafulla Wadaskar
  2011-10-18 17:56 ` Albert ARIBAUD
  0 siblings, 1 reply; 62+ messages in thread
From: Prafulla Wadaskar @ 2011-10-18 11:12 UTC (permalink / raw)
  To: u-boot

Hi Albert

Please kindly pull
The following changes since commit 0e005ee09d3424e2780efc6895fcbfbdf7a492fa:
  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 (4):
      SPI: Add SPI driver support for Marvell Armada100
      Armada100: Add SPI support for Marvell gplugD
      Armada100: Add SPI flash support for Marvell gplugD
      Armada100: Add env storage support for Marvell gplugD

Jason Cooper (1):
      dreamplug: initial board support.

Lei Wen (5):
      ARM: pantheon: reduce dependence of including platform file
      ARM: armada100: reduce dependence of including platform file
      ARM: kirkwood: reduce dependence of including platform file
      serial: reduce include platform file for marvell chip
      gpio: mvmfp: reduce include platform file

Michael Walle (1):
      kirkwood_spi: add dummy spi_init()

Prafulla Wadaskar (1):
      gplug: fixed build error as a result of code cleanup patch

 MAINTAINERS                                     |    4 +
 arch/arm/cpu/arm926ejs/armada100/cpu.c          |    2 +-
 arch/arm/cpu/arm926ejs/armada100/dram.c         |    1 +
 arch/arm/cpu/arm926ejs/armada100/timer.c        |    1 +
 arch/arm/cpu/arm926ejs/kirkwood/cpu.c           |    2 +
 arch/arm/cpu/arm926ejs/kirkwood/dram.c          |    2 +
 arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |    2 +
 arch/arm/cpu/arm926ejs/kirkwood/timer.c         |    1 +
 arch/arm/cpu/arm926ejs/pantheon/cpu.c           |    2 +-
 arch/arm/cpu/arm926ejs/pantheon/dram.c          |    1 +
 arch/arm/cpu/arm926ejs/pantheon/timer.c         |    1 +
 arch/arm/include/asm/arch-armada100/armada100.h |  120 +------------
 arch/arm/include/asm/arch-armada100/config.h    |    1 +
 arch/arm/include/asm/arch-armada100/cpu.h       |  125 +++++++++++++
 arch/arm/include/asm/arch-armada100/mfp.h       |    6 +
 arch/arm/include/asm/arch-armada100/spi.h       |   95 ++++++++++
 arch/arm/include/asm/arch-kirkwood/config.h     |    1 +
 arch/arm/include/asm/arch-kirkwood/kirkwood.h   |    6 -
 arch/arm/include/asm/arch-pantheon/config.h     |    2 +
 arch/arm/include/asm/arch-pantheon/pantheon.h   |    7 -
 board/Marvell/aspenite/aspenite.c               |    1 +
 board/Marvell/dreamplug/Makefile                |   54 ++++++
 board/Marvell/dreamplug/dreamplug.c             |  151 +++++++++++++++
 board/Marvell/dreamplug/dreamplug.h             |   42 ++++
 board/Marvell/dreamplug/kwbimage.cfg            |  163 ++++++++++++++++
 board/Marvell/gplugd/gplugd.c                   |   13 ++
 board/Marvell/guruplug/guruplug.c               |    1 +
 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    1 +
 board/Marvell/openrd/openrd.c                   |    1 +
 board/Marvell/rd6281a/rd6281a.c                 |    1 +
 board/Marvell/sheevaplug/sheevaplug.c           |    1 +
 board/keymile/km_arm/km_arm.c                   |    1 +
 boards.cfg                                      |    1 +
 drivers/gpio/kw_gpio.c                          |    1 +
 drivers/gpio/mvmfp.c                            |    7 -
 drivers/net/mvgbe.c                             |    2 +
 drivers/serial/serial.c                         |    9 -
 drivers/spi/Makefile                            |    1 +
 drivers/spi/armada100_spi.c                     |  228 +++++++++++++++++++++++
 drivers/spi/kirkwood_spi.c                      |    5 +
 drivers/usb/host/ehci-kirkwood.c                |    1 +
 include/configs/dreamplug.h                     |  151 +++++++++++++++
 include/configs/gplugd.h                        |   19 ++-
 43 files changed, 1088 insertions(+), 149 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/kirkwood/asm-offsets.s
 create mode 100644 arch/arm/include/asm/arch-armada100/spi.h
 create mode 100644 board/Marvell/dreamplug/Makefile
 create mode 100644 board/Marvell/dreamplug/dreamplug.c
 create mode 100644 board/Marvell/dreamplug/dreamplug.h
 create mode 100644 board/Marvell/dreamplug/kwbimage.cfg
 create mode 100644 drivers/spi/armada100_spi.c
 create mode 100644 include/configs/dreamplug.h

Regards..
Prafulla . . .

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

end of thread, other threads:[~2014-10-08 19:06 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-21 10:39 [U-Boot] Pull request for u-boot-marvell.git Prafulla Wadaskar
2011-11-21 16:26 ` Albert ARIBAUD
     [not found] <DCB55AE5D43FB64FA6D3F5573FA2D42B19FD1E0BDE@SC-VEXCH4.marvell.com>
2012-02-08  9:57 ` Prafulla Wadaskar
2012-02-10 19:58   ` Albert ARIBAUD
2012-03-02  7:29     ` Prafulla Wadaskar
2012-03-05 12:38       ` Albert ARIBAUD
2012-04-20  6:10     ` Prafulla Wadaskar
2012-04-20  6:46       ` Albert ARIBAUD
2012-07-03 11:59     ` Prafulla Wadaskar
2012-07-05  8:40       ` Albert ARIBAUD
2012-07-05  9:37         ` [U-Boot] Pull request for u-boot-marvell.git - PLEASE HOLD ON Albert ARIBAUD
2012-07-05  9:44           ` [U-Boot] Pull request for u-boot-marvell.git - go ahead Albert ARIBAUD
2012-07-05 11:29             ` [U-Boot] Pull request for u-boot-marvell.git Prafulla Wadaskar
2012-07-05 11:50               ` Albert ARIBAUD
2012-07-05 17:38             ` Prafulla Wadaskar
2012-07-06 21:30               ` Albert ARIBAUD
2012-09-03  9:20             ` Prafulla Wadaskar
2012-09-03 18:59               ` Albert ARIBAUD
2012-09-05 19:56               ` Simon Guinot
2012-09-06  1:21                 ` Prafulla Wadaskar
2012-09-06  8:22                   ` Albert ARIBAUD
2012-10-03  9:01             ` Prafulla Wadaskar
2012-10-03 16:06               ` Albert ARIBAUD
2012-12-20  6:56             ` Prafulla Wadaskar
2012-12-20 10:05             ` Prafulla Wadaskar
2012-12-23 15:10               ` Albert ARIBAUD
2013-01-07 12:26                 ` Prafulla Wadaskar
2013-01-08 11:35                   ` Andreas Bießmann
2013-01-08 15:03                   ` Albert ARIBAUD
2013-01-08 17:21                     ` Prafulla Wadaskar
2013-01-08 19:14                       ` Albert ARIBAUD
2013-01-08 19:51                         ` Albert ARIBAUD
2013-01-10  7:54                       ` Albert ARIBAUD
     [not found]             ` <DCB55AE5D43FB64FA6D3F5573FA2D42B1A3B957247@SC-VEXCH4.marvell.com>
2013-04-12 13:54               ` Prafulla Wadaskar
2013-04-12 15:12                 ` Albert ARIBAUD
2013-06-20  5:38               ` Prafulla Wadaskar
2013-06-20  8:44                 ` Albert ARIBAUD
2013-09-25 11:20               ` Prafulla Wadaskar
2013-10-02 12:51                 ` Albert ARIBAUD
2013-10-07  7:18                   ` Holger Brunck
2013-10-07 12:58                     ` Prafulla Wadaskar
2013-10-10 17:06                       ` Holger Brunck
2013-10-14 10:46                         ` Prafulla Wadaskar
2013-11-28 13:01                         ` Holger Brunck
2013-11-29  3:32                           ` Prafulla Wadaskar
2013-12-01 16:00                             ` Luka Perkov
2014-01-06 12:38               ` Prafulla Wadaskar
2014-01-08 16:00                 ` Albert ARIBAUD
2014-10-06 13:22                   ` Prafulla Wadaskar
2014-10-08 19:06                     ` Albert ARIBAUD
2012-07-03 12:00     ` Prafulla Wadaskar
  -- strict thread matches above, loose matches on Subject: below --
2011-11-01  8:35 Prafulla Wadaskar
2011-11-03 18:15 ` Albert ARIBAUD
2011-11-03 19:03   ` Wolfgang Denk
2011-11-04  6:24     ` Prafulla Wadaskar
2011-10-31 11:58 Prafulla Wadaskar
2011-10-31 19:35 ` Albert ARIBAUD
2011-11-02  6:44   ` Prafulla Wadaskar
2011-10-18 11:12 Prafulla Wadaskar
2011-10-18 17:56 ` Albert ARIBAUD
2011-10-19  4:01   ` Prafulla Wadaskar
2011-10-19  6:03     ` Albert ARIBAUD
2011-10-20 11:36       ` Prafulla Wadaskar
2011-10-20 20:20         ` Albert ARIBAUD

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.