summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/bh1780.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: light: bh1780: 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:bh1780: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-4/+3
* iio:light:bh1780: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-9/+3
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: light: bh1780: use mod_devicetable.h and drop of_match_ptr macroJonathan Cameron2020-04-251-4/+2
* Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-07-011-1/+1
|\
| * iio: light: bh1780: simplify getting the adapter of a clientWolfram Sang2019-06-171-1/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: light: bh1780: assign a static nameLinus Walleij2016-05-291-1/+1
* iio: bh1780: dereference the client properlyLinus Walleij2016-05-291-2/+4
* iio: light: bh1780: return after writeLinus Walleij2016-05-041-1/+1
* iio: light: new driver for the ROHM BH1780Linus Walleij2016-04-161-0/+297