public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [GIT PULL] Please pull u-boot-pxa/next
@ 2010-04-21 15:08 Marek Vasut
  2010-04-28 18:07 ` Marek Vasut
  0 siblings, 1 reply; 11+ messages in thread
From: Marek Vasut @ 2010-04-21 15:08 UTC (permalink / raw)
  To: u-boot

Hey Tom,

sorry for the delay. I addressed the issues you pointed out about the last two 
patches. Also, I made the first two stack-alignment patches one as the second 
one was just a bugfix for the first one. No change to the PXAMMC patches.
Cheers!

The following changes since commit 2a72e9ed18d2164eb7fe569119342eb631b568da:
  Stefan Roese (1):
        ppc4xx: Add option for PPC440SPe ports without old Rev. A support

are available in the git repository at:

  git://git.denx.de/u-boot-pxa.git next

Marek Vasut (5):
      PXA: Align stack to 8 bytes
      PXA: PXAMMC: Drop different delays for PXA27X
      PXA: PXAMMC: Add Monahans support
      PXA: Add UP2OCR register bit definitions
      PXA: Add missing MDREFR bits

 arch/arm/cpu/pxa/start.S                 |    5 ++++-
 arch/arm/include/asm/arch-pxa/pxa-regs.h |   25 +++++++++++++++++++++----
 drivers/mmc/pxa_mmc.c                    |   17 ++++++-----------
 3 files changed, 31 insertions(+), 16 deletions(-)

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

* [U-Boot] [GIT PULL] Please pull u-boot-pxa/next
  2010-04-21 15:08 [U-Boot] [GIT PULL] Please pull u-boot-pxa/next Marek Vasut
@ 2010-04-28 18:07 ` Marek Vasut
  2010-04-29  1:13   ` Marek Vasut
  0 siblings, 1 reply; 11+ messages in thread
From: Marek Vasut @ 2010-04-28 18:07 UTC (permalink / raw)
  To: u-boot

Dne St 21. dubna 2010 17:08:20 Marek Vasut napsal(a):
> Hey Tom,
> 
> sorry for the delay. I addressed the issues you pointed out about the last
> two patches. Also, I made the first two stack-alignment patches one as the
> second one was just a bugfix for the first one. No change to the PXAMMC
> patches. Cheers!
> 
> The following changes since commit
> 2a72e9ed18d2164eb7fe569119342eb631b568da: Stefan Roese (1):
>         ppc4xx: Add option for PPC440SPe ports without old Rev. A support
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-pxa.git next
> 
> Marek Vasut (5):
>       PXA: Align stack to 8 bytes
>       PXA: PXAMMC: Drop different delays for PXA27X
>       PXA: PXAMMC: Add Monahans support
>       PXA: Add UP2OCR register bit definitions
>       PXA: Add missing MDREFR bits
> 
>  arch/arm/cpu/pxa/start.S                 |    5 ++++-
>  arch/arm/include/asm/arch-pxa/pxa-regs.h |   25 +++++++++++++++++++++----
>  drivers/mmc/pxa_mmc.c                    |   17 ++++++-----------
>  3 files changed, 31 insertions(+), 16 deletions(-)

Any updates ?

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

* [U-Boot] [GIT PULL] Please pull u-boot-pxa/next
  2010-04-28 18:07 ` Marek Vasut
@ 2010-04-29  1:13   ` Marek Vasut
  2010-04-29  1:54     ` Marek Vasut
  2010-04-29  4:37     ` Wolfgang Denk
  0 siblings, 2 replies; 11+ messages in thread
From: Marek Vasut @ 2010-04-29  1:13 UTC (permalink / raw)
  To: u-boot

I rebased the branch ... Tom, please pull.
Thanks

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

are available in the git repository at:

  git://git.denx.de/u-boot-pxa.git next

Marek Vasut (5):
      PXA: Align stack to 8 bytes
      PXA: PXAMMC: Drop different delays for PXA27X
      PXA: PXAMMC: Add Monahans support
      PXA: Add UP2OCR register bit definitions
      PXA: Add missing MDREFR bits

 arch/arm/cpu/pxa/start.S                 |    5 ++++-
 arch/arm/include/asm/arch-pxa/pxa-regs.h |   25 +++++++++++++++++++++----
 drivers/mmc/pxa_mmc.c                    |   17 ++++++-----------
 3 files changed, 31 insertions(+), 16 deletions(-)

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

* [U-Boot] [GIT PULL] Please pull u-boot-pxa/next
  2010-04-29  1:13   ` Marek Vasut
