index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-09
staging:iio:accel:lis3l02dq scrap reading from buffer for sysfs access.
Jonathan Cameron
3
-50
/
+3
2011-12-09
staging:iio:buffer remove unused owner field from struct iio_buffer
Jonathan Cameron
11
-12
/
+0
2011-12-09
staging:iio: scrap scan_count and ensure all drivers use active_scan_mask
Jonathan Cameron
19
-77
/
+100
2011-12-09
staging:iio:buffer move setup ops from buffer instance to iio_dev
Jonathan Cameron
23
-46
/
+46
2011-12-09
staging:iio: remove userspace access to bytes per datum.
Jonathan Cameron
4
-28
/
+0
2011-12-09
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_frequ...
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-27
staging:iio:documentation: document filter_low_pass_3db_frequency.
Jonathan Cameron
1
-0
/
+10
2011-11-27
staging:iio:imu:adis16400 add control of data filtering.
Jonathan Cameron
2
-37
/
+142
2011-11-27
staging:iio: filter description - low pass 3db frequency.
Jonathan Cameron
2
-0
/
+9
2011-11-27
Staging: iio: fix endian conversion in ad7298_scan_direct()
Dan Carpenter
1
-6
/
+7
2011-11-27
iio: Don't OOPS if dummy evgen failed init
Sasha Levin
1
-0
/
+4
2011-11-27
staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIAS
Lars-Peter Clausen
45
-10
/
+45
2011-11-27
staging:iio:dac:ad5624r: Convert to channel spec
Lars-Peter Clausen
2
-51
/
+79
2011-11-27
staging:iio:dac:ad5504: Convert to channel spec
Lars-Peter Clausen
2
-64
/
+71
2011-11-27
staging:iio:dac:ad5446: Convert to channel spec
Lars-Peter Clausen
2
-108
/
+83
2011-11-27
staging: iio: drop "select IIO_SIMPLE_DUMMY_EVGEN"
Paul Bolle
1
-1
/
+0
2011-11-27
staging:iio:dac:ad5446: Add support for the AD5662
Lars-Peter Clausen
1
-1
/
+1
2011-11-27
staging:iio:dac: Add AD5421 driver
Lars-Peter Clausen
4
-0
/
+598
2011-11-27
staging:iio: IIO_EVENT_CODE: Clamp channel numbers
Lars-Peter Clausen
1
-2
/
+3
2011-11-27
staging:iio: Make write_event_value callback optional
Lars-Peter Clausen
1
-0
/
+3
2011-11-27
Staging: iio/dac/ad5360.c: signedness bug in ad5360_read_raw()
Dan Carpenter
1
-1
/
+1
2011-11-27
Staging: iio/dac/ad5064.c: signedness bug in ad5064_read_raw()
Dan Carpenter
1
-1
/
+1
2011-11-27
staging:iio:treewide only use shared to decide on interfaces
Jonathan Cameron
40
-428
/
+468
2011-11-27
staging:iio: Do not use bitmasks for channel info addresses
Lars-Peter Clausen
38
-111
/
+112
2011-11-27
staging:iio: Add documentation for IIO_EVENT_CODE
Lars-Peter Clausen
1
-4
/
+33
[prev]
[next]