aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/rpr0521.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17iio: light: rpr0521: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-6/+1
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+1
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-1/+0
2020-12-03iio:light:rpr0521: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-4/+13
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-2/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner1-4/+1
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-07-04iio: light: rpr0521 triggered bufferMikko Koivunen1-7/+329
2017-05-21iio: light: rpr0521 channel numbers reorderedMikko Koivunen1-20/+20
2017-05-21iio: light: rpr0521 proximity offset read/writeMikko Koivunen1-0/+52
2017-05-21iio: light: rpr0521 sample_frequency read/writeMikko Koivunen1-0/+117
2017-05-21iio: light: rpr0521 whitespace fixesMikko Koivunen1-0/+3
2017-05-21iio: light: rpr0521 magic number to sizeof() on value readMikko Koivunen1-1/+1
2017-05-21iio: light: rpr0521 on-off sequence change for CONFIG_PMMikko Koivunen1-24/+46
2017-05-21iio: light: rpr0521 poweroff for probe failsMikko Koivunen1-2/+15
2017-05-21iio: light: rpr0521 disable sensor -bugfixMikko Koivunen1-2/+8
2015-11-08iio: Reconcile operation order between iio_register/unregister and pm functionsAdriana Reus1-10/+4
2015-06-21iio: light: Add support for ROHM RPR0521 sensorDaniel Baluta1-0/+615