Sign in
googlers
/
maze
/
linux
/
9c261b33a9c417ccaf07f41796be278d09d02d49
/
drivers
/
staging
/
iio
12e5550
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
ff4b8a5
Merge branch 'driver-core-next' into Linux 3.2
by Greg Kroah-Hartman
· 13 years ago
587a1f1
switch ->is_visible() to returning umode_t
by Al Viro
· 14 years ago
7933514
staging:iio: Drop {mark,unmark}_in_use callbacks
by Lars-Peter Clausen
· 13 years ago
869871b
staging:iio: Drop buffer mark_param_change callback
by Lars-Peter Clausen
· 13 years ago
307276c
staging:iio: Drop the unused buffer enable() and is_enabled() callbacks
by Lars-Peter Clausen
· 13 years ago
68bc730
staging:iio: Drop buffer busy flag
by Lars-Peter Clausen
· 13 years ago
bb01443
staging:iio: Make sure a device is only opened once at a time
by Lars-Peter Clausen
· 13 years ago
e38c79e
staging:iio: Disallow modifying buffer size when buffer is enabled
by Lars-Peter Clausen
· 13 years ago
5fd6218
staging:iio: Disallow changing scan elements in all buffered modes
by Lars-Peter Clausen
· 13 years ago
d4a6882
staging:iio: Use iio_buffer_enabled instead of open coding it
by Lars-Peter Clausen
· 13 years ago
50d82ad
staging:iio: Remove unused variable
by Lars-Peter Clausen
· 13 years ago
c0fdbe1
staging:iio: iio_trigger contains defunct owner field. Remove it.
by Jonathan Cameron
· 13 years ago
8324e86
staging:iio: Make sure all triggers have a trigger_ops for the owner field.
by Jonathan Cameron
· 13 years ago
617156f
iio: gyro: ADXRS450: Add support for ADXRS453 Digital Gyroscope
by Michael Hennerich
· 13 years ago
9631135
iio: gyro: ADXRS450: Add missing read support for calibbias attribute
by Michael Hennerich
· 13 years ago
90b9b227
iio: gyro: ADXRS450: Add missing scale attributes
by Michael Hennerich
· 13 years ago
8fe6495
staging:iio:kfifo_buf: Fix potential buffer overflow in iio_read_first_n_kfifo
by Lars-Peter Clausen
· 13 years ago
407f3fd
Merge 3.2-rc5 into staging-next
by Greg Kroah-Hartman
· 13 years ago
9d41c5b
staging:iio:dac:ad5791: Add id entry for the ad5790
by Lars-Peter Clausen
· 13 years ago
106e7cf
Merge branch 'work-next' into staging-next
by Greg Kroah-Hartman
· 13 years ago
5a2a6e1
staging:iio: Fix scan mask update
by Lars-Peter Clausen
· 13 years ago
1932432
Merge branch 'work-next' into staging-next
by Greg Kroah-Hartman
· 13 years ago
a1e44d6
staging:iio: Fix sw_ring memory corruption
by Lars-Peter Clausen
· 13 years ago
c6795ad
staging:iio: Fix typo
by Lars-Peter Clausen
· 13 years ago
5f070a3
staging:iio:buffer.h update struct buffer docs.
by Jonathan Cameron
· 13 years ago
f79a909
staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.
by Jonathan Cameron
· 13 years ago
f7ff694
staging:iio:buffer scrap to_iio_buffer as it no longer has meaning.
by Jonathan Cameron
· 13 years ago
f32971c
staging:iio:buffer stop allowing for read_last callback.
by Jonathan Cameron
· 13 years ago
c0e9e6b
staging:iio:ring_sw don't provide read last function.
by Jonathan Cameron
· 13 years ago
3ca34cc
staging:iio:adc:max1363 stop reading from buffer for sysfs access
by Jonathan Cameron
· 13 years ago
729bbf5
staging:iio:adc:ad799x stop reading from buffer for sysfs accesses
by Jonathan Cameron
· 13 years ago
790d875
staging:iio:adc:ad7887 stop reading from buffer for sysfs access.
by Jonathan Cameron
· 13 years ago
950935b
staging:iio:adc:ad7993 stop reading from buffer for sysfs raw read.
by Jonathan Cameron
· 13 years ago
9380d5e
staging:iio:adc:ad7606 remove buffer access to data from sysfs read.
by Jonathan Cameron
· 13 years ago
78c32ed
staging:iio:adc:ad7606 remove buffer access for sysfs interfaces.
by Jonathan Cameron
· 13 years ago
389ac48
staging:iio:adc:ad7476 scrap read from buffer for sysfs access.
by Jonathan Cameron
· 13 years ago
e0f0dda
staging:iio:adc:ad7192 scrap read from buffer for sysfs access.
by Jonathan Cameron
· 13 years ago
443a9ea
staging:iio:accel:lis3l02dq scrap reading from buffer for sysfs access.
by Jonathan Cameron
· 13 years ago
66748b5
staging:iio:buffer remove unused owner field from struct iio_buffer
by Jonathan Cameron
· 13 years ago
550268c
staging:iio: scrap scan_count and ensure all drivers use active_scan_mask
by Jonathan Cameron
· 13 years ago
1612244
staging:iio:buffer move setup ops from buffer instance to iio_dev
by Jonathan Cameron
· 13 years ago
3771a0a
staging:iio: remove userspace access to bytes per datum.
by Jonathan Cameron
· 13 years ago
c15c4f1
staging:iio:buffer drop bpe field.
by Jonathan Cameron
· 13 years ago
bc234e7
staging:iio:adc:max1363 add datasheet_name entries.
by Jonathan Cameron
· 13 years ago
6c63dde
staging:iio: core: add datasheet_name to chan_spec
by Jonathan Cameron
· 13 years ago
18cffbed
staging:iio:adc:max1363 correctly set channels as big endian.
by Jonathan Cameron
· 13 years ago
c52cfb6
staging:iio:adc:max1363 use new demuxing support.
by Jonathan Cameron
· 13 years ago
5ada4ea
staging:iio: add demux optionally to path from device to buffer
by Jonathan Cameron
· 13 years ago
959d295
staging:iio: make iio_sw_buffer_preenable much more general.
by Jonathan Cameron
· 13 years ago
4d5f8d3
staging:iio: add hook to allow core to perform scan related config.
by Jonathan Cameron
· 13 years ago
beb8060
staging:iio:buffer add a cache of the timestamp scan index.
by Jonathan Cameron
· 13 years ago
5fb21c8
staging:iio:find iio channel from scan index util function
by Jonathan Cameron
· 13 years ago
94386ab
staging:iio: Remove redundant spi driver bus initialization
by Lars-Peter Clausen
· 13 years ago
c03f2c5
staging:iio:dac: Add AD5380 driver
by Lars-Peter Clausen
· 13 years ago
68b14d7
staging:iio:dac: Add AD5764 driver
by Lars-Peter Clausen
· 13 years ago
29bf626
staging:iio:adc:max1363 actually make timestamp controllable
by Jonathan Cameron
· 13 years ago
117cf8b
staging:iio:generic_buffer example - handle endian differences
by Jonathan Cameron
· 13 years ago
a7f7c36
staging:iio:Documentation: cleanup properly in buffer handling code
by Jonathan Cameron
· 13 years ago
014fcb1
iio: light sensor: Improve granularity of tsl2583 lux values.
by Bryan Freed
· 13 years ago
d666c0d
Staging: iio/accel: Added a range check for val in store_measurement_mode()
by Andreas Ruprecht
· 13 years ago
bba4277
Staging: iio/accel: Changed data type of mask in store_measurement_mode() to u8
by Andreas Ruprecht
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
28998e0
Staging: iio/accel: Changed return type of lis3l02dq_read_event_config() to int
by Andreas Ruprecht
· 13 years ago
6d3ff1c
Staging: iio/adc: strict_strtoul was used with a long type variable
by Andreas Ruprecht
· 13 years ago
d83fb18
staging: iio: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 13 years ago
3b724ca
Staging: iio/accel: Changed data type of val in store_measurement_mode to u8
by Andreas Ruprecht
· 13 years ago
359f9ca
Staging: iio/accel: Changed data type for val to unsigned long in write_frequency
by Andreas Ruprecht
· 13 years ago
bae5b53
Staging: iio/accel: Changed data type in adis16220_write_16bit to u16
by Andreas Ruprecht
· 13 years ago
0c22db4
staging:iio:documentation: document filter_low_pass_3db_frequency.
by Jonathan Cameron
· 13 years ago
98c9373
staging:iio:imu:adis16400 add control of data filtering.
by Jonathan Cameron
· 13 years ago
df94aba
staging:iio: filter description - low pass 3db frequency.
by Jonathan Cameron
· 13 years ago
c1a7528
Staging: iio: fix endian conversion in ad7298_scan_direct()
by Dan Carpenter
· 13 years ago
5ae8f44
iio: Don't OOPS if dummy evgen failed init
by Sasha Levin
· 13 years ago
55e4390
staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIAS
by Lars-Peter Clausen
· 13 years ago
275de9f
staging:iio:dac:ad5624r: Convert to channel spec
by Lars-Peter Clausen
· 13 years ago
a7b1528
staging:iio:dac:ad5504: Convert to channel spec
by Lars-Peter Clausen
· 13 years ago
33ad6b2
staging:iio:dac:ad5446: Convert to channel spec
by Lars-Peter Clausen
· 13 years ago
73aaf63
staging: iio: drop "select IIO_SIMPLE_DUMMY_EVGEN"
by Paul Bolle
· 13 years ago
4658259
staging:iio:dac:ad5446: Add support for the AD5662
by Lars-Peter Clausen
· 13 years ago
5691b23
staging:iio:dac: Add AD5421 driver
by Lars-Peter Clausen
· 13 years ago
19c2aed
staging:iio: IIO_EVENT_CODE: Clamp channel numbers
by Lars-Peter Clausen
· 13 years ago
43c0364
staging:iio: Make write_event_value callback optional
by Lars-Peter Clausen
· 13 years ago
685e010
Staging: iio/dac/ad5360.c: signedness bug in ad5360_read_raw()
by Dan Carpenter
· 13 years ago
23a3b8c
Staging: iio/dac/ad5064.c: signedness bug in ad5064_read_raw()
by Dan Carpenter
· 13 years ago
c8a9f80
staging:iio:treewide only use shared to decide on interfaces
by Jonathan Cameron
· 13 years ago
924f8a2
staging:iio: Do not use bitmasks for channel info addresses
by Lars-Peter Clausen
· 13 years ago
3014cd9
staging:iio: Add documentation for IIO_EVENT_CODE
by Lars-Peter Clausen
· 13 years ago
65d5ff8
staging:iio: Use userspace types for iio_event_data
by Lars-Peter Clausen
· 13 years ago
af5046a
staging:iio: header reorganization
by Jonathan Cameron
· 13 years ago
f791cec
Subject: fix build breakage in drivers/staging/iio/industrialio-core.c
by Greg Kroah-Hartman
· 13 years ago
96e00f1
staging:iio: core. Allow for event chrdev obtaining ioctl if no buffer present.
by Jonathan Cameron
· 13 years ago
bc9f35d
staging:iio:iio_utils.h: Add missing include
by Lars-Peter Clausen
· 13 years ago
dc8f526
staging:iio:events: Make sure userspace buffer is large enough
by Lars-Peter Clausen
· 13 years ago
0403e0d
staging:iio:core shared attrs do not work with modifier.
by Jonathan Cameron
· 13 years ago
5dd72ec
staging:iio: trigger fixes for repeat request of same trigger and allocation failure
by Jonathan Cameron
· 13 years ago
4c3d153
staging:iio:kfifo remove entirely pointless code.
by Jonathan Cameron
· 13 years ago
e69616b
staging:iio:industrialio-trigger.c Trivial code style brackets fix
by Jonathan Cameron
· 13 years ago
Next »