public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 0/2] LIS3LV02D I2C driver
@ 2009-10-01 10:06 Samu Onkalo
  2009-10-01 10:06 ` [PATCH 1/2] LIS3LV02D: axis remap, irq and resource setup / release added to platform data Samu Onkalo
  2009-10-07 16:31 ` [RFC][PATCH 0/2] LIS3LV02D I2C driver Jonathan Cameron
  0 siblings, 2 replies; 10+ messages in thread
From: Samu Onkalo @ 2009-10-01 10:06 UTC (permalink / raw)
  To: eric.piel; +Cc: linux-kernel, Samu Onkalo

These patches add I2C bus support for LIS3LV02D accelerometer driver
and possibility to use platform configurability for
remapping of device axes.

Changes are tested on linux-omap environment.
Applies to 2.6.32-rc1.

Samu Onkalo (2):
  LIS3LV02D: axis remap, irq and resource setup / release added to
    platform data
  LIS3LV02D: I2C support

 drivers/hwmon/Kconfig         |   17 ++++
 drivers/hwmon/Makefile        |    1 +
 drivers/hwmon/lis3lv02d.h     |    1 +
 drivers/hwmon/lis3lv02d_i2c.c |  183 +++++++++++++++++++++++++++++++++++++++++
 include/linux/lis3lv02d.h     |   13 +++
 5 files changed, 215 insertions(+), 0 deletions(-)
 create mode 100644 drivers/hwmon/lis3lv02d_i2c.c


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

end of thread, other threads:[~2009-10-13 10:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-01 10:06 [RFC][PATCH 0/2] LIS3LV02D I2C driver Samu Onkalo
2009-10-01 10:06 ` [PATCH 1/2] LIS3LV02D: axis remap, irq and resource setup / release added to platform data Samu Onkalo
2009-10-01 10:06   ` [PATCH 2/2] LIS3LV02D: I2C support Samu Onkalo
2009-10-02  8:20     ` Éric Piel
2009-10-07 16:31 ` [RFC][PATCH 0/2] LIS3LV02D I2C driver Jonathan Cameron
2009-10-07 17:01   ` Éric Piel
2009-10-07 17:20     ` Jonathan Cameron
2009-10-07 17:26     ` Éric Piel
2009-10-13 10:13       ` Onkalo Samu
2009-10-13 10:20         ` Trisal, Kalhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox