summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/rpr0521.c
Commit message (Expand)AuthorAgeFilesLines
* iio: light: rpr0521: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-6/+1
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+1
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-1/+0
* iio:light:rpr0521: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-12-031-4/+13
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-2/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* iio: light: rpr0521 triggered bufferMikko Koivunen2017-07-041-7/+329
* iio: light: rpr0521 channel numbers reorderedMikko Koivunen2017-05-211-20/+20
* iio: light: rpr0521 proximity offset read/writeMikko Koivunen2017-05-211-0/+52
* iio: light: rpr0521 sample_frequency read/writeMikko Koivunen2017-05-211-0/+117
* iio: light: rpr0521 whitespace fixesMikko Koivunen2017-05-211-0/+3
* iio: light: rpr0521 magic number to sizeof() on value readMikko Koivunen2017-05-211-1/+1
* iio: light: rpr0521 on-off sequence change for CONFIG_PMMikko Koivunen2017-05-211-24/+46
* iio: light: rpr0521 poweroff for probe failsMikko Koivunen2017-05-211-2/+15
* iio: light: rpr0521 disable sensor -bugfixMikko Koivunen2017-05-211-2/+8
* iio: Reconcile operation order between iio_register/unregister and pm functionsAdriana Reus2015-11-081-10/+4
* iio: light: Add support for ROHM RPR0521 sensorDaniel Baluta2015-06-211-0/+615