mbox

[U-Boot] Please pull u-boot-mpc85xx.git

Message ID Pine.LNX.4.64.1012171817180.10546@localhost.localdomain
State Accepted
Headers show

Pull-request

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

Message

Kumar Gala Dec. 18, 2010, 12:18 a.m. UTC
[ a few minor bug fixes for v2010.12 ]

The following changes since commit 3ac45988ab1605baaf83bd3acb80a197c9a208c2:

  Prepare v2010.12-rc3 (2010-12-17 10:15:38 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-mpc85xx master

Jerry Huang (2):
      fsl_esdhc: Use mmc_set_clock to set initial speed
      fsl_esdhc: Fix max clock frequency

Li Yang (1):
      fsl_esdhc: Fix the voltage validation process

Matthew McClintock (1):
      p1022ds: enable reginfo command

 drivers/mmc/fsl_esdhc.c   |   24 +++++++++++++++++-------
 include/configs/P1022DS.h |    1 +
 include/mmc.h             |    3 ++-
 3 files changed, 20 insertions(+), 8 deletions(-)

Comments

Wolfgang Denk Dec. 18, 2010, 1:15 p.m. UTC | #1
Dear Kumar Gala,

In message <Pine.LNX.4.64.1012171817180.10546@localhost.localdomain> you wrote:
> [ a few minor bug fixes for v2010.12 ]
> 
> The following changes since commit 3ac45988ab1605baaf83bd3acb80a197c9a208c2:
> 
>   Prepare v2010.12-rc3 (2010-12-17 10:15:38 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-mpc85xx master
> 
> Jerry Huang (2):
>       fsl_esdhc: Use mmc_set_clock to set initial speed
>       fsl_esdhc: Fix max clock frequency
> 
> Li Yang (1):
>       fsl_esdhc: Fix the voltage validation process
> 
> Matthew McClintock (1):
>       p1022ds: enable reginfo command

Is this supposed to go into master, now?

The first 3 commits appear to be fixes, but "enable reginfo command"
should rather go into "next", right?

Best regards,

Wolfgang Denk
Kumar Gala Dec. 18, 2010, 3:26 p.m. UTC | #2
On Dec 18, 2010, at 7:15 AM, Wolfgang Denk wrote:

> Dear Kumar Gala,
> 
> In message <Pine.LNX.4.64.1012171817180.10546@localhost.localdomain> you wrote:
>> [ a few minor bug fixes for v2010.12 ]
>> 
>> The following changes since commit 3ac45988ab1605baaf83bd3acb80a197c9a208c2:
>> 
>>  Prepare v2010.12-rc3 (2010-12-17 10:15:38 +0100)
>> 
>> are available in the git repository at:
>>  git://git.denx.de/u-boot-mpc85xx master
>> 
>> Jerry Huang (2):
>>      fsl_esdhc: Use mmc_set_clock to set initial speed
>>      fsl_esdhc: Fix max clock frequency
>> 
>> Li Yang (1):
>>      fsl_esdhc: Fix the voltage validation process
>> 
>> Matthew McClintock (1):
>>      p1022ds: enable reginfo command
> 
> Is this supposed to go into master, now?
> 
> The first 3 commits appear to be fixes, but "enable reginfo command"
> should rather go into "next", right?

yeah, the last isn't a fix, but seemed so trivial that I figured it was ok for v2010.12

- k
Wolfgang Denk Dec. 18, 2010, 9:27 p.m. UTC | #3
Dear Kumar Gala,

In message <Pine.LNX.4.64.1012171817180.10546@localhost.localdomain> you wrote:
> [ a few minor bug fixes for v2010.12 ]
> 
> The following changes since commit 3ac45988ab1605baaf83bd3acb80a197c9a208c2:
> 
>   Prepare v2010.12-rc3 (2010-12-17 10:15:38 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-mpc85xx master
> 
> Jerry Huang (2):
>       fsl_esdhc: Use mmc_set_clock to set initial speed
>       fsl_esdhc: Fix max clock frequency
> 
> Li Yang (1):
>       fsl_esdhc: Fix the voltage validation process


Applied, thanks.

> Matthew McClintock (1):
>       p1022ds: enable reginfo command

No bug fix. Pulled into "next".



Best regards,

Wolfgang Denk
Kumar Gala Dec. 21, 2010, 5:50 p.m. UTC | #4
On Dec 18, 2010, at 3:27 PM, Wolfgang Denk wrote:

> Dear Kumar Gala,
> 
> In message <Pine.LNX.4.64.1012171817180.10546@localhost.localdomain> you wrote:
>> [ a few minor bug fixes for v2010.12 ]
>> 
>> The following changes since commit 3ac45988ab1605baaf83bd3acb80a197c9a208c2:
>> 
>>  Prepare v2010.12-rc3 (2010-12-17 10:15:38 +0100)
>> 
>> are available in the git repository at:
>>  git://git.denx.de/u-boot-mpc85xx master
>> 
>> Jerry Huang (2):
>>      fsl_esdhc: Use mmc_set_clock to set initial speed
>>      fsl_esdhc: Fix max clock frequency
>> 
>> Li Yang (1):
>>      fsl_esdhc: Fix the voltage validation process
> 
> 
> Applied, thanks.
> 
>> Matthew McClintock (1):
>>      p1022ds: enable reginfo command
> 
> No bug fix. Pulled into "next".
> 

Ok, thanks

- k