summaryrefslogtreecommitdiff
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2011-12-09staging:iio:accel:lis3l02dq scrap reading from buffer for sysfs access.Jonathan Cameron3-50/+3
2011-12-09staging:iio:buffer remove unused owner field from struct iio_bufferJonathan Cameron11-12/+0
2011-12-09staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron19-77/+100
2011-12-09staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron23-46/+46
2011-12-09staging:iio: remove userspace access to bytes per datum.Jonathan Cameron4-28/+0
2011-12-09staging:iio:buffer drop bpe field.Jonathan Cameron12-16/+0
2011-12-08staging:iio:adc:max1363 add datasheet_name entries.Jonathan Cameron1-0/+2
2011-12-08staging:iio: core: add datasheet_name to chan_specJonathan Cameron1-0/+5
2011-12-08staging:iio:adc:max1363 correctly set channels as big endian.Jonathan Cameron1-2/+12
2011-12-08staging:iio:adc:max1363 use new demuxing support.Jonathan Cameron3-40/+26
2011-12-08staging:iio: add demux optionally to path from device to bufferJonathan Cameron2-4/+157
2011-12-08staging:iio: make iio_sw_buffer_preenable much more general.Jonathan Cameron2-26/+39
2011-12-08staging:iio: add hook to allow core to perform scan related config.Jonathan Cameron1-1/+2
2011-12-08staging:iio:buffer add a cache of the timestamp scan index.Jonathan Cameron2-0/+4
2011-12-08staging:iio:find iio channel from scan index util functionJonathan Cameron2-0/+19
2011-12-08staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen13-13/+0
2011-12-08staging:iio:dac: Add AD5380 driverLars-Peter Clausen3-0/+690
2011-12-08staging:iio:dac: Add AD5764 driverLars-Peter Clausen3-0/+404
2011-12-08staging:iio:adc:max1363 actually make timestamp controllableJonathan Cameron1-3/+2
2011-12-08staging:iio:generic_buffer example - handle endian differencesJonathan Cameron2-1/+14
2011-12-08staging:iio:Documentation: cleanup properly in buffer handling codeJonathan Cameron1-3/+15
2011-12-08iio: light sensor: Improve granularity of tsl2583 lux values.Bryan Freed1-3/+14
2011-12-08Staging: iio/accel: Added a range check for val in store_measurement_mode()Andreas Ruprecht1-0/+4
2011-12-08Staging: iio/accel: Changed data type of mask in store_measurement_mode() to u8Andreas Ruprecht1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-30Staging: iio/accel: Changed return type of lis3l02dq_read_event_config() to intAndreas Ruprecht1-1/+1
2011-11-30Staging: iio/adc: strict_strtoul was used with a long type variableAndreas Ruprecht1-2/+2
2011-11-30staging: iio: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer6-24/+20
2011-11-29Staging: iio/accel: Changed data type of val in store_measurement_mode to u8Andreas Ruprecht1-2/+2
2011-11-29Staging: iio/accel: Changed data type for val to unsigned long in write_frequ...Andreas Ruprecht1-2/+2
2011-11-29Staging: iio/accel: Changed data type in adis16220_write_16bit to u16Andreas Ruprecht1-2/+2
2011-11-27staging:iio:documentation: document filter_low_pass_3db_frequency.Jonathan Cameron1-0/+10
2011-11-27staging:iio:imu:adis16400 add control of data filtering.Jonathan Cameron2-37/+142
2011-11-27staging:iio: filter description - low pass 3db frequency.Jonathan Cameron2-0/+9
2011-11-27Staging: iio: fix endian conversion in ad7298_scan_direct()Dan Carpenter1-6/+7
2011-11-27iio: Don't OOPS if dummy evgen failed initSasha Levin1-0/+4
2011-11-27staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen45-10/+45
2011-11-27staging:iio:dac:ad5624r: Convert to channel specLars-Peter Clausen2-51/+79
2011-11-27staging:iio:dac:ad5504: Convert to channel specLars-Peter Clausen2-64/+71
2011-11-27staging:iio:dac:ad5446: Convert to channel specLars-Peter Clausen2-108/+83
2011-11-27staging: iio: drop "select IIO_SIMPLE_DUMMY_EVGEN"Paul Bolle1-1/+0
2011-11-27staging:iio:dac:ad5446: Add support for the AD5662Lars-Peter Clausen1-1/+1
2011-11-27staging:iio:dac: Add AD5421 driverLars-Peter Clausen4-0/+598
2011-11-27staging:iio: IIO_EVENT_CODE: Clamp channel numbersLars-Peter Clausen1-2/+3
2011-11-27staging:iio: Make write_event_value callback optionalLars-Peter Clausen1-0/+3
2011-11-27Staging: iio/dac/ad5360.c: signedness bug in ad5360_read_raw()Dan Carpenter1-1/+1
2011-11-27Staging: iio/dac/ad5064.c: signedness bug in ad5064_read_raw()Dan Carpenter1-1/+1
2011-11-27staging:iio:treewide only use shared to decide on interfacesJonathan Cameron40-428/+468
2011-11-27staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen38-111/+112
2011-11-27staging:iio: Add documentation for IIO_EVENT_CODELars-Peter Clausen1-4/+33