aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-30staging:iio:impedance-analyzer:ad5933: Macro replacement Cleanups.Karim Eshapa1-38/+19
2018-06-24staging:iio:accel:adis16240: sign extend function replace hard code duplicationKarim Eshapa1-9/+2
2018-06-16staging:iio:accel:adis16203: sign extend function rather code duplicationKarim Eshapa1-5/+1
2018-06-10staging: iio: adc: ad7606: fix function pointer parameter names missing.Giulio Benetti1-1/+1
2018-06-10staging: iio: Drop ADIS16060 driver from stagingJonathan Cameron5-258/+0
2018-05-20staging:iio:meter: Drop ADE7759 driverJonathan Cameron3-569/+0
2018-05-20staging:iio:meter: Drop ADE7758 driverJonathan Cameron6-1439/+0
2018-05-20staging:iio:meter: Drop ADE7754 driverJonathan Cameron3-676/+0
2018-05-20staging:iio:meter: Drop ADE7753 driverJonathan Cameron3-641/+0
2018-05-20staging: iio: ad2s1200: Move driver out of stagingDavid Veenstra3-223/+0
2018-05-20staging: iio: ad2s1200: Add copyrightDavid Veenstra1-0/+2
2018-05-20staging: iio: ad2s1200: Add scaling factor for angle channelDavid Veenstra1-0/+6
2018-05-20staging: iio: ad2s1200: Add scaling factor for angular velocity channelDavid Veenstra1-26/+45
2018-05-20staging: iio: ad2s1200: Add dt tableDavid Veenstra1-0/+8
2018-05-20staging: iio: ad2s1200: Replace platform data with dt bindingsDavid Veenstra1-17/+15
2018-05-20staging: iio: ad2s1200: Replace legacy gpio API with modern APIDavid Veenstra1-7/+8
2018-05-20staging: iio: ad2s1200: Setup spi before iio device registerDavid Veenstra1-6/+7
2018-05-20staging: iio: ad2s1200: Add kernel docs to driver stateDavid Veenstra1-0/+8
2018-05-20staging: iio: ad2s1200: Remove unneeded initializationsDavid Veenstra1-2/+2
2018-05-20staging: iio: ad2s1200: Remove unneeded newline in licenseDavid Veenstra1-1/+0
2018-05-12staging: iio: tsl2x7x/tsl2772: move out of stagingBrian Masney6-1922/+0
2018-05-12staging: iio: tsl2x7x: rename driver to tsl2772Brian Masney4-366/+368
2018-05-12staging: iio: tsl2x7x: add range checking to tsl2x7x_write_rawBrian Masney1-1/+12
2018-05-12staging: iio: tsl2x7x: correct IIO_EV_INFO_PERIOD valuesBrian Masney2-20/+25
2018-05-12staging: iio: tsl2x7x: convert to use read_availBrian Masney1-17/+76
2018-05-12staging: iio: tsl2x7x: use macro to populate tsl2X7X_device_infoBrian Masney1-45/+16
2018-05-12staging: iio: tsl2x7x: turn chip off if IIO device registration failsBrian Masney1-1/+4
2018-05-12staging: iio: tsl2x7x: use direct returnsBrian Masney1-33/+16
2018-05-12staging: iio: tsl2x7x: remove unnecessary whitespaceBrian Masney2-12/+11
2018-05-11Merge tag 'iio-for-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman14-1771/+649
2018-05-06staging: iio: tsl2x7x: add device ids for code readabilityBrian Masney1-10/+10
2018-05-06staging: iio: tsl2x7x: correct integration time and lux equationBrian Masney2-98/+79
2018-05-06staging: iio: tsl2x7x: use IIO_CONST_ATTR for calibscale_availableBrian Masney1-42/+4
2018-05-06staging: iio: tsl2x7x: move calibscale_available attribute to IIO_INTENSITY channelBrian Masney1-13/+10
2018-05-06staging: iio: tsl2x7x: don't setup event handlers if interrupts are not configuredBrian Masney1-18/+112
2018-05-06staging: iio: tsl2x7x: add range checking to three sysfs attributesBrian Masney1-17/+11
2018-05-06staging: iio: tsl2x7x: use GPL-2.0+ SPDX license identifierBrian Masney2-24/+2
2018-04-28staging: iio: ad2s1200: Improve readability with be16_to_cpupDavid Veenstra1-7/+4
2018-04-28staging: iio: ad2s1200: Add blank linesDavid Veenstra1-0/+7
2018-04-28staging: iio: ad2s1200: Reverse Christmas tree orderingDavid Veenstra1-2/+2
2018-04-28staging: iio: ad2s1200: Sort includes alphabeticallyDavid Veenstra1-6/+6
2018-04-28staging: iio: ad2s1200: Remove unneeded includeDavid Veenstra1-1/+0
2018-04-28staging: iio: tsl2x7x: rename prox_config to als_prox_configBrian Masney2-5/+7
2018-04-28staging: iio: tsl2x7x: various comment cleanupsBrian Masney2-56/+51
2018-04-28staging: iio: tsl2x7x: use device defaults for als_time, prox_time and wait_timeBrian Masney1-3/+3
2018-04-28staging: iio: tsl2x7x: rename prx to prox for consistencyBrian Masney2-9/+9
2018-04-28staging: iio: tsl2x7x: move power and diode settings into header fileBrian Masney2-12/+12
2018-04-28staging: iio: tsl2x7x: simplify device id verificationBrian Masney1-6/+5
2018-04-28staging: iio: tsl2x7x: simplify tsl2x7x_write_interrupt_config returnBrian Masney1-6/+1
2018-04-28staging: iio: tsl2x7x: remove unnecessary chip status checks in suspend/resumeBrian Masney1-14/+2