index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
iio
/
cdc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-15
iio: cdc: ad7746: Move driver out of staging.
Jonathan Cameron
3
-843
/
+0
2022-08-15
staging: iio: ad7746: White space cleanup
Jonathan Cameron
1
-10
/
+7
2022-08-15
staging: iio: cdc: ad7746: Use read_avail() rather than opencoding.
Jonathan Cameron
1
-6
/
+33
2022-08-15
staging: iio: cdc: ad7746: Switch from _offset to _zeropoint for differential channels.
Jonathan Cameron
1
-2
/
+8
2022-08-15
staging: iio: cdc: ad7746: Use _raw and _scale for temperature channels.
Jonathan Cameron
1
-15
/
+8
2022-08-15
staging: iio: cdc: ad7746: Drop unused i2c_set_clientdata()
Jonathan Cameron
1
-2
/
+0
2022-08-15
staging: iio: cdc: ad7746: Break up use of chan->address and use FIELD_PREP etc
Jonathan Cameron
1
-53
/
+99
2022-08-15
staging: iio: cdc: ad7764: Push locking down into case statements in read/write_raw
Jonathan Cameron
1
-73
/
+54
2022-08-15
staging: iio: cdc: ad7746: Factor out ad7746_read_channel()
Jonathan Cameron
1
-34
/
+46
2022-08-15
staging: iio: cdc: ad7746: Use local buffer for multi byte reads.
Jonathan Cameron
1
-6
/
+3
2022-08-15
staging: iio: cdc: ad7746: Push handling of supply voltage scale to userspace.
Jonathan Cameron
1
-10
/
+6
2022-08-15
staging: iio: cdc: ad7746: Use explicit be24 handling.
Jonathan Cameron
1
-7
/
+7
2022-04-28
iio: Replace strtobool() with kstrtobool()
Lars-Peter Clausen
1
-1
/
+1
2021-09-14
staging: iio: cdc: remove braces from single line if blocks
Alexander Vorwerk
1
-3
/
+1
2021-06-09
Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
Greg Kroah-Hartman
2
-85
/
+57
2021-06-03
staging: iio: cdc: ad7746: extract capac setup to own function
Lucas Stankus
1
-18
/
+18
2021-06-03
staging: iio: cdc: ad7746: clean up probe return
Lucas Stankus
1
-5
/
+1
2021-06-03
staging: iio: cdc: ad7746: remove ordinary comments
Lucas Stankus
1
-12
/
+4
2021-06-03
staging: iio: cdc: ad7746: use dt for capacitive channel setup.
Lucas Stankus
2
-49
/
+33
2021-06-03
staging: iio: cdc: ad7746: Remove unnecessary assignment in ad7746_probe()
Tang Bin
1
-1
/
+1
2021-05-13
staging: iio: cdc: ad7746: avoid overwrite of num_channels
Lucas Stankus
1
-1
/
+0
2021-04-07
iio:cdc:ad7150: Move driver out of staging.
Jonathan Cameron
3
-685
/
+1
2021-04-07
staging:iio:cdc:ad7150: Add copyright notice given substantial changes.
Jonathan Cameron
1
-0
/
+1
2021-04-07
staging:iio:cdc:ad7150: Add of_match_table
Jonathan Cameron
1
-0
/
+8
2021-04-07
staging:iio:cdc:ad7150: Really basic regulator support.
Jonathan Cameron
1
-0
/
+21
2021-04-07
staging:iio:cdc:ad7150: Add scale and offset to info_mask_shared_by_type
Jonathan Cameron
1
-0
/
+16
2021-04-07
staging:iio:cdc:ad7150: Shift the _raw readings by 4 bits.
Jonathan Cameron
1
-1
/
+1
2021-04-07
staging:iio:cdc:ad7150: Drop unnecessary block comments.
Jonathan Cameron
1
-9
/
+1
2021-04-07
staging:iio:cdc:ad7150: Tidy up local variable positioning.
Jonathan Cameron
1
-7
/
+7
2021-04-07
staging:iio:cdc:ad7150: Reorganize headers.
Jonathan Cameron
1
-4
/
+4
2021-04-07
staging:iio:cdc:ad7150: More consistent register and field naming
Jonathan Cameron
1
-68
/
+61
2021-04-07
staging:iio:cdc:ad7150: Rework interrupt handling.
Jonathan Cameron
1
-105
/
+148
2021-04-07
staging:iio:cdc:ad7150: Change timeout units to seconds and use core support
Jonathan Cameron
1
-107
/
+52
2021-04-07
staging:iio:cdc:ad7150: Add sampling_frequency support
Jonathan Cameron
1
-0
/
+6
2021-04-07
staging:iio:cdc:ad7150: Drop noisy print in probe
Jonathan Cameron
1
-11
/
+2
2021-04-07
staging:iio:cdc:ad7150: Simplify event handling by only using rising direction.
Jonathan Cameron
1
-1
/
+0
2021-04-07
staging:iio:cdc:ad7150: Handle variation in chan_spec across device and irq present or not
Jonathan Cameron
1
-8
/
+63
2021-04-07
staging:iio:cdc:ad7150: Drop platform data support
Jonathan Cameron
1
-14
/
+0
2021-04-07
staging:iio:cdc:ad7150: Timeout register covers both directions so both need updating
Jonathan Cameron
1
-2
/
+16
2021-04-07
staging:iio:cdc:ad7150: Refactor event parameter update
Jonathan Cameron
1
-15
/
+17
2021-04-07
staging:iio:cdc:ad7150: Remove magnitude adaptive events
Jonathan Cameron
1
-56
/
+0
2021-04-07
staging:iio:cdc:ad7150: use swapped reads/writes for i2c rather than open coding
Jonathan Cameron
1
-9
/
+11
2020-06-14
iio: remove left-over comments about parent assignment
Alexandru Ardelean
1
-1
/
+0
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
2
-3
/
+0
2019-07-01
Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
Greg Kroah-Hartman
2
-36
/
+32
2019-06-17
staging: iio: ad7150: clean up of comments
Melissa Wen
1
-9
/
+2
2019-06-17
staging: iio: ad7150: simplify i2c SMBus return treatment
Melissa Wen
1
-7
/
+2
2019-06-17
staging: iio: ad7150: use FIELD_GET and GENMASK
Melissa Wen
1
-1
/
+5
2019-06-17
staging: iio: ad7150: use ternary operating to ensure 0/1 value
Melissa Wen
1
-2
/
+2
2019-05-27
staging:iio:ad7150: fix threshold mode config bit
Melissa Wen
1
-8
/
+11
[next]