summaryrefslogtreecommitdiff
path: root/drivers/iio/light/cm36651.c
AgeCommit message (Expand)Author
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-23iio: light: cm36651: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2021-10-19iio: light: cm36651: Make use of the helper function dev_err_probe()Cai Huoqing
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2019-09-08iio: light: cm36651: redundant assignment to variable retColin Ian King
2019-07-27iio: light: cm36651: convert to i2c_new_dummy_deviceWolfram Sang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2016-06-30iio:core: timestamping clock selection supportGregor Boirie
2015-08-02iio: Export OF module alias information in missing driversJavier Martinez Canillas
2015-07-11iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2014-03-22iio: cm36651: Fix i2c client leak and possible NULL pointer dereferenceKrzysztof Kozlowski
2014-02-18iio: cm36651: Fix read/write integration time function.Beomho Seo
2013-12-24Merge tag 'iio-for-3.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2013-12-22iio: cm36651: Remove redundant of_match_ptr helperSachin Kamat
2013-12-15iio: cm36651: Changed return value of read functionBeomho Seo
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen
2013-12-08iio:cm36651: Convert to new event config interfaceLars-Peter Clausen
2013-10-17iio: cm36651: Add CM36651 proximity/light sensorBeomho Seo