public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Various intel small device drivers
@ 2010-04-14 12:51 Alan Cox
  2010-04-14 12:51 ` [PATCH 1/4] hmc6352: Add driver for the HMC6352 compass Alan Cox
                   ` (4 more replies)
  0 siblings, 5 replies; 34+ messages in thread
From: Alan Cox @ 2010-04-14 12:51 UTC (permalink / raw)
  To: linux-i2c, khali, linux-input, linux-kernel

These have been through my clean up processing, in particular the accelerometers
are now using the input layer infrastructure.


---

Kalhan Trisal (4):
      emc1403: thermal sensor support
      liss331d1: accelerometer driver
      isl29020: ambient light sensor
      hmc6352: Add driver for the HMC6352 compass


 drivers/hwmon/Kconfig    |   34 ++++
 drivers/hwmon/Makefile   |    4 
 drivers/hwmon/emc1403.c  |  437 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/hwmon/hmc6352.c  |  235 +++++++++++++++++++++++++
 drivers/hwmon/isl29020.c |  243 ++++++++++++++++++++++++++
 drivers/hwmon/lis331dl.c |  286 ++++++++++++++++++++++++++++++
 6 files changed, 1239 insertions(+), 0 deletions(-)
 create mode 100644 drivers/hwmon/emc1403.c
 create mode 100644 drivers/hwmon/hmc6352.c
 create mode 100644 drivers/hwmon/isl29020.c
 create mode 100644 drivers/hwmon/lis331dl.c

-- 

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

end of thread, other threads:[~2010-04-26 10:56 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-14 12:51 [PATCH 0/4] Various intel small device drivers Alan Cox
2010-04-14 12:51 ` [PATCH 1/4] hmc6352: Add driver for the HMC6352 compass Alan Cox
2010-04-14 13:48   ` Jonathan Cameron
2010-04-14 14:32     ` Alan Cox
2010-04-14 14:51       ` Jonathan Cameron
2010-04-14 15:19         ` Alan Cox
2010-04-14 16:39           ` Jonathan Cameron
2010-04-14 21:36           ` Joe Perches
2010-04-15 12:11             ` Alan Cox
2010-04-15 15:57               ` Joe Perches
2010-04-14 16:56         ` isl29020: ALS driver as misc device Alan Cox
2010-04-14 17:01           ` Greg KH
2010-04-15 10:09             ` Jonathan Cameron
2010-04-15 11:17               ` Alan Cox
2010-04-26 10:59                 ` Jonathan Cameron
2010-04-14 12:51 ` [PATCH 2/4] isl29020: ambient light sensor Alan Cox
2010-04-14 22:45   ` Daniel Mack
2010-04-14 22:35     ` Alan Cox
2010-04-15  6:20       ` Daniel Mack
2010-04-15 10:15         ` Jonathan Cameron
2010-04-14 12:52 ` [PATCH 3/4] liss331d1: accelerometer driver Alan Cox
2010-04-14 22:12   ` Éric Piel
2010-04-14 22:34     ` Daniel Mack
2010-04-14 23:05       ` Neil Brown
2010-04-15  9:47         ` Éric Piel
2010-04-14 22:37     ` Alan Cox
2010-04-15 10:28     ` Jonathan Cameron
2010-04-15 10:02       ` Alan Cox
2010-04-15 19:12   ` Pavel Machek
2010-04-14 12:52 ` [PATCH 4/4] emc1403: thermal sensor support Alan Cox
2010-04-14 13:30 ` [PATCH 0/4] Various intel small device drivers Jean Delvare
2010-04-14 13:49   ` Alan Cox
2010-04-14 13:55     ` Jonathan Cameron
2010-04-14 14:19       ` Alan Cox

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