summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* kfifo API type safetyStefani Seibold2013-11-151-1/+1
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-152-4/+4
* iio: light: vcnl4000: Remove redundant codeSachin Kamat2013-10-241-5/+1Star
* iio: dac: mcp4725: Remove redundant codeSachin Kamat2013-10-241-7/+1Star
* iio: dac: max517: Remove redundant variableSachin Kamat2013-10-241-8/+1Star
* iio: dac: ad5755: Remove redundant codeSachin Kamat2013-10-241-7/+1Star
* iio: dac: ad5421: Remove redundant codeSachin Kamat2013-10-241-7/+1Star
* iio: adc: twl6030-gpadc: Remove redundant codeSachin Kamat2013-10-241-3/+1Star
* iio: accel: kxsd9: Remove redundant variableSachin Kamat2013-10-241-6/+1Star
* iio: core: Add misssing bracesSachin Kamat2013-10-241-1/+1
* iio: core: Use pr_err instead of printkSachin Kamat2013-10-241-6/+5Star
* iio:pressure: Adds LPS001WP support also on spi interface and Kconfig fixDenis CIOCCA2013-10-232-1/+2
* iio: adc: ti_am335x_adc: Remove redundant of_match_ptrSachin Kamat2013-10-231-1/+1
* iio: adc: nau7802: Remove redundant of_match_ptrSachin Kamat2013-10-231-1/+1
* iio: adc: twl6030-gpadc: Remove redundant of_match_ptrSachin Kamat2013-10-231-1/+1
* iio: Add Freescale mag3110 magnetometer driverPeter Meerwald2013-10-233-0/+412
* iio:adc:max1363 support SMBus for 8-bit devicesVivien Didelot2013-10-201-19/+57
* iio: Correct description how to convert microtesla to gaussPeter Meerwald2013-10-201-1/+1
* Merge 3.12-rc6 into staging-next.Greg Kroah-Hartman2013-10-192-2/+7
|\
| * iio:buffer: Free active scan mask in iio_disable_all_buffers()Lars-Peter Clausen2013-10-151-0/+3
| * iio: frequency: adf4350: add missing clk_disable_unprepare() on error in adf4...Wei Yongjun2013-10-121-2/+4
* | iio: light: gp2ap020a00f: Include linux/of.h headerSachin Kamat2013-10-181-0/+1
* | iio: adc: ti-adc081c: Include linux/of.h headerSachin Kamat2013-10-181-0/+1
* | iio: adc: nau7802: Include linux/of.h headerSachin Kamat2013-10-181-0/+1
* | iio: adc: mcp3422: Include linux/of.h headerSachin Kamat2013-10-181-0/+1
* | iio: at91: introduce touch screen support in iio adc driverJosh Wu2013-10-181-24/+364
* | iio: cm36651: Add CM36651 proximity/light sensorBeomho Seo2013-10-183-0/+720
* | iio: Remove unused iio_sw_buffer_preenable()Lars-Peter Clausen2013-10-161-18/+0Star
* | iio:gp2ap020a00f: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen2013-10-161-1/+0Star
* | iio:st_pressure: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen2013-10-161-10/+1Star
* | iio:st_magn: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen2013-10-161-10/+1Star
* | iio:triggered-buffer: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen2013-10-161-1/+0Star
* | iio:st_gyro: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen2013-10-161-10/+1Star
* | iio:ti_am335x: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen2013-10-161-1/+1
* | iio:ad_sigma_delta: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen2013-10-161-1/+0Star
* | iio:ad7887: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen2013-10-161-5/+0Star
* | iio:ad7266: Remove redundant call to iio_sw_preenable()Lars-Peter Clausen2013-10-161-11/+1Star
* | iio:st_accel: Drop redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen2013-10-161-10/+1Star
* | iio: Update buffer's bytes per datum after updating the scan maskLars-Peter Clausen2013-10-161-1/+17
* | iio:kfifo: Set update_needed to false after allocating a new bufferLars-Peter Clausen2013-10-151-0/+1
* | iio:kfifo: Empty buffer on updateLars-Peter Clausen2013-10-151-5/+7
* | iio:kfifo: Protect against concurrent access from userspaceLars-Peter Clausen2013-10-151-5/+15
* | iio:kfifo: Fix memory leakLars-Peter Clausen2013-10-151-1/+4
* | iio:buffer: Ignore noop requests for iio_update_buffers()Lars-Peter Clausen2013-10-121-0/+14
* | iio: Add a hysteresis event info attributeLars-Peter Clausen2013-10-121-0/+1
* | iio:apds9300: Use new event config interfaceLars-Peter Clausen2013-10-121-17/+36
* | iio:tsl2563: Switch to new event config interfaceLars-Peter Clausen2013-10-121-19/+34
* | iio:gp2ap020a00f: Switch to new event config interfaceLars-Peter Clausen2013-10-121-34/+71
* | iio:ad5421: Switch to new event config interfaceLars-Peter Clausen2013-10-121-18/+44
* | iio:max1363: Switch to new event config interfaceLars-Peter Clausen2013-10-121-90/+110