From: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
To: Jiri Kosina <jkosina-AlSwsSmVLrQ@public.gmane.org>,
linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 0/6] hid: Use hid_<level> for logging messages
Date: Thu, 9 Dec 2010 19:29:02 -0800 [thread overview]
Message-ID: <cover.1291951482.git.joe@perches.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1012091454010.508-ztGlSCb7Y1iN3ZZ/Hiejyg@public.gmane.org>
and a few miscellaneous cleanups while at it.
Joe Perches (6):
hid: Add and use hid_<level>: dev_<level> equivalents
hid: Use vzalloc for vmalloc/memset(,0...)
hid: Remove __inline__ from functions
hid: Remove unnecessary multiplies from loops
hid: Hoist assigns from ifs
hid: Simplify an index check in hid_lookup_collection
drivers/hid/hid-3m-pct.c | 2 +-
drivers/hid/hid-a4tech.c | 6 +-
drivers/hid/hid-apple.c | 14 ++--
drivers/hid/hid-axff.c | 14 ++--
drivers/hid/hid-belkin.c | 4 +-
drivers/hid/hid-cando.c | 2 +-
drivers/hid/hid-cherry.c | 3 +-
drivers/hid/hid-core.c | 126 +++++++++++++++++++------------
drivers/hid/hid-cypress.c | 4 +-
drivers/hid/hid-debug.c | 4 +-
drivers/hid/hid-drff.c | 14 ++--
drivers/hid/hid-egalax.c | 2 +-
drivers/hid/hid-elecom.c | 3 +-
drivers/hid/hid-emsff.c | 13 ++--
drivers/hid/hid-gaff.c | 13 ++--
drivers/hid/hid-input.c | 2 +-
drivers/hid/hid-kye.c | 4 +-
drivers/hid/hid-lg.c | 15 ++--
drivers/hid/hid-lg2ff.c | 9 +-
drivers/hid/hid-lg3ff.c | 9 +-
drivers/hid/hid-lg4ff.c | 9 +-
drivers/hid/hid-lgff.c | 8 +-
drivers/hid/hid-magicmouse.c | 15 ++--
drivers/hid/hid-microsoft.c | 7 +-
drivers/hid/hid-monterey.c | 3 +-
drivers/hid/hid-mosart.c | 2 +-
drivers/hid/hid-ntrig.c | 9 +-
drivers/hid/hid-ortek.c | 3 +-
drivers/hid/hid-petalynx.c | 7 +-
drivers/hid/hid-picolcd.c | 45 +++++------
drivers/hid/hid-pl.c | 16 ++--
drivers/hid/hid-prodikeys.c | 21 +++---
drivers/hid/hid-quanta.c | 2 +-
drivers/hid/hid-roccat-kone.c | 22 +++---
drivers/hid/hid-roccat-pyra.c | 20 ++---
drivers/hid/hid-roccat.c | 10 +-
drivers/hid/hid-samsung.c | 8 +-
drivers/hid/hid-sjoy.c | 16 ++--
drivers/hid/hid-sony.c | 11 +--
drivers/hid/hid-stantum.c | 2 +-
drivers/hid/hid-sunplus.c | 3 +-
drivers/hid/hid-tmff.c | 27 +++----
drivers/hid/hid-wacom.c | 26 ++++---
drivers/hid/hid-zpff.c | 11 +--
drivers/hid/hid-zydacron.c | 11 +--
drivers/hid/hidraw.c | 12 ++-
drivers/hid/usbhid/hid-core.c | 48 ++++++------
drivers/hid/usbhid/hid-pidff.c | 164 +++++++++++++++++++---------------------
drivers/hid/usbhid/hiddev.c | 2 +-
drivers/hid/usbhid/usbkbd.c | 24 ++++---
include/linux/hid.h | 32 ++++++--
51 files changed, 438 insertions(+), 421 deletions(-)
--
1.7.3.3.464.gf80b6
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: Jiri Kosina <jkosina@suse.cz>,
linux-input@vger.kernel.org, linux-usb@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 0/6] hid: Use hid_<level> for logging messages
Date: Thu, 9 Dec 2010 19:29:02 -0800 [thread overview]
Message-ID: <cover.1291951482.git.joe@perches.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1012091454010.508@pobox.suse.cz>
and a few miscellaneous cleanups while at it.
Joe Perches (6):
hid: Add and use hid_<level>: dev_<level> equivalents
hid: Use vzalloc for vmalloc/memset(,0...)
hid: Remove __inline__ from functions
hid: Remove unnecessary multiplies from loops
hid: Hoist assigns from ifs
hid: Simplify an index check in hid_lookup_collection
drivers/hid/hid-3m-pct.c | 2 +-
drivers/hid/hid-a4tech.c | 6 +-
drivers/hid/hid-apple.c | 14 ++--
drivers/hid/hid-axff.c | 14 ++--
drivers/hid/hid-belkin.c | 4 +-
drivers/hid/hid-cando.c | 2 +-
drivers/hid/hid-cherry.c | 3 +-
drivers/hid/hid-core.c | 126 +++++++++++++++++++------------
drivers/hid/hid-cypress.c | 4 +-
drivers/hid/hid-debug.c | 4 +-
drivers/hid/hid-drff.c | 14 ++--
drivers/hid/hid-egalax.c | 2 +-
drivers/hid/hid-elecom.c | 3 +-
drivers/hid/hid-emsff.c | 13 ++--
drivers/hid/hid-gaff.c | 13 ++--
drivers/hid/hid-input.c | 2 +-
drivers/hid/hid-kye.c | 4 +-
drivers/hid/hid-lg.c | 15 ++--
drivers/hid/hid-lg2ff.c | 9 +-
drivers/hid/hid-lg3ff.c | 9 +-
drivers/hid/hid-lg4ff.c | 9 +-
drivers/hid/hid-lgff.c | 8 +-
drivers/hid/hid-magicmouse.c | 15 ++--
drivers/hid/hid-microsoft.c | 7 +-
drivers/hid/hid-monterey.c | 3 +-
drivers/hid/hid-mosart.c | 2 +-
drivers/hid/hid-ntrig.c | 9 +-
drivers/hid/hid-ortek.c | 3 +-
drivers/hid/hid-petalynx.c | 7 +-
drivers/hid/hid-picolcd.c | 45 +++++------
drivers/hid/hid-pl.c | 16 ++--
drivers/hid/hid-prodikeys.c | 21 +++---
drivers/hid/hid-quanta.c | 2 +-
drivers/hid/hid-roccat-kone.c | 22 +++---
drivers/hid/hid-roccat-pyra.c | 20 ++---
drivers/hid/hid-roccat.c | 10 +-
drivers/hid/hid-samsung.c | 8 +-
drivers/hid/hid-sjoy.c | 16 ++--
drivers/hid/hid-sony.c | 11 +--
drivers/hid/hid-stantum.c | 2 +-
drivers/hid/hid-sunplus.c | 3 +-
drivers/hid/hid-tmff.c | 27 +++----
drivers/hid/hid-wacom.c | 26 ++++---
drivers/hid/hid-zpff.c | 11 +--
drivers/hid/hid-zydacron.c | 11 +--
drivers/hid/hidraw.c | 12 ++-
drivers/hid/usbhid/hid-core.c | 48 ++++++------
drivers/hid/usbhid/hid-pidff.c | 164 +++++++++++++++++++---------------------
drivers/hid/usbhid/hiddev.c | 2 +-
drivers/hid/usbhid/usbkbd.c | 24 ++++---
include/linux/hid.h | 32 ++++++--
51 files changed, 438 insertions(+), 421 deletions(-)
--
1.7.3.3.464.gf80b6
next prev parent reply other threads:[~2010-12-10 3:29 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-23 7:35 [PATCH] hid: hidpidff: Use pr_<level> Joe Perches
2010-11-23 12:36 ` Jiri Kosina
2010-11-23 12:36 ` Jiri Kosina
2010-11-23 15:24 ` Joe Perches
2010-11-25 21:45 ` Jiri Kosina
2010-11-23 21:54 ` [PATCH] hid: Add and use hid_<level>: dev_<level> equivalents Joe Perches
2010-12-09 13:54 ` Jiri Kosina
[not found] ` <alpine.LNX.2.00.1012091454010.508-ztGlSCb7Y1iN3ZZ/Hiejyg@public.gmane.org>
2010-12-10 3:29 ` Joe Perches [this message]
2010-12-10 3:29 ` [PATCH 0/6] hid: Use hid_<level> for logging messages Joe Perches
2010-12-10 3:29 ` [PATCH 1/6] hid: Add and use hid_<level>: dev_<level> equivalents Joe Perches
2010-12-10 3:29 ` [PATCH 2/6] hid: Use vzalloc for vmalloc/memset(,0...) Joe Perches
2010-12-10 3:29 ` [PATCH 3/6] hid: Remove __inline__ from functions Joe Perches
2010-12-10 3:29 ` [PATCH 4/6] hid: Remove unnecessary multiplies from loops Joe Perches
2010-12-10 3:29 ` [PATCH 5/6] hid: Hoist assigns from ifs Joe Perches
2010-12-10 3:29 ` [PATCH 6/6] hid: simplify an index check in hid_lookup_collection Joe Perches
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.1291951482.git.joe@perches.com \
--to=joe-6d6dil74uinbdgjk7y7tuq@public.gmane.org \
--cc=jkosina-AlSwsSmVLrQ@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 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.