Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
99bf612d547de6d166c79aaa5b85c5f5dfcc1f3e
/
drivers
/
iio
da75569
Merge remote-tracking branch '4.9/tmp-053b654' into msm-4.9
by Kyle Yan
· 8 years ago
a34546c
iio: pressure: mpl3115: do not rely on structure field ordering
by Peter Rosin
· 8 years ago
602bd10
iio: pressure: mpl115: do not rely on structure field ordering
by Peter Rosin
· 8 years ago
8810e5f
Merge remote-tracking branch 'origin/tmp-dcb6110' into 4.8
by Channagoud Kadabi
· 8 years ago
9f00f5e
iio: adc: Add RRADC driver snapshot
by Siddartha Mohanadoss
· 8 years ago
8885f79
drivers: add a snapshot of various QPNP PMIC peripheral drivers
by David Collins
· 8 years ago
d5c5b3f
iio: support writing processed values to IIO channels
by Nicholas Troast
· 8 years ago
c6b0333
iio: health: max30100: fixed parenthesis around FIFO count check
by Matt Ranostay
· 8 years ago
12c2fcf
iio: dht11: Use usleep_range instead of msleep for start signal
by John Brooks
· 8 years ago
7baa849
iio: health: afe4403: retrieve a valid iio_dev in suspend/resume
by Alison Schofield
· 8 years ago
5f0ee56
iio: health: afe4404: retrieve a valid iio_dev in suspend/resume
by Alison Schofield
· 8 years ago
54d2ccc
iio: adc: palmas_gpadc: retrieve a valid iio_dev in suspend/resume
by Alison Schofield
· 8 years ago
96a0c8e
iio: accel: st_accel: fix LIS3LV02 reading and scaling
by Linus Walleij
· 8 years ago
ea991c8
iio: bmi160: Fix time needed to sleep after command execution
by Marcin Niestroj
· 8 years ago
7090b8d
iio: max44000: correct value in illuminance_integration_time_available
by Akinobu Mita
· 8 years ago
cf49219
iio: common: st_sensors: fix channel data parsing
by Lorenzo Bianconi
· 8 years ago
d70674e
iio: maxim_thermocouple: detect invalid storage size in read()
by Arnd Bergmann
· 8 years ago
6f77199
iio: hid-sensors: Increase the precision of scale to fix wrong reading interpretation.
by Song Hongyan
· 8 years ago
8af644a
iio: orientation: hid-sensor-rotation: Add PM function (fix non working driver)
by Song Hongyan
· 8 years ago
d304286
iio: st_sensors: fix scale configuration for h3lis331dl
by Lorenzo Bianconi
· 8 years ago
8b77eb9
Merge tag 'iio-fixes-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
by Greg Kroah-Hartman
· 8 years ago
d1fe85e
iio:chemical:atlas-ph-sensor: Fix use of 32 bit int to hold 16 bit big endian value
by Sandhya Bankar
· 8 years ago
2967999
iio: adc: ti-adc081c: Select IIO_TRIGGERED_BUFFER to prevent build errors
by Mika Westerberg
· 8 years ago
41844e3
Merge tag 'staging-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 8 years ago
7a53eea
Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 years ago
231147e
iio: maxim_thermocouple: Align 16 bit big endian value of raw reads
by sayli karnik
· 8 years ago
ac45e57
iio: light: Add driver for Silabs si1132, si1141/2/3 and si1145/6/7 ambient light, uv index and proximity sensors
by Peter Meerwald-Stadler
· 8 years ago
03b262f
iio:pressure: initial zpa2326 barometer support
by Gregor Boirie
· 8 years ago
063e330
iio: accel: Add driver for the mCube MC3230 3-axis accelerometer
by Hans de Goede
· 8 years ago
5620318
iio: accel: mma7660: fix missing MODULE_DEVICE_TABLE(i2c)
by Hans de Goede
· 8 years ago
becf05e
iio: common: ssp_sensors: gyro: constify iio_info structures
by Julia Lawall
· 8 years ago
52ceb77
iio: adc: men_z188_adc: constify iio_info structures
by Julia Lawall
· 8 years ago
7504dfc
iio: common: ssp_sensors: accel: constify iio_info structures
by Julia Lawall
· 8 years ago
1288400
iio: accel: kxsd9: Support reading a mounting matrix
by Linus Walleij
· 8 years ago
9a9a369
iio: accel: kxsd9: Deploy system and runtime PM
by Linus Walleij
· 8 years ago
79383aa
iio: accel: kxsd9: Replace "parent" with "dev"
by Linus Walleij
· 8 years ago
2bb4a02
iio: accel: kxsd9: Fetch and handle regulators
by Linus Walleij
· 8 years ago
11adc2b
iio: accel: kxsd9: Deploy proper register bit defines
by Linus Walleij
· 8 years ago
0427a10
iio: accel: kxsd9: Add triggered buffer handling
by Linus Walleij
· 8 years ago
84e2f6f
iio: accel: kxsd9: Fix up offset and scaling
by Linus Walleij
· 8 years ago
dc6ac05
iio: accel: kxsd9: Drop the buffer lock
by Linus Walleij
· 8 years ago
a483ab7
iio: accel: kxsd9: Add I2C transport
by Linus Walleij
· 8 years ago
0d1fb2d
iio: accel: kxsd9: Convert to use regmap for transport
by Linus Walleij
· 8 years ago
ab04f73
iio: accel: kxsd9: Do away with the write2 helper
by Linus Walleij
· 8 years ago
bf96f6e
iio: accel: kxsd9: Split out SPI transport
by Linus Walleij
· 8 years ago
154021a
iio: accel: kxsd9: split out a common remove() function
by Linus Walleij
· 8 years ago
9f90797
iio: accel: kxsd9: Split out transport mechanism
by Linus Walleij
· 8 years ago
552edf8
Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 8 years ago
1696566
iio: accel: mxc6255: Fix chip-id check
by Hans de Goede
· 8 years ago
8473054
Merge 4.8-rc6 into staging-next
by Greg Kroah-Hartman
· 8 years ago
7ba4b88
iio: st_sensors: use the helper function
by Linus Walleij
· 8 years ago
702a7b8
iio: trigger: helpers to determine own trigger
by Linus Walleij
· 8 years ago
4b1a938
iio: iio_push_event(): Don't crash if the event interface is not registered
by Lars-Peter Clausen
· 8 years ago
72d508a
Merge tag 'iio-fixes-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
by Greg Kroah-Hartman
· 8 years ago
171c009
iio:core: fix IIO_VAL_FRACTIONAL sign handling
by Gregor Boirie
· 8 years ago
06777c5
iio: accel: mxc6255 add support for the mxc6225
by Hans de Goede
· 8 years ago
ede63aa
iio: adc: at91: Add support for Touchscreen Switches Closure Time
by Nicolas Ferre
· 8 years ago
fbe84bd
iio: devm_regulator_get_optional never returns NULL
by Crt Mori
· 8 years ago
6751607
iio: fetch and enable regulators unconditionally
by Crt Mori
· 8 years ago
5dba4b1
iio: ensure ret is initialized to zero before entering do loop
by Colin Ian King
· 8 years ago
9c2edd8
Merge 4.8-rc5 into staging-next
by Greg Kroah-Hartman
· 8 years ago
fbc1ec2
Merge 4.8-rc5 into char-misc-next
by Greg Kroah-Hartman
· 8 years ago
70e4834
iio: add resource managed triggered buffer init helpers
by Gregor Boirie
· 8 years ago
9083325
iio:trigger: add resource managed (un)register
by Gregor Boirie
· 8 years ago
593ee4e
Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 years ago
307fe9d
iio: accel: kxsd9: Fix scaling bug
by Linus Walleij
· 8 years ago
2535cc7
iio: chemical: vz89x: fix boolreturn.cocci warnings
by kbuild test robot
· 8 years ago
1c50084
iio: accel: bmc150: reset chip at init time
by Olof Johansson
· 8 years ago
1b246fc
iio: st_sensors: fix errorcheck for regulators
by Linus Walleij
· 8 years ago
4075a28
iio: stx104: Add IIO support for the ADC channels
by William Breathitt Gray
· 8 years ago
36afb17
iio: fix pressure data output unit in hid-sensor-attributes
by Kweh, Hock Leong
· 8 years ago
c060991
iio: adc: ina2xx: remove unused debug field from chip global data
by Alison Schofield
· 8 years ago
c8cdf70
iio: trigger: allow immutable triggers to be assigned
by Matt Ranostay
· 8 years ago
a5c8b11
iio: sx9500: add final devicetree support
by Christoph Fritz
· 8 years ago
50a6edb
iio: adc: add ADC12130/ADC12132/ADC12138 ADC driver
by Akinobu Mita
· 8 years ago
832c823
misc: retire the old BMP085 driver
by Linus Walleij
· 8 years ago
a565a03
fix:iio:common:st_sensors:st_sensors_trigger:mark symbols static where possible
by Baoyou Xie
· 8 years ago
96303e2
iio: magn: ak8974: remove .owner field for driver
by Wei Yongjun
· 8 years ago
5bc55ef
iio: magn/ak8974: avoid unused function warning
by Arnd Bergmann
· 8 years ago
2e1f44d
iio: hid-sensors: avoid unused function warning
by Arnd Bergmann
· 8 years ago
943bbe7
iio: adc: ti-ads1015: add missing of_node_put() in ads1015_get_channels_config_of()
by Wei Yongjun
· 8 years ago
16335bc
iio: temperature: fix non static symbol warnings
by Wei Yongjun
· 8 years ago
aeb55ff
iio: st_sensors: fetch and enable regulators unconditionally
by Linus Walleij
· 8 years ago
7f270bc
iio: dac: AD8801: add Analog Devices AD8801/AD8803 support
by Gwenhael Goavec-Merou
· 8 years ago
9d1894c
iio: chemical: vz89x: prevent corrupted buffer from being read
by Matt Ranostay
· 8 years ago
0a735aa
iio: chemical: vz89x: add support for VZ89TE part
by Matt Ranostay
· 8 years ago
8376882
iio: chemical: vz89x: abstract chip configuration
by Matt Ranostay
· 8 years ago
8c9e7b1
iio: adc: ltc2485: add support for Linear Technology LTC2485 ADC
by Alison Schofield
· 8 years ago
9d47964
iio: ad5755: fix off-by-one on devnr limit check
by Colin Ian King
· 8 years ago
d5bd1eb
Merge tag 'iio-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into work-testing
by Greg Kroah-Hartman
· 8 years ago
543852a
iio: adc: rockchip_saradc: reset saradc controller before programming it
by Caesar Wang
· 8 years ago
7ac61a0
iio: accel: kxsd9: Fix raw read return
by Linus Walleij
· 8 years ago
7f6cf74
iio: hid-sensors: use asynchronous resume
by Srinivas Pandruvada
· 8 years ago
ace4cdf
iio: adc: mt2701: Add Mediatek auxadc driver for mt2701.
by Zhiyong Tao
· 8 years ago
e245445
iio: temperature: add Kconfig selects for triggered buffer
by Alison Schofield
· 8 years ago
7175cce
iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample
by Vignesh R
· 8 years ago
90c43ec
iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access
by Vignesh R
· 8 years ago
197399d
iio: magnetometer: mag3110: claim direct mode during raw reads
by Alison Schofield
· 8 years ago
ca64d4b
iio: chemical: atlas-ph-sensor: fix typo in val assignment
by Colin Ian King
· 8 years ago
fcf68f3
iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
by Brian Norris
· 8 years ago
Next »