index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
max1027.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-19
Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...
Greg Kroah-Hartman
1
-77
/
+201
2021-10-19
iio: adc: max1027: fix error code in max1027_wait_eoc()
Dan Carpenter
1
-1
/
+1
2021-10-19
iio: adc: max1027: Don't reject external triggers when there is no IRQ
Miquel Raynal
1
-9
/
+14
2021-10-19
iio: adc: max1027: Allow all kind of triggers to be used
Miquel Raynal
1
-14
/
+14
2021-10-19
iio: adc: max1027: Use the EOC IRQ when populated for single reads
Miquel Raynal
1
-4
/
+39
2021-10-19
iio: adc: max1027: Stop requesting a threaded IRQ
Miquel Raynal
1
-6
/
+4
2021-10-19
iio: adc: max1027: Introduce an end of conversion helper
Miquel Raynal
1
-2
/
+16
2021-10-19
iio: adc: max1027: Separate the IRQ handler from the read logic
Miquel Raynal
1
-4
/
+19
2021-10-19
iio: adc: max1027: Prevent single channel accesses during buffer reads
Miquel Raynal
1
-4
/
+7
2021-10-19
iio: adc: max1027: Create a helper to configure the channels to scan
Miquel Raynal
1
-12
/
+15
2021-10-19
iio: adc: max1027: Ensure a default cnvst trigger configuration
Miquel Raynal
1
-4
/
+5
2021-10-19
iio: adc: max1027: Simplify the _set_trigger_state() helper
Miquel Raynal
1
-9
/
+10
2021-10-19
iio: adc: max1027: Create a helper to enable/disable the cnvst trigger
Miquel Raynal
1
-16
/
+25
2021-10-19
iio: adc: max1027: Rename a helper
Miquel Raynal
1
-2
/
+2
2021-10-19
iio: adc: max1027: Minimize the number of converted channels
Miquel Raynal
1
-7
/
+53
2021-10-19
iio: adc: max1027: Drop useless debug messages
Miquel Raynal
1
-4
/
+0
2021-10-19
iio: adc: max1027: Drop extra warning message
Miquel Raynal
1
-3
/
+1
2021-10-19
iio: adc: max1027: Fix style
Miquel Raynal
1
-7
/
+7
2021-09-14
iio: adc: max1027: Fix the number of max1X31 channels
Miquel Raynal
1
-1
/
+0
2021-09-14
iio: adc: max1027: Fix wrong shift with 12-bit devices
Miquel Raynal
1
-1
/
+1
2021-06-13
iio: adc: remove unused private data assigned with spi_set_drvdata()
Alexandru Ardelean
1
-2
/
+0
2021-03-25
iio: fix devm_iio_trigger_alloc with parent.cocci
Gwendal Grignou
1
-1
/
+0
2020-07-07
iio:adc:max1027: drop of_match_ptr and CONFIG_OF protections
Jonathan Cameron
1
-3
/
+2
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-08
iio: adc: max1027: fix not unregistered iio trigger
Chuhong Yuan
1
-1
/
+7
2019-10-15
iio: adc: max1027: Introduce 12-bit devices support
Miquel Raynal
1
-1
/
+37
2019-10-15
iio: adc: max1027: Prepare the introduction of different resolutions
Miquel Raynal
1
-42
/
+32
2019-10-15
iio: adc: max1027: Reset the device at probe time
Miquel Raynal
1
-0
/
+8
2019-10-15
iio: adc: max1027: Make it optional to use interrupts
Miquel Raynal
1
-27
/
+32
2019-10-15
iio: adc: max1027: Add debugfs register read support
Miquel Raynal
1
-2
/
+5
2019-08-18
iio: adc: max1027: Use device-managed APIs
Chuhong Yuan
1
-31
/
+7
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-06-12
treewide: devm_kmalloc() -> devm_kmalloc_array()
Kees Cook
1
-2
/
+2
2017-08-22
iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
1
-2
/
+0
2017-04-02
iio: adc: Remove unnecessary cast on void pointer
simran singhal
1
-1
/
+1
2016-09-27
iio:max1027: Use iio_trigger_validate_own_device() helper
Lars-Peter Clausen
1
-12
/
+1
2016-09-24
drivers: iio: max1027: Fix sparse warning: "dubious: x | !y"
Sandhya Bankar
1
-1
/
+3
2016-07-03
iio: adc: add missing of_node references to iio_dev
Matt Ranostay
1
-0
/
+1
2015-11-05
Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-1
/
+0
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2015-08-22
iio: adc: max1027: Set struct spi_driver .of_match_table
Javier Martinez Canillas
1
-0
/
+1
2015-03-06
treewide: Fix typo in printk messages
Masanari Iida
1
-1
/
+1
2014-06-28
iio: add support of the max1027
Philippe Reynes
1
-0
/
+521