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-12-08
staging:iio:adc:max1363 add datasheet_name entries.
Jonathan Cameron
1
-0
/
+2
2011-12-08
staging:iio:adc:max1363 correctly set channels as big endian.
Jonathan Cameron
1
-2
/
+12
2011-12-08
staging:iio:adc:max1363 use new demuxing support.
Jonathan Cameron
3
-40
/
+26
2011-12-08
staging:iio: Remove redundant spi driver bus initialization
Lars-Peter Clausen
9
-9
/
+0
2011-12-08
staging:iio:adc:max1363 actually make timestamp controllable
Jonathan Cameron
1
-3
/
+2
2011-11-30
Staging: iio/adc: strict_strtoul was used with a long type variable
Andreas Ruprecht
1
-2
/
+2
2011-11-30
staging: iio: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
1
-3
/
+3
2011-11-26
Staging: iio: fix endian conversion in ad7298_scan_direct()
Dan Carpenter
1
-6
/
+7
2011-11-26
staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIAS
Lars-Peter Clausen
10
-6
/
+8
2011-11-26
staging:iio:treewide only use shared to decide on interfaces
Jonathan Cameron
11
-96
/
+111
2011-11-26
staging:iio: Do not use bitmasks for channel info addresses
Lars-Peter Clausen
11
-18
/
+18
2011-11-26
staging:iio: header reorganization
Jonathan Cameron
19
-15
/
+21
2011-11-26
iio: adc: ad7280a: Fix memory leak
Michael Hennerich
1
-1
/
+2
2011-11-26
iio: introduce type casts to avoid __ucmpdi2 calls
Michael Hennerich
2
-4
/
+4
2011-11-17
staging:iio: Use module_spi_driver to register SPI driver
Lars-Peter Clausen
10
-122
/
+10
2011-11-17
staging:iio: Use module_i2c_driver to register I2C drivers
Lars-Peter Clausen
4
-52
/
+4
2011-10-31
staging: Add module.h to more drivers implicitly using it.
Paul Gortmaker
1
-0
/
+1
2011-10-19
iio: adc: Relocate Capacitance to Digital Converters (CDC) into own subdir
Michael Hennerich
6
-2098
/
+0
2011-10-19
iio: Spell fix - consistent use of Converter - no functional changes
Michael Hennerich
1
-9
/
+9
2011-10-17
staging:iio:adc:max1363 incorrect allocation of available_scanmasks
Jonathan Cameron
1
-1
/
+1
2011-10-17
staging:iio: fix removal path to allow correct freeing.
Jonathan Cameron
17
-40
/
+48
2011-10-17
iio: adc: remove ADT75 driver - hwmon/lm75 will take over ADT75 support
Michael Hennerich
3
-663
/
+0
2011-10-17
staging:iio: gpio build dependency fixing
Jonathan Cameron
1
-0
/
+1
2011-10-11
staging:iio:adc:naming: dev_info to indio_dev for consistency
Jonathan Cameron
10
-95
/
+95
2011-10-11
Staging: iio/adc/ad7150: release lock on error
Dan Carpenter
1
-1
/
+1
2011-10-05
staging:iio:adc:ad7314 removal. Supported via hwmon.
Jonathan Cameron
3
-289
/
+0
2011-10-04
staging: iio: adc: add includes of module.h and stat.h
Stephen Rothwell
1
-0
/
+2
2011-10-03
staging: add module.h to various iio drivers
Paul Gortmaker
1
-0
/
+1
2011-10-03
staging:iio:adc:ad7887 stop using IIO_CHAN macro.
Jonathan Cameron
1
-8
/
+18
2011-10-03
staging:iio:adc:ad7606 remove unused chip info elements.
Jonathan Cameron
1
-2
/
+0
2011-10-03
staging:iio:adc:ad7606 refactor to remove st->irq and st->id.
Jonathan Cameron
4
-11
/
+7
2011-10-03
staging;iio:adc:ad7606 use iio_sw_buffer_preenable rather than local equiv
Jonathan Cameron
2
-36
/
+7
2011-10-03
staging:iio:adc:ad7606 make gpio request failures more consistent
Jonathan Cameron
3
-56
/
+86
2011-10-03
staging:iio:adc:ad7606 trivial code style fix.
Jonathan Cameron
1
-2
/
+1
2011-10-03
staging:iio:adc:ad7606 add local define for chan_spec structures.
Jonathan Cameron
1
-54
/
+28
2011-10-03
staging:iio:adc:ad799x address and scan_index always match so stop using address
Jonathan Cameron
1
-39
/
+1
2011-10-03
staging:iio:adc:ad799x set the device name only once.
Jonathan Cameron
1
-1
/
+0
2011-10-03
staging:iio:adc:ad799x use the core handling for as much of the events as possible.
Jonathan Cameron
1
-60
/
+82
2011-10-03
staging:iio:adc:ad799x avoid bouncing back and forth from iio_priv space.
Jonathan Cameron
3
-5
/
+5
2011-10-03
staging:iio:adc:ad799x use a table for frequency values rather than big switch.
Jonathan Cameron
1
-57
/
+17
2011-10-03
staging:iio:adc:ad799x trivial: use the convenient chan struct.
Jonathan Cameron
1
-4
/
+3
2011-10-03
staging:iio:adc:ad799x stop using IIO_CHAN macro.
Jonathan Cameron
1
-123
/
+329
2011-10-03
staging:iio:adc:ad799x fix incorrect scan_type descriptions.
Jonathan Cameron
1
-20
/
+20
2011-09-29
staging:iio: unwind the IIO_IN -> IIO_VOLTAGE define
Jonathan Cameron
10
-93
/
+101
2011-09-26
staging:iio: replacing term ring with buffer in the IIO core.
Jonathan Cameron
14
-157
/
+157
2011-09-26
staging:iio: rename ring_generic.h -> buffer_generic.h
Jonathan Cameron
15
-15
/
+14
2011-09-26
staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFER
Jonathan Cameron
5
-22
/
+22
2011-09-26
staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGERED
Jonathan Cameron
8
-8
/
+8
2011-09-26
staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*
Jonathan Cameron
8
-16
/
+16
2011-09-26
staging: iio: Move sensor drivers to sub menus
Manuel Stahl
1
-1
/
+3
[prev]
[next]