
On 2012-11-07, at 9:38 PM, Stephen Warren swarren@wwwdotorg.org wrote:
On 11/07/2012 01:47 PM, Oleksandr Tymoshenko wrote:
On 11/6/2012 6:58 PM, Stephen Warren wrote:
On 10/26/2012 10:54 PM, Stephen Warren wrote:
(Sorry for the resend; I sent this to the wrong U-Boot mailing list the first time around)
Dom, ddv2005, Gray,
I'm trying to get Signed-off-by lines for all code in the Raspberry Pi Linux kernel trees related to the SDHCI driver (or just everything). The list of relevant commits for SDHCI is below. Can you please check Documentation/SubmittingPatches in the kernel source tree, and if you're able to, provide your Signed-of-by lines for all of the patches I list below that were either authored by you, or passed through you (the latter I assume mainly in the case of Dom who applied these to git).
I've taken a closer look at the downstream Raspberry Pi kernel trees and I see that the very first bcm2708 commit in the rpi-3.6.y branch contains all the code that's been used by the U-Boot MMC driver port.
commit f5b930be71d6de64c3264b2f9eff4a4079d50c14 Author: popcornmix popcornmix@gmail.com AuthorDate: Tue Jan 17 19:20:11 2012 +0000 Commit: popcornmix popcornmix@gmail.com CommitDate: Mon Oct 8 16:25:24 2012 +0100
Main bcm2708 linux port Signed-off-by: popcornmix <popcornmix@gmail.com>
This commit is actually already signed off by popcornmix, and Dom Cobley previously indicated that's him, and gave his permission to rewrite that S-o-b to his real name.
Oleksandr, I believe that means that if you can give your S-o-b to the U-Boot patch you created based on Dom's kernel code, we will be good to go with the U-Boot patch I posted, and I can then repost it including fixes for the review feedback it received.
I believe this is the only commit I made to SDHCI-related code:
commit c78b8ea9ae717432770843b825ea8a1a77f223fc Author: Oleksandr Tymoshenko gonzo@bluezbox.com Date: Wed Jun 20 11:53:07 2012 -0700
Add driper for R-Pi eMMC controller
Signed-off-by: Oleksandr Tymoshenko gonzo@bluezbox.com
Thanks for that S-o-b. I also picked up some of the code from the following commit of yours:
commit 1c2b43a634955661d6f7b69459de00ffd1c2d7a6 Author: Oleksandr Tymoshenko gonzo@bluezbox.com Date: Tue Jul 3 19:57:37 2012 -0700
Workaround insufficient timeouts in u-boot
commit 1c2b43a634955661d6f7b69459de00ffd1c2d7a6 Author: Oleksandr Tymoshenko gonzo@bluezbox.com Date: Tue Jul 3 19:57:37 2012 -0700
Workaround insufficient timeouts in u-boot
Signed-off-by: Oleksandr Tymoshenko gonzo@bluezbox.com