mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Benjamin Tissoires <benjamin.tissoires@gmail.com>
To: Benjamin Tissoires <benjamin.tissoires@gmail.com>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Henrik Rydberg <rydberg@euromail.se>,
	Jiri Kosina <jkosina@suse.cz>, Stephane Chatty <chatty@enac.fr>,
	linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/7] hid driver transport cleanup
Date: Fri,  8 Feb 2013 15:37:29 +0100	[thread overview]
Message-ID: <1360334256-22127-1-git-send-email-benjamin.tissoires@gmail.com> (raw)

Hi guys,

so, here is the hid drivers cleanup. The aim is to remove as much as possible
direct calls to usbhid for hid drivers. Thus, other transport layers can use
the existing hid drivers (like I2C or uhid).

Henrik, patches 1 to 5 are yours. I just rebased and double-checked them. Please
add you Signed-off-by if you are happy with the rebase.

Patches applies on top of Jiri's for-next branch.

Cheers,
Benjamin

Benjamin Tissoires (7):
  HID: Extend the interface with report requests
  HID: Extend the interface with wait io request
  HID: Kconfig: Remove explicit transport layer dependencies
  hid: use hid_hw_request() instead of direct call to usbhid
  HID: use hid_hw_wait() instead of direct call to usbhid
  HID: multitouch: remove usbhid dependency
  HID: multitouch: Copyright and note on regression tests

 drivers/hid/Kconfig                 | 98 ++++++++++++++++++-------------------
 drivers/hid/hid-apple.c             |  1 -
 drivers/hid/hid-axff.c              |  6 +--
 drivers/hid/hid-dr.c                |  8 ++-
 drivers/hid/hid-emsff.c             |  6 +--
 drivers/hid/hid-gaff.c              | 10 ++--
 drivers/hid/hid-holtekff.c          |  4 +-
 drivers/hid/hid-kye.c               |  4 +-
 drivers/hid/hid-lenovo-tpkbd.c      |  4 +-
 drivers/hid/hid-lg2ff.c             |  6 +--
 drivers/hid/hid-lg3ff.c             |  6 +--
 drivers/hid/hid-lg4ff.c             | 18 +++----
 drivers/hid/hid-lgff.c              |  8 ++-
 drivers/hid/hid-logitech-dj.c       |  3 +-
 drivers/hid/hid-magicmouse.c        |  1 -
 drivers/hid/hid-multitouch.c        | 21 ++++++--
 drivers/hid/hid-ntrig.c             | 10 ++--
 drivers/hid/hid-picolcd.h           |  4 +-
 drivers/hid/hid-picolcd_backlight.c |  4 +-
 drivers/hid/hid-picolcd_cir.c       |  2 -
 drivers/hid/hid-picolcd_core.c      |  8 ++-
 drivers/hid/hid-picolcd_debugfs.c   |  2 -
 drivers/hid/hid-picolcd_fb.c        | 12 ++---
 drivers/hid/hid-picolcd_lcd.c       |  4 +-
 drivers/hid/hid-picolcd_leds.c      |  4 +-
 drivers/hid/hid-pl.c                |  6 +--
 drivers/hid/hid-prodikeys.c         |  3 +-
 drivers/hid/hid-sensor-hub.c        | 12 ++---
 drivers/hid/hid-sjoy.c              |  6 +--
 drivers/hid/hid-speedlink.c         |  2 -
 drivers/hid/hid-steelseries.c       |  3 +-
 drivers/hid/hid-tmff.c              |  6 +--
 drivers/hid/hid-zpff.c              |  6 +--
 drivers/hid/usbhid/hid-core.c       | 20 ++++++--
 drivers/hid/usbhid/hid-pidff.c      | 80 +++++++++++++++---------------
 drivers/hid/usbhid/hiddev.c         |  8 +--
 drivers/hid/usbhid/usbhid.h         |  3 --
 include/linux/hid.h                 | 34 +++++++++++++
 38 files changed, 224 insertions(+), 219 deletions(-)

-- 
1.8.1


             reply	other threads:[~2013-02-08 14:38 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 14:37 Benjamin Tissoires [this message]
2013-02-08 14:37 ` [PATCH 1/7] HID: Extend the interface with report requests Benjamin Tissoires
2013-02-15 19:46   ` Henrik Rydberg
2013-02-08 14:37 ` [PATCH 2/7] HID: Extend the interface with wait io request Benjamin Tissoires
2013-02-15 20:47   ` Henrik Rydberg
2013-02-08 14:37 ` [PATCH 3/7] HID: Kconfig: Remove explicit transport layer dependencies Benjamin Tissoires
2013-02-20 20:06   ` Henrik Rydberg
2013-02-25 10:15     ` Benjamin Tissoires
2013-02-08 14:37 ` [PATCH 4/7] hid: use hid_hw_request() instead of direct call to usbhid Benjamin Tissoires
2013-02-20 20:16   ` Henrik Rydberg
2013-02-08 14:37 ` [PATCH 5/7] HID: use hid_hw_wait() " Benjamin Tissoires
2013-02-20 20:18   ` Henrik Rydberg
2013-02-08 14:37 ` [PATCH 6/7] HID: multitouch: remove usbhid dependency Benjamin Tissoires
2013-02-20 20:25   ` Henrik Rydberg
2013-02-25 10:18     ` Benjamin Tissoires
2013-02-08 14:37 ` [PATCH 7/7] HID: multitouch: Copyright and note on regression tests Benjamin Tissoires
2013-02-20 20:26   ` Henrik Rydberg
2013-02-11 10:13 ` [PATCH 0/7] hid driver transport cleanup Mika Westerberg
2013-02-11 11:19   ` Benjamin Tissoires
2013-02-11 11:29     ` Mika Westerberg
2013-02-18  9:13 ` Jiri Kosina
2013-02-18 20:49   ` Henrik Rydberg
2013-02-20 20:31 ` Henrik Rydberg
2013-02-25 10:20   ` Benjamin Tissoires

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=1360334256-22127-1-git-send-email-benjamin.tissoires@gmail.com \
    --to=benjamin.tissoires@gmail.com \
    --cc=chatty@enac.fr \
    --cc=dmitry.torokhov@gmail.com \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rydberg@euromail.se \
    /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

Powered by JetHome