[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/3] sd: sdhci: Delete over-zealous power check
From: |
Andrew Baumann |
Subject: |
Re: [Qemu-devel] [PATCH 1/3] sd: sdhci: Delete over-zealous power check |
Date: |
Wed, 16 Dec 2015 20:28:26 +0000 |
> From: Peter Crosthwaite [mailto:address@hidden
> Sent: Wednesday, 16 December 2015 12:00
> On Wed, Dec 16, 2015 at 11:47 AM, Andrew Baumann
> <address@hidden> wrote:
> > This is exactly equivalent to Peter's patch here:
> > https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg06271.html
> > ... which is why I've copied the signed-off-by lines (I assume that is
> > legit; if not, my apologies!). It is also needed for Pi.
> >
>
> The correct process it to apply the patch locally as originally,
> authored then append your SoB and any notes/changes using git commit
> --amend. Git am can apply the patch from an mbox, or the patches
> utility can be used to download and apply patches off the list.
Thanks Peter. I'll do this when I redo the patch series with any other feedback.
Andrew