summaryrefslogtreecommitdiff
path: root/drivers/iio/light/gp2ap002.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'iio-for-7.3a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-3/+2
2026-08-07iio: light: gp2ap002: re-enable irq if runtime suspend failsNikhil Gautam1-0/+1
2026-08-07iio: light: gp2ap002: Fix unbalanced runtime PM on repeated event writesNikhil Gautam1-3/+10
2026-07-27iio: light: Remove redundant dev_err()/dev_err_probe()Pan Chuang1-3/+1
2026-07-11iio: light: gp2ap002: Disable regulators on resume failureLaxman Acharya Padhya1-2/+8
2026-07-05iio: inkern: Use namespaced exportsRomain Gantois1-0/+1
2026-06-29iio: light: gp2ap002: fix runtime PM leak on read errorBiren Pandya1-1/+1
2026-05-31iio: Initialize i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)1-1/+1
2025-08-25iio: light: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-2/+0
2025-04-22iio: normalize array sentinel styleDavid Lechner1-1/+1
2024-11-03iio: fix write_event_config signatureJulien Stephan1-1/+1
2024-07-29iio: light: gp2ap002: Constify struct regmap_busJavier Carrasco1-1/+1
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-2/+2
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-23iio: light: gp2ap002: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-07-18iio: light: gp2ap002: Switch to DEFINE_RUNTIME_DEV_PM_OPS and pm_ptr()Jonathan Cameron1-9/+5
2021-10-20iio: light: gp2ap002: Make use of the helper function dev_err_probe()Cai Huoqing1-14/+10
2021-05-10iio: light: gp2ap002: Fix rumtime PM imbalance on errorDinghao Liu1-2/+3
2021-03-25iio: light: gp2ap002: Drop unneeded explicit castingAndy Shevchenko1-2/+1
2020-09-29iio:light:gp2ap002 fix spelling typo in commentsWang Qing1-1/+1
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-05-22iio: light: gp2ap002: Take runtime PM reference on light readJonathan Bakker1-3/+16
2020-03-08iio: light: Simplify the current to lux LUTGregor Riepl1-77/+13
2020-02-14iio: light: Add a driver for Sharp GP2AP002x00FLinus Walleij1-0/+784