Re: [GIT PULL]arm64: BST C1200 eMMC DTS for v7.2
"Arnd Bergmann" <[email protected]> Thu, 11 Jun 2026 15:44:55 +0200
| Newsgroups | dev.linux.lists.soc,org.infradead.lists.linux-arm-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 11, 2026, at 05:21, [email protected] wrote: > > Thank you for the review. > I have fixed the two issues you mentioned and updated the pull request. Hi Gordon, unfortunately, I'm still seeing new problems here: - you use a [email protected] url, which I can't pull from. Please add an 'insteadOf' rule to your .gitconfig that rewrites this to an https:// style address (or edit the text manually) - https://patchwork.kernel.org/project/linux-soc/list/ does not actually show the contents of your pull requests. This is probably not caused by something you did, but it may be related to the URL problem. - The commit you have contains Author: Gordon Ge <[email protected]> Commit: Gordon Ge <[email protected]> Signed-off-by: Albert Yang <[email protected]> Acked-by: Gordon Ge <[email protected]> which is not correct. If you commit the patch, your own Signed-off-by needs to be included, see https://www.kernel.org/pub/software/scm/git/docs/SubmittingPatches.html If Albert was the original author, you should also reflect that by using 'git commit --author="Albert Yang <[email protected]>"' Since we are getting very close to the merge window, I can't guarantee that the patches make it in, but please resend anyway. It may be easier to send these as individual patches instead of pull requests, but that is up to you. Arnd