summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/magnetometer
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: add support for hmc5883/hmc5883l to hmc5843 magnetometer driverPeter Meerwald2012-05-172-45/+149
* staging: iio: reorganize hmc5843_set_rate()Peter Meerwald2012-05-171-1/+2
* staging: iio: rename function/data to consistently start with hmc5843_Peter Meerwald2012-05-171-13/+13
* staging: iio: cleanup and move comments in hmc5843Peter Meerwald2012-05-171-59/+63
* staging: iio: add check for measurement configuration value passed to hmc5843Peter Meerwald2012-05-171-1/+6
* staging: iio: rework sampling rate setting in hmc5843Peter Meerwald2012-05-171-27/+24
* staging: iio: rename and prefix CONSTANTs to distinguish between HMC5843 and ...Peter Meerwald2012-05-161-57/+71
* staging: iio: change strict_strtoul() to kstrtoul() in hmc5843Peter Meerwald2012-05-161-3/+3
* staging: iio: fix access to hmc5843 private dataPeter Meerwald2012-05-161-5/+11
* staging:iio:magnetometer: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-142-10/+10
* Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-022-14/+16
|\
| * staging:iio: Streamline API function namingLars-Peter Clausen2012-04-292-6/+6
| * IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-252-4/+4
| * staging:iio:magnetometer Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-182-4/+6
* | staging: iio: hmc5843: Fix crash in probe function.Marek Belisko2012-04-121-1/+3
* | staging: iio: ak8975: Remove i2c client data corruptionPreetham Chandru2012-04-101-3/+5
|/
* drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock2012-03-021-3/+3
* staging:iio: Use dev_pm_opsLars-Peter Clausen2012-02-241-7/+13
* staging:iio: ak8975: add of_match table for device-tree probingOlof Johansson2012-02-091-0/+8
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-092-4/+5
|\
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-261-0/+1
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-262-4/+4
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-262-2/+2
* | staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen2011-11-172-26/+2
|/
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-172-4/+7
* staging:iio: gpio build dependency fixingJonathan Cameron2011-10-171-0/+1
* staging:iio:magnetometer:ak8975: Fix probe() error-handlingStephen Warren2011-09-261-1/+1
* staging:iio:magnetometer:ak8975: Don't assume 0 is an invalid GPIOStephen Warren2011-09-261-6/+5
* staging:iio:magnetometer:ak8975 use platform_data to pass the gpio number.Jonathan Cameron2011-09-261-1/+4
* staging: iio: Move sensor drivers to sub menusManuel Stahl2011-09-261-1/+2
* staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron2011-09-161-2/+2
* staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron2011-09-061-1/+0
* staging:iio: push "sysfs.h" and linux/irq.h out of iio.hJonathan Cameron2011-09-061-1/+1
* staging:iio:magnetometer: remove unused header magnet.hJonathan Cameron2011-08-231-31/+0
* staging:iio:magnetometer:ak8975 convert to iio_chan_spec + cleanups.Jonathan Cameron2011-08-231-111/+103
* staging:iio:magnetometer:hmc5843 iio_chan_spec conversion.Jonathan Cameron2011-08-231-45/+51
* staging:iio:magnetometer:hmc5843: allocate device state with iio_dev.Jonathan Cameron2011-06-281-29/+21
* staging:iio:magnetometer:ak8975: allocate chip state with iio_dev.Jonathan Cameron2011-06-281-51/+40
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-192-4/+12
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-252-2/+2
* Staging: iio: oaktrail AK8975 support via IIOAlan Cox2011-04-201-37/+83
* staging: iio: ak8975: Add ak8975 magnetometer sensorAndrew Chew2010-09-143-0/+569
* staging: iio: Change GAIN macros to SCALE.Andrew Chew2010-09-141-6/+6
* staging: iio: hmc5843 change ABI to comply with documentationManuel Stahl2010-08-311-16/+16
* Staging: iio: signedness bugDan Carpenter2010-08-311-2/+2
* drivers/staging/iio: call mutex_unlock in error handling codeJulia Lawall2010-08-311-8/+17
* Staging: iio: add digital compass hmc5843 driverShubhrajyoti D2010-07-223-0/+644
* staging: iio: Break up gyro.h and move to new abiJonathan Cameron2010-05-111-6/+6
* staging:iio:imu ADIS16400 and ADIS16405 driverBarry Song2010-05-111-0/+31