index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
at91-sama5d2_adc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-23
iio: adc: at91-sama5d2: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-27
Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+2
2023-04-01
iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()
Dan Carpenter
1
-1
/
+1
2023-03-18
iio: adc: at91-sama5d2_adc: remove dead code in at91_adc_probe()
Cheng Ziqiu
1
-5
/
+1
2023-03-11
iio: Rename iio_trigger_poll_chained and add kernel-doc
Mehdi Djait
1
-1
/
+1
2022-12-28
iio: adc: at91-sama5d2_adc: use sysfs_emit() to instead of scnprintf()
ye xingchen
1
-2
/
+2
2022-11-25
Merge tag 'iio-for-6.2a-take2' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
1
-23
/
+10
2022-11-23
iio: Don't silently expect attribute types
Matti Vaittinen
1
-6
/
+6
2022-11-23
iio: at91-sama5d2_adc: Use IIO_STATIC_CONST_DEVICE_ATTR()
Matti Vaittinen
1
-16
/
+3
2022-10-24
iio: adc: at91-sama5d2_adc: get rid of 5 degrees Celsius adjustment
Claudiu Beznea
1
-4
/
+2
2022-10-17
iio: at91-sama5d2_adc: Fix unsafe buffer attributes
Matti Vaittinen
1
-5
/
+18
2022-08-16
iio: adc: at91-sama5d2_adc: convert to device properties
Nuno Sá
1
-15
/
+15
2022-08-16
iio: adc: at91-sama5d2_adc: add runtime pm support
Claudiu Beznea
1
-42
/
+166
2022-08-16
iio: adc: at91-sama5d2_adc: add empty line after functions
Claudiu Beznea
1
-0
/
+1
2022-08-16
iio: adc: at91-sama5d2_adc: add support for temperature sensor
Claudiu Beznea
1
-7
/
+249
2022-08-16
iio: adc: at91-sama5d2_adc: lock around at91_adc_read_info_raw()
Claudiu Beznea
1
-20
/
+19
2022-08-16
iio: adc: at91-sama5d2_adc: add startup and tracktim as parameter for at91_ad...
Claudiu Beznea
1
-7
/
+11
2022-08-16
iio: adc: at91-sama5d2_adc: update trackx on emr
Claudiu Beznea
1
-4
/
+10
2022-08-16
iio: adc: at91-sama5d2_adc: move oversampling storage in its function
Claudiu Beznea
1
-2
/
+2
2022-08-16
iio: adc: at91-sama5d2_adc: add 64 and 256 oversampling ratio
Claudiu Beznea
1
-5
/
+26
2022-08-16
iio: adc: at91-sama5d2_adc: adjust osr based on specific platform data
Claudiu Beznea
1
-13
/
+22
2022-08-16
iio: adc: at91-sama5d2_adc: add .read_avail() chan_info ops
Claudiu Beznea
1
-15
/
+35
2022-08-16
iio: adc: at91-sama5d2_adc: drop AT91_OSR_XSAMPLES defines
Claudiu Beznea
1
-14
/
+9
2022-08-16
iio: adc: at91-sama5d2_adc: move the check of oversampling in its function
Claudiu Beznea
1
-8
/
+10
2022-08-16
iio: adc: at91-sama5d2_adc: handle different EMR.OSR for different hw versions
Claudiu Beznea
1
-13
/
+18
2022-08-16
iio: adc: at91-sama5d2_adc: exit from write_raw() when buffers are enabled
Claudiu Beznea
1
-0
/
+10
2022-08-16
iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resume
Claudiu Beznea
1
-7
/
+7
2022-08-16
iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq
Claudiu Beznea
1
-4
/
+8
2022-08-16
iio: adc: at91-sama5d2_adc: check return status for pressure and touch
Claudiu Beznea
1
-2
/
+6
2022-08-16
iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX
Claudiu Beznea
1
-1
/
+1
2022-07-18
iio: adc: at91-sam5d2: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+5
2022-06-16
iio: at91-sama5d2: Limit requested watermark value to hwfifo size
Paul Cercueil
1
-1
/
+1
2022-04-10
iio: core: Hide read accesses to iio_dev->currentmode
Miquel Raynal
1
-2
/
+2
2021-12-22
Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-20
/
+18
2021-11-21
iio: at91-sama5d2: Fix incorrect sign extension
Gwendal Grignou
1
-1
/
+2
2021-11-17
iio: at91-sama5d2: Use dev_to_iio_dev() in sysfs callbacks
Lars-Peter Clausen
1
-2
/
+2
2021-11-17
iio: at91-sama5d2: Fix incorrect cast to platform_device
Lars-Peter Clausen
1
-18
/
+16
2021-10-19
iio: triggered-buffer: extend support to configure output buffers
Alexandru Ardelean
1
-2
/
+2
2021-09-14
iio: adc: at91-sama5d2_adc: update copyright and authors information
Eugen Hristev
1
-1
/
+4
2021-09-14
iio: adc: at91-sama5d2_adc: add support for sama7g5 device
Eugen Hristev
1
-0
/
+78
2021-09-14
iio: adc: at91-sama5d2_adc: add helper for COR register
Eugen Hristev
1
-20
/
+20
2021-09-14
iio: adc: at91-sama5d2_adc: add support for separate end of conversion registers
Eugen Hristev
1
-7
/
+59
2021-09-14
iio: adc: at91-sama5d2_adc: convert to platform specific data structures
Eugen Hristev
1
-164
/
+253
2021-09-14
iio: adc: at91-sama5d2_adc: remove unused definition
Eugen Hristev
1
-2
/
+0
2021-09-14
iio: adc: at91-sama5d2_adc: initialize hardware after clock is started
Eugen Hristev
1
-2
/
+2
2021-06-14
iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_time...
Jonathan Cameron
1
-1
/
+2
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-1
/
+1
2020-12-03
iio:trigger: rename try_reenable() to reenable() plus return void
Jonathan Cameron
1
-5
/
+3
2020-11-21
iio: adc: at91-sama5d2_adc: use devm_iio_triggered_buffer_setup_ext()
Alexandru Ardelean
1
-4
/
+8
2020-11-21
iio: adc: at91-sama5d2_adc: merge buffer & trigger init into a function
Alexandru Ardelean
1
-42
/
+36
[next]