@ 2010-04-29  1:54     ` Marek Vasut
  2010-04-29  4:37     ` Wolfgang Denk
  1 sibling, 0 replies; 11+ messages in thread
From: Marek Vasut @ 2010-04-29  1:54 UTC (permalink / raw)
  To: u-boot

Dne ?t 29. dubna 2010 03:13:29 Marek Vasut napsal(a):
> I rebased the branch ... Tom, please pull.
> Thanks
> 
> The following changes since commit
> 3699c28e6d16b563629c285311a0ce62a2c4c5d0: Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-video
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-pxa.git next
> 
> Marek Vasut (5):
>       PXA: Align stack to 8 bytes
>       PXA: PXAMMC: Drop different delays for PXA27X
>       PXA: PXAMMC: Add Monahans support
>       PXA: Add UP2OCR register bit definitions
>       PXA: Add missing MDREFR bits
> 
>  arch/arm/cpu/pxa/start.S                 |    5 ++++-
>  arch/arm/include/asm/arch-pxa/pxa-regs.h |   25 +++++++++++++++++++++----
>  drivers/mmc/pxa_mmc.c                    |   17 ++++++-----------
>  3 files changed, 31 insertions(+), 16 deletions(-)

I fixed an issue (lower case letter instead of uppercase in ifdef, trivial 
change) in the UP2OCR patch and pushed it in ... hope it's fine. The pull 
request is the same.

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

* [U-Boot] [GIT PULL] Please pull u-boot-pxa/next
  2010-04-29  1:13   ` Marek Vasut
  2010-04-29  1:54     ` Marek Vasut
@ 2010-04-29  4:37     ` Wolfgang Denk
  2010-04-29 11:39       ` Marek Vasut
  1 sibling, 1 reply; 11+ messages in thread
From: Wolfgang Denk @ 2010-04-29  4:37 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,

In message <201004290313.29496.marek.vasut@gmail.com> you wrote:
> I rebased the branch ... Tom, please pull.
> Thanks
> 
> The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-video
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-pxa.git next
> 
> Marek Vasut (5):
>       PXA: Align stack to 8 bytes

This one is a bug fix. Please let's add this to the current release.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There is a biblical analogy I'd like to draw here.   Casts are to C++
Programmers what the apple was to Eve.         - Scott Douglas Meyers

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

* [U-Boot] [GIT PULL] Please pull u-boot-pxa/next
  2010-04-29  4:37     ` Wolfgang Denk
@ 2010-04-29 11:39       ` Marek Vasut
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Vasut @ 2010-04-29 11:39 UTC (permalink / raw)
  To: u-boot

Dne ?t 29. dubna 2010 06:37:47 Wolfgang Denk napsal(a):
> Dear Marek Vasut,
> 
> In message <201004290313.29496.marek.vasut@gmail.com> you wrote:
> > I rebased the branch ... Tom, please pull.
> > Thanks
> > 
> > The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0:
> >   Wolfgang Denk (1):
> >         Merge branch 'master' of git://git.denx.de/u-boot-video
> > 
> > are available in the git repository at:
> >   git://git.denx.de/u-boot-pxa.git next
> > 
> > Marek Vasut (5):
> >       PXA: Align stack to 8 bytes
> 
> This one is a bug fix. Please let's add this to the current release.
> 
> 
> Best regards,
> 
> Wolfgang Denk
see the other mail then please

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

