index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
at91-sama5d2_adc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: adc: at91-sama5d2: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-23
1
-4
/
+2
*
Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-04-27
1
-6
/
+2
|
\
|
*
iio: adc: at91-sama5d2_adc: remove dead code in at91_adc_probe()
Cheng Ziqiu
2023-03-18
1
-5
/
+1
|
*
iio: Rename iio_trigger_poll_chained and add kernel-doc
Mehdi Djait
2023-03-11
1
-1
/
+1
*
|
iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()
Dan Carpenter
2023-04-01
1
-1
/
+1
|
/
*
iio: adc: at91-sama5d2_adc: use sysfs_emit() to instead of scnprintf()
ye xingchen
2022-12-28
1
-2
/
+2
*
Merge tag 'iio-for-6.2a-take2' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
2022-11-25
1
-23
/
+10
|
\
|
*
iio: Don't silently expect attribute types
Matti Vaittinen
2022-11-23
1
-6
/
+6
|
*
iio: at91-sama5d2_adc: Use IIO_STATIC_CONST_DEVICE_ATTR()
Matti Vaittinen
2022-11-23
1
-16
/
+3
*
|
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
[next]