aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/magnetometer (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-24staging: iio: magnetometer: Remove explicit comparisonsCristina Moraru1-1/+1
2015-08-22staging: iio: hmc5843: Export missing SPI module alias informationJavier Martinez Canillas1-0/+1
2015-08-16staging: iio: hmc5843: Set iio name dynamicallyYong Li4-5/+6
2015-03-24Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman2-23/+23
2015-03-23Staging: iio: Fix file header to match standardsCristina Opriceana1-22/+22
2015-03-23Staging: iio: Place driver in sleep mode on errorCristina Opriceana1-1/+3
2015-03-23Staging: iio: Add kernel-doc for struct hmc5843Cristina Opriceana1-1/+9
2015-03-20Staging: iio: Remove line over 80 charactersCristina Opriceana1-3/+3
2015-03-20Staging: iio: Remove multiple blank linesCristina Opriceana2-2/+0
2015-03-20Staging: iio: Align function parameters to match first rowCristina Opriceana3-27/+33
2015-03-20Staging: iio: Simplify NULL pointer conditionCristina Opriceana1-1/+1
2015-03-06staging: iio: hmc5843: Set iio name property in sysfsMarek Belisko1-0/+1
2015-02-25staging:iio:hmc5843: Constify register tables and struct regmap_configKrzysztof Kozlowski2-8/+8
2015-02-08Staging:iio:hmc5843:Coding Style CorrectionTolga Ceylan1-17/+17
2014-08-02staging: iio: hmc5843_core: fix sparse warningsTeodora Baluta1-3/+3
2014-07-23staging:iio:hmc5843: Add support for spi hmc5983Josef Gajdusek3-0/+116
2014-07-23staging:iio:hmc5843: Add support for i2c hmc5983Josef Gajdusek4-6/+23
2014-07-23staging:iio:hmc5843: register <-> value arrays now can have different lengthsJosef Gajdusek1-11/+23
2014-07-23staging:iio:hmc5843: Split hmc5843.c to multiple filesJosef Gajdusek5-128/+203
2014-07-23staging:iio:hmc5843: Added regmap supportJosef Gajdusek2-45/+96
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/jic23/iio into staging-nextGreg 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-17staging:iio:mag:hmc5843 fix incorrect endianness of channel as a result of missuse of the IIO_ST macro.Jonathan Cameron1-1/+6
2013-12-02Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman1-0/+2
2013-11-24iio:magnetometer:hmc5843 - add basic dt supportNeilBrown1-0/+7
2013-11-09staging:iio: Fix hmc5843 Kconfig dependenciesPeter Meerwald1-0/+2
2013-10-17staging:iio:hmc5843: Trivial cleanupPeter Meerwald1-1/+1
2013-10-17staging:iio:hmc5843: Check initialization and chip identifierPeter Meerwald1-6/+27
2013-10-17staging:iio:hmc5843: Introduce _set_range_gain()Peter Meerwald1-12/+17
2013-10-17staging:iio:hmc5843: Rename _set_rate() to _set_samp_freq()Peter Meerwald1-16/+15
2013-10-17staging:iio:hmc5843: Reorganize _set_meas_conf()Peter Meerwald1-25/+20
2013-10-17staging:iio:hmc5843: Rename _configure() to _set_mode()Peter Meerwald1-11/+16
2013-10-17staging:iio:hmc5843: Remove ability to change operating modePeter Meerwald1-68/+0
2013-10-17staging:iio:hmc5843: Add trigger handlingPeter Meerwald1-8/+61
2013-10-17staging:iio:hmc5843: Always read all channels values otherwise no updatesPeter Meerwald1-21/+32
2013-10-17staging:iio:hmc5843: Rename _check_samp_freq to get_samp_freq_indexPeter Meerwald1-31/+16
2013-10-17staging: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-11staging:iio:hmc5843: Use devm_iio_device_allocPeter Meerwald1-17/+7