Age | Commit message (Expand) | Author | Files | Lines |
2018-05-20 | staging:iio:meter: Drop ADE7759 driver | Jonathan Cameron | 3 | -569/+0 |
2018-05-20 | staging:iio:meter: Drop ADE7758 driver | Jonathan Cameron | 6 | -1439/+0 |
2018-05-20 | staging:iio:meter: Drop ADE7754 driver | Jonathan Cameron | 3 | -676/+0 |
2018-05-20 | staging:iio:meter: Drop ADE7753 driver | Jonathan Cameron | 3 | -641/+0 |
2018-05-20 | staging: iio: ad2s1200: Move driver out of staging | David Veenstra | 3 | -223/+0 |
2018-05-20 | staging: iio: ad2s1200: Add copyright | David Veenstra | 1 | -0/+2 |
2018-05-20 | staging: iio: ad2s1200: Add scaling factor for angle channel | David Veenstra | 1 | -0/+6 |
2018-05-20 | staging: iio: ad2s1200: Add scaling factor for angular velocity channel | David Veenstra | 1 | -26/+45 |
2018-05-20 | staging: iio: ad2s1200: Add dt table | David Veenstra | 1 | -0/+8 |
2018-05-20 | staging: iio: ad2s1200: Replace platform data with dt bindings | David Veenstra | 1 | -17/+15 |
2018-05-20 | staging: iio: ad2s1200: Replace legacy gpio API with modern API | David Veenstra | 1 | -7/+8 |
2018-05-20 | staging: iio: ad2s1200: Setup spi before iio device register | David Veenstra | 1 | -6/+7 |
2018-05-20 | staging: iio: ad2s1200: Add kernel docs to driver state | David Veenstra | 1 | -0/+8 |
2018-05-20 | staging: iio: ad2s1200: Remove unneeded initializations | David Veenstra | 1 | -2/+2 |
2018-05-20 | staging: iio: ad2s1200: Remove unneeded newline in license | David Veenstra | 1 | -1/+0 |
2018-05-12 | staging: iio: tsl2x7x/tsl2772: move out of staging | Brian Masney | 6 | -1922/+0 |
2018-05-12 | staging: iio: tsl2x7x: rename driver to tsl2772 | Brian Masney | 4 | -366/+368 |
2018-05-12 | staging: iio: tsl2x7x: add range checking to tsl2x7x_write_raw | Brian Masney | 1 | -1/+12 |
2018-05-12 | staging: iio: tsl2x7x: correct IIO_EV_INFO_PERIOD values | Brian Masney | 2 | -20/+25 |
2018-05-12 | staging: iio: tsl2x7x: convert to use read_avail | Brian Masney | 1 | -17/+76 |
2018-05-12 | staging: iio: tsl2x7x: use macro to populate tsl2X7X_device_info | Brian Masney | 1 | -45/+16 |
2018-05-12 | staging: iio: tsl2x7x: turn chip off if IIO device registration fails | Brian Masney | 1 | -1/+4 |
2018-05-12 | staging: iio: tsl2x7x: use direct returns | Brian Masney | 1 | -33/+16 |
2018-05-12 | staging: iio: tsl2x7x: remove unnecessary whitespace | Brian Masney | 2 | -12/+11 |
2018-05-11 | Merge tag 'iio-for-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 14 | -1771/+649 |
2018-05-06 | staging: iio: tsl2x7x: add device ids for code readability | Brian Masney | 1 | -10/+10 |
2018-05-06 | staging: iio: tsl2x7x: correct integration time and lux equation | Brian Masney | 2 | -98/+79 |
2018-05-06 | staging: iio: tsl2x7x: use IIO_CONST_ATTR for calibscale_available | Brian Masney | 1 | -42/+4 |
2018-05-06 | staging: iio: tsl2x7x: move calibscale_available attribute to IIO_INTENSITY c... | Brian Masney | 1 | -13/+10 |
2018-05-06 | staging: iio: tsl2x7x: don't setup event handlers if interrupts are not confi... | Brian Masney | 1 | -18/+112 |
2018-05-06 | staging: iio: tsl2x7x: add range checking to three sysfs attributes | Brian Masney | 1 | -17/+11 |
2018-05-06 | staging: iio: tsl2x7x: use GPL-2.0+ SPDX license identifier | Brian Masney | 2 | -24/+2 |
2018-04-28 | staging: iio: ad2s1200: Improve readability with be16_to_cpup | David Veenstra | 1 | -7/+4 |
2018-04-28 | staging: iio: ad2s1200: Add blank lines | David Veenstra | 1 | -0/+7 |
2018-04-28 | staging: iio: ad2s1200: Reverse Christmas tree ordering | David Veenstra | 1 | -2/+2 |
2018-04-28 | staging: iio: ad2s1200: Sort includes alphabetically | David Veenstra | 1 | -6/+6 |
2018-04-28 | staging: iio: ad2s1200: Remove unneeded include | David Veenstra | 1 | -1/+0 |
2018-04-28 | staging: iio: tsl2x7x: rename prox_config to als_prox_config | Brian Masney | 2 | -5/+7 |
2018-04-28 | staging: iio: tsl2x7x: various comment cleanups | Brian Masney | 2 | -56/+51 |
2018-04-28 | staging: iio: tsl2x7x: use device defaults for als_time, prox_time and wait_time | Brian Masney | 1 | -3/+3 |
2018-04-28 | staging: iio: tsl2x7x: rename prx to prox for consistency | Brian Masney | 2 | -9/+9 |
2018-04-28 | staging: iio: tsl2x7x: move power and diode settings into header file | Brian Masney | 2 | -12/+12 |
2018-04-28 | staging: iio: tsl2x7x: simplify device id verification | Brian Masney | 1 | -6/+5 |
2018-04-28 | staging: iio: tsl2x7x: simplify tsl2x7x_write_interrupt_config return | Brian Masney | 1 | -6/+1 |
2018-04-28 | staging: iio: tsl2x7x: remove unnecessary chip status checks in suspend/resume | Brian Masney | 1 | -14/+2 |
2018-04-28 | staging: iio: tsl2x7x: simplify tsl2x7x_clear_interrupts function | Brian Masney | 1 | -17/+15 |
2018-04-28 | staging: iio: tsl2x7x: don't return error in IRQ handler | Brian Masney | 1 | -4/+2 |
2018-04-28 | staging: iio: tsl2x7x: move integration_time* attributes to IIO_INTENSITY cha... | Brian Masney | 1 | -10/+10 |
2018-04-28 | staging: iio: adc: simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
2018-04-23 | staging: iio: Augment TODO file with GPIO work item | Linus Walleij | 1 | -1/+8 |