summaryrefslogtreecommitdiff
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2010-09-05staging: iio: Remove long dead function definitions from headersJonathan Cameron2-78/+0
2010-09-05staging: iio: unecessary header removal and kernel doc clean upJonathan Cameron2-15/+65
2010-09-05staging: iio: simplify logic in iio_interrupt_handlerJonathan Cameron1-11/+2
2010-09-05staging: iio: convert idr to ida as pointer never providedJonathan Cameron2-36/+35
2010-08-31staging: iio: hmc5843 change ABI to comply with documentationManuel Stahl1-16/+16
2010-08-31staging: iio sync scale unitsManuel Stahl7-12/+22
2010-08-31staging: iio sync drivers with current ABIManuel Stahl20-152/+247
2010-08-31staging: iio partial documentation updateManuel Stahl3-57/+57
2010-08-31staging: iio move scan_elements into ring bufferManuel Stahl15-289/+292
2010-08-31staging: iio: lis3l02dq adjust lis3l02dq_configure_ringManuel Stahl1-9/+10
2010-08-31staging: iio rename ring attributesManuel Stahl13-64/+64
2010-08-31Staging: iio: signedness bugDan Carpenter1-2/+2
2010-08-31drivers/staging/iio: call mutex_unlock in error handling codeJulia Lawall1-8/+17
2010-08-03staging: iio: ring_sw Fix pointer arithmetic for 64bit arches by using phys_a...Jonathan Cameron1-1/+1
2010-08-03staging: iio: ring_sw remove unnecessary function stub.Jonathan Cameron1-2/+0
2010-08-03staging: iio: ring_sw Add select of triggers to avoid build issue.Jonathan Cameron1-0/+1
2010-08-03staging: iio: adis16350 add dummy ring functions for no ring build caseJonathan Cameron1-0/+8
2010-08-03staging: iio: lis3l02dq add a thresh_timestamp field to state for no ring caseJonathan Cameron2-7/+9
2010-08-03staging: iio: iio_sw_ring_helper_state - add dummy case for no buffer builds.Jonathan Cameron1-0/+3
2010-07-27Staging: IIO: typo in Documentation/overview.txtMatthias Brugger1-1/+1
2010-07-23Staging: iio: add digital compass hmc5843 driverShubhrajyoti D5-0/+646
2010-07-22staging: iio: lis3l02dq: use iio_sw_ring_helper_state and funcsJonathan Cameron3-138/+123
2010-07-22staging: iio: Add iio_sw_ring_helper_state and functions to cover common case.Jonathan Cameron2-0/+54
2010-07-22staging: iio: Make extensive use of iio_sw_ring_preenableJonathan Cameron7-181/+14
2010-07-22staging: iio: Add a bits per element element to ring_generic allowing a gener...Barry Song3-1/+28
2010-07-22staging: iio: Fix scan_element naming issueJonathan Cameron7-66/+59
2010-07-22staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent drive...Jonathan Cameron24-190/+42
2010-07-22staging: iio: imu: allow adis16300 and adis16400 to build without ring buffer...Jonathan Cameron1-6/+4
2010-07-22staging: iio: replace combine_8_to_16 with be16_to_cpup where possible.Jonathan Cameron6-84/+18
2010-07-22staging: iio: remove timestamp field from trigger and pass instead through po...Jonathan Cameron18-42/+39
2010-07-22staging: iio: Add iio_triggered_ring postenable and predisable + use in driversJonathan Cameron10-158/+41
2010-07-22staging: iio: Add and convert drivers to use iio_alloc_pollfuncJonathan Cameron10-56/+46
2010-07-22staging: iio: Use kasprintf to allocate and fill trig->nameJonathan Cameron11-54/+30
2010-07-08staging:iio:max1363 add theshold event supportJonathan Cameron3-23/+721
2010-07-08staging:iio: Add ability to have event attributes with awkward namesJonathan Cameron1-0/+8
2010-07-08staging:iio: tsl2563 abi fixes and interrupt handlingJonathan Cameron2-96/+300
2010-07-08staging:iio: Fix IIO_EVENT_ATTR initialization of list headJonathan Cameron1-4/+2
2010-07-08staging:iio: Code cleanupsJonathan Cameron2-6/+5
2010-07-08staging:iio: Remove unnecessary event_idr and all referencesJonathan Cameron3-25/+4
2010-07-08staging:iio: Remove used iio_work_cont definition and all referencesJonathan Cameron9-65/+0
2010-07-08staging:iio:kxsd9 remove unnecessary includesJonathan Cameron1-6/+0
2010-07-08staging:iio:lis3l02dq cleanupsJonathan Cameron3-27/+10
2010-07-08staging:iio:max1363 trivial code and comment cleanups.Jonathan Cameron2-9/+8
2010-07-08staging:iio:max1363 use device_id instead of searching on name againJonathan Cameron2-84/+69
2010-06-19Staging: iio: adis16209/220/240/350: tuning spi delay to make hardware more s...Barry Song4-16/+18
2010-06-19Staging: iio: adis16400: fix some minor issues and clean-upBarry Song3-70/+68
2010-06-19Staging: iio: adis16300: fix some minor issues and clean-upBarry Song3-94/+117
2010-06-19Staging: iio: add file pointer to sysfs callbacksDan Carpenter1-3/+3
2010-06-19Staging: iio: Add mailing list to the TODO file.Jonathan Cameron1-1/+1
2010-06-19Staging: iio: pull in slab.h for kmalloc funcsMike Frysinger13-7/+13