index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
at91-sama5d2_adc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: adc: at91-sama5d2_adc: get rid of 5 degrees Celsius adjustment
Claudiu Beznea
2022-10-24
1
-4
/
+2
*
iio: at91-sama5d2_adc: Fix unsafe buffer attributes
Matti Vaittinen
2022-10-17
1
-5
/
+18
*
iio: adc: at91-sama5d2_adc: convert to device properties
Nuno Sá
2022-08-15
1
-15
/
+15
*
iio: adc: at91-sama5d2_adc: add runtime pm support
Claudiu Beznea
2022-08-15
1
-42
/
+166
*
iio: adc: at91-sama5d2_adc: add empty line after functions
Claudiu Beznea
2022-08-15
1
-0
/
+1
*
iio: adc: at91-sama5d2_adc: add support for temperature sensor
Claudiu Beznea
2022-08-15
1
-7
/
+249
*
iio: adc: at91-sama5d2_adc: lock around at91_adc_read_info_raw()
Claudiu Beznea
2022-08-15
1
-20
/
+19
*
iio: adc: at91-sama5d2_adc: add startup and tracktim as parameter for at91_ad...
Claudiu Beznea
2022-08-15
1
-7
/
+11
*
iio: adc: at91-sama5d2_adc: update trackx on emr
Claudiu Beznea
2022-08-15
1
-4
/
+10
*
iio: adc: at91-sama5d2_adc: move oversampling storage in its function
Claudiu Beznea
2022-08-15
1
-2
/
+2
*
iio: adc: at91-sama5d2_adc: add 64 and 256 oversampling ratio
Claudiu Beznea
2022-08-15
1
-5
/
+26
*
iio: adc: at91-sama5d2_adc: adjust osr based on specific platform data
Claudiu Beznea
2022-08-15
1
-13
/
+22
*
iio: adc: at91-sama5d2_adc: add .read_avail() chan_info ops
Claudiu Beznea
2022-08-15
1
-15
/
+35
*
iio: adc: at91-sama5d2_adc: drop AT91_OSR_XSAMPLES defines
Claudiu Beznea
2022-08-15
1
-14
/
+9
*
iio: adc: at91-sama5d2_adc: move the check of oversampling in its function
Claudiu Beznea
2022-08-15
1
-8
/
+10
*
iio: adc: at91-sama5d2_adc: handle different EMR.OSR for different hw versions
Claudiu Beznea
2022-08-15
1
-13
/
+18
*
iio: adc: at91-sama5d2_adc: exit from write_raw() when buffers are enabled
Claudiu Beznea
2022-08-15
1
-0
/
+10
*
iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resume
Claudiu Beznea
2022-08-15
1
-7
/
+7
*
iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq
Claudiu Beznea
2022-08-15
1
-4
/
+8
*
iio: adc: at91-sama5d2_adc: check return status for pressure and touch
Claudiu Beznea
2022-08-15
1
-2
/
+6
*
iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX
Claudiu Beznea
2022-08-15
1
-1
/
+1
*
iio: adc: at91-sam5d2: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-07-18
1
-4
/
+5
*
iio: at91-sama5d2: Limit requested watermark value to hwfifo size
Paul Cercueil
2022-06-15
1
-1
/
+1
*
iio: core: Hide read accesses to iio_dev->currentmode
Miquel Raynal
2022-04-10
1
-2
/
+2
*
Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2021-12-22
1
-20
/
+18
|
\
|
*
iio: at91-sama5d2: Use dev_to_iio_dev() in sysfs callbacks
Lars-Peter Clausen
2021-11-17
1
-2
/
+2
|
*
iio: at91-sama5d2: Fix incorrect cast to platform_device
Lars-Peter Clausen
2021-11-17
1
-18
/
+16
*
|
iio: at91-sama5d2: Fix incorrect sign extension
Gwendal Grignou
2021-11-21
1
-1
/
+2
|
/
*
iio: triggered-buffer: extend support to configure output buffers
Alexandru Ardelean
2021-10-19
1
-2
/
+2
*
iio: adc: at91-sama5d2_adc: update copyright and authors information
Eugen Hristev
2021-09-14
1
-1
/
+4
*
iio: adc: at91-sama5d2_adc: add support for sama7g5 device
Eugen Hristev
2021-09-14
1
-0
/
+78
*
iio: adc: at91-sama5d2_adc: add helper for COR register
Eugen Hristev
2021-09-14
1
-20
/
+20
*
iio: adc: at91-sama5d2_adc: add support for separate end of conversion registers
Eugen Hristev
2021-09-14
1
-7
/
+59
*
iio: adc: at91-sama5d2_adc: convert to platform specific data structures
Eugen Hristev
2021-09-14
1
-164
/
+253
*
iio: adc: at91-sama5d2_adc: remove unused definition
Eugen Hristev
2021-09-14
1
-2
/
+0
*
iio: adc: at91-sama5d2_adc: initialize hardware after clock is started
Eugen Hristev
2021-09-14
1
-2
/
+2
*
iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_time...
Jonathan Cameron
2021-06-14
1
-1
/
+2
*
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
1
-1
/
+1
*
iio:trigger: rename try_reenable() to reenable() plus return void
Jonathan Cameron
2020-12-03
1
-5
/
+3
*
iio: adc: at91-sama5d2_adc: use devm_iio_triggered_buffer_setup_ext()
Alexandru Ardelean
2020-11-21
1
-4
/
+8
*
iio: adc: at91-sama5d2_adc: merge buffer & trigger init into a function
Alexandru Ardelean
2020-11-21
1
-42
/
+36
*
iio: adc: at91-sama5d2_adc: remove unneeded semicolon
Tom Rix
2020-10-31
1
-1
/
+1
*
iio: adc: at91-sama5d2_adc: fix DMA conversion crash
Eugen Hristev
2020-09-29
1
-4
/
+12
*
iio: adc: at91-sama5d2_adc: Use devm_platform_get_and_ioremap_resource()
Wang ShaoBo
2020-09-29
1
-7
/
+3
*
iio: adc: at91-sama5d2_adc: Struct kerneldoc titles need to start with 'struct '
Lee Jones
2020-07-20
1
-2
/
+2
*
iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helper
Alexandru Ardelean
2020-07-07
1
-13
/
+17
*
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
2020-06-20
1
-18
/
+0
*
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
2020-06-14
1
-1
/
+0
*
iio: at91-sama5d2_adc: adjust iio_triggered_buffer_{predisable,postenable} po...
Alexandru Ardelean
2020-04-25
1
-9
/
+21
*
iio: at91-sama5d2_adc: split at91_adc_current_chan_is_touch() helper
Alexandru Ardelean
2020-04-25
1
-16
/
+15
[next]