[U-Boot] Pull request u-boot-blackfin.git

The following changes since commit 4d0b54685c5c656023b826089ef8cc0ea1c5cd9e: Haavard Skinnemoen (1): Merge branch 'fixes'
are available in the git repository at:
git://www.denx.de/git/u-boot-blackfin.git master
Brad Bozarth (1): spi flash: fix crash due to spi flash miscommunication
Bryan Wu (1): fat: fix unaligned errors
Mike Frysinger (2): easylogo: add optional gzip support Blackfin: use common strmhz() in system output
common/cmd_bdinfo.c | 10 +++-- drivers/mtd/spi/atmel.c | 3 +- drivers/mtd/spi/stmicro.c | 3 +- fs/fat/fat.c | 8 ++- lib_blackfin/board.c | 6 ++- tools/easylogo/easylogo.c | 98 ++++++++++++++++++++++++++++++++++++++++++--- 6 files changed, 111 insertions(+), 17 deletions(-)

Dear Mike Frysinger,
In message 1232732395-27229-1-git-send-email-vapier@gentoo.org you wrote:
The following changes since commit 4d0b54685c5c656023b826089ef8cc0ea1c5cd9e: Haavard Skinnemoen (1): Merge branch 'fixes'
are available in the git repository at:
git://www.denx.de/git/u-boot-blackfin.git master
Brad Bozarth (1): spi flash: fix crash due to spi flash miscommunication
Bryan Wu (1): fat: fix unaligned errors
Mike Frysinger (2): easylogo: add optional gzip support Blackfin: use common strmhz() in system output
common/cmd_bdinfo.c | 10 +++-- drivers/mtd/spi/atmel.c | 3 +- drivers/mtd/spi/stmicro.c | 3 +- fs/fat/fat.c | 8 ++- lib_blackfin/board.c | 6 ++- tools/easylogo/easylogo.c | 98 ++++++++++++++++++++++++++++++++++++++++++--- 6 files changed, 111 insertions(+), 17 deletions(-)
I will not pull from that tree. It contains patches that are not in your bailiwick.
The following patches have nothing to do with Blackfin specific code, and you are not supposed to sneak in such stuff through your tree:
easylogo: add optional gzip support spi flash: fix crash due to spi flash miscommunication fat: fix unaligned errors
I cherry-picked the only Blackfin patch in your repo.
Please clean up your repo, and focus on Blackfin specific stuff in the future. Thanks.
Best regards,
Wolfgang Denk

On Friday 23 January 2009 17:01:13 Wolfgang Denk wrote:
Dear Mike Frysinger,
In message 1232732395-27229-1-git-send-email-vapier@gentoo.org you wrote:
The following changes since commit 4d0b54685c5c656023b826089ef8cc0ea1c5cd9e: Haavard Skinnemoen (1): Merge branch 'fixes'
are available in the git repository at:
git://www.denx.de/git/u-boot-blackfin.git master
Brad Bozarth (1): spi flash: fix crash due to spi flash miscommunication
Bryan Wu (1): fat: fix unaligned errors
Mike Frysinger (2): easylogo: add optional gzip support Blackfin: use common strmhz() in system output
common/cmd_bdinfo.c | 10 +++-- drivers/mtd/spi/atmel.c | 3 +- drivers/mtd/spi/stmicro.c | 3 +- fs/fat/fat.c | 8 ++- lib_blackfin/board.c | 6 ++- tools/easylogo/easylogo.c | 98 ++++++++++++++++++++++++++++++++++++++++++--- 6 files changed, 111 insertions(+), 17 deletions(-)
I will not pull from that tree. It contains patches that are not in your bailiwick.
The following patches have nothing to do with Blackfin specific code, and you are not supposed to sneak in such stuff through your tree:
easylogo: add optional gzip support spi flash: fix crash due to spi flash miscommunication fat: fix unaligned errors
I cherry-picked the only Blackfin patch in your repo.
Please clean up your repo, and focus on Blackfin specific stuff in the future. Thanks.
they are patches by me that people have either acked or they're the latest and no one has responded with any problems. since you have yet to apply them, i figured it would be easier for you to pull rather than me constantly pinging the same e-mail over and over since they are not in any code location that is "owned" by any other tree. i'm not trying to "sneak" anything in. after all, it's kind of hard when it's all pretty damn clear what the changes are in the summary. -mike

