| Submitter | Kumar Gala |
|---|---|
| Date | Dec. 18, 2010, 12:18 a.m. |
| Message ID | <Pine.LNX.4.64.1012171817180.10546@localhost.localdomain> |
| Download | mbox |
| Permalink | /patch/76050/ |
| State | Accepted |
| Headers | show |
Pull-request
git://git.denx.de/u-boot-mpc85xx masterComments
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
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
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
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
[ 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(-)