aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/magnetometer/hmc5843.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-17staging:iio:magnetometer:hmc5843 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+2
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-10-19drivers/staging/iio: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-03staging:iio: Update email address for Jonathan Cameron.Jonathan Cameron1-1/+1
2012-06-05staging: iio: hmc5843: Make it behave better as modulesShubhrajyoti D1-3/+3
2012-05-17staging: iio: add support for hmc5883/hmc5883l to hmc5843 magnetometer driverPeter Meerwald1-41/+145
2012-05-17staging: iio: reorganize hmc5843_set_rate()Peter Meerwald1-1/+2
2012-05-17staging: iio: rename function/data to consistently start with hmc5843_Peter Meerwald1-13/+13
2012-05-17staging: iio: cleanup and move comments in hmc5843Peter Meerwald1-59/+63
2012-05-17staging: iio: add check for measurement configuration value passed to hmc5843Peter Meerwald1-1/+6
2012-05-17staging: iio: rework sampling rate setting in hmc5843Peter Meerwald1-27/+24
2012-05-16staging: iio: rename and prefix CONSTANTs to distinguish between HMC5843 and HMC5883Peter Meerwald1-57/+71
2012-05-16staging: iio: change strict_strtoul() to kstrtoul() in hmc5843Peter Meerwald1-3/+3
2012-05-16staging: iio: fix access to hmc5843 private dataPeter Meerwald1-5/+11
2012-05-14staging:iio:magnetometer: Use dev_to_iio_dev()Lars-Peter Clausen1-8/+8
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman1-7/+8
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-2/+2
2012-04-18staging:iio:magnetometer Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron1-2/+3
2012-04-12staging: iio: hmc5843: Fix crash in probe function.Marek Belisko1-1/+3
2012-03-02drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock1-3/+3
2012-02-24staging:iio: Use dev_pm_opsLars-Peter Clausen1-7/+13
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+3
2011-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen1-0/+1
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-2/+2
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-1/+1
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen1-13/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-1/+3
2011-09-16staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron1-2/+2
2011-08-23staging:iio:magnetometer:hmc5843 iio_chan_spec conversion.Jonathan Cameron1-45/+51
2011-06-28staging:iio:magnetometer:hmc5843: allocate device state with iio_dev.Jonathan Cameron1-29/+21
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-2/+6
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2010-08-31staging: iio: hmc5843 change ABI to comply with documentationManuel Stahl1-16/+16
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-07-22Staging: iio: add digital compass hmc5843 driverShubhrajyoti D1-0/+624