[PATCH 0/4] Various intel small device drivers

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alan Cox
Date: Wednesday, April 14, 2010 - 5:51 am

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

-- 
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/4] Various intel small device drivers, Alan Cox, (Wed Apr 14, 5:51 am)
[PATCH 2/4] isl29020: ambient light sensor, Alan Cox, (Wed Apr 14, 5:51 am)
[PATCH 3/4] liss331d1: accelerometer driver, Alan Cox, (Wed Apr 14, 5:52 am)
[PATCH 4/4] emc1403: thermal sensor support, Alan Cox, (Wed Apr 14, 5:52 am)
Re: [PATCH 0/4] Various intel small device drivers, Jean Delvare, (Wed Apr 14, 6:30 am)
Re: [PATCH 1/4] hmc6352: Add driver for the HMC6352 compass, Jonathan Cameron, (Wed Apr 14, 6:48 am)
Re: [PATCH 0/4] Various intel small device drivers, Jonathan Cameron, (Wed Apr 14, 6:55 am)
Re: [PATCH 1/4] hmc6352: Add driver for the HMC6352 compass, Jonathan Cameron, (Wed Apr 14, 7:51 am)
Re: [PATCH 1/4] hmc6352: Add driver for the HMC6352 compass, Jonathan Cameron, (Wed Apr 14, 9:39 am)
isl29020: ALS driver as misc device, Alan Cox, (Wed Apr 14, 9:56 am)
Re: isl29020: ALS driver as misc device, Greg KH, (Wed Apr 14, 10:01 am)
Re: [PATCH 3/4] liss331d1: accelerometer driver, Éric Piel, (Wed Apr 14, 3:12 pm)
Re: [PATCH 3/4] liss331d1: accelerometer driver, Daniel Mack, (Wed Apr 14, 3:34 pm)
Re: [PATCH 2/4] isl29020: ambient light sensor, Alan Cox, (Wed Apr 14, 3:35 pm)
Re: [PATCH 3/4] liss331d1: accelerometer driver, Alan Cox, (Wed Apr 14, 3:37 pm)
Re: [PATCH 2/4] isl29020: ambient light sensor, Daniel Mack, (Wed Apr 14, 3:45 pm)
Re: [PATCH 3/4] liss331d1: accelerometer driver, Neil Brown, (Wed Apr 14, 4:05 pm)
Re: [PATCH 2/4] isl29020: ambient light sensor, Daniel Mack, (Wed Apr 14, 11:20 pm)
Re: [PATCH 3/4] liss331d1: accelerometer driver, Éric Piel, (Thu Apr 15, 2:47 am)
Re: [PATCH 3/4] liss331d1: accelerometer driver, Alan Cox, (Thu Apr 15, 3:02 am)
Re: isl29020: ALS driver as misc device, Jonathan Cameron, (Thu Apr 15, 3:09 am)
Re: [PATCH 2/4] isl29020: ambient light sensor, Jonathan Cameron, (Thu Apr 15, 3:15 am)
Re: [PATCH 3/4] liss331d1: accelerometer driver, Jonathan Cameron, (Thu Apr 15, 3:28 am)
Re: isl29020: ALS driver as misc device, Alan Cox, (Thu Apr 15, 4:17 am)
Re: [PATCH 3/4] liss331d1: accelerometer driver, Pavel Machek, (Thu Apr 15, 12:12 pm)
Re: isl29020: ALS driver as misc device, Jonathan Cameron, (Mon Apr 26, 3:59 am)