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
/
adc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-26
staging: iio: adc: Replace, rewrite ad7745 from scratch.
Michael Hennerich
5
-675
/
+835
2011-09-16
staging:iio:adc:ad7606 add channel type specification to range attributes.
Jonathan Cameron
1
-7
/
+8
2011-09-16
staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.
Jonathan Cameron
4
-58
/
+59
2011-09-06
staging:iio: ad7152: fix channel assignment for AD7153
Michael Hennerich
1
-4
/
+4
2011-09-06
staging:iio:adc:ad7192: return len and fix out of range checking
Michael Hennerich
1
-3
/
+7
2011-09-06
staging:iio:adc:ad7192: add temp_scale attribute, change module description
Michael Hennerich
1
-5
/
+12
2011-09-06
staging:iio:adc:ad7291: reset device and setup irq before it is enabled
Michael Hennerich
1
-11
/
+16
2011-09-06
staging:iio:adc:ad7291: fix channel mapping for event enables
Michael Hennerich
1
-12
/
+12
2011-09-06
staging:iio:adc:ad7291: introduce IIO_EVENT_CODE_EXTRACT_CHAN_TYPE and use accordingly
Michael Hennerich
1
-3
/
+3
2011-09-06
staging:iio:adc:ad7291: fix mask bit generation
Michael Hennerich
1
-1
/
+1
2011-09-06
staging:iio:adc:ad7291: don't swab results twice and introduce more register defines
Michael Hennerich
1
-32
/
+58
2011-09-06
staging:iio:adc:ad7291: Add regulator, reference voltage and scale handling
Michael Hennerich
1
-9
/
+52
2011-09-06
staging:iio:adc:ad7291: Fix AD7291_T_SENSE_MASK
Michael Hennerich
1
-14
/
+14
2011-09-06
staging:iio:adc:ad7291: Fix typos, change kconfig description and file header
Michael Hennerich
2
-9
/
+9
2011-09-06
staging:iio:adc:ad7291: fix channel mapping
Michael Hennerich
1
-1
/
+1
2011-09-06
staging:iio:adc:ad7291 bring into line with current abi + chan_spec conversion.
Jonathan Cameron
1
-574
/
+312
2011-09-06
staging:iio:adc:ad7152: Fix differential channel return value and increase delay.
Michael Hennerich
1
-2
/
+5
2011-09-06
staging:iio:adc:ad7152: Update sample rate, conversion time, digital filter handling
Michael Hennerich
1
-10
/
+29
2011-09-06
staging:iio:adc:ad7152: Add proper locking
Michael Hennerich
1
-38
/
+71
2011-09-06
staging:iio:adc:ad7152: update scale handling
Michael Hennerich
1
-4
/
+22
2011-09-06
staging:iio:adc:ad7152: Miscellaneous fixes and touch-up
Michael Hennerich
1
-28
/
+49
2011-09-06
staging:iio:adc:ad7152: increase readability by introducing proper bit defines
Michael Hennerich
1
-49
/
+82
2011-09-06
staging:iio:adc:ad7152 bring more into line with abi.
Jonathan Cameron
1
-165
/
+129
2011-09-06
staging:iio:adc:ad7152 set correct number of channels for ad7153.
Jonathan Cameron
1
-1
/
+5
2011-09-06
staging:iio:adc:ad7152 use smbus read / write functions + checkpatch fixes
Jonathan Cameron
1
-271
/
+147
2011-09-06
staging:iio:adc:ad7150: Add support for the second interrupt strobe.
Michael Hennerich
1
-13
/
+25
2011-09-06
staging:iio:adc:ad7150: remove conversion mode handling.
Michael Hennerich
1
-94
/
+0
2011-09-06
staging:iio:adc:ad7150: chan_spec conv + i2c_smbus commands + drop unused poweroff timeout control.
Jonathan Cameron
1
-444
/
+382
2011-09-06
staging:iio: Differential channel handling - use explicit flag rather than types.
Jonathan Cameron
4
-170
/
+236
2011-09-06
staging:iio: rework of attribute registration.
Jonathan Cameron
14
-126
/
+96
2011-09-06
staging:iio:events - new 64 bit code structure and push out drivers.
Jonathan Cameron
1
-5
/
+5
2011-09-06
staging:iio: Switch the channel masks to bitmaps so as to allow for more channels.
Jonathan Cameron
11
-64
/
+69
2011-09-06
staging:iio:various cleanup regulator use paths.
Jonathan Cameron
1
-15
/
+11
2011-09-06
staging:iio:fix using iio_priv or iio_dev after iio_unregister_device
Jonathan Cameron
5
-5
/
+0
2011-09-06
staging:iio:buffering cleanup ring_buffer_register_ex naming.
Jonathan Cameron
8
-24
/
+24
2011-09-06
staging:iio: remove broken support for multiple event interfaces.
Jonathan Cameron
10
-44
/
+34
2011-09-06
staging: iio: push the main buffer chrdev down to the top level.
Jonathan Cameron
8
-19
/
+19
2011-09-06
staging: iio: remove specific chrdev for event reading. Get fd from ioctl on buffer.
Jonathan Cameron
8
-1
/
+13
2011-08-25
staging: Add module.h to drivers/staging users
Paul Gortmaker
16
-0
/
+16
2011-08-24
staging:iio: spit trigger.h into provider and consumer parts.
Jonathan Cameron
8
-6
/
+8
2011-08-24
staging:iio: prevent removal of module connected to trigger.
Jonathan Cameron
8
-45
/
+0
2011-08-24
staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev.
Jonathan Cameron
8
-9
/
+8
2011-08-23
IIO: ADC: New driver for AD7190/AD7192/AD7195 4 Channel SPI ADC
Michael Hennerich
4
-0
/
+1251
2011-08-23
iio: adc: New driver for AD7280A Lithium Ion Battery Monitoring System
Michael Hennerich
4
-0
/
+1041
2011-08-23
staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TYPE> etc
Jonathan Cameron
5
-24
/
+16
2011-08-23
staging:iio:adc remove unused adc.h.
Jonathan Cameron
1
-42
/
+0
2011-08-23
staging:iio:adc: header cleanup - remove unused.
Jonathan Cameron
6
-17
/
+0
2011-08-23
staging:iio:adc: unused header removals.
Jonathan Cameron
8
-16
/
+27
2011-08-23
staging:iio:trivial sparse related cleanups.
Jonathan Cameron
1
-0
/
+2
2011-08-23
staging:iio:adc: max1363 fix 2 raw sysfs issues.
Jonathan Cameron
1
-1
/
+3
[prev]
[next]