aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11staging: IIO: Fix uses of spinlocks prior to init in ring implementationsJonathan Cameron3-12/+16
2010-04-30Staging: iio: fix up the iio_get_new_idr_val commentAndrew Morton1-1/+1
2010-04-30staging: iio: ring_sw: Fix incorrect test on successful read of last value, causes infinite loopJonathan Cameron1-1/+1
2010-04-30staging: iio: Function iio_get_new_idr_val() return negative value if fails.Sonic Zhang1-1/+2
2010-04-30Staging: iio: adc: fix dangling pointersWolfram Sang1-0/+2
2010-04-30Staging: iio: light: fix dangling pointersWolfram Sang1-0/+2
2010-04-30Staging: iio: test for failed allocationDan Carpenter1-0/+3
2010-04-30staging: iio: lis3l02dq - incorrect ws used in container of call.Jonathan Cameron1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo14-0/+14
2010-03-03Staging: make drivers use spin_lock_init()Sven-Thorsten Dietrich2-3/+2
2010-03-03Staging: iio: Staticise non-exported functionsMark Brown2-9/+9
2010-03-03staging: iio: Fix incorrect existence check for a shared event pointer.Jonathan Cameron1-8/+8
2010-03-03staging: iio: Ensure mutex is correctly unlocked in __iio_push_eventJonathan Cameron1-1/+4
2010-03-03Staging: iio: checkinclude.pl fixAmeya Palande1-1/+0
2009-12-12drop explicit include of autoconf.hSam Ravnborg1-1/+0
2009-12-11Staging: IIO: add selection of IIO_SW_RING to LIS3L02DQ as neededJonathan Cameron1-0/+1
2009-12-11Staging: IIO: Add tsl2560-2 support to tsl2563 driver.Jonathan Cameron2-8/+9
2009-12-11Staging: IIO: Remove tsl2561 driver. Support merged with tsl2563.Jonathan Cameron3-282/+0
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa3-6/+6
2009-12-11Staging: iio: tsl2563 ambient light sensor driverAmit Kucheria4-0/+793
2009-12-11Staging: iio: Fix typos in documentationAmit Kucheria2-6/+7
2009-12-11Staging: iio: fix ring buffer buildRandy Dunlap3-4/+13
2009-12-11Staging: iio: Fix up the module build.Paul Mundt2-0/+2
2009-12-11Staging: iio: lots of doc fixesRandy Dunlap7-110/+228
2009-12-11Staging: iio: kconfig and make editsRandy Dunlap2-8/+8
2009-10-14staging: Complete sched.h removal from interrupt.hJeff Mahoney1-0/+1
2009-10-14Staging: iio: Fix missing include <linux/sched.h>Jonathan Cameron1-0/+1
2009-10-09Staging: iio: Don't build on s390Jeff Mahoney1-0/+1
2009-10-04Staging: IIO: tsl2561: Drop unused module parametersJean Delvare1-4/+0
2009-09-21Driver-Core: fix devnode callbacks for dabusb and industrialioIngo Molnar1-2/+2
2009-09-15Staging: iio: introduce missing kfreeJulia Lawall1-0/+1
2009-09-15Staging: iio: fix duplicate dev_attr_nameRandy Dunlap3-4/+4
2009-09-15Staging: iio: Fix type warningsAlan Cox2-2/+2
2009-09-15Staging: IIO: Add todo list for stagingJonathan Cameron1-0/+69
2009-09-15Staging: IIO: Initial documentationJonathan Cameron7-0/+600
2009-09-15Staging: IIO: Proof of concept gpio triggerJonathan Cameron3-1/+209
2009-09-15Staging: IIO: Periodic timer based triggerJonathan Cameron5-1/+254
2009-09-15Staging: IIO: max1363 add software ring buffer support using ring_swJonathan Cameron3-1/+255
2009-09-15Staging: IIO: lis3l02dq ring buffer and data ready trigger supportJonathan Cameron3-1/+621
2009-09-15Staging: IIO: Ring buffer: Initial pass at rarely locked ring bufferJonathan Cameron4-0/+636
2009-09-15Staging: IIO: Trigger support added to core.Jonathan Cameron5-1/+579
2009-09-15Staging: IIO: VTI sca3000 series accelerometer driver (spi)Jonathan Cameron6-0/+2171
2009-09-15Staging: IIO: Add generic ring buffer support to the IIO coreJonathan Cameron4-0/+858
2009-09-15Staging: IIO: kxsd9 accelerometer minimal supportJonathan Cameron4-0/+417
2009-09-15Staging: IIO: lis3l02dq accelerometer core supportJonathan Cameron7-0/+1324
2009-09-15Staging: IIO: tsl2561 digital light sensor core supportJonathan Cameron6-1/+309
2009-09-15Staging: IIO: max1363 ADC driverJonathan Cameron6-0/+907
2009-09-15Staging: IIO: core support for device registration and managementJonathan Cameron7-0/+1716