* [U-Boot] [GIT PULL] Please pull u-boot-pxa/next
@ 2010-04-29 11:41 Marek Vasut
  2010-04-29 16:31 ` Tom Rix
  0 siblings, 1 reply; 11+ messages in thread
From: Marek Vasut @ 2010-04-29 11:41 UTC (permalink / raw)
  To: u-boot

Tom, ok, one more time, I moved the fix Wolfgang requested to another branch. 
Please pull these changes then.
Cheers

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

are available in the git repository at:

  git://git.denx.de/u-boot-pxa.git next

Marek Vasut (4):
      PXA: PXAMMC: Drop different delays for PXA27X
      PXA: PXAMMC: Add Monahans support
      PXA: Add UP2OCR register bit definitions
      PXA: Add missing MDREFR bits

 arch/arm/include/asm/arch-pxa/pxa-regs.h |   25 +++++++++++++++++++++----
 drivers/mmc/pxa_mmc.c                    |   17 ++++++-----------
 2 files changed, 27 insertions(+), 15 deletions(-)

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

* [U-Boot] [GIT PULL] Please pull u-boot-pxa/next
  2010-04-29 11:41 Marek Vasut
@ 2010-04-29 16:31 ` Tom Rix
  2010-04-29 18:28   ` Marek Vasut
  0 siblings, 1 reply; 11+ messages in thread
From: Tom Rix @ 2010-04-29 16:31 UTC (permalink / raw)
  To: u-boot

Marek Vasut wrote:
> Tom, ok, one more time, I moved the fix Wolfgang requested to another branch. 
> Please pull these changes then.
> Cheers
> 
> The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-video
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-pxa.git next
> 
> Marek Vasut (4):
>       PXA: PXAMMC: Drop different delays for PXA27X
>       PXA: PXAMMC: Add Monahans support

The name of this patch changed
http://www.mail-archive.com/u-boot at lists.denx.de/msg29975.html

This is close but not the same patch.

>       PXA: Add UP2OCR register bit definitions

http://www.mail-archive.com/u-boot at lists.denx.de/msg31137.html
This is close but not the same patch

>       PXA: Add missing MDREFR bits
> 
>  arch/arm/include/asm/arch-pxa/pxa-regs.h |   25 +++++++++++++++++++++----
>  drivers/mmc/pxa_mmc.c                    |   17 ++++++-----------
>  2 files changed, 27 insertions(+), 15 deletions(-)
> 
> 

It seems like there are two patches in this set that were
changed without being posted to the mailing list.

Please post all changes to mailing list.

Tom

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

* [U-Boot] [GIT PULL] Please pull u-boot-pxa/next
  2010-04-29 16:31 ` Tom Rix
@ 2010-04-29 18:28   ` Marek Vasut
  2010-05-03 17:06     ` Marek Vasut
  2010-05-03 22:21     ` Tom Rix
  0 siblings, 2 replies; 11+ messages in thread
From: Marek Vasut @ 2010-04-29 18:28 UTC (permalink / raw)
  To: u-boot

Dne ?t 29. dubna 2010 18:31:41 Tom Rix napsal(a):
> Marek Vasut wrote:
> > Tom, ok, one more time, I moved the fix Wolfgang requested to another
> > branch. Please pull these changes then.
> > Cheers
> > 
> > The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0:
> >   Wolfgang Denk (1):
> >         Merge branch 'master' of git://git.denx.de/u-boot-video
> > 
> > are available in the git repository at:
> >   git://git.denx.de/u-boot-pxa.git next
> > 
> > Marek Vasut (4):
> >       PXA: PXAMMC: Drop different delays for PXA27X
> >       PXA: PXAMMC: Add Monahans support
> 
> The name of this patch changed
> http://www.mail-archive.com/u-boot at lists.denx.de/msg29975.html
> 
> This is close but not the same patch.
> 
> >       PXA: Add UP2OCR register bit definitions
> 
> http://www.mail-archive.com/u-boot at lists.denx.de/msg31137.html
> This is close but not the same patch
> 
> >       PXA: Add missing MDREFR bits
> >  
> >  arch/arm/include/asm/arch-pxa/pxa-regs.h |   25
> >  +++++++++++++++++++++---- drivers/mmc/pxa_mmc.c                    |  
> >  17 ++++++----------- 2 files changed, 27 insertions(+), 15 deletions(-)
> 
> It seems like there are two patches in this set that were
> changed without being posted to the mailing list.
> 
> Please post all changes to mailing list.
> 
> Tom

Posted whole series again ... now you can pull finally ? And also I informed I 
did bugfix changes to that patch.
Cheers

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

* [U-Boot] [GIT PULL] Please pull u-boot-pxa/next
  2010-04-29 18:28   ` Marek Vasut
@ 2010-05-03 17:06     ` Marek Vasut
  2010-05-03 22:21     ` Tom Rix
  1 sibling, 0 replies; 11+ messages in thread
From: Marek Vasut @ 2010-05-03 17:06 UTC (permalink / raw)
  To: u-boot

Dne ?t 29. dubna 2010 20:28:46 Marek Vasut napsal(a):
> Dne ?t 29. dubna 2010 18:31:41 Tom Rix napsal(a):
> > Marek Vasut wrote:
> > > Tom, ok, one more time, I moved the fix Wolfgang requested to another
> > > branch. Please pull these changes then.
> > > Cheers
> > > 
> > > The following changes since commit 
3699c28e6d16b563629c285311a0ce62a2c4c5d0:
> > >   Wolfgang Denk (1):
> > >         Merge branch 'master' of git://git.denx.de/u-boot-video
> > > 
> > > are available in the git repository at:
> > >   git://git.denx.de/u-boot-pxa.git next
> > > 
> > > Marek Vasut (4):
> > >       PXA: PXAMMC: Drop different delays for PXA27X
> > >       PXA: PXAMMC: Add Monahans support
> > 
> > The name of this patch changed
> > http://www.mail-archive.com/u-boot at lists.denx.de/msg29975.html
> > 
> > This is close but not the same patch.
> > 
> > >       PXA: Add UP2OCR register bit definitions
> > 
> > http://www.mail-archive.com/u-boot at lists.denx.de/msg31137.html
> > This is close but not the same patch
> > 
> > >       PXA: Add missing MDREFR bits
> > >  
> > >  arch/arm/include/asm/arch-pxa/pxa-regs.h |   25
> > >  +++++++++++++++++++++---- drivers/mmc/pxa_mmc.c                    |
> > >  17 ++++++----------- 2 files changed, 27 insertions(+), 15
> > >  deletions(-)
> > 
> > It seems like there are two patches in this set that were
> > changed without being posted to the mailing list.
> > 
> > Please post all changes to mailing list.
> > 
> > Tom
> 
> Posted whole series again ... now you can pull finally ? And also I
> informed I did bugfix changes to that patch.
> Cheers
Any updates? Thanks

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

* [U-Boot] [GIT PULL] Please pull u-boot-pxa/next
  2010-04-29 18:28   ` Marek Vasut
  2010-05-03 17:06     ` Marek Vasut
@ 2010-05-03 22:21     ` Tom Rix
  1 sibling, 0 replies; 11+ messages in thread
From: Tom Rix @ 2010-05-03 22:21 UTC (permalink / raw)
  To: u-boot

Marek Vasut wrote:
> Dne ?t 29. dubna 2010 18:31:41 Tom Rix napsal(a):
>> Marek Vasut wrote:
>>> Tom, ok, one more time, I moved the fix Wolfgang requested to another
>>> branch. Please pull these changes then.
>>> Cheers
>>>
>>> The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0:
>>>   Wolfgang Denk (1):
>>>         Merge branch 'master' of git://git.denx.de/u-boot-video
>>>
>>> are available in the git repository at:
>>>   git://git.denx.de/u-boot-pxa.git next
>>>
>>> Marek Vasut (4):
>>>       PXA: PXAMMC: Drop different delays for PXA27X
>>>       PXA: PXAMMC: Add Monahans support
>> The name of this patch changed
>> http://www.mail-archive.com/u-boot at lists.denx.de/msg29975.html
>>
>> This is close but not the same patch.
>>
>>>       PXA: Add UP2OCR register bit definitions
>> http://www.mail-archive.com/u-boot at lists.denx.de/msg31137.html
>> This is close but not the same patch
>>
>>>       PXA: Add missing MDREFR bits
>>>  
>>>  arch/arm/include/asm/arch-pxa/pxa-regs.h |   25
>>>  +++++++++++++++++++++---- drivers/mmc/pxa_mmc.c                    |  
>>>  17 ++++++----------- 2 files changed, 27 insertions(+), 15 deletions(-)
>> It seems like there are two patches in this set that were
>> changed without being posted to the mailing list.
>>
>> Please post all changes to mailing list.
>>
>> Tom
> 
> Posted whole series again ... now you can pull finally ? And also I informed I 
> did bugfix changes to that patch.
> Cheers
> 
> 
I will get to this shortly.
Tom

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

end of thread, other threads:[~2010-05-03 22:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-21 15:08 [U-Boot] [GIT PULL] Please pull u-boot-pxa/next Marek Vasut
2010-04-28 18:07 ` Marek Vasut
2010-04-29  1:13   ` Marek Vasut
2010-04-29  1:54     ` Marek Vasut
2010-04-29  4:37     ` Wolfgang Denk
2010-04-29 11:39       ` Marek Vasut
  -- strict thread matches above, loose matches on Subject: below --
2010-04-29 11:41 Marek Vasut
2010-04-29 16:31 ` Tom Rix
2010-04-29 18:28   ` Marek Vasut
2010-05-03 17:06     ` Marek Vasut
2010-05-03 22:21     ` Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox