| Commit message (Expand) | Author | Age | Files | Lines |
* | iio: Remove duplicates for light/ in Kconfig and Makefile | Andreas Larsson | 2012-10-19 | 2 | -2/+0 |
* | iio: adc: add new lp8788 adc driver | Kim, Milo | 2012-09-22 | 3 | -0/+271 |
* | iio: inkern: clean up error return code | Kim, Milo | 2012-09-22 | 1 | -5/+8 |
* | iio: inkern: put the IIO device when it fails to allocate memory | Kim, Milo | 2012-09-22 | 1 | -1/+4 |
* | iio: dac/ad5755: signedness bug in ad5755_setup_pdata() | Dan Carpenter | 2012-09-22 | 1 | -1/+1 |
* | iio: hid-sensors: Prevent crash during hot-unplug | Srinivas Pandruvada | 2012-09-22 | 1 | -0/+1 |
* | Merge tag 'iio-for-v3.7d' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2012-09-17 | 8 | -11/+1136 |
|\ |
|
| * | iio: ad7476: Add support for the ad7091r | Lars-Peter Clausen | 2012-09-17 | 1 | -4/+26 |
| * | iio:inkern: Add function to read the processed value | Lars-Peter Clausen | 2012-09-17 | 1 | -9/+109 |
| * | iio:dac: Add ad5755 driver | Lars-Peter Clausen | 2012-09-17 | 3 | -0/+662 |
| * | iio: inkern: add error case in iio_channel_get() | Kim, Milo | 2012-09-17 | 1 | -1/+10 |
| * | iio: inkern: allocate zeroed memory | Kim, Milo | 2012-09-15 | 1 | -1/+1 |
| * | iio: Introduce a new fractional value type | Lars-Peter Clausen | 2012-09-15 | 1 | -0/+6 |
| * | iio:ad7476: Add support for ad7273/ad7274/ad7276/ad7277/ad7278 | Lars-Peter Clausen | 2012-09-15 | 2 | -3/+23 |
| * | iio:ad7476: Add ad7940 support | Lars-Peter Clausen | 2012-09-15 | 2 | -6/+16 |
| * | iio:ad7476: Add ad7910/ad7920 device table entries | Lars-Peter Clausen | 2012-09-15 | 2 | -5/+8 |
| * | iio: Move ad7476 driver out of staging | Lars-Peter Clausen | 2012-09-15 | 3 | -0/+293 |
* | | Merge 3.6-rc6 into staging-next | Greg Kroah-Hartman | 2012-09-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | drivers/iio/adc/at91_adc.c: adjust inconsistent IS_ERR and PTR_ERR | Julia Lawall | 2012-08-27 | 1 | -1/+1 |
* | | staging:iio:adc: Add AD7791 driver | Lars-Peter Clausen | 2012-09-08 | 3 | -0/+473 |
* | | iio:ad5446: Add device ids for ad5301/ad5311/ad5321 | Lars-Peter Clausen | 2012-09-08 | 2 | -4/+7 |
* | | iio:ad5446: Add support for the ad5300/ad5310/ad5320 | Lars-Peter Clausen | 2012-09-08 | 2 | -3/+21 |
* | | iio: Drop timestamp parameter from buffer store_to callback | Lars-Peter Clausen | 2012-09-08 | 10 | -17/+11 |
* | | staging:iio: hid-sensors Use iio_push_to_buffer | Jonathan Cameron | 2012-09-07 | 4 | -4/+4 |
* | | iio: hid-sensors: Added ALS | srinivas pandruvada | 2012-09-06 | 5 | -0/+399 |
* | | iio: hid-sensors: Added Compass/Magnetometer 3D | srinivas pandruvada | 2012-09-06 | 5 | -0/+443 |
* | | iio: hid-sensors: Added Gyroscope 3D | srinivas pandruvada | 2012-09-06 | 5 | -0/+442 |
* | | iio: hid-sensors: Added accelerometer 3D | srinivas pandruvada | 2012-09-06 | 5 | -0/+442 |
* | | iio: hid-sensors: Common attribute and trigger | srinivas pandruvada | 2012-09-06 | 10 | -0/+483 |
* | | iio: core: Add hysteresis in channel spec | srinivas pandruvada | 2012-09-06 | 1 | -0/+1 |
* | | IIO: Update email address for Jonathan Cameron. | Jonathan Cameron | 2012-09-03 | 1 | -1/+1 |
* | | iio:ad5446: get rid of private header file | Jean-Francois Dagenais | 2012-09-03 | 2 | -65/+34 |
* | | iio:ad5446: Add support for I2C based DACs | Jean-Francois Dagenais | 2012-09-03 | 3 | -147/+293 |
* | | iio: fix spelling of subsystem | Peter Meerwald | 2012-09-03 | 1 | -1/+1 |
* | | iio: whitespace cleanup and removal of semicolon after functions | Peter Meerwald | 2012-09-03 | 2 | -6/+6 |
* | | iio: fix typos | Peter Meerwald | 2012-09-03 | 1 | -1/+1 |
* | | drivers/iio/adc/at91_adc.c: use clk_prepare_enable and clk_disable_unprepare | Julia Lawall | 2012-09-03 | 1 | -24/+9 |
* | | iio: kfifo - add poll support. | Jonathan Cameron | 2012-08-27 | 1 | -1/+14 |
* | | iio:kfifo_buf improve error handling in read_first_n. | Jonathan Cameron | 2012-08-27 | 1 | -1/+3 |
* | | iio:kfifo_buf Take advantage of the fixed record size used in IIO | Jonathan Cameron | 2012-08-27 | 1 | -4/+5 |
* | | iio: use IIO_CHAN_INFO_RAW rather than 0 | Kim, Milo | 2012-08-27 | 1 | -2/+4 |
* | | iio:adc: Add common code for ADI Sigma Delta devices | Lars-Peter Clausen | 2012-08-27 | 3 | -0/+564 |
* | | Merge 3.6-rc3 into staging-next | Greg Kroah-Hartman | 2012-08-27 | 3 | -14/+21 |
|\| |
|
| * | iio: lm3533-als: Fix build warnings | Axel Lin | 2012-08-16 | 1 | -2/+2 |
| * | iio/adjd_s311: Fix potential memory leak in adjd_s311_update_scan_mode() | Alexey Khoroshilov | 2012-08-16 | 1 | -3/+4 |
| * | iio: frequency: ADF4350: Fix potential reference div factor overflow. | Michael Hennerich | 2012-08-16 | 1 | -9/+15 |
* | | drivers/iio/adc/at91_adc.c: use devm_ functions | Julia Lawall | 2012-08-16 | 1 | -34/+8 |
|/ |
|
* | iio: fix pointer cast warning | Peter Meerwald | 2012-07-15 | 1 | -1/+1 |
* | Merge tag 'togreg-3.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic2... | Greg Kroah-Hartman | 2012-07-12 | 5 | -7/+418 |
|\ |
|
| * | iio: add adjd_s311 I2C digital color sensor driver | Peter Meerwald | 2012-07-12 | 3 | -0/+377 |