mbox

[U-Boot,PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next

Message ID 201204060455.17359.marex@denx.de
State Superseded
Delegated to: Wolfgang Denk
Headers show

Pull-request

git://git.denx.de/u-boot-staging.git marex@denx.de

Message

Marek Vasut April 6, 2012, 2:55 a.m. UTC
The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5:

  Prepare v2012.04-rc1 (2012-03-31 00:13:05 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git marex@denx.de

for you to fetch changes up to c98167f1df33c6273355050fc0dbbdb73aec51ea:

  MIPS: start.S: refactor reset and exception vector setup (2012-03-31 22:51:57 
+0200)

----------------------------------------------------------------
Daniel Schwierzeck (6):
      MIPS: board.c: fix init of flash data in bd_info
      MIPS: add register definition for EBase register
      MIPS: make cache operation mode configurable in dcache_enable()
      MIPS: add header file for generic GPIO API
      MIPS: extend cache initialization for recent MIPS CPU cores
      MIPS: start.S: refactor reset and exception vector setup

 README                           |    5 +
 arch/mips/cpu/mips32/cache.S     |   16 +++-
 arch/mips/cpu/mips32/start.S     |  204 ++++++++++----------------------------
 arch/mips/include/asm/gpio.h     |   13 +++
 arch/mips/include/asm/mipsregs.h |   20 ++++
 arch/mips/lib/board.c            |    8 +-
 6 files changed, 112 insertions(+), 154 deletions(-)
 create mode 100644 arch/mips/include/asm/gpio.h

Comments

Wolfgang Denk April 9, 2012, 3:22 p.m. UTC | #1
Dear Marek Vasut,

In message <201204060455.17359.marex@denx.de> you wrote:
> The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5:
> 
>   Prepare v2012.04-rc1 (2012-03-31 00:13:05 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-staging.git marex@denx.de
> 
> for you to fetch changes up to c98167f1df33c6273355050fc0dbbdb73aec51ea:
> 
>   MIPS: start.S: refactor reset and exception vector setup (2012-03-31 22:51:57 
> +0200)
> 
> ----------------------------------------------------------------
> Daniel Schwierzeck (6):
>       MIPS: board.c: fix init of flash data in bd_info
>       MIPS: add register definition for EBase register
>       MIPS: make cache operation mode configurable in dcache_enable()
>       MIPS: add header file for generic GPIO API
>       MIPS: extend cache initialization for recent MIPS CPU cores
>       MIPS: start.S: refactor reset and exception vector setup
> 
>  README                           |    5 +
>  arch/mips/cpu/mips32/cache.S     |   16 +++-
>  arch/mips/cpu/mips32/start.S     |  204 ++++++++++----------------------------
>  arch/mips/include/asm/gpio.h     |   13 +++
>  arch/mips/include/asm/mipsregs.h |   20 ++++
>  arch/mips/lib/board.c            |    8 +-
>  6 files changed, 112 insertions(+), 154 deletions(-)
>  create mode 100644 arch/mips/include/asm/gpio.h

This is again all MIPS stuff.  Please negotiate with MIPS custodian.

Best regards,

Wolfgang Denk
Marek Vasut April 9, 2012, 6:17 p.m. UTC | #2
Dear Wolfgang Denk,

> Dear Marek Vasut,
> 
> In message <201204060455.17359.marex@denx.de> you wrote:
> > The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5:
> >   Prepare v2012.04-rc1 (2012-03-31 00:13:05 +0200)
> > 
> > are available in the git repository at:
> >   git://git.denx.de/u-boot-staging.git marex@denx.de
> > 
> > for you to fetch changes up to c98167f1df33c6273355050fc0dbbdb73aec51ea:
> >   MIPS: start.S: refactor reset and exception vector setup (2012-03-31
> >   22:51:57
> > 
> > +0200)
> > 
> > ----------------------------------------------------------------
> > 
> > Daniel Schwierzeck (6):
> >       MIPS: board.c: fix init of flash data in bd_info
> >       MIPS: add register definition for EBase register
> >       MIPS: make cache operation mode configurable in dcache_enable()
> >       MIPS: add header file for generic GPIO API
> >       MIPS: extend cache initialization for recent MIPS CPU cores
> >       MIPS: start.S: refactor reset and exception vector setup
> >  
> >  README                           |    5 +
> >  arch/mips/cpu/mips32/cache.S     |   16 +++-
> >  arch/mips/cpu/mips32/start.S     |  204
> >  ++++++++++---------------------------- arch/mips/include/asm/gpio.h    
> >  |   13 +++
> >  arch/mips/include/asm/mipsregs.h |   20 ++++
> >  arch/mips/lib/board.c            |    8 +-
> >  6 files changed, 112 insertions(+), 154 deletions(-)
> >  create mode 100644 arch/mips/include/asm/gpio.h
> 
> This is again all MIPS stuff.  Please negotiate with MIPS custodian.

I did talk to Shinya, he said he has not much time for mips stuff anymore :-(

> Best regards,
> 
> Wolfgang Denk

Best regards,
Marek Vasut
Daniel Schwierzeck April 11, 2012, 5:06 p.m. UTC | #3
Hi Marek,

On Mon, Apr 9, 2012 at 8:17 PM, Marek Vasut <marex@denx.de> wrote:
> Dear Wolfgang Denk,
>
>> Dear Marek Vasut,
>>
>> In message <201204060455.17359.marex@denx.de> you wrote:
...
>>
>> This is again all MIPS stuff.  Please negotiate with MIPS custodian.
>
> I did talk to Shinya, he said he has not much time for mips stuff anymore :-(
>
>> Best regards,

thanks for picking this up but as I wrote in the other thread those
patches are obsolete
for now. That's why I extracted the three bugfix patches and resent a
separate series.
Please discard my remaining patches in patchwork.
Marek Vasut April 12, 2012, 3:44 a.m. UTC | #4
Dear Daniel Schwierzeck,

> Hi Marek,
> 
> On Mon, Apr 9, 2012 at 8:17 PM, Marek Vasut <marex@denx.de> wrote:
> > Dear Wolfgang Denk,
> > 
> >> Dear Marek Vasut,
> 
> >> In message <201204060455.17359.marex@denx.de> you wrote:
> ...
> 
> >> This is again all MIPS stuff.  Please negotiate with MIPS custodian.
> > 
> > I did talk to Shinya, he said he has not much time for mips stuff anymore
> > :-(
> > 
> >> Best regards,
> 
> thanks for picking this up but as I wrote in the other thread those
> patches are obsolete
> for now. That's why I extracted the three bugfix patches and resent a
> separate series.
> Please discard my remaining patches in patchwork.

You should get your patchwork account too and discard them yourself ;-)

Best regards,
Marek Vasut
Marek Vasut April 12, 2012, 2:42 p.m. UTC | #5
Dear Daniel Schwierzeck,

> Hi Marek,
> 
> On Thu, Apr 12, 2012 at 5:44 AM, Marek Vasut <marex@denx.de> wrote:
> ...
> 
> >> thanks for picking this up but as I wrote in the other thread those
> >> patches are obsolete
> >> for now. That's why I extracted the three bugfix patches and resent a
> >> separate series.
> >> Please discard my remaining patches in patchwork.
> > 
> > You should get your patchwork account too and discard them yourself ;-)
> 
> ok, but I didn't want to interfere with your workflow ;)

It's all right. MIPS is now yours, you're free to take those patches away from 
me.
> 
> I changed all my remaining patches to either superseeded or accepted so all
> MIPS related patches in patchwork are in a clean state now.

Awesome, welcome abroad ;-)
> 
> Thanks and regards,
> Daniel

Best regards,
Marek Vasut
Wolfgang Denk April 18, 2012, 9:25 p.m. UTC | #6
Dear Marek Vasut,

In message <201204060455.17359.marex@denx.de> you wrote:
> The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5:
> 
>   Prepare v2012.04-rc1 (2012-03-31 00:13:05 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-staging.git marex@denx.de
> 
> for you to fetch changes up to c98167f1df33c6273355050fc0dbbdb73aec51ea:
> 
>   MIPS: start.S: refactor reset and exception vector setup (2012-03-31 22:51:57 
> +0200)
> 
> ----------------------------------------------------------------
> Daniel Schwierzeck (6):
>       MIPS: board.c: fix init of flash data in bd_info
>       MIPS: add register definition for EBase register
>       MIPS: make cache operation mode configurable in dcache_enable()
>       MIPS: add header file for generic GPIO API
>       MIPS: extend cache initialization for recent MIPS CPU cores
>       MIPS: start.S: refactor reset and exception vector setup
> 
>  README                           |    5 +
>  arch/mips/cpu/mips32/cache.S     |   16 +++-
>  arch/mips/cpu/mips32/start.S     |  204 ++++++++++----------------------------
>  arch/mips/include/asm/gpio.h     |   13 +++
>  arch/mips/include/asm/mipsregs.h |   20 ++++
>  arch/mips/lib/board.c            |    8 +-
>  6 files changed, 112 insertions(+), 154 deletions(-)
>  create mode 100644 arch/mips/include/asm/gpio.h

Applied to "next", thanks.

Best regards,

Wolfgang Denk