All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 01/10] Add getenv_int() to read an integer from an environment variable
Date: Fri, 14 Oct 2011 14:06:31 -0400	[thread overview]
Message-ID: <201110141406.32795.vapier@gentoo.org> (raw)
In-Reply-To: <CAPnjgZ3y7KMAUSUDDmGsK706eQY3tVB9daJHGjbRVTJMPzrcbA@mail.gmail.com>

On Friday 14 October 2011 13:42:07 Simon Glass wrote:
> On Fri, Oct 14, 2011 at 10:09 AM, Mike Frysinger wrote:
> > On Friday 14 October 2011 12:47:56 Simon Glass wrote:
> >> On Thu, Oct 13, 2011 at 6:53 PM, Mike Frysinger wrote:
> >> > subject is "int" but implementation is "ulong"
> >> 
> >> Yes - I wonder if I can just submit a V2 for that one patch with a new
> >> subject?
> > 
> > that's fine (i do it all the time).  although in the future, your v2
> > should probably have the reply-to field set to the v1 patch.
> 
> OK I need to figure out how to do that with git send-email. I can see
> how to do it with a single email, but I suppose if I post a V2 then
> every email should be in reply to its corresponding V1, is that right?

if you send out a whole new patchseries, i don't think each sub patch should 
be a reply to the original.  having it be a new tree by itself is fine.

> BTW I also need some patchwork automation since a lot of the patches
> marked 'NEW' in there are not - 'pwclient update' is most of it I
> suppose, if it had an option to get my password back - no reply to
> this:
> 
> http://lists.ozlabs.org/pipermail/patchwork/2010-December/000347.html

i've only used the web interface so far.  and this extension makes life a lot 
easier when you have to select a lot (but not all) of the patches in a query:
https://chrome.google.com/webstore/detail/ldopaogbegnhconlboidfjcmidndkbeg
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111014/710ec37c/attachment.pgp 

  reply	other threads:[~2011-10-14 18:06 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-14  0:43 [U-Boot] [PATCH 0/10] Add getenv_ulong to return an environment var as a number Simon Glass
2011-10-14  0:43 ` [U-Boot] [PATCH 01/10] Add getenv_int() to read an integer from an environment variable Simon Glass
2011-10-14  1:53   ` Mike Frysinger
2011-10-14 16:47     ` Simon Glass
2011-10-14 17:09       ` Mike Frysinger
2011-10-14 17:42         ` Simon Glass
2011-10-14 18:06           ` Mike Frysinger [this message]
2011-10-14 18:15             ` Simon Glass
2011-10-14 19:29   ` Wolfgang Denk
2011-10-14  0:43 ` [U-Boot] [PATCH 02/10] arm: Use getenv_ulong() in place of getenv(), strtoul Simon Glass
2011-10-23 20:50   ` Wolfgang Denk
2011-10-23 21:49   ` Wolfgang Denk
2011-10-24  0:19     ` Simon Glass
2011-10-23 21:51   ` [U-Boot] [PATCH] arch/arm/lib/board.c: fix build error Wolfgang Denk
2011-10-24  0:29     ` Simon Glass
2011-10-24  7:00     ` Heiko Schocher
2011-10-14  0:43 ` [U-Boot] [PATCH 03/10] avr32: Use getenv_ulong() in place of getenv(), strtoul Simon Glass
2011-10-23 20:50   ` Wolfgang Denk
2011-10-14  0:43 ` [U-Boot] [PATCH 04/10] blackfin: " Simon Glass
2011-10-14  1:54   ` Mike Frysinger
2011-10-23 20:50   ` Wolfgang Denk
2011-10-14  0:43 ` [U-Boot] [PATCH 05/10] m68k: " Simon Glass
2011-10-23 20:51   ` Wolfgang Denk
2011-10-14  0:43 ` [U-Boot] [PATCH 06/10] microblaze: " Simon Glass
2011-10-23 20:52   ` Wolfgang Denk
2011-10-14  0:43 ` [U-Boot] [PATCH 07/10] mips: " Simon Glass
2011-10-23 20:52   ` Wolfgang Denk
2011-10-14  0:43 ` [U-Boot] [PATCH 08/10] powerpc: " Simon Glass
2011-10-14  6:04   ` Stefan Roese
2011-10-23 20:53   ` Wolfgang Denk
2011-10-23 21:58   ` [U-Boot] [PATCH] arch/powerpc/lib/board.c: fix build warning Wolfgang Denk
2011-10-24  3:49     ` Simon Glass
2011-10-24  6:53       ` Heiko Schocher
2011-11-03 19:09     ` Wolfgang Denk
2011-11-04  6:44       ` Kumar Gala
2011-11-04  6:47         ` Kumar Gala
2011-11-04 15:41           ` Kim Phillips
2011-11-04 21:13           ` Mike Frysinger
2011-11-04 21:34             ` [U-Boot] [PATCH] powerpc: Revert "arch/powerpc/lib/board.c: fix build warning" Kim Phillips
2011-11-05  9:33               ` Wolfgang Denk
2011-11-06 18:06                 ` Mike Frysinger
2011-11-06 19:49                   ` Wolfgang Denk
2011-10-14  0:43 ` [U-Boot] [PATCH 09/10] sparc: Use getenv_ulong() in place of getenv(), strtoul Simon Glass
2011-10-23 20:53   ` Wolfgang Denk
2011-10-14  0:43 ` [U-Boot] [PATCH 10/10] x86: " Simon Glass
2011-10-23 20:53   ` Wolfgang Denk
2011-10-14  6:13 ` [U-Boot] [PATCH 0/10] Add getenv_ulong to return an environment var as a number Reinhard Meyer
2011-10-14 14:31   ` Simon Glass
2011-10-14 17:11     ` Mike Frysinger
2011-10-14 19:30       ` Wolfgang Denk
2011-10-14 21:05         ` Simon Glass
2011-10-14 19:27     ` Wolfgang Denk
2011-10-14 21:33       ` Mike Frysinger
2011-10-14 23:28         ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201110141406.32795.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.