summaryrefslogtreecommitdiff
path: root/drivers/iio/light/apds9960.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-06iio: light: apds9960: fix wrong register for gesture gainAlejandro Concepción Rodríguez1-6/+6
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal1-1/+0
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean1-9/+7
2021-01-10iio:light:apds9960 add detection for MSHW0184 ACPI device in apds9960 driverMax Leiter1-0/+8
2020-10-31iio: light: apds9960: remove unneeded semicolonTom Rix1-1/+1
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-12-15iio: apds9960: Drop GPIO includesLinus Walleij1-2/+0
2019-07-27iio: light: apds9960: Fix a typoChristophe JAILLET1-1/+1
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2018-02-18iio: add SPDX identifier for various driversMatt Ranostay1-12/+4
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-04-14iio: light: apds9960: add system-wide suspendMatt Ranostay1-0/+2
2017-04-01iio: light: apds9960: constify attribute_group structuressimran singhal1-1/+1
2017-03-19iio: light: apds9960: Add OF device ID tableJavier Martinez Canillas1-0/+7
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-2/+2
2016-06-03iio: light apds9960: Add the missing dev.parentYong Li1-0/+1
2016-04-27Merge tag 'iio-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-4/+9
2016-04-24iio: light: apds9960: silence uninitialized variable warningDan Carpenter1-2/+3
2016-04-16iio: light apds9960: fix wrong use of braceSlawomir Stepien1-2/+6
2016-03-20iio: light: apds9960: correct FIFO check conditionMatt Ranostay1-1/+2
2015-11-21iio: light: apds9960: correct ->last_busy countMatt Ranostay1-0/+1
2015-10-12iio:light:apds9960 Fix sparse endian warnings.Jonathan Cameron1-3/+3
2015-09-23iio: light: apds9960: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2015-09-23iio: apds9960: light: fix simple_return.cocci warningskbuild test robot1-5/+1
2015-08-31iio: light: add APDS9960 ALS + promixity driverMatt Ranostay1-0/+1135