summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/vcnl4035.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-06-151-1/+1
|\
| * iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* | iio: light: vcnl4035: fixed chip ID checkFrank Li2023-05-131-0/+3
|/
* iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-111-1/+1
* iio: light: vcnl4035: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio: light: vcnl4035: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron2022-07-181-9/+5
* iio:light:vcnl4035: Improve error reporting for problems during .remove()Uwe Kleine-König2022-06-111-2/+8
* iio:light:vcnl4035: Trivial whitespace cleanup to add space before }Jonathan Cameron2022-01-231-1/+1
* iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-06-161-1/+2
* iio: light: vcnl4035: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron2021-05-171-3/+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: vcnl4035 add i2c_device_idVaishnav M A2020-11-011-0/+7
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: light: Add support for vishay vcnl4035Parthiban Nallathambi2018-11-161-0/+676