summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/cm32181.c
Commit message (Expand)AuthorAgeFilesLines
* iio: light: cm32181: Fix formatting and docrot issues in cm32181_acpi_get_cpm()Lee Jones2020-07-201-4/+4
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: light: cm32181: Fix integartion time typoHans de Goede2020-05-111-1/+1
* iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tablesHans de Goede2020-05-111-0/+101
* iio: light: cm32181: Make lux_per_bit and lux_per_bit_base_it runtime settingsHans de Goede2020-05-101-2/+6
* iio: light: cm32181: Use units of 1/100000th for calibscale and lux_per_bitHans de Goede2020-05-101-11/+11
* iio: light: cm32181: Change reg_init to use a bitmap of which registers to initHans de Goede2020-05-101-8/+6
* iio: light: cm32181: Handle CM3218 ACPI devices with 2 I2C resourcesHans de Goede2020-05-101-0/+22
* iio: light: cm32181: Clean up the probe function a bitHans de Goede2020-05-101-14/+8
* iio: light: cm32181: Add support for the CM3218Hans de Goede2020-05-101-12/+36
* iio: light: cm32181: Add some extra register definesHans de Goede2020-05-101-4/+11
* iio: light: cm32181: Add support for ACPI enumerationHans de Goede2020-05-101-0/+9
* iio: light: cm32181: Switch to new style i2c-driver probe functionHans de Goede2020-05-101-12/+3
* iio: light: cm32181: Add mod_devicetable.h and remove of_match_ptrJonathan Cameron2020-04-251-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: Export OF module alias information in missing driversJavier Martinez Canillas2015-08-021-0/+1
* iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-111-1/+0
* iio: light: cm32181: Fix typo 's/claibscale/calibscale/'Roberta Dobrescu2015-01-251-1/+1
* iio: light: cm32181: Use devm_* APIsBeomho Seo2014-06-211-10/+1
* iio: cm32181: Fix read integration time functionBeomho Seo2014-03-151-0/+1
* iio: cm32181: Change cm32181 ambient light sensor driverBeomho Seo2014-02-181-8/+8
* iio: add Capella CM32181 ambient light sensor driver.Kevin Tsai2014-01-011-0/+379