aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-24iio: light: vcnl4000: Remove redundant codeSachin Kamat1-5/+1
2013-10-24iio: dac: mcp4725: Remove redundant codeSachin Kamat1-7/+1
2013-10-24iio: dac: max517: Remove redundant variableSachin Kamat1-8/+1
2013-10-24iio: dac: ad5755: Remove redundant codeSachin Kamat1-7/+1
2013-10-24iio: dac: ad5421: Remove redundant codeSachin Kamat1-7/+1
2013-10-24iio: adc: twl6030-gpadc: Remove redundant codeSachin Kamat1-3/+1
2013-10-24iio: accel: kxsd9: Remove redundant variableSachin Kamat1-6/+1
2013-10-24iio: core: Add misssing bracesSachin Kamat1-1/+1
2013-10-24iio: core: Use pr_err instead of printkSachin Kamat1-6/+5
2013-10-23iio:pressure: Adds LPS001WP support also on spi interface and Kconfig fixDenis CIOCCA2-1/+2
2013-10-23iio: adc: ti_am335x_adc: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-23iio: adc: nau7802: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-23iio: adc: twl6030-gpadc: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-23iio: Add Freescale mag3110 magnetometer driverPeter Meerwald3-0/+412
2013-10-20iio:adc:max1363 support SMBus for 8-bit devicesVivien Didelot1-19/+57
2013-10-20iio: Correct description how to convert microtesla to gaussPeter Meerwald1-1/+1
2013-10-19Merge 3.12-rc6 into staging-next.Greg Kroah-Hartman2-2/+7
2013-10-18iio: light: gp2ap020a00f: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-18iio: adc: ti-adc081c: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-18iio: adc: nau7802: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-18iio: adc: mcp3422: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-17iio: at91: introduce touch screen support in iio adc driverJosh Wu1-24/+364
2013-10-17iio: cm36651: Add CM36651 proximity/light sensorBeomho Seo3-0/+720
2013-10-16iio: Remove unused iio_sw_buffer_preenable()Lars-Peter Clausen1-18/+0
2013-10-16iio:gp2ap020a00f: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen1-1/+0
2013-10-16iio:st_pressure: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen1-10/+1
2013-10-16iio:st_magn: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen1-10/+1
2013-10-16iio:triggered-buffer: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen1-1/+0
2013-10-16iio:st_gyro: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen1-10/+1
2013-10-16iio:ti_am335x: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen1-1/+1
2013-10-16iio:ad_sigma_delta: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen1-1/+0
2013-10-16iio:ad7887: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen1-5/+0
2013-10-16iio:ad7266: Remove redundant call to iio_sw_preenable()Lars-Peter Clausen1-11/+1
2013-10-16iio:st_accel: Drop redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen1-10/+1
2013-10-16iio: Update buffer's bytes per datum after updating the scan maskLars-Peter Clausen1-1/+17
2013-10-15iio:buffer: Free active scan mask in iio_disable_all_buffers()Lars-Peter Clausen1-0/+3
2013-10-15iio:kfifo: Set update_needed to false after allocating a new bufferLars-Peter Clausen1-0/+1
2013-10-15iio:kfifo: Empty buffer on updateLars-Peter Clausen1-5/+7
2013-10-15iio:kfifo: Protect against concurrent access from userspaceLars-Peter Clausen1-5/+15
2013-10-15iio:kfifo: Fix memory leakLars-Peter Clausen1-1/+4
2013-10-12iio: frequency: adf4350: add missing clk_disable_unprepare() on error in adf4350_probe()Wei Yongjun1-2/+4
2013-10-12iio:buffer: Ignore noop requests for iio_update_buffers()Lars-Peter Clausen1-0/+14
2013-10-12iio: Add a hysteresis event info attributeLars-Peter Clausen1-0/+1
2013-10-12iio:apds9300: Use new event config interfaceLars-Peter Clausen1-17/+36
2013-10-12iio:tsl2563: Switch to new event config interfaceLars-Peter Clausen1-19/+34
2013-10-12iio:gp2ap020a00f: Switch to new event config interfaceLars-Peter Clausen1-34/+71
2013-10-12iio:ad5421: Switch to new event config interfaceLars-Peter Clausen1-18/+44
2013-10-12iio:max1363: Switch to new event config interfaceLars-Peter Clausen1-90/+110
2013-10-12iio: Extend the event config interfaceLars-Peter Clausen1-22/+171
2013-10-12iio: Factor IIO value formating into its own functionLars-Peter Clausen2-12/+28