All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: linux-kernel@vger.kernel.org,
	Andy Shevchenko <ext-andriy.shevchenko@nokia.com>,
	Ingo Molnar <mingo@elte.hu>, Greg Kroah-Hartman <gregkh@suse.de>
Subject: Re: [PATCH 01/11] lib: introduce common method to convert hex digits
Date: Tue, 9 Mar 2010 11:57:43 -0800	[thread overview]
Message-ID: <20100309115743.48cc125b.akpm@linux-foundation.org> (raw)
In-Reply-To: <5ec8ebd51003081703r76fd2ba7pa850f7568a580181@mail.gmail.com>

On Tue, 9 Mar 2010 03:03:05 +0200
Andy Shevchenko <andy.shevchenko@gmail.com> wrote:

> On Mon, Feb 22, 2010 at 8:09 PM, Andy Shevchenko
> <andy.shevchenko@gmail.com> wrote:
> > hex_to_bin() is a little method which converts hex digit to its actual value.
> > There are plenty of places where such functionality is needed.
> 
> I found another more than 10 places (roughly there are > 20 of them
> already) with such 'copy-paste' logic. Still waiting decision to
> include first patch of this series... Any comments, suggestions?

This patch series turned up two days before the 2.6.33 release, which
is fairly exactly the time when non-bugfixes won't get looked at!  I
stored it all away for consideration after we've finished the
2.6.34-rc1 merge scramble.


  reply	other threads:[~2010-03-09 19:58 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-22 18:08 [PATCH 00/11] Introduce common hex_to_bin() helper Andy Shevchenko
2010-02-22 18:09 ` [PATCH 01/11] lib: introduce common method to convert hex digits Andy Shevchenko
2010-03-09  1:03   ` Andy Shevchenko
2010-03-09 19:57     ` Andrew Morton [this message]
2010-04-22  8:39       ` Andy Shevchenko
2010-04-29 22:11         ` Andrew Morton
2010-02-22 18:09 ` [PATCH 02/11] drivers: isdn: use new hex_to_bin() method Andy Shevchenko
2010-02-22 21:22   ` Tilman Schmidt
2010-02-22 18:09 ` [PATCH 03/11] drivers: net: optimize hex2bin() Andy Shevchenko
2010-03-01 23:06   ` Geoff Levand
2010-03-02  7:59     ` [PATCHv2] " Andy Shevchenko
2010-03-02 16:04       ` Geoff Levand
2010-03-03 22:02         ` Geoff Levand
2010-02-22 18:09 ` [PATCH 04/11] usb: atm: speedtch: use new hex_to_bin() method Andy Shevchenko
2010-02-22 18:09 ` [PATCH 05/11] drivers: net: " Andy Shevchenko
2010-02-22 18:09 ` [PATCH 06/11] " Andy Shevchenko
2010-02-22 18:09 ` [PATCH 07/11] sysctl: don't use own implementation of hex_to_bin() Andy Shevchenko
2010-02-22 18:09 ` [PATCH 08/11] staging: rt2860: use new hex_to_bin() method Andy Shevchenko
2010-02-22 18:09 ` [PATCH 09/11] fs: ldm: don't use own implementation of hex_to_bin() Andy Shevchenko
2010-02-22 18:09 ` [PATCH 10/11] drivers: wireless: use new hex_to_bin() method Andy Shevchenko
2010-02-22 18:09 ` [PATCH 11/11] drivers: acpi: don't use own implementation of hex_to_bin() Andy Shevchenko

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=20100309115743.48cc125b.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=andy.shevchenko@gmail.com \
    --cc=ext-andriy.shevchenko@nokia.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /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.