index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
iio
/
magnetometer
Age
Commit message (
Expand
)
Author
2012-05-17
staging: iio: add support for hmc5883/hmc5883l to hmc5843 magnetometer driver
Peter Meerwald
2012-05-17
staging: iio: reorganize hmc5843_set_rate()
Peter Meerwald
2012-05-17
staging: iio: rename function/data to consistently start with hmc5843_
Peter Meerwald
2012-05-17
staging: iio: cleanup and move comments in hmc5843
Peter Meerwald
2012-05-17
staging: iio: add check for measurement configuration value passed to hmc5843
Peter Meerwald
2012-05-17
staging: iio: rework sampling rate setting in hmc5843
Peter Meerwald
2012-05-16
staging: iio: rename and prefix CONSTANTs to distinguish between HMC5843 and ...
Peter Meerwald
2012-05-16
staging: iio: change strict_strtoul() to kstrtoul() in hmc5843
Peter Meerwald
2012-05-16
staging: iio: fix access to hmc5843 private data
Peter Meerwald
2012-05-14
staging:iio:magnetometer: Use dev_to_iio_dev()
Lars-Peter Clausen
2012-05-02
Merge 3.4-rc5 into staging-next
Greg Kroah-Hartman
2012-04-29
staging:iio: Streamline API function naming
Lars-Peter Clausen
2012-04-25
IIO: Move core headers to include/linux/iio
Jonathan Cameron
2012-04-18
staging:iio:magnetometer Add IIO_CHAN_INFO_RAW entries to all drivers.
Jonathan Cameron
2012-04-12
staging: iio: hmc5843: Fix crash in probe function.
Marek Belisko
2012-04-10
staging: iio: ak8975: Remove i2c client data corruption
Preetham Chandru
2012-03-02
drivers:staging:iio Fix typos and comments in staging iio.
Justin P. Mattock
2012-02-24
staging:iio: Use dev_pm_ops
Lars-Peter Clausen
2012-02-09
staging:iio: ak8975: add of_match table for device-tree probing
Olof Johansson
2012-01-09
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-11-26
staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIAS
Lars-Peter Clausen
2011-11-26
staging:iio:treewide only use shared to decide on interfaces
Jonathan Cameron
2011-11-26
staging:iio: Do not use bitmasks for channel info addresses
Lars-Peter Clausen
2011-11-17
staging:iio: Use module_i2c_driver to register I2C drivers
Lars-Peter Clausen
2011-10-17
staging:iio: fix removal path to allow correct freeing.
Jonathan Cameron
2011-10-17
staging:iio: gpio build dependency fixing
Jonathan Cameron
2011-09-26
staging:iio:magnetometer:ak8975: Fix probe() error-handling
Stephen Warren
2011-09-26
staging:iio:magnetometer:ak8975: Don't assume 0 is an invalid GPIO
Stephen Warren
2011-09-26
staging:iio:magnetometer:ak8975 use platform_data to pass the gpio number.
Jonathan Cameron
2011-09-26
staging: iio: Move sensor drivers to sub menus
Manuel Stahl
2011-09-16
staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.
Jonathan Cameron
2011-09-06
staging:iio:fix using iio_priv or iio_dev after iio_unregister_device
Jonathan Cameron
2011-09-06
staging:iio: push "sysfs.h" and linux/irq.h out of iio.h
Jonathan Cameron
2011-08-23
staging:iio:magnetometer: remove unused header magnet.h
Jonathan Cameron
2011-08-23
staging:iio:magnetometer:ak8975 convert to iio_chan_spec + cleanups.
Jonathan Cameron
2011-08-23
staging:iio:magnetometer:hmc5843 iio_chan_spec conversion.
Jonathan Cameron
2011-06-28
staging:iio:magnetometer:hmc5843: allocate device state with iio_dev.
Jonathan Cameron
2011-06-28
staging:iio:magnetometer:ak8975: allocate chip state with iio_dev.
Jonathan Cameron
2011-05-19
staging:iio: implement an iio_info structure to take some of the constant ele...
Jonathan Cameron
2011-04-25
staging:iio: Add ability to allocate private data space to iio_allocate_device
Jonathan Cameron
2011-04-20
Staging: iio: oaktrail AK8975 support via IIO
Alan Cox
2010-09-14
staging: iio: ak8975: Add ak8975 magnetometer sensor
Andrew Chew
2010-09-14
staging: iio: Change GAIN macros to SCALE.
Andrew Chew
2010-08-31
staging: iio: hmc5843 change ABI to comply with documentation
Manuel Stahl
2010-08-31
Staging: iio: signedness bug
Dan Carpenter
2010-08-31
drivers/staging/iio: call mutex_unlock in error handling code
Julia Lawall
2010-07-22
Staging: iio: add digital compass hmc5843 driver
Shubhrajyoti D
2010-05-11
staging: iio: Break up gyro.h and move to new abi
Jonathan Cameron
2010-05-11
staging:iio:imu ADIS16400 and ADIS16405 driver
Barry Song