summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light/isl29018.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-4.6c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-03-011-13/+15
|\
| * staging: iio: isl29018: use regmap to retrieve struct deviceAlison Schofield2016-02-241-13/+15
* | staging: iio: light: fix block comments according to kernel coding styleEva Rachel Retuya2016-02-201-4/+8
* | staging: iio: light: omit space after a castEva Rachel Retuya2016-02-201-1/+1
* | staging: iio: light: indent to match open parenthesisEva Rachel Retuya2016-02-201-11/+14
|/
* Staging: iio: light: remove exceptional & on function nameBhumika Goyal2016-02-141-4/+4
* staging: iio: Remove unused variableCristina Moraru2015-10-271-2/+0
* staging: iio: light: Remove explicit comparisonsCristina Moraru2015-10-241-2/+2
* staging: iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-111-1/+0
* staging:iio:light: Add some missing brackets to make sure code works as inten...Jonathan Cameron2015-05-071-1/+2
* staging: iio: light: isl29018: Use standard sysfs attributes for scale and in...Roberta Dobrescu2015-04-301-49/+177
* staging: iio: light: isl29018: Rename lux_scale to calibscaleRoberta Dobrescu2015-04-261-11/+11
* staging: iio: light: isl29018: Remove non-standard sysfs attributesRoberta Dobrescu2015-04-261-94/+0
* staging: iio: light: Fix quoted string split across linesRoberta Dobrescu2014-09-281-4/+4
* Staging: iio: light: Use usleep_range instead of msleepVaishali Thakkar2014-09-231-1/+1
* staging: iio: light: isl29018: add ACPI supportLaurentiu Palcu2014-09-131-6/+40
* staging: iio: light: isl29018: add support for isl29023 and isl29035Laurentiu Palcu2014-08-301-22/+141
* staging: iio: light: isl29018: fix typoLaurentiu Palcu2014-08-301-4/+4
* staging: iio: isl29018: fix sparse warning regarding incorrect type (differen...Teodora Baluta2014-08-021-1/+1
* staging: iio: isl29018: Use devm_iio_device_registerSachin Kamat2013-11-241-12/+1
* Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman2013-09-251-0/+1
|\
| * iio: isl29018: Fix uninitialized valueDerek Basehore2013-09-181-0/+1
* | staging: iio: replace strict_strto*() with kstrto*()Jingoo Han2013-09-081-9/+9
|/
* staging: iio: light: isl29018: Use devm_iio_device_allocSachin Kamat2013-08-031-11/+5
* staging:iio:light:isl29018 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-4/+4
* staging: iio: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* staging: iio: remove use of __devexitBill Pemberton2012-11-211-1/+1
* staging: iio: remove use of __devinitBill Pemberton2012-11-211-1/+1
* iio: isl29018: fix to return error or 0 in isl29018_write_raw()Wei Yongjun2012-11-191-1/+1
* iio: isl29018: Support suspend and resume.Bryan Freed2012-11-021-0/+45
* iio: isl29018: Support fractional ALS scaling.Bryan Freed2012-09-081-2/+15
* iio staging: fix spelling of suppression in isl29018Peter Meerwald2012-06-181-8/+8
* staging:iio:light: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-6/+6
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-2/+2
* staging: iio: light: isl29018: use regmap for register accessLaxman Dewangan2012-04-241-88/+90
* staging: iio: light: of: Fix vendor prefix of isl29018/isl29028Laxman Dewangan2012-04-241-1/+1
* staging:iio: drop procesed_val element of chan_spec.Jonathan Cameron2012-04-181-1/+0
* staging:iio:light Add IIO_CHAN_INFO_RAW/PROCESSED entries to all drivers.Jonathan Cameron2012-04-181-2/+6
* staging:iio: isl29018: add of_match table for device-tree probingOlof Johansson2012-02-091-0/+7
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-4/+3
|\
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-261-4/+3
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-261-2/+2
* | staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen2011-11-171-13/+1
|/
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-171-0/+1
* staging:iio:lisght:isl29018 use IIO_PROCESSED enum value.Jonathan Cameron2011-10-051-1/+1
* staging:iio:light: V3 fix out of bounds reg_cache[] accessJonathan Cameron2011-09-091-9/+14
* staging:iio: push "sysfs.h" and linux/irq.h out of iio.hJonathan Cameron2011-09-061-1/+1
* STAGING:iio:light: fix ISL29018 init to handle brownoutGrant Grundler2011-08-231-0/+46
* staging:iio:light:isl29018: Convert some of the isl29018 driver to the new ii...Bryan Freed2011-07-081-90/+78
OpenPOWER on IntegriCloud