Age | Commit message (Expand) | Author | Files | Lines |
2014-09-22 | staging: iio: fix up merge error | Greg Kroah-Hartman | 1 | -1/+1 |
2014-09-22 | Merge 3.17-rc6 into staging-next. | Greg Kroah-Hartman | 10 | -35/+46 |
2014-09-14 | iio:bma180: Add BMA250 chip support | Peter Meerwald | 2 | -34/+128 |
2014-09-14 | iio:bma180: Implement _available sysfs attribute dynamically | Peter Meerwald | 1 | -11/+43 |
2014-09-14 | iio:bma180: Prepare for accelerometer channels with different resolutions | Peter Meerwald | 1 | -6/+6 |
2014-09-14 | iio:bma180: Introduce part-specific _config() and disable() code | Peter Meerwald | 1 | -10/+23 |
2014-09-14 | iio:bma180: Introduce part_info to differentiate further chip variants | Peter Meerwald | 1 | -10/+33 |
2014-09-14 | iio:bma180: Drop _update_scan_mode() | Peter Meerwald | 1 | -17/+1 |
2014-09-14 | iio:bma180: Expose temperature channel | Peter Meerwald | 1 | -21/+59 |
2014-09-14 | iio:bma180: Use bool instead of int for state | Peter Meerwald | 1 | -21/+15 |
2014-09-14 | iio:bma180: Rename BMA_180 to BMA180_ | Peter Meerwald | 1 | -2/+2 |
2014-09-14 | iio:bma180: Prefix remaining tables and functions with bma18_ | Peter Meerwald | 1 | -8/+8 |
2014-09-14 | iio:bma180: Enable use of device without IRQ | Peter Meerwald | 1 | -25/+29 |
2014-09-14 | iio: gyro: bmi055 gyro sensor driver | Irina Tirdea | 2 | -13/+28 |
2014-09-14 | iio: accel: kxcjk-1013: Fix defined but unused warning | Daniel Baluta | 1 | -0/+2 |
2014-09-14 | iio: magn: ak8975: fix unnecessary casting between char* and const char* | Irina Tirdea | 1 | -5/+5 |
2014-09-14 | iio: gyro: bmg160: only set power state if PM_RUNTIME is defined | Irina Tirdea | 1 | -0/+2 |
2014-09-14 | iio:magnetometer: bugfix magnetometers gain values | Denis CIOCCA | 1 | -22/+30 |
2014-09-14 | iio: adc: at91: don't use the last converted data register | Ludovic Desroches | 1 | -5/+7 |
2014-09-14 | iio: adc: xilinx-xadc: assign auxiliary channels address correctly | Subbaraya Sundeep Bhatta | 1 | -1/+1 |
2014-09-14 | iio: accel: kxcjk-1013: add support for kxtj2-1009 | Daniel Baluta | 2 | -22/+92 |
2014-09-14 | iio: accel: BMC150: add support for other Bosch chips | Laurentiu Palcu | 2 | -60/+178 |
2014-09-10 | iio: Add Dyna-Image AL3320A ambient light sensor driver | Daniel Baluta | 3 | -0/+243 |
2014-08-31 | iio: accel: kxcjk-1013: add support for kxcj9-1008 | Daniel Baluta | 2 | -1/+3 |
2014-08-30 | iio: accel: BMC150: fix issues when CONFIG_PM_RUNTIME is not set | Laurentiu Palcu | 1 | -0/+7 |
2014-08-30 | iio: accel: BMC150: fix scale value for 16G | Laurentiu Palcu | 1 | -1/+1 |
2014-08-30 | iio: sensors-core: st: Check st_sensors_set_drdy_int_pin()'s return value | Lee Jones | 1 | -1/+4 |
2014-08-30 | iio: adc: at91: make the function handle_adc_eoc_trigger() static | Josh Wu | 1 | -1/+1 |
2014-08-30 | iio: adc: rockchip_saradc: remove unused variable in probe | Heiko Stübner | 1 | -1/+0 |
2014-08-30 | iio: imu: inv_mpu6050: Remove casting the return value which is a void pointer | Jingoo Han | 1 | -2/+1 |
2014-08-27 | iio: remove .owner field for driver using module_platform_driver | Sanjeev Sharma | 18 | -18/+0 |
2014-08-27 | iio: accel: kxcjk-1013: Support thresholds | Srinivas Pandruvada | 1 | -50/+447 |
2014-08-26 | io: accel: kxcjk1013: Remove redundant assignment | Daniel Baluta | 1 | -3/+0 |
2014-08-26 | iio:gyro:bmg160 Gyro Sensor driver | Srinivas Pandruvada | 3 | -0/+1223 |
2014-08-26 | iio: inv_mpu6050: Fix indio_dev->trig assignment | Srinivas Pandruvada | 1 | -1/+1 |
2014-08-26 | iio: gyro: itg3200: Fix indio_dev->trig assignment | Srinivas Pandruvada | 1 | -1/+1 |
2014-08-26 | iio: st_sensors: Fix indio_dev->trig assignment | Srinivas Pandruvada | 1 | -1/+1 |
2014-08-26 | iio: hid_sensor_hub: Fix indio_dev->trig assignment | Srinivas Pandruvada | 1 | -1/+2 |
2014-08-26 | iio: adc: ad_sigma_delta: Fix indio_dev->trig assignment | Srinivas Pandruvada | 1 | -1/+1 |
2014-08-26 | iio: accel: bma180: Fix indio_dev->trig assignment | Srinivas Pandruvada | 1 | -1/+1 |
2014-08-25 | Merge tag 'iio-for-3.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 15 | -98/+2667 |
2014-08-25 | iio:inkern: fix overwritten -EPROBE_DEFER in of_iio_channel_get_by_name | Johannes Pointner | 1 | -1/+1 |
2014-08-19 | iio: adc: xilinx: Remove .owner field for driver | Michal Simek | 1 | -1/+0 |
2014-08-08 | iio:buffer: Wrong sized allocation of demux table elements. | Jonathan Cameron | 1 | -1/+1 |
2014-08-07 | iio: adc: exynos_adc: Add support for s3c24xx ADC | Chanwoo Choi | 2 | -10/+101 |
2014-08-07 | iio: adc: exynos_adc: add support for s3c64xx adc | Arnd Bergmann | 1 | -1/+27 |
2014-08-07 | iio: adc: add driver for Rockchip saradc | Heiko Stübner | 3 | -0/+328 |
2014-08-07 | iio: adc: Add TI ADC128S052 | Angelo Compagnucci | 3 | -0/+190 |
2014-08-07 | iio: accel: BMC150 accel support | Srinivas Pandruvada | 3 | -0/+1321 |
2014-08-07 | iio: accel: kxcjk-1013: Set adjustable range | Srinivas Pandruvada | 1 | -5/+95 |