aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/kxsd9.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-4/+6
2011-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen1-1/+3
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-3/+3
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-2/+2
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen1-12/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-0/+1
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron1-1/+1
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-23staging:iio:accel:kxsd9 cleanup and conversion to iio_chan_spec.Jonathan Cameron1-163/+105
2011-06-28staging:iio:accel:kxsd9 replace kmallocs in power_up with use of already allocated buffer.anish kumar1-29/+9
2011-06-28staging:iio:accel:kxsd9: allocate state with iio_dev and use iio_priv to access.Jonathan Cameron1-47/+17
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-6/+6
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2010-07-08staging:iio:kxsd9 remove unnecessary includesJonathan Cameron1-6/+0
2010-05-11iio:staging:accelerometers move towards the new abiJonathan Cameron1-37/+51
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-15Staging: IIO: kxsd9 accelerometer minimal supportJonathan Cameron1-0/+395