index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
ti-ads1015.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-05
iio: adc: standardize on formatting for id match tables
Jonathan Cameron
1
-2
/
+2
2024-08-03
iio: adc: ti-ads1015: make use of iio_get_masklength()
Nuno Sa
1
-1
/
+1
2024-04-29
iio: adc: ti-ads1015: use device_for_each_child_node_scoped()
Lincoln Yuji
1
-4
/
+1
2024-01-22
iio: adc: ti-ads1015: Use correct pga upper bound
Mohammed Billoo
1
-1
/
+1
2023-09-12
iio: adc: ti-ads1015: Simplify probe()
Biju Das
1
-4
/
+1
2023-09-12
iio: adc: ti-ads1015: Add edge trigger support
Marek Vasut
1
-0
/
+2
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-11-23
iio: adc: ti-ads1015: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-06-11
iio:adc:ti-ads1015: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-1
/
+7
2022-04-04
iio: adc: ti-ads1015: Switch to read_avail
Marek Vasut
1
-45
/
+67
2022-04-04
iio: adc: ti-ads1015: Replace data_rate with chip data struct ads1015_data
Marek Vasut
1
-8
/
+10
2022-04-04
iio: adc: ti-ads1015: Convert to OF match data
Marek Vasut
1
-55
/
+55
2022-04-04
iio: adc: ti-ads1015: Add static assert to test if shifted realbits fit into ...
Marek Vasut
1
-2
/
+24
2022-04-04
iio: adc: ti-ads1015: Add TLA2024 support
Marek Vasut
1
-2
/
+51
2022-04-04
iio: adc: ti-ads1015: Make channel event_spec optional
Marek Vasut
1
-22
/
+38
2022-04-04
iio: adc: ti-ads1015: Deduplicate channel macros
Marek Vasut
1
-64
/
+22
2022-04-04
iio: adc: ti-ads1015: Switch to static const writeable ranges table
Marek Vasut
1
-12
/
+9
2021-12-21
iio:adc:ti-ads1015: Suppress clang W=1 warning about pointer to enum conversion.
Jonathan Cameron
1
-1
/
+1
2021-11-17
iio: ti-ads1015: Remove shift variable ads1015_read_raw
Gwendal Grignou
1
-5
/
+3
2021-06-16
iio: adc: ads1015: Balance runtime pm + pm_runtime_resume_and_get()
Jonathan Cameron
1
-4
/
+1
2021-05-17
iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timest...
Jonathan Cameron
1
-4
/
+8
2020-08-22
iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not set
Maxim Kochetkov
1
-0
/
+10
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
1
-2
/
+0
2020-06-14
iio: Remove superfluous of_node assignments
Lars-Peter Clausen
1
-1
/
+0
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2019-12-15
iio: adc: ti-ads1015: Make use of device property API
Andy Shevchenko
1
-31
/
+26
2019-12-15
iio: adc: ti-ads1015: Get rid of legacy platform data
Andy Shevchenko
1
-10
/
+8
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330
Thomas Gleixner
1
-4
/
+1
2017-10-09
Merge 4.14-rc4 into staging-next
Greg Kroah-Hartman
1
-3
/
+5
2017-09-03
iio: adc: ti-ads1015: add 10% to conversion wait time
Ladislav Michl
1
-0
/
+1
2017-09-03
iio: adc: ti-ads1015: write config register only on change
Ladislav Michl
1
-10
/
+9
2017-09-03
iio: adc: ti-ads1015: fix comparator polarity setting
Akinobu Mita
1
-3
/
+5
2017-08-22
iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
1
-2
/
+0
2017-08-20
iio: adc: ti-ads1015: add threshold event support
Akinobu Mita
1
-2
/
+407
2017-08-20
iio: adc: ti-ads1015: use iio_device_claim_direct_mode()
Akinobu Mita
1
-8
/
+7
2017-08-20
iio: adc: ti-ads1015: use devm_iio_triggered_buffer_setup
Akinobu Mita
1
-12
/
+5
2017-08-20
iio: adc: ti-ads1015: add helper to set conversion mode
Akinobu Mita
1
-12
/
+11
2017-08-20
iio: adc: ti-ads1015: remove unnecessary config register update
Akinobu Mita
1
-14
/
+4
2017-08-20
iio: adc: ti-ads1015: add adequate wait time to get correct conversion
Akinobu Mita
1
-12
/
+19
2017-08-20
iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
Akinobu Mita
1
-1
/
+1
2017-08-20
iio: adc: ti-ads1015: avoid getting stale result after runtime resume
Akinobu Mita
1
-2
/
+16
2017-08-20
iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
Akinobu Mita
1
-0
/
+7
2017-08-20
iio: adc: ti-ads1015: fix scale information for ADS1115
Akinobu Mita
1
-24
/
+24
2017-08-20
iio: adc: ti-ads1015: fix incorrect data rate setting update
Akinobu Mita
1
-17
/
+10
2017-07-27
Merge tag 'iio-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
1
-8
/
+8
2017-07-22
iio: Convert to using %pOF instead of full_name
Rob Herring
1
-8
/
+8
2017-06-11
hwmon: (ads1015) move header file out of I2C realm
Wolfram Sang
1
-1
/
+1
2017-03-19
iio: adc: ti-ads1015: Add OF device ID table
Javier Martinez Canillas
1
-2
/
+22
2017-01-22
iio: adc: constify iio_info structures
Bhumika Goyal
1
-2
/
+2
[next]