summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/cm32181.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-21iio: light: cm32181: make cm32181_pm_ops staticsunliming1-1/+1
2022-07-07iio: light: cm32181: Add PM supportKai-Heng Feng1-0/+22
2020-07-20iio: light: cm32181: Fix formatting and docrot issues in cm32181_acpi_get_cpm()Lee Jones1-4/+4
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-05-11iio: light: cm32181: Fix integartion time typoHans de Goede1-1/+1
2020-05-11iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tablesHans de Goede1-0/+101
2020-05-10iio: light: cm32181: Make lux_per_bit and lux_per_bit_base_it runtime settingsHans de Goede1-2/+6
2020-05-10iio: light: cm32181: Use units of 1/100000th for calibscale and lux_per_bitHans de Goede1-11/+11
2020-05-10iio: light: cm32181: Change reg_init to use a bitmap of which registers to initHans de Goede1-8/+6
2020-05-10iio: light: cm32181: Handle CM3218 ACPI devices with 2 I2C resourcesHans de Goede1-0/+22
2020-05-10iio: light: cm32181: Clean up the probe function a bitHans de Goede1-14/+8
2020-05-10iio: light: cm32181: Add support for the CM3218Hans de Goede1-12/+36
2020-05-10iio: light: cm32181: Add some extra register definesHans de Goede1-4/+11
2020-05-10iio: light: cm32181: Add support for ACPI enumerationHans de Goede1-0/+9
2020-05-10iio: light: cm32181: Switch to new style i2c-driver probe functionHans de Goede1-12/+3
2020-04-25iio: light: cm32181: Add mod_devicetable.h and remove of_match_ptrJonathan Cameron1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2015-08-02iio: Export OF module alias information in missing driversJavier Martinez Canillas1-0/+1
2015-07-11iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-01-25iio: light: cm32181: Fix typo 's/claibscale/calibscale/'Roberta Dobrescu1-1/+1
2014-06-21iio: light: cm32181: Use devm_* APIsBeomho Seo1-10/+1
2014-03-15iio: cm32181: Fix read integration time functionBeomho Seo1-0/+1
2014-02-18iio: cm32181: Change cm32181 ambient light sensor driverBeomho Seo1-8/+8
2014-01-01iio: add Capella CM32181 ambient light sensor driver.Kevin Tsai1-0/+379