index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
ti-ads1015.c
Age
Commit message (
Expand
)
Author
2022-04-04
iio: adc: ti-ads1015: Switch to read_avail
Marek Vasut
2022-04-04
iio: adc: ti-ads1015: Replace data_rate with chip data struct ads1015_data
Marek Vasut
2022-04-04
iio: adc: ti-ads1015: Convert to OF match data
Marek Vasut
2022-04-04
iio: adc: ti-ads1015: Add static assert to test if shifted realbits fit into ...
Marek Vasut
2022-04-04
iio: adc: ti-ads1015: Add TLA2024 support
Marek Vasut
2022-04-04
iio: adc: ti-ads1015: Make channel event_spec optional
Marek Vasut
2022-04-04
iio: adc: ti-ads1015: Deduplicate channel macros
Marek Vasut
2022-04-04
iio: adc: ti-ads1015: Switch to static const writeable ranges table
Marek Vasut
2021-12-21
iio:adc:ti-ads1015: Suppress clang W=1 warning about pointer to enum conversion.
Jonathan Cameron
2021-11-17
iio: ti-ads1015: Remove shift variable ads1015_read_raw
Gwendal Grignou
2021-06-16
iio: adc: ads1015: Balance runtime pm + pm_runtime_resume_and_get()
Jonathan Cameron
2021-05-17
iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timest...
Jonathan Cameron
2020-08-22
iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not set
Maxim Kochetkov
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
2020-06-14
iio: Remove superfluous of_node assignments
Lars-Peter Clausen
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
2019-12-15
iio: adc: ti-ads1015: Make use of device property API
Andy Shevchenko
2019-12-15
iio: adc: ti-ads1015: Get rid of legacy platform data
Andy Shevchenko
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330
Thomas Gleixner
2017-10-09
Merge 4.14-rc4 into staging-next
Greg Kroah-Hartman
2017-09-03
iio: adc: ti-ads1015: add 10% to conversion wait time
Ladislav Michl
2017-09-03
iio: adc: ti-ads1015: write config register only on change
Ladislav Michl
2017-09-03
iio: adc: ti-ads1015: fix comparator polarity setting
Akinobu Mita
2017-08-22
iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
2017-08-20
iio: adc: ti-ads1015: add threshold event support
Akinobu Mita
2017-08-20
iio: adc: ti-ads1015: use iio_device_claim_direct_mode()
Akinobu Mita
2017-08-20
iio: adc: ti-ads1015: use devm_iio_triggered_buffer_setup
Akinobu Mita
2017-08-20
iio: adc: ti-ads1015: add helper to set conversion mode
Akinobu Mita
2017-08-20
iio: adc: ti-ads1015: remove unnecessary config register update
Akinobu Mita
2017-08-20
iio: adc: ti-ads1015: add adequate wait time to get correct conversion
Akinobu Mita
2017-08-20
iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
Akinobu Mita
2017-08-20
iio: adc: ti-ads1015: avoid getting stale result after runtime resume
Akinobu Mita
2017-08-20
iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
Akinobu Mita
2017-08-20
iio: adc: ti-ads1015: fix scale information for ADS1115
Akinobu Mita
2017-08-20
iio: adc: ti-ads1015: fix incorrect data rate setting update
Akinobu Mita
2017-07-27
Merge tag 'iio-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2017-07-22
iio: Convert to using %pOF instead of full_name
Rob Herring
2017-06-11
hwmon: (ads1015) move header file out of I2C realm
Wolfram Sang
2017-03-19
iio: adc: ti-ads1015: Add OF device ID table
Javier Martinez Canillas
2017-01-22
iio: adc: constify iio_info structures
Bhumika Goyal
2016-09-14
Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
2016-08-29
iio: adc: ti-ads1015: add missing of_node_put() in ads1015_get_channels_confi...
Wei Yongjun
2016-08-21
iio:ti-ads1015: fix a wrong pointer definition.
Giorgio Dal Molin
2016-07-03
iio: adc: ti-ads1015: add indio_dev->dev.of_node reference
Matt Ranostay
2016-06-30
iio:core: timestamping clock selection support
Gregor Boirie
2016-05-28
iio: adc: ti-ads1015: add datasheet names
Matt Ranostay
2016-05-21
iio: adc: ti-ads1015: add support for ADS1115 part
Matt Ranostay
2016-02-13
iio: adc: Add TI ADS1015 ADC driver support
Daniel Baluta