Re: [PATCH 3/4] liss331d1: accelerometer driver

2010-04-14 Thread Daniel Mack
On Thu, Apr 15, 2010 at 12:12:21AM +0200, Éric Piel wrote: Op 14-04-10 14:52, Alan Cox schreef: From: Kalhan Trisal kalhan.tri...@intel.com The acceleremeter driver reads the x,y,z coordinate registers and provides the information to user through the input layer Conversion to input

Re: [PATCH 2/4] isl29020: ambient light sensor

2010-04-14 Thread Daniel Mack
On Wed, Apr 14, 2010 at 01:51:49PM +0100, Alan Cox wrote: The LS driver will read the latest Lux measurement based upon the light brightness and will report the LUX output through sysfs interface. Signed-off-by: Kalhan Trisal kalhan.tri...@intel.com Signed-off-by: Alan Cox

Re: How to use kernel driver from API

2009-06-23 Thread Daniel Mack
(cc linux-i2c) On Tue, Jun 23, 2009 at 08:51:16AM +0200, Klemen Omejc wrote: I using trizepsIV module with PXA27x and ConXs board, kernel 2.6.20. I would like to have access to driver for RTC PCF8593 (PCF8583) on I2C bus from my FLTK application. What is the easy way to do that. You need to

Re: [PATCH] Added driver for ISL29003 ambient light sensor

2009-03-11 Thread Daniel Mack
On Tue, Mar 10, 2009 at 09:28:26PM -0700, Andrew Morton wrote: On Wed, 11 Mar 2009 01:31:55 +0100 Daniel Mack dan...@caiaq.de wrote: All looks fine to me. Acked-by: Jonathan Cameron ji...@cam.ac.uk I cannot find this review which Jonathan performed. Fumbled reply-to-all, or did

Re: Need help on selecting one (and only one) i2c bus

2009-03-11 Thread Daniel Mack
On Wed, Mar 11, 2009 at 06:19:18PM +0800, 伊泽 wrote: Not true. You need to provide a firmware for that device and this firmware selects the I2C slave address. Read the datasheet again. Thanks Jean, daniel, Yeah, the capsensor has the function to re-program its own slave address ,we did

Re: [PATCH 1/3] Added empty directories for hardware sensors

2009-02-28 Thread Daniel Mack
On Thu, Feb 26, 2009 at 02:24:06PM +0100, Daniel Mack wrote: This adds empty directories and the neccessary entries to Makefiles and Kconfigs in order to provide a place for hardware sensors which are not meant to be based in drivers/hwmon. Signed-off-by: Daniel Mack dan...@caiaq.de

Re: [PATCH] Added driver for ISL29003 ambient light sensor

2009-02-26 Thread Daniel Mack
On Thu, Feb 26, 2009 at 10:42:04AM +0100, Jean Delvare wrote: create mode 100644 Documentation/hwmon/isl29003 create mode 100644 drivers/hwmon/isl29003.c Still no luck, sorry. Light sensors have nothing to do with hardware monitoring. I decided to put it there because of

[PATCH 2/3] Added driver for ISL29003 ambient light sensor

2009-02-26 Thread Daniel Mack
This patch adds a driver for Intersil's ISL29003 ambient light sensor device plus some documentation. Inspired by tsl2550.c, a driver for a similar device. Signed-off-by: Daniel Mack dan...@caiaq.de --- Documentation/sensors/isl29003 | 62 + drivers/sensors/Kconfig| 12 + drivers

Finding 'orphaned' i2c drivers

2009-02-23 Thread Daniel Mack
Hi, what's the suggested way of implementing an i2c drver which does not have any other interfaces to the outside world than just the i2c device it is communicating with? More specificly, I implemented a driver for a Maxim clock generator and would like to use a proprietary interface with it from