summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/ti-ads1015.c
AgeCommit message (Expand)Author
2023-09-12iio: adc: ti-ads1015: Simplify probe()Biju Das
2023-09-12iio: adc: ti-ads1015: Add edge trigger supportMarek Vasut
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-23iio: adc: ti-ads1015: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-06-11iio:adc:ti-ads1015: Improve error reporting for problems during .remove()Uwe Kleine-König
2022-04-04iio: adc: ti-ads1015: Switch to read_availMarek Vasut
2022-04-04iio: adc: ti-ads1015: Replace data_rate with chip data struct ads1015_dataMarek Vasut
2022-04-04iio: adc: ti-ads1015: Convert to OF match dataMarek Vasut
2022-04-04iio: adc: ti-ads1015: Add static assert to test if shifted realbits fit into ...Marek Vasut
2022-04-04iio: adc: ti-ads1015: Add TLA2024 supportMarek Vasut
2022-04-04iio: adc: ti-ads1015: Make channel event_spec optionalMarek Vasut
2022-04-04iio: adc: ti-ads1015: Deduplicate channel macrosMarek Vasut
2022-04-04iio: adc: ti-ads1015: Switch to static const writeable ranges tableMarek Vasut
2021-12-21iio:adc:ti-ads1015: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron
2021-11-17iio: ti-ads1015: Remove shift variable ads1015_read_rawGwendal Grignou
2021-06-16iio: adc: ads1015: Balance runtime pm + pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron
2020-08-22iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not setMaxim Kochetkov
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2019-12-15iio: adc: ti-ads1015: Make use of device property APIAndy Shevchenko
2019-12-15iio: adc: ti-ads1015: Get rid of legacy platform dataAndy Shevchenko
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman
2017-09-03iio: adc: ti-ads1015: add 10% to conversion wait timeLadislav Michl
2017-09-03iio: adc: ti-ads1015: write config register only on changeLadislav Michl
2017-09-03iio: adc: ti-ads1015: fix comparator polarity settingAkinobu Mita
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2017-08-20iio: adc: ti-ads1015: add threshold event supportAkinobu Mita
2017-08-20iio: adc: ti-ads1015: use iio_device_claim_direct_mode()Akinobu Mita
2017-08-20iio: adc: ti-ads1015: use devm_iio_triggered_buffer_setupAkinobu Mita
2017-08-20iio: adc: ti-ads1015: add helper to set conversion modeAkinobu Mita
2017-08-20iio: adc: ti-ads1015: remove unnecessary config register updateAkinobu Mita
2017-08-20iio: adc: ti-ads1015: add adequate wait time to get correct conversionAkinobu Mita
2017-08-20iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacksAkinobu Mita
2017-08-20iio: adc: ti-ads1015: avoid getting stale result after runtime resumeAkinobu Mita
2017-08-20iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not setAkinobu Mita
2017-08-20iio: adc: ti-ads1015: fix scale information for ADS1115Akinobu Mita
2017-08-20iio: adc: ti-ads1015: fix incorrect data rate setting updateAkinobu Mita
2017-07-27Merge tag 'iio-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2017-07-22iio: Convert to using %pOF instead of full_nameRob Herring
2017-06-11hwmon: (ads1015) move header file out of I2C realmWolfram Sang
2017-03-19iio: adc: ti-ads1015: Add OF device ID tableJavier Martinez Canillas
2017-01-22iio: adc: constify iio_info structuresBhumika Goyal
2016-09-14Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2016-08-29iio: adc: ti-ads1015: add missing of_node_put() in ads1015_get_channels_confi...Wei Yongjun
2016-08-21iio:ti-ads1015: fix a wrong pointer definition.Giorgio Dal Molin
2016-07-03iio: adc: ti-ads1015: add indio_dev->dev.of_node referenceMatt Ranostay