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-12-08
staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.
Jonathan Cameron
8
-34
/
+33
2011-12-08
staging:iio:buffer scrap to_iio_buffer as it no longer has meaning.
Jonathan Cameron
1
-3
/
+0
2011-12-08
staging:iio:buffer stop allowing for read_last callback.
Jonathan Cameron
1
-2
/
+0
2011-12-08
staging:iio:ring_sw don't provide read last function.
Jonathan Cameron
1
-33
/
+0
2011-12-08
staging:iio:adc:max1363 stop reading from buffer for sysfs access
Jonathan Cameron
3
-73
/
+21
2011-12-08
staging:iio:adc:ad799x stop reading from buffer for sysfs accesses
Jonathan Cameron
3
-38
/
+1
2011-12-08
staging:iio:adc:ad7887 stop reading from buffer for sysfs access.
Jonathan Cameron
3
-40
/
+1
2011-12-08
staging:iio:adc:ad7993 stop reading from buffer for sysfs raw read.
Jonathan Cameron
1
-21
/
+1
2011-12-08
staging:iio:adc:ad7606 remove buffer access to data from sysfs read.
Jonathan Cameron
3
-26
/
+1
2011-12-08
staging:iio:adc:ad7606 remove buffer access for sysfs interfaces.
Jonathan Cameron
3
-30
/
+1
2011-12-08
staging:iio:adc:ad7476 scrap read from buffer for sysfs access.
Jonathan Cameron
3
-40
/
+2
2011-12-08
staging:iio:adc:ad7192 scrap read from buffer for sysfs access.
Jonathan Cameron
1
-21
/
+1
2011-12-08
staging:iio:accel:lis3l02dq scrap reading from buffer for sysfs access.
Jonathan Cameron
3
-50
/
+3
2011-12-08
staging:iio:buffer remove unused owner field from struct iio_buffer
Jonathan Cameron
11
-12
/
+0
2011-12-08
staging:iio: scrap scan_count and ensure all drivers use active_scan_mask
Jonathan Cameron
19
-77
/
+100
2011-12-08
staging:iio:buffer move setup ops from buffer instance to iio_dev
Jonathan Cameron
23
-46
/
+46
2011-12-08
staging:iio: remove userspace access to bytes per datum.
Jonathan Cameron
4
-28
/
+0
2011-12-08
staging:iio:buffer drop bpe field.
Jonathan Cameron
12
-16
/
+0
2011-12-08
staging:iio:adc:max1363 add datasheet_name entries.
Jonathan Cameron
1
-0
/
+2
2011-12-08
staging:iio: core: add datasheet_name to chan_spec
Jonathan Cameron
1
-0
/
+5
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: add demux optionally to path from device to buffer
Jonathan Cameron
2
-4
/
+157
2011-12-08
staging:iio: make iio_sw_buffer_preenable much more general.
Jonathan Cameron
2
-26
/
+39
2011-12-08
staging:iio: add hook to allow core to perform scan related config.
Jonathan Cameron
1
-1
/
+2
2011-12-08
staging:iio:buffer add a cache of the timestamp scan index.
Jonathan Cameron
2
-0
/
+4
2011-12-08
staging:iio:find iio channel from scan index util function
Jonathan Cameron
2
-0
/
+19
2011-12-08
staging:iio: Remove redundant spi driver bus initialization
Lars-Peter Clausen
13
-13
/
+0
2011-12-08
staging:iio:dac: Add AD5380 driver
Lars-Peter Clausen
3
-0
/
+690
2011-12-08
staging:iio:dac: Add AD5764 driver
Lars-Peter Clausen
3
-0
/
+404
2011-12-08
staging:iio:adc:max1363 actually make timestamp controllable
Jonathan Cameron
1
-3
/
+2
2011-12-08
staging:iio:generic_buffer example - handle endian differences
Jonathan Cameron
2
-1
/
+14
2011-12-08
staging:iio:Documentation: cleanup properly in buffer handling code
Jonathan Cameron
1
-3
/
+15
2011-12-08
iio: light sensor: Improve granularity of tsl2583 lux values.
Bryan Freed
1
-3
/
+14
2011-12-08
Staging: iio/accel: Added a range check for val in store_measurement_mode()
Andreas Ruprecht
1
-0
/
+4
2011-12-08
Staging: iio/accel: Changed data type of mask in store_measurement_mode() to u8
Andreas Ruprecht
1
-1
/
+1
2011-12-02
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
1
-1
/
+1
2011-11-30
Staging: iio/accel: Changed return type of lis3l02dq_read_event_config() to int
Andreas Ruprecht
1
-1
/
+1
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
6
-24
/
+20
2011-11-29
Staging: iio/accel: Changed data type of val in store_measurement_mode to u8
Andreas Ruprecht
1
-2
/
+2
2011-11-29
Staging: iio/accel: Changed data type for val to unsigned long in write_frequency
Andreas Ruprecht
1
-2
/
+2
2011-11-29
Staging: iio/accel: Changed data type in adis16220_write_16bit to u16
Andreas Ruprecht
1
-2
/
+2
2011-11-28
staging:iio:documentation: document filter_low_pass_3db_frequency.
Jonathan Cameron
1
-0
/
+10
2011-11-28
staging:iio:imu:adis16400 add control of data filtering.
Jonathan Cameron
2
-37
/
+142
2011-11-28
staging:iio: filter description - low pass 3db frequency.
Jonathan Cameron
2
-0
/
+9
2011-11-26
Staging: iio: fix endian conversion in ad7298_scan_direct()
Dan Carpenter
1
-6
/
+7
2011-11-26
iio: Don't OOPS if dummy evgen failed init
Sasha Levin
1
-0
/
+4
2011-11-26
staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIAS
Lars-Peter Clausen
45
-10
/
+45
2011-11-26
staging:iio:dac:ad5624r: Convert to channel spec
Lars-Peter Clausen
2
-51
/
+79
[prev]
[next]