All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Joe Perches <joe@perches.com>
Cc: linux-input <linux-input@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2.6.37? ] drivers/input: Use pr_<level>
Date: Wed, 4 Aug 2010 23:44:39 -0700	[thread overview]
Message-ID: <201008042344.39930.dmitry.torokhov@gmail.com> (raw)
In-Reply-To: <1280911472.1005.75.camel@Joe-Laptop.home>

On Wednesday, August 04, 2010 01:44:32 am Joe Perches wrote:
> On Wed, 2010-08-04 at 01:04 -0700, Dmitry Torokhov wrote:
> > On Wed, Aug 04, 2010 at 12:33:42AM -0700, Joe Perches wrote:
> > > On Tue, 2010-08-03 at 21:32 -0700, Dmitry Torokhov wrote:
> > > 
> > > These files?
> > > $ grep -rPl --include=*.[ch] "\bstruct\s+device\b" drivers/input | \
> > >
> > >   xargs grep -wl pr_fmt
> > >
> > > drivers/input/keyboard/omap-keypad.c
> > > drivers/input/mousedev.c
> > > drivers/input/serio/serio.c
> > > drivers/input/serio/i8042.c
> > > drivers/input/evdev.c
> > > drivers/input/joydev.c
> > > drivers/input/gameport/gameport.c
> > > drivers/input/touchscreen/htcpen.c
> > > drivers/input/input-polldev.c
> > > drivers/input/input.c
> > > drivers/input/tablet/aiptek.c
> > > drivers/input/misc/winbond-cir.c
> > > drivers/input/misc/yealink.c
> > > drivers/input/misc/ati_remote2.c
> > > drivers/input/misc/wistron_btns.c
> > > drivers/input/misc/ati_remote.c
> > > drivers/input/mouse/psmouse-base.c
> > 
> > There should be more. USB for example. Basically anything but very old
> > legacy drivers that never been converted to the 2.6 device model.
> 
> I propose you take the patch as-is and then conversions
> from pr_<level>(...) to dev_<level>(struct device *, ...)
> can be done as appropriate.
> 
> > > $ grep -l "define pr_fmt" drivers/input/mouse/*.[ch] | \
> > >
> > >   xargs grep -il "ps2" 
> > >
> > > drivers/input/mouse/alps.c
> > > drivers/input/mouse/elantech.c
> > > drivers/input/mouse/lifebook.c
> > > drivers/input/mouse/logips2pp.c
> > > drivers/input/mouse/psmouse-base.c
> > 
> > psmouse-base should use KBUILD_MODNAME, for the rest of these
> > KBUILD_BASENAME seems to fit.
> > 
> > > drivers/input/mouse/sentelic.c
> > > drivers/input/mouse/synaptics.c
> > > drivers/input/mouse/trackpoint.c
> > > 
> > > Which ones do you want converted? 
> > > Any others?
> > >
> > >No, I think this is it as far as PS/2 mice go.
> 
> OK, done.
> 
> Do you want a diff from the original,
> a new single patch or patches by directory?

Split by directories, if possible, please.

-- 
Dmitry

  reply	other threads:[~2010-08-05  6:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-03 18:40 [PATCH 2.6.37? ] drivers/input: Use pr_<level> Joe Perches
2010-08-04  4:32 ` Dmitry Torokhov
2010-08-04  7:33   ` Joe Perches
2010-08-04  8:04     ` Dmitry Torokhov
2010-08-04  8:44       ` Joe Perches
2010-08-05  6:44         ` Dmitry Torokhov [this message]
2010-08-05  7:29   ` [PATCH 0/9] " Joe Perches
2010-08-05  7:29     ` [PATCH 1/9] drivers/input/gameport: Use pr_fmt and pr_<level> Joe Perches
2010-08-05  7:29     ` [PATCH 2/9] drivers/input/joystick: " Joe Perches
2010-08-05  7:29     ` [PATCH 3/9] drivers/input/keyboard: " Joe Perches
2010-08-05  7:29     ` [PATCH 4/9] drivers/input/misc: " Joe Perches
2010-08-05  7:29     ` [PATCH 5/9] drivers/input/mouse: " Joe Perches
2010-08-05  7:29     ` [PATCH 6/9] drivers/input/serio: " Joe Perches
2010-08-05  7:29     ` [PATCH 7/9] drivers/input/tablet: " Joe Perches
2010-08-05  7:29     ` [PATCH 8/9] drivers/input/touchscreen: " Joe Perches
2010-08-05  7:29     ` [PATCH 9/9] drivers/input: " 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=201008042344.39930.dmitry.torokhov@gmail.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=joe@perches.com \
    --cc=linux-input@vger.kernel.org \
    --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 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.