summaryrefslogtreecommitdiff
path: root/drivers/iio/light/bh1780.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-11iio:light:bh1780: Remove duplicated error reporting in .remove()Uwe Kleine-König1-4/+3
2022-02-21iio:light:bh1780: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron1-9/+3
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-04-25iio: light: bh1780: use mod_devicetable.h and drop of_match_ptr macroJonathan Cameron1-4/+2
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-1/+1
2019-06-17iio: light: bh1780: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2016-05-29iio: light: bh1780: assign a static nameLinus Walleij1-1/+1
2016-05-29iio: bh1780: dereference the client properlyLinus Walleij1-2/+4
2016-05-04iio: light: bh1780: return after writeLinus Walleij1-1/+1
2016-04-16iio: light: new driver for the ROHM BH1780Linus Walleij1-0/+297