aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-11Staging: iio/light/tsl2563: fix compile warningDan Carpenter1-1/+1
2011-10-11Staging: iio/light/tsl2563: unlock on an error pathDan Carpenter1-1/+2
2011-10-05staging:iio:lisght:isl29018 use IIO_PROCESSED enum value.Jonathan Cameron1-1/+1
2011-09-26staging: iio: Move sensor drivers to sub menusManuel Stahl1-1/+3
2011-09-09staging:iio:light: V3 fix out of bounds reg_cache[] accessJonathan Cameron1-9/+14
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-4/+5
2011-09-06staging:iio:events - new 64 bit code structure and push out drivers.Jonathan Cameron1-6/+6
2011-09-06staging:iio:light:tsl2563 remove unused headers.Jonathan Cameron1-2/+0
2011-09-06staging:iio:light:tsl2563 remove use of IIO_CHAN macro and make use modifier defines.Jonathan Cameron1-9/+19
2011-09-06staging:iio: push "sysfs.h" and linux/irq.h out of iio.hJonathan Cameron2-1/+2
2011-09-06staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron1-2/+1
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-23STAGING:iio:light: fix ISL29018 init to handle brownoutGrant Grundler1-0/+46
2011-08-23staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TYPE> etcJonathan Cameron1-1/+1
2011-08-23staging:iio:light:tsl2583 allocate chip state with iio_devJonathan Cameron1-115/+101
2011-08-23staging:iio:trivial sparse related cleanups.Jonathan Cameron2-3/+3
2011-07-08staging:iio:light:isl29018: Convert some of the isl29018 driver to the new iio_chan_spec framework.Bryan Freed1-90/+78
2011-07-08staging:iio:light:isl29018: Fix the "Init of isl29018 fails" failure.Bryan Freed1-3/+3
2011-07-05staging: iio: light sensor: Add a calibscale file to the isl29018 light sensor driver.Bryan Freed1-1/+34
2011-06-28iio: light sensor: Add SMBUS support to the tsl2563 driver.Bryan Freed1-61/+45
2011-06-28iio: light sensor: Fix a panic in the tsl2563 driver.Bryan Freed1-0/+2
2011-06-28iio: light sensor: Fix a panic in the tsl2563 driver.Bryan Freed1-8/+9
2011-06-28staging: iio light Kconfig fixletmaximilian attems1-1/+1
2011-06-28staging:iio:light:isl29018: allocate device state with iio_devJonathan Cameron1-30/+22
2011-05-19staging:iio: Trivial kconfig reorganization and uniformity improvements.Jonathan Cameron1-13/+13
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron3-12/+30
2011-05-19staging:iio:light:tsl2563: chan_spec based channel setup.Jonathan Cameron1-206/+117
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-12/+1
2011-05-19staging:iio:light:tsl2563 remove old style event registration.Jonathan Cameron1-43/+19
2011-04-25staging:iio:light:tsl2563 constify gain level table.Jonathan Cameron1-2/+2
2011-04-25staging:iio:tsl2563 take advantage of new iio_device_allocate private data.Jonathan Cameron1-39/+29
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron3-3/+3
2011-04-25staging: iio: TAOS tsl258x: Device driverJon Brenner3-0/+967
2010-10-08staging: iio: light remove empty light.h fileJonathan Cameron1-5/+0
2010-10-08staging: iio: tsl2563 event attribute name updatesJonathan Cameron1-14/+14
2010-10-08staging: iio: tsl2563 move to new event numbering scheme and remove old definitionsJonathan Cameron2-4/+5
2010-10-07staging: iio: light: Adding driver for ISL29018 ALSRhyland Klein3-0/+576
2010-07-08staging:iio: tsl2563 abi fixes and interrupt handlingJonathan Cameron2-96/+300
2010-06-18Staging: iio: standardize kconfig/makefile spacing/styleMike Frysinger1-1/+0
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-3/+15
2010-05-11Staging: iio: light: tsl2563: fix static sparse warningGreg Kroah-Hartman1-1/+1
2010-05-11Staging: iio: light trivial whitespace fixJonathan Cameron1-1/+1
2010-05-11staging:iio:tsl2563 add a name attribute under the iioJonathan Cameron1-0/+12
2010-05-11staging:iio:tsl2563: change lux to illuminance0_input to match new abiJonathan Cameron1-2/+2
2010-04-30Staging: iio: light: fix dangling pointersWolfram Sang1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-11Staging: IIO: Add tsl2560-2 support to tsl2563 driver.Jonathan Cameron2-8/+9
2009-12-11Staging: IIO: Remove tsl2561 driver. Support merged with tsl2563.Jonathan Cameron3-282/+0
2009-12-11Staging: iio: tsl2563 ambient light sensor driverAmit Kucheria4-0/+793