index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
xilinx-xadc-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: xilinx-xadc-core: Use local variable in xadc_read_raw
Gwendal Grignou
2021-11-17
1
-1
/
+1
*
iio: xilinx-xadc: Make IRQ optional
Lars-Peter Clausen
2021-11-17
1
-22
/
+40
*
iio: xilinx-xadc: Remove `irq` field from state struct
Lars-Peter Clausen
2021-10-20
1
-3
/
+2
*
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
1
-1
/
+1
*
iio: xilinx-xadc: Remove code to set trigger parent
Gwendal Grignou
2021-03-25
1
-1
/
+0
*
iio: adc: xilinx: use more devres helpers and remove remove()
Bartosz Golaszewski
2021-01-09
1
-78
/
+55
*
iio: adc: xilinx: use devm_krealloc() instead of kfree() + kcalloc()
Bartosz Golaszewski
2021-01-09
1
-5
/
+12
*
iio: adc: xilinx: use helper variable for &pdev->dev
Bartosz Golaszewski
2021-01-09
1
-6
/
+7
*
iio: xilinx-xadc: Add basic support for Ultrascale System Monitor
Lars-Peter Clausen
2021-01-09
1
-51
/
+152
*
iio: adc: xilinx-xadc: use devm_krealloc()
Bartosz Golaszewski
2020-09-08
1
-8
/
+8
*
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
2020-06-20
1
-2
/
+0
*
iio: Remove superfluous of_node assignments
Lars-Peter Clausen
2020-06-14
1
-1
/
+0
*
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
2020-06-14
1
-1
/
+0
*
Merge 5.7-rc3 into staging-next
Greg Kroah-Hartman
2020-04-27
1
-21
/
+74
|
\
|
*
iio: xilinx-xadc: Make sure not exceed maximum samplerate
Lars-Peter Clausen
2020-04-19
1
-18
/
+60
|
*
iio: xilinx-xadc: Fix sequencer configuration for aux channels in simultaneou...
Lars-Peter Clausen
2020-04-19
1
-0
/
+10
|
*
iio: xilinx-xadc: Fix clearing interrupt when enabling trigger
Lars-Peter Clausen
2020-04-19
1
-1
/
+1
|
*
iio: xilinx-xadc: Fix ADC-B powerdown
Lars-Peter Clausen
2020-04-19
1
-2
/
+3
*
|
iio: xilinx-xadc: Fix typo
Lars-Peter Clausen
2020-04-19
1
-1
/
+1
*
|
iio: xilinx-xadc: Fix typo in author's name
Lars-Peter Clausen
2020-03-21
1
-1
/
+1
|
/
*
iio: adc: xilinx-xadc: use devm_platform_ioremap_resource
Jonathan Cameron
2019-10-18
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177
Thomas Gleixner
2019-05-30
1
-2
/
+1
*
iio: adc: xilinx: prevent touching unclocked h/w on remove
Sven Van Asbroeck
2019-03-16
1
-1
/
+1
*
iio: adc: xilinx: fix potential use-after-free on probe
Sven Van Asbroeck
2019-03-16
1
-0
/
+1
*
iio: adc: xilinx: fix potential use-after-free on remove
Sven Van Asbroeck
2019-03-16
1
-1
/
+1
*
iio: adc: xilinx: check return value of xadc_write_adc_reg
Aditya Pakki
2019-01-05
1
-1
/
+3
*
iio: adc: xilinx: Move request_irq before enabling interrupts
Manish Narani
2018-07-29
1
-4
/
+4
*
iio: adc: xilinx: Remove platform_get_irq from xadc_remove function
Manish Narani
2018-07-29
1
-5
/
+5
*
iio: adc: xilinx: limit pcap clock frequency value
Manish Narani
2018-07-29
1
-0
/
+15
*
iio: adc: xilinx: Check for return values in clk related functions
Manish Narani
2018-07-29
1
-2
/
+9
*
iio: adc: xilinx: Remove dead code from xadc_zynq_setup
Manish Narani
2018-07-23
1
-3
/
+1
*
iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
2017-08-22
1
-2
/
+0
*
iio: adc: xilinx: Handle return value of clk_prepare_enable
Arvind Yadav
2017-06-03
1
-1
/
+4
*
iio: adc: xilinx: Fix error handling
Christophe JAILLET
2017-02-25
1
-3
/
+3
*
Merge tag 'iio-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
2015-12-01
1
-1
/
+1
|
\
|
*
iio: adc: xilinx: constify iio_buffer_setup_ops structure
Julia Lawall
2015-11-18
1
-1
/
+1
*
|
Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
2015-11-18
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
iio: adc: xilinx: Fix VREFN scale
Thomas Betker
2015-11-15
1
-0
/
+1
*
|
iio: adc: xilinx-xadc: Push interrupts into hardirq context
Xander Huff
2015-08-16
1
-27
/
+10
|
/
*
iio: adc: xilinx: Fix VREFN sign
Thomas Betker
2015-04-19
1
-1
/
+1
*
iio: adc: xilinx: Fix VREFP scale
Thomas Betker
2015-04-19
1
-0
/
+1
*
iio: adc: xilinx: Fix "vccaux" channel .address
Thomas Betker
2015-04-19
1
-1
/
+1
*
Merge 3.17-rc6 into staging-next.
Greg Kroah-Hartman
2014-09-22
1
-1
/
+1
|
\
|
*
iio: adc: xilinx-xadc: assign auxiliary channels address correctly
Subbaraya Sundeep Bhatta
2014-09-14
1
-1
/
+1
*
|
iio: adc: xilinx: Remove .owner field for driver
Michal Simek
2014-08-19
1
-1
/
+0
*
|
iio: fix error return code
Julia Lawall
2014-08-07
1
-2
/
+6
|
/
*
iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...
Peter Meerwald
2014-06-14
1
-1
/
+1
*
iio:adc: Add Xilinx XADC driver
Lars-Peter Clausen
2014-03-01
1
-0
/
+1333