Dear Mike Frysinger,
In message 200901231708.18378.vapier@gentoo.org you wrote:
Please clean up your repo, and focus on Blackfin specific stuff in the future. Thanks.
they are patches by me that people have either acked or they're the latest and no one has responded with any problems. since you have yet to apply them, i figured it would be easier for you to pull rather than me constantly pinging the same e-mail over and over since they are not in any code location that is "owned" by any other tree. i'm not trying to "sneak" anything in. after all, it's kind of hard when it's all pretty damn clear what the changes are in the summary.
If you are trying to help, there are other, better ways:
- You can post Acked-by: or even better Tested-by: messages (now *that* would be really helpful!)
- You can apply such patches to a *separate branch* in your repo (or somewhere else), and then post a summary Acked-by: or Tested-by: message
I would really appreciate such help.
But applying unrelated patches to your Blackfin repo is not helpful. If every custodian was doing this, we would have a terrible mess very quickly and I had no chance to understand who is doing what or what is coming from where.
Please use the Blackfinn repo for Blackfin specific stuff only (at least the master branch for which you send pull requests in your position as a custodian).
Thanks.
Best regards,
Wolfgang Denk

On Friday 23 January 2009 17:43:23 Wolfgang Denk wrote:
In message 200901231708.18378.vapier@gentoo.org you wrote:
Please clean up your repo, and focus on Blackfin specific stuff in the future. Thanks.
they are patches by me that people have either acked or they're the latest and no one has responded with any problems. since you have yet to apply them, i figured it would be easier for you to pull rather than me constantly pinging the same e-mail over and over since they are not in any code location that is "owned" by any other tree. i'm not trying to "sneak" anything in. after all, it's kind of hard when it's all pretty damn clear what the changes are in the summary.
If you are trying to help, there are other, better ways:
You can post Acked-by: or even better Tested-by: messages (now *that* would be really helpful!)
You can apply such patches to a *separate branch* in your repo (or somewhere else), and then post a summary Acked-by: or Tested-by: message
i dont see how those are relevant here seeing as how they all have my Signed- off-by tag ... that implies both my ack and test.
i figured pinging every non-Blackfin-specific patch by me would be more time consuming than a simple pull request for you. would it be ok if i used a different branch then and indicated in the summary along those lines ?
i.e. something like: Subject: Pull request u-boot-blackfin.git non-blackfin Message: Here are patches by me that are not Blackfin-related, but have all been posted previously without any more review.
The following changes since commit 4d0b54685c5c656023b826089ef8cc0ea1c5cd9e: Haavard Skinnemoen (1): Merge branch 'fixes'
are available in the git repository at:
git://www.denx.de/git/u-boot-blackfin.git non-blackfin ...
But applying unrelated patches to your Blackfin repo is not helpful. If every custodian was doing this, we would have a terrible mess very quickly and I had no chance to understand who is doing what or what is coming from where.
Please use the Blackfinn repo for Blackfin specific stuff only (at least the master branch for which you send pull requests in your position as a custodian).
np -mike

Dear Mike Frysinger,
In message 200901231828.04120.vapier@gentoo.org you wrote:
If you are trying to help, there are other, better ways:
You can post Acked-by: or even better Tested-by: messages (now *that* would be really helpful!)
You can apply such patches to a *separate branch* in your repo (or somewhere else), and then post a summary Acked-by: or Tested-by: message
i dont see how those are relevant here seeing as how they all have my Signed- off-by tag ... that implies both my ack and test.
i figured pinging every non-Blackfin-specific patch by me would be more time consuming than a simple pull request for you. would it be ok if i used a different branch then and indicated in the summary along those lines ?
Yes, that would be helpful - that is exactly what I suggested above.
Thanks.
Best regards,
Wolfgang Denk

On Friday 23 January 2009 20:07:42 Wolfgang Denk wrote:
In message 200901231828.04120.vapier@gentoo.org you wrote:
If you are trying to help, there are other, better ways:
You can post Acked-by: or even better Tested-by: messages (now *that* would be really helpful!)
You can apply such patches to a *separate branch* in your repo (or somewhere else), and then post a summary Acked-by: or Tested-by: message
i dont see how those are relevant here seeing as how they all have my Signed- off-by tag ... that implies both my ack and test.
i figured pinging every non-Blackfin-specific patch by me would be more time consuming than a simple pull request for you. would it be ok if i used a different branch then and indicated in the summary along those lines ?
Yes, that would be helpful - that is exactly what I suggested above.
ill try and do that in the future then, thanks -mike
participants (2)
-
Mike Frysinger
-
Wolfgang Denk