summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/magnetometer/hmc5843.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-24staging:iio:hmc5843: Split hmc5843.c to multiple filesJosef Gajdusek1-704/+0
2014-07-24staging:iio:hmc5843: Added regmap supportJosef Gajdusek1-45/+95
2014-06-29staging: iio: hmc5843: Add all available models to device tree id table.Marek Belisko1-1/+3
2013-12-24Merge tag 'iio-for-3.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-1/+1
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman1-1/+6
2013-12-22staging: iio: hmc5843: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2013-12-18staging:iio:mag:hmc5843 fix incorrect endianness of channel as a result of mi...Jonathan Cameron1-1/+6
2013-11-25iio:magnetometer:hmc5843 - add basic dt supportNeilBrown1-0/+7
2013-10-18staging:iio:hmc5843: Trivial cleanupPeter Meerwald1-1/+1
2013-10-18staging:iio:hmc5843: Check initialization and chip identifierPeter Meerwald1-6/+27
2013-10-18staging:iio:hmc5843: Introduce _set_range_gain()Peter Meerwald1-12/+17
2013-10-18staging:iio:hmc5843: Rename _set_rate() to _set_samp_freq()Peter Meerwald1-16/+15
2013-10-18staging:iio:hmc5843: Reorganize _set_meas_conf()Peter Meerwald1-25/+20
2013-10-18staging:iio:hmc5843: Rename _configure() to _set_mode()Peter Meerwald1-11/+16
2013-10-18staging:iio:hmc5843: Remove ability to change operating modePeter Meerwald1-68/+0
2013-10-18staging:iio:hmc5843: Add trigger handlingPeter Meerwald1-8/+61
2013-10-18staging:iio:hmc5843: Always read all channels values otherwise no updatesPeter Meerwald1-21/+32
2013-10-18staging:iio:hmc5843: Rename _check_samp_freq to get_samp_freq_indexPeter Meerwald1-31/+16
2013-10-18staging:iio:hmc5843: Use SCALE instead of magn_rangePeter Meerwald1-101/+59
2013-10-01staging:iio:hmc5843: Introduce helper functions to show/check list of int pairsPeter Meerwald1-22/+34
2013-10-01staging:iio:hmc5843: Tighten commentsPeter Meerwald1-12/+4
2013-10-01staging:iio:hmc5843: Remove unused LSB register #definesPeter Meerwald1-7/+0
2013-10-01staging:iio:hmc5843: Use INFO_SAMP_FREQPeter Meerwald1-81/+54
2013-10-01staging:iio:hmc5843: Rewrite init functionPeter Meerwald1-21/+13
2013-10-01staging:iio:hmc5843: Add pointer to i2c client to data structPeter Meerwald1-36/+25
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman1-1/+1
2013-09-18staging:iio:hmc5843: Fix measurement conversionPeter Meerwald1-1/+1
2013-09-12staging:iio:hmc5843: Use devm_iio_device_allocPeter Meerwald1-17/+7
2013-09-08staging: iio: hmc5843: Fix a trivial typoSachin Kamat1-1/+1
2013-08-04staging:iio:hmc5843: Use i2c_smbus_read_word_swapped()Peter Meerwald1-2/+2
2013-08-04staging:iio:hmc5843: Drop unneeded #includesPeter Meerwald1-3/+0
2013-08-04staging:iio:hmc5843: Device has 3 channels, no need to store separatelyPeter Meerwald1-5/+1
2013-08-04staging:iio:hmc5843: 'add' is a poor abbreviation for addressPeter Meerwald1-2/+2
2013-08-04staging:iio:hmc5843: Implement timeout in read functionPeter Meerwald1-3/+15
2013-08-04staging:iio:hmc5843: Remove id register #defines, not used anymorePeter Meerwald1-3/+0
2013-08-04staging:iio:hmc5843: Drop I2C detection codePeter Meerwald1-33/+0
2013-03-17staging:iio:magnetometer:hmc5843 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+2
2012-11-22staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-22staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-22staging: 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-17staging: iio: rename and prefix CONSTANTs to distinguish between HMC5843 and ...Peter Meerwald1-57/+71