02 Aug, 2015
1 commit
-
The I2C core always reports the MODALIAS uevent as "i2c:
Signed-off-by: Jonathan Cameron
12 Jul, 2015
1 commit
-
i2c_driver does not need to set an owner because i2c_register_driver()
will set it.Signed-off-by: Krzysztof Kozlowski
Signed-off-by: Jonathan Cameron
26 Jan, 2015
1 commit
-
Signed-off-by: Roberta Dobrescu
Reviewed-by: Daniel Baluta
Signed-off-by: Jonathan Cameron
21 Jun, 2014
1 commit
-
This patch changes API from iio_device_register() to devm_* API.
Using API make code simpler.Signed-off-by: Beomho Seo
Signed-off-by: Jonathan Cameron
15 Mar, 2014
1 commit
-
In read integration time function, assign 0 to val.
Because, prevent return inaccurate value when call read integration time.
Cc: Stable@vger.kernel.org
Cc: Kevin Tsai
Signed-off-by: Beomho Seo
Signed-off-by: Jonathan Cameron
18 Feb, 2014
1 commit
-
Integration time of cm32181 is guessed about milliseconds.
But cm32181_read_als_it function return IIO_VAL_INT.
So fixed to return IIO_VAL_INT_PLUS_MICRO.
Next, add .write_raw_get_fmt callback function for call iio_str_to_fixpoint.v2: cm32181_write_als_id function fixed as it was.
Cc: Kevin Tsai
Signed-off-by: Beomho Seo
Signed-off-by: Jonathan Cameron
01 Jan, 2014
1 commit
-
Add Capella Microsystem CM32181 Ambient Light Sensor IIO driver.
This driver will convert raw data to lux value under open-air
condition. Change the calibscale based on the cover material.Signed-off-by: Kevin Tsai
Signed-off-by: Jonathan Cameron