linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] hid driver transport cleanup
@ 2013-02-25 10:31 Benjamin Tissoires
  2013-02-25 10:31 ` [PATCH v2 1/8] HID: Extend the interface with report requests Benjamin Tissoires
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Benjamin Tissoires @ 2013-02-25 10:31 UTC (permalink / raw)
  To: Benjamin Tissoires, Jiri Kosina, Stephane Chatty, Mika Westerberg,
	Henrik Rydberg, linux-input, linux-kernel

Hi guys,

this is the v2 of the hid transport cleanup.

Changes since v1:
- gathered reviewed/acked/etc..
- changed commit messages of patches 4-6
- add newcomer into account (thingm)
- incorporated the i2c-hid driver change into the series

I still did not implemented the final usb cleanup for hid-multitouch as it may
required few comments.

Cheers,
Benjamin

Benjamin Tissoires (8):
  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 explicit usbhid dependency
  HID: multitouch: Copyright and note on regression tests
  HID: i2c-hid: implement request() callback

 drivers/hid/Kconfig                 | 100 ++++++++++++++++++------------------
 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-thingm.c            |   1 -
 drivers/hid/hid-tmff.c              |   6 +--
 drivers/hid/hid-zpff.c              |   6 +--
 drivers/hid/i2c-hid/i2c-hid.c       |  32 ++++++++++++
 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 ++++++++++++
 40 files changed, 257 insertions(+), 221 deletions(-)

-- 
1.8.1.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-02-28 11:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 10:31 [PATCH v2 0/8] hid driver transport cleanup Benjamin Tissoires
2013-02-25 10:31 ` [PATCH v2 1/8] HID: Extend the interface with report requests Benjamin Tissoires
2013-02-25 10:31 ` [PATCH v2 2/8] HID: Extend the interface with wait io request Benjamin Tissoires
2013-02-25 10:31 ` [PATCH v2 3/8] HID: Kconfig: Remove explicit transport layer dependencies Benjamin Tissoires
2013-02-25 10:31 ` [PATCH v2 4/8] HID: use hid_hw_request() instead of direct call to usbhid Benjamin Tissoires
2013-02-25 10:31 ` [PATCH v2 5/8] HID: use hid_hw_wait() " Benjamin Tissoires
2013-02-25 10:31 ` [PATCH v2 6/8] HID: multitouch: remove explicit usbhid dependency Benjamin Tissoires
2013-02-25 10:31 ` [PATCH v2 7/8] HID: multitouch: Copyright and note on regression tests Benjamin Tissoires
2013-02-25 10:31 ` [PATCH v2 8/8] HID: i2c-hid: implement request() callback Benjamin Tissoires
2013-02-25 12:29 ` [PATCH v2 0/8] hid driver transport cleanup Jiri Kosina
2013-02-25 13:41   ` David Herrmann
2013-02-25 15:06     ` Benjamin Tissoires
2013-02-28 11:30       ` David Herrmann
2013-02-25 14:16   ` Henrik Rydberg

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).