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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-26
staging:iio: replacing term ring with buffer in the IIO core.
Jonathan Cameron
48
-677
/
+679
2011-09-26
staging:iio: rename ring_generic.h -> buffer_generic.h
Jonathan Cameron
31
-33
/
+32
2011-09-26
staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFER
Jonathan Cameron
29
-89
/
+89
2011-09-26
staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGERED
Jonathan Cameron
26
-39
/
+39
2011-09-26
staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*
Jonathan Cameron
19
-40
/
+40
2011-09-26
staging:iio:documentation Add abi docs for capacitance adcs.
Jonathan Cameron
1
-0
/
+19
2011-09-26
staging:iio:documentation general refresh of abi docs.
Jonathan Cameron
1
-92
/
+91
2011-09-26
staging: iio: Move sensor drivers to sub menus
Manuel Stahl
12
-12
/
+34
2011-09-26
staging: iio: adc: Replace, rewrite ad7745 from scratch.
Michael Hennerich
5
-675
/
+835
2011-09-16
staging:iio: move id and device name setting to iio_device_allocate.
Jonathan Cameron
1
-12
/
+13
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
21
-189
/
+196
2011-09-15
Merge branch 'master' into for-next
Jiri Kosina
5
-10
/
+30
2011-09-15
treewide: remove extra semicolons from various parts of the kernel
Justin P. Mattock
2
-2
/
+2
2011-09-09
staging:iio:light: V3 fix out of bounds reg_cache[] access
Jonathan Cameron
1
-9
/
+14
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
2
-3
/
+6
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:accel:adis16209: Fix double registration of in_incli0_index
Michael Hennerich
1
-2
/
+2
2011-09-06
staging:iio:imu: adis16400: Avoid using printk facility
Michael Hennerich
1
-1
/
+1
2011-09-06
staging:iio:imu:adis16400 cleanups
Jonathan Cameron
2
-206
/
+403
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:dac:ad5791 chan spec conversion.
Jonathan Cameron
2
-90
/
+72
2011-09-06
staging:iio: Differential channel handling - use explicit flag rather than types.
Jonathan Cameron
7
-243
/
+322
2011-09-06
staging:iio:add adaptive event types and missing extract_type macro.
Jonathan Cameron
2
-1
/
+6
2011-09-06
staging:iio: Add capacitance type and average_raw chan info.
Jonathan Cameron
2
-0
/
+5
2011-09-06
staging:iio:naming in the EV_BIT macro fix.
Jonathan Cameron
2
-12
/
+12
2011-09-06
staging:iio:attrs - make address a u64 to allow event codes to be used.
Jonathan Cameron
3
-4
/
+5
2011-09-06
staging:iio: rework of attribute registration.
Jonathan Cameron
42
-487
/
+387
[prev]
[next]