All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Asynchronous attribute reads
@ 2015-02-19 23:33 Srinivas Pandruvada
  2015-02-19 23:33 ` [PATCH v2] HID: hid-sensor-hub: Extend API for async reads Srinivas Pandruvada
  2015-02-23 14:17 ` [PATCH v2] Asynchronous attribute reads Jiri Kosina
  0 siblings, 2 replies; 4+ messages in thread
From: Srinivas Pandruvada @ 2015-02-19 23:33 UTC (permalink / raw)
  To: jkosina, jic23; +Cc: linux-input, Srinivas Pandruvada

v2
As suggested by Jonathan reversed the logic for sync/async and
moved sensor_hub_report to begining of the function

v1
Squashed into a single patch for bisectability.

v0
Separate patches for each driver/module


Srinivas Pandruvada (1):
  HID: hid-sensor-hub: Extend API for async reads

 drivers/hid/hid-sensor-hub.c                  | 65 ++++++++++++++-------------
 drivers/iio/accel/hid-sensor-accel-3d.c       |  3 +-
 drivers/iio/gyro/hid-sensor-gyro-3d.c         |  3 +-
 drivers/iio/light/hid-sensor-als.c            |  3 +-
 drivers/iio/light/hid-sensor-prox.c           |  3 +-
 drivers/iio/magnetometer/hid-sensor-magn-3d.c |  3 +-
 drivers/iio/orientation/hid-sensor-incl-3d.c  |  3 +-
 drivers/iio/pressure/hid-sensor-press.c       |  3 +-
 drivers/rtc/rtc-hid-sensor-time.c             |  2 +-
 include/linux/hid-sensor-hub.h                | 19 +++++---
 10 files changed, 63 insertions(+), 44 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-02-23 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 23:33 [PATCH v2] Asynchronous attribute reads Srinivas Pandruvada
2015-02-19 23:33 ` [PATCH v2] HID: hid-sensor-hub: Extend API for async reads Srinivas Pandruvada
2015-02-21 19:03   ` Jonathan Cameron
2015-02-23 14:17 ` [PATCH v2] Asynchronous attribute reads Jiri Kosina

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.