index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers: iio: magnetometer: Fix sparse endianness warnings cast to restricted...
Sandhya Bankar
2016-09-27
1
-7
/
+9
*
iio: potentiostat: add LMP91000 support
Matt Ranostay
2016-09-27
5
-0
/
+476
*
iio: adc: ti-adc161s626: add regulator support
Matt Ranostay
2016-09-27
1
-11
/
+44
*
iio: inkern: add iio_read_channel_offset helper
Matt Ranostay
2016-09-27
1
-13
/
+26
*
drivers: iio: light: Fix sparse warnings
Sandhya Bankar
2016-09-27
1
-2
/
+3
*
iio:adc: Add support for AD7766/AD7767
Lars-Peter Clausen
2016-09-27
3
-0
/
+343
*
iio:max1027: Use iio_trigger_validate_own_device() helper
Lars-Peter Clausen
2016-09-27
1
-12
/
+1
*
iio:mma8452: Use new iio_trigger_validate_own_device() helper
Lars-Peter Clausen
2016-09-27
1
-12
/
+1
*
iio:trigger: Add helper function to verify that a trigger belongs to the same...
Lars-Peter Clausen
2016-09-27
1
-0
/
+21
*
drivers: iio: dac: Fix sparse warning
Sandhya Bankar
2016-09-27
1
-1
/
+1
*
drivers: iio: max1027: Fix sparse warning: "dubious: x | !y"
Sandhya Bankar
2016-09-24
1
-1
/
+3
*
iio: Use kmalloc_array() in iio_scan_mask_set()
Markus Elfring
2016-09-24
1
-4
/
+3
*
iio: accel: mma7660: fix non static symbol warning
Wei Yongjun
2016-09-24
1
-1
/
+1
*
iio:pressure: zpa2326: remove redundant "DEBUG" ifdef
Arnd Bergmann
2016-09-22
1
-4
/
+0
*
iio: light: Add driver for Silabs si1132, si1141/2/3 and si1145/6/7 ambient l...
Peter Meerwald-Stadler
2016-09-18
3
-0
/
+1418
*
iio:pressure: initial zpa2326 barometer support
Gregor Boirie
2016-09-18
6
-0
/
+2051
*
iio: accel: Add driver for the mCube MC3230 3-axis accelerometer
Hans de Goede
2016-09-18
3
-0
/
+222
*
iio: accel: mma7660: fix missing MODULE_DEVICE_TABLE(i2c)
Hans de Goede
2016-09-18
1
-0
/
+1
*
iio: common: ssp_sensors: gyro: constify iio_info structures
Julia Lawall
2016-09-18
1
-1
/
+1
*
iio: adc: men_z188_adc: constify iio_info structures
Julia Lawall
2016-09-18
1
-1
/
+1
*
iio: common: ssp_sensors: accel: constify iio_info structures
Julia Lawall
2016-09-18
1
-1
/
+1
*
iio: accel: kxsd9: Support reading a mounting matrix
Linus Walleij
2016-09-18
1
-0
/
+24
*
iio: accel: kxsd9: Deploy system and runtime PM
Linus Walleij
2016-09-18
4
-2
/
+94
*
iio: accel: kxsd9: Replace "parent" with "dev"
Linus Walleij
2016-09-18
2
-12
/
+12
*
iio: accel: kxsd9: Fetch and handle regulators
Linus Walleij
2016-09-18
1
-3
/
+85
*
iio: accel: kxsd9: Deploy proper register bit defines
Linus Walleij
2016-09-18
1
-9
/
+27
*
iio: accel: kxsd9: Add triggered buffer handling
Linus Walleij
2016-09-18
2
-6
/
+78
*
iio: accel: kxsd9: Fix up offset and scaling
Linus Walleij
2016-09-18
1
-17
/
+18
*
iio: accel: kxsd9: Drop the buffer lock
Linus Walleij
2016-09-18
1
-14
/
+4
*
iio: accel: kxsd9: Add I2C transport
Linus Walleij
2016-09-18
3
-1
/
+75
*
iio: accel: kxsd9: Convert to use regmap for transport
Linus Walleij
2016-09-18
4
-99
/
+43
*
iio: accel: kxsd9: Do away with the write2 helper
Linus Walleij
2016-09-18
3
-14
/
+2
*
iio: accel: kxsd9: Split out SPI transport
Linus Walleij
2016-09-18
5
-127
/
+173
*
iio: accel: kxsd9: split out a common remove() function
Linus Walleij
2016-09-18
1
-10
/
+14
*
iio: accel: kxsd9: Split out transport mechanism
Linus Walleij
2016-09-18
1
-52
/
+123
*
Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
2016-09-14
28
-133
/
+1497
|
\
|
*
iio: accel: mxc6255: Fix chip-id check
Hans de Goede
2016-09-12
1
-6
/
+1
|
*
iio: st_sensors: use the helper function
Linus Walleij
2016-09-10
1
-1
/
+1
|
*
iio: trigger: helpers to determine own trigger
Linus Walleij
2016-09-10
1
-0
/
+16
|
*
iio: iio_push_event(): Don't crash if the event interface is not registered
Lars-Peter Clausen
2016-09-10
1
-0
/
+8
|
*
iio: accel: mxc6255 add support for the mxc6225
Hans de Goede
2016-09-05
1
-1
/
+8
|
*
iio: adc: at91: Add support for Touchscreen Switches Closure Time
Nicolas Ferre
2016-09-05
1
-0
/
+13
|
*
iio: devm_regulator_get_optional never returns NULL
Crt Mori
2016-09-05
2
-4
/
+4
|
*
iio: fetch and enable regulators unconditionally
Crt Mori
2016-09-05
1
-4
/
+2
|
*
iio: add resource managed triggered buffer init helpers
Gregor Boirie
2016-09-04
2
-1
/
+44
|
*
iio:trigger: add resource managed (un)register
Gregor Boirie
2016-09-04
1
-0
/
+59
|
*
iio: chemical: vz89x: fix boolreturn.cocci warnings
kbuild test robot
2016-09-03
1
-1
/
+1
|
*
iio: st_sensors: fix errorcheck for regulators
Linus Walleij
2016-09-03
1
-2
/
+2
|
*
iio: stx104: Add IIO support for the ADC channels
William Breathitt Gray
2016-09-03
5
-35
/
+145
|
*
iio: adc: ina2xx: remove unused debug field from chip global data
Alison Schofield
2016-09-03
1
-5
/
+0
[next]