All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next
@ 2012-04-06  2:55 Marek Vasut
  2012-04-09 15:22 ` Wolfgang Denk
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Marek Vasut @ 2012-04-06  2:55 UTC (permalink / raw)
  To: u-boot

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 at 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

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

* [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next
  2012-04-06  2:55 [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next Marek Vasut
@ 2012-04-09 15:22 ` Wolfgang Denk
  2012-04-09 18:17   ` Marek Vasut
  2012-04-18 21:25 ` Wolfgang Denk
  2012-04-19 20:02 ` Marek Vasut
  2 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Denk @ 2012-04-09 15:22 UTC (permalink / raw)
  To: u-boot

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 at 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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I have often regretted my speech, never my silence.

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

* [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next
  2012-04-09 15:22 ` Wolfgang Denk
@ 2012-04-09 18:17   ` Marek Vasut
  2012-04-11 17:06     ` Daniel Schwierzeck
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2012-04-09 18:17 UTC (permalink / raw)
  To: u-boot

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 at 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

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

* [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next
  2012-04-09 18:17   ` Marek Vasut
@ 2012-04-11 17:06     ` Daniel Schwierzeck
  2012-04-12  3:44       ` Marek Vasut
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Schwierzeck @ 2012-04-11 17:06 UTC (permalink / raw)
  To: u-boot

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.

-- 
Best regards,
Daniel

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

* [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next
  2012-04-11 17:06     ` Daniel Schwierzeck
@ 2012-04-12  3:44       ` Marek Vasut
       [not found]         ` <CACUy__Wa9A57TyKCS0xpnANzTQaUBs-Ct3tLzfEuJ2eBiQNP8w@mail.gmail.com>
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2012-04-12  3:44 UTC (permalink / raw)
  To: u-boot

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

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

* [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next
       [not found]         ` <CACUy__Wa9A57TyKCS0xpnANzTQaUBs-Ct3tLzfEuJ2eBiQNP8w@mail.gmail.com>
@ 2012-04-12 14:42           ` Marek Vasut
  0 siblings, 0 replies; 8+ messages in thread
From: Marek Vasut @ 2012-04-12 14:42 UTC (permalink / raw)
  To: u-boot

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

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

* [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next
  2012-04-06  2:55 [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next Marek Vasut
  2012-04-09 15:22 ` Wolfgang Denk
@ 2012-04-18 21:25 ` Wolfgang Denk
  2012-04-19 20:02 ` Marek Vasut
  2 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2012-04-18 21:25 UTC (permalink / raw)
  To: u-boot

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 at 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

-- 
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
"What if" is a trademark of Hewlett Packard, so stop using it in your
sentences without permission, or risk being sued.

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

* [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next
  2012-04-06  2:55 [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next Marek Vasut
  2012-04-09 15:22 ` Wolfgang Denk
  2012-04-18 21:25 ` Wolfgang Denk
@ 2012-04-19 20:02 ` Marek Vasut
  2 siblings, 0 replies; 8+ messages in thread
From: Marek Vasut @ 2012-04-19 20:02 UTC (permalink / raw)
  To: u-boot

The following changes since commit fb14b6b2f680363678b4e6a75eb9f3f0d79111fa:

  Prepare v2012.04-rc3 (2012-04-18 22:52:34 +0200)

are available in the git repository at:

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

for you to fetch changes up to 02b233ecb129d69f8e234f94fd96a012caed880b:

  CMD: CONFIG_CMD_SETECPR -> CONFIG_CMD_SETEXPR on omap3_logic (2012-04-19 
22:01:14 +0200)

----------------------------------------------------------------
Marek Vasut (12):
      AT91: Drop AT91_SPIMUX command from cmd_all
      CMD: Remove CMD_AUTOSCRIPT, it's not used
      CMD: Drop CMD_CAN, it's not used
      CMD: Drop CMD_DCR, it's not used
      CMD: Drop CONFIG_CMD_DFL, it's not used
      CMD: Drop CONFIG_CMD_EMMC, it's not used
      CMD: Fix typo KGBD -> KGDB on debris board
      CMD: Remove CMD_LOG, it's unused
      HWW1U1A: Fix CMD_SHA1 -> CMD_SHA1SUM
      CMD: Fix typo CMD_FSL -> CMD_MFSL in readme
      CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZE
      CMD: CONFIG_CMD_SETECPR -> CONFIG_CMD_SETEXPR on omap3_logic

 README                                    |    2 +-
 arch/arm/cpu/armv7/omap-common/spl_nand.c |    2 +-
 include/config_cmd_all.h                  |    1 -
 include/configs/HWW1U1A.h                 |    2 +-
 include/configs/MBX.h                     |    1 -
 include/configs/MigoR.h                   |    1 -
 include/configs/at91sam9m10g45ek.h        |    1 -
 include/configs/debris.h                  |    2 +-
 include/configs/digsy_mtc.h               |    1 -
 include/configs/ep8260.h                  |    1 -
 include/configs/gplugd.h                  |    1 -
 include/configs/jadecpu.h                 |    1 -
 include/configs/kilauea.h                 |    1 -
 include/configs/lwmon5.h                  |    1 -
 include/configs/makalu.h                  |    1 -
 include/configs/ms7722se.h                |    1 -
 include/configs/ms7750se.h                |    1 -
 include/configs/omap3_logic.h             |    2 +-
 include/configs/quad100hd.h               |    1 -
 include/configs/r2dplus.h                 |    1 -
 include/configs/sh7757lcr.h               |    1 -
 include/configs/sh7785lcr.h               |    1 -
 include/configs/u8500_href.h              |    1 -
 include/configs/zeus.h                    |    1 -
 24 files changed, 5 insertions(+), 24 deletions(-)

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

end of thread, other threads:[~2012-04-19 20:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-06  2:55 [U-Boot] [PULL] u-boot-staging/marex@denx.de :: FOR u-boot/-next Marek Vasut
2012-04-09 15:22 ` Wolfgang Denk
2012-04-09 18:17   ` Marek Vasut
2012-04-11 17:06     ` Daniel Schwierzeck
2012-04-12  3:44       ` Marek Vasut
     [not found]         ` <CACUy__Wa9A57TyKCS0xpnANzTQaUBs-Ct3tLzfEuJ2eBiQNP8w@mail.gmail.com>
2012-04-12 14:42           ` Marek Vasut
2012-04-18 21:25 ` Wolfgang Denk
2012-04-19 20:02 ` Marek Vasut

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.