aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light/isl29018.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-17staging:iio:light:isl29018 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-4/+4
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-11-19iio: isl29018: fix to return error or 0 in isl29018_write_raw()Wei Yongjun1-1/+1
2012-11-02iio: isl29018: Support suspend and resume.Bryan Freed1-0/+45
2012-09-08iio: isl29018: Support fractional ALS scaling.Bryan Freed1-2/+15
2012-06-18iio staging: fix spelling of suppression in isl29018Peter Meerwald1-8/+8
2012-05-14staging:iio:light: Use dev_to_iio_dev()Lars-Peter Clausen1-6/+6
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-2/+2
2012-04-24staging: iio: light: isl29018: use regmap for register accessLaxman Dewangan1-88/+90
2012-04-24staging: iio: light: of: Fix vendor prefix of isl29018/isl29028Laxman Dewangan1-1/+1
2012-04-18staging:iio: drop procesed_val element of chan_spec.Jonathan Cameron1-1/+0
2012-04-18staging:iio:light Add IIO_CHAN_INFO_RAW/PROCESSED entries to all drivers.Jonathan Cameron1-2/+6
2012-02-09staging:iio: isl29018: add of_match table for device-tree probingOlof Johansson1-0/+7
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-4/+3
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-4/+3
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-2/+2
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen1-13/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-0/+1
2011-10-05staging:iio:lisght:isl29018 use IIO_PROCESSED enum value.Jonathan Cameron1-1/+1
2011-09-09staging:iio:light: V3 fix out of bounds reg_cache[] accessJonathan Cameron1-9/+14
2011-09-06staging:iio: push "sysfs.h" and linux/irq.h out of iio.hJonathan Cameron1-1/+1
2011-08-23STAGING:iio:light: fix ISL29018 init to handle brownoutGrant Grundler1-0/+46
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-28staging:iio:light:isl29018: allocate device state with iio_devJonathan Cameron1-30/+22
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-2/+6
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-12/+1
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2010-10-07staging: iio: light: Adding driver for ISL29018 ALSRhyland Klein1-0/+563