From: Andy Shevchenko <andy.shevchenko@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>
Subject: [PATCH 00/11] Introduce common hex_to_bin() helper
Date: Mon, 22 Feb 2010 20:08:59 +0200 [thread overview]
Message-ID: <cover.1266861291.git.ext-andriy.shevchenko@nokia.com> (raw)
From: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>
Hello.
There is set of patches related to hex_to_bin() custom implementations. Many of
them are changed to newly introduced common method.
The idea published early by Harvey Harrison [1], but was given to me by
Alexander Shishkin.
[1] http://lkml.indiana.edu/hypermail/linux/kernel/0805.0/0323.html
TODO:
- apply hex_to_bin() to kgdb code
- /arch
Andy Shevchenko (11):
lib: introduce common method to convert hex digits
drivers: isdn: use new hex_to_bin() method
drivers: net: optimize hex2bin()
usb: atm: speedtch: use new hex_to_bin() method
drivers: net: use new hex_to_bin() method
drivers: net: use new hex_to_bin() method
sysctl: don't use own implementation of hex_to_bin()
staging: rt2860: use new hex_to_bin() method
fs: ldm: don't use own implementation of hex_to_bin()
drivers: wireless: use new hex_to_bin() method
drivers: acpi: don't use own implementation of hex_to_bin()
drivers/acpi/bus.c | 9 +------
drivers/isdn/gigaset/capi.c | 13 +----------
drivers/net/cxgb3/t3_hw.c | 16 +++----------
drivers/net/ps3_gelic_wireless.c | 12 +++-------
drivers/net/sb1250-mac.c | 32 +---------------------------
drivers/net/wireless/airo.c | 15 +++----------
drivers/staging/rt2860/common/rtmp_init.c | 15 +-----------
drivers/staging/rt2860/rtmp.h | 2 -
drivers/usb/atm/speedtch.c | 5 +--
fs/partitions/ldm.c | 18 ++++++++--------
include/linux/kernel.h | 2 +
kernel/sysctl_binary.c | 9 ++-----
lib/hexdump.c | 19 +++++++++++++++++
13 files changed, 54 insertions(+), 113 deletions(-)
next reply other threads:[~2010-02-22 18:10 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-22 18:08 Andy Shevchenko [this message]
2010-02-22 18:09 ` [PATCH 01/11] lib: introduce common method to convert hex digits Andy Shevchenko
2010-02-22 18:09 ` [PATCH 02/11] drivers: isdn: use new hex_to_bin() method Andy Shevchenko
2010-02-22 18:09 ` [PATCH 03/11] drivers: net: optimize hex2bin() Andy Shevchenko
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
2010-03-01 23:06 ` [PATCH 03/11] drivers: net: optimize hex2bin() 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 21:22 ` [PATCH 02/11] drivers: isdn: use new hex_to_bin() method Tilman Schmidt
2010-03-09 1:03 ` [PATCH 01/11] lib: introduce common method to convert hex digits Andy Shevchenko
2010-03-09 19:57 ` Andrew Morton
2010-04-22 8:39 ` Andy Shevchenko
2010-04-29 22:11 ` Andrew Morton
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=cover.1266861291.git.ext-andriy.shevchenko@nokia.com \
--to=andy.shevchenko@gmail.com \
--cc=ext-andriy.shevchenko@nokia.com \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).