summaryrefslogtreecommitdiff
path: root/drivers/iio/light
AgeCommit message (Expand)Author
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-22iio:light:ltr501 Fix timestamp alignment issue.Jonathan Cameron
2020-08-22iio:light:max44000 Fix timestamp alignment and prevent data leak.Jonathan Cameron
2020-07-20iio: light: stk3310: add chip id for STK3311-X variantIcenowy Zheng
2020-07-20iio: light: us5182d: Fix formatting in kerneldoc function blockLee Jones
2020-07-20iio: light: si1145: Demote obvious misuse of kerneldoc to standard comment bl...Lee Jones
2020-07-20iio: light: cm32181: Fix formatting and docrot issues in cm32181_acpi_get_cpm()Lee Jones
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean
2020-06-14iio: light: lm3533-als: use iio_device_set_parent() to assign parentAlexandru Ardelean
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2020-06-14iio: cros_ec: Reapply range at resumeGwendal Grignou
2020-06-14iio: light: stk3310: Constify regmap_configRikard Falkeborn
2020-06-14iio: light: iqs621: remove usage of iio_priv_to_dev()Alexandru Ardelean
2020-06-14iio: light: tsl2563: pass iio device as i2c_client private dataAlexandru Ardelean
2020-05-22iio: light: gp2ap002: Take runtime PM reference on light readJonathan Bakker
2020-05-11iio: light: ltr501: Constify structsRikard Falkeborn
2020-05-11iio: light: cm32181: Fix integartion time typoHans de Goede
2020-05-11iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tablesHans de Goede
2020-05-10iio: light: cm32181: Make lux_per_bit and lux_per_bit_base_it runtime settingsHans de Goede
2020-05-10iio: light: cm32181: Use units of 1/100000th for calibscale and lux_per_bitHans de Goede
2020-05-10iio: light: cm32181: Change reg_init to use a bitmap of which registers to initHans de Goede
2020-05-10iio: light: cm32181: Handle CM3218 ACPI devices with 2 I2C resourcesHans de Goede
2020-05-10iio: light: cm32181: Clean up the probe function a bitHans de Goede
2020-05-10iio: light: cm32181: Add support for the CM3218Hans de Goede
2020-05-10iio: light: cm32181: Add some extra register definesHans de Goede
2020-05-10iio: light: cm32181: Add support for ACPI enumerationHans de Goede
2020-05-10iio: light: cm32181: Switch to new style i2c-driver probe functionHans de Goede
2020-05-10iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean
2020-05-03iio: vcnl4000: Add buffer support for VCNL4010/20.Mathieu Othacehe
2020-05-03iio: vcnl4000: Add sampling frequency support for VCNL4010/20.Mathieu Othacehe
2020-05-03iio: vcnl4000: Add event support for VCNL4010/20.Mathieu Othacehe
2020-05-03iio: vcnl4000: Factorize data reading and writing.Mathieu Othacehe
2020-05-03iio: vcnl4000: Fix i2c swapped word reading.Mathieu Othacehe
2020-05-03iio: light: zopt2201: Use get_unaligned_le24()Andy Shevchenko
2020-05-03iio: light: si1133: Use get_unaligned_be24()Andy Shevchenko
2020-04-25iio: light: vl6180: add include of mod_devicetable.h and drop of_match_ptrJonathan Cameron
2020-04-25iio: light: st_uvis25: Add mod_devicetable.h and drop of_match_ptrJonathan Cameron
2020-04-25iio: light: opt3001: Add mod_devicetable.h and drop use of of_match_ptrJonathan Cameron
2020-04-25iio: light: gp2ap020a00f: Swap of.h for mod_devicetable.h + drop of_match_ptrJonathan Cameron
2020-04-25iio: light: cm3232: Add mod_devicetable.h include and drop of_match_ptrJonathan Cameron
2020-04-25iio: light: cm32181: Add mod_devicetable.h and remove of_match_ptrJonathan Cameron
2020-04-25iio: light: bh1780: use mod_devicetable.h and drop of_match_ptr macroJonathan Cameron
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2020-04-19iio: vcnl4000: Export near level property for proximity sensorGuido Günther
2020-04-19iio: light: isl29125: fix iio_triggered_buffer_{predisable,postenable} positionsAlexandru Ardelean
2020-04-19iio:light:ltr501: Drop unnecessary cast of parameter in regmap_bulk_readJonathan Cameron
2020-04-19iio: tsl2772: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai