public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 try 2] LIS3LV02D I2C driver
@ 2009-10-05  7:24 Samu Onkalo
  2009-10-05  7:24 ` [PATCH 1/2] LIS3LV02D: axis remap and resource setup / release Samu Onkalo
  2009-10-05  8:25 ` [PATCH 0/2 try 2] LIS3LV02D I2C driver Éric Piel
  0 siblings, 2 replies; 8+ messages in thread
From: Samu Onkalo @ 2009-10-05  7:24 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-rc3.

Samu Onkalo (2):
  LIS3LV02D: axis remap and resource setup / release
  LIS3LV02D: I2C support

 drivers/hwmon/Kconfig         |   17 ++++
 drivers/hwmon/Makefile        |    1 +
 drivers/hwmon/lis3lv02d_i2c.c |  184 +++++++++++++++++++++++++++++++++++++++++
 include/linux/lis3lv02d.h     |   12 +++
 4 files changed, 214 insertions(+), 0 deletions(-)
 create mode 100644 drivers/hwmon/lis3lv02d_i2c.c


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [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
  0 siblings, 1 reply; 8+ 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] 8+ messages in thread

end of thread, other threads:[~2009-10-05  8:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-05  7:24 [PATCH 0/2 try 2] LIS3LV02D I2C driver Samu Onkalo
2009-10-05  7:24 ` [PATCH 1/2] LIS3LV02D: axis remap and resource setup / release Samu Onkalo
2009-10-05  7:24   ` [PATCH 2/2] LIS3LV02D: I2C support Samu Onkalo
2009-10-05  8:25     ` Éric Piel
2009-10-05  8:25   ` [PATCH 1/2] LIS3LV02D: axis remap and resource setup / release Éric Piel
2009-10-05  8:25 ` [PATCH 0/2 try 2] LIS3LV02D I2C driver Éric Piel
  -- strict thread matches above, loose matches on Subject: below --
2009-10-01 10:06 [RFC][PATCH 0/2] " 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

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