Linux IIO (Industrial I/O) Development
[Prev Page][Next Page]
[PULL] Third set of IIO fixes in the 4.6 cycle.,
Jonathan Cameron
[PATCH v2 0/3] Introduce support for creating IIO devices via configfs,
Daniel Baluta
[PATCH] iio: mma8452: add support for oversampling ratio,
Martin Kepplinger
[PATCH 0/2] iio: chemical: atlas-ph-sensor: add conductivity sensor support,
Matt Ranostay
[PATCH v3 0/2] iio: pressure: bmp280: add support for BMP180 and oversampling rate control,
Akinobu Mita
[PATCH V3 0/3] iio: mxs-lradc: simplify TS handling,
Stefan Wahren
Nonlinear outputs,
Daniel Glöckner
[PATCH 0/3] mxs-lradc: Add support for current sources,
Harald Geyer
[patch] iio: light: apds9960: silence uninitialized variable warning,
Dan Carpenter
[PATCH] iio: tmp006: Set correct iio name,
Yong Li
[PATCH RFT V2 0/3] iio: mxs-lradc: implement PM ops,
Stefan Wahren
[PATCH] iio: bmg160: add callbacks for the filter frequency,
Steffen Trumtrar
bmg160 driver,
Patrick Doyle
[PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master,
Crestez Dan Leonard
[PATCH v1 0/3] iio sensor mounting matrix support,
Gregor Boirie
[RFC PATCH 0/3] Introduce support for creating IIO devices via configfs,
Daniel Baluta
[PATCH v7 00/24] i2c mux cleanup and locking update,
Peter Rosin
- [PATCH v7 01/24] i2c-mux: add common data for every i2c-mux instance, Peter Rosin
- [PATCH v7 07/24] i2c: i2c-mux-reg: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 05/24] i2c: i2c-mux-pca9541: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 04/24] i2c: i2c-arb-gpio-challenge: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 12/24] [media] si2168: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 14/24] of/unittest: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 06/24] i2c: i2c-mux-pca954x: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 17/24] i2c: muxes always lock the parent adapter, Peter Rosin
- [PATCH v7 15/24] i2c-mux: drop old unused i2c-mux api, Peter Rosin
- [PATCH v7 18/24] i2c-mux: relax locking of the top i2c adapter during mux-locked muxing, Peter Rosin
- [PATCH v7 19/24] i2c-mux: document i2c muxes and elaborate on parent-/mux-locked muxes, Peter Rosin
- [PATCH v7 24/24] [media] rtl2832: regmap is aware of lockdep, drop local locking hack, Peter Rosin
- [PATCH v7 23/24] [media] rtl2832_sdr: get rid of empty regmap wrappers, Peter Rosin
- [PATCH v7 21/24] [media] si2168: change the i2c gate to be mux-locked, Peter Rosin
- [PATCH v7 20/24] iio: imu: inv_mpu6050: change the i2c gate to be mux-locked, Peter Rosin
- [PATCH v7 16/24] i2c: allow adapter drivers to override the adapter locking, Peter Rosin
- [PATCH v7 13/24] [media] cx231xx: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 02/24] i2c: i2c-mux-gpio: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 11/24] [media] rtl2832: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 10/24] [media] rtl2830: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 03/24] i2c: i2c-mux-pinctrl: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 08/24] iio: imu: inv_mpu6050: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 09/24] [media] m88ds3103: convert to use an explicit i2c mux core, Peter Rosin
- [PATCH v7 22/24] [media] rtl2832: change the i2c gate to be mux-locked, Peter Rosin
- Re: [PATCH v7 00/24] i2c mux cleanup and locking update, Wolfram Sang
- Re: [PATCH v7 00/24] i2c mux cleanup and locking update, Antti Palosaari
- Re: [PATCH v7 00/24] i2c mux cleanup and locking update, Crestez Dan Leonard
- <Possible follow-ups>
- Re: [PATCH v7 00/24] i2c mux cleanup and locking update, Peter Rosin
- Re: [PATCH v7 00/24] i2c mux cleanup and locking update, Peter Rosin
[PATCH 0/5] iio: inv_mpu6050: Cleanup chip types and add mpu9150,
Crestez Dan Leonard
[RFC v2] iio: st_sensors: Add lsm9ds0-accel and lsm9ds0-magn support, Crestez Dan Leonard
[PATCH] iio: st_gyro: Add lsm9ds0-gyro support,
Crestez Dan Leonard
[RFC PATCH v1 0/9] iio:st_sensors: fixes and lps22hb pressure sensor,
Gregor Boirie
- [RFC PATCH v1 1/9] iio:st_pressure:initial lps22hb sensor support, Gregor Boirie
- [RFC PATCH v1 2/9] iio:st_pressure: fix sampling gains, Gregor Boirie
- [RFC PATCH v1 3/9] iio:st_pressure: lps22hb temperature support, Gregor Boirie
- [RFC PATCH v1 4/9] iio:st_sensors: align on storagebits boundaries, Gregor Boirie
- [RFC PATCH v1 5/9] iio:st_pressure: align storagebits on power of 2, Gregor Boirie
- [RFC PATCH v1 6/9] iio:st_pressure: temperature triggered buffering, Gregor Boirie
- [RFC PATCH v1 7/9] iio:st_sensors: unexport st_sensors_get_buffer_element, Gregor Boirie
- [RFC PATCH v1 8/9] iio:st_sensors: emulate SMBus block read if needed, Gregor Boirie
- [RFC PATCH v1 9/9] iio:st_sensors: fix power regulator usage, Gregor Boirie
- Re: [RFC PATCH v1 0/9] iio:st_sensors: fixes and lps22hb pressure sensor, Linus Walleij
- Re: [RFC PATCH v1 0/9] iio:st_sensors: fixes and lps22hb pressure sensor, Jonathan Cameron
[PATCH V4 1/2] thermal: generic-adc: Add DT binding for ADC based thermal sensor,
Laxman Dewangan
Re: [PATCH v2 3/3] iio: Add Vishay VEML6070 UV A light sensor driver, Jonathan Cameron
[PATCH] iio:adc:at91-sama5d2: Repair crash on module removal,
Marek Vasut
Driver directory selection for Power Supply Status chip,
Thor Thayer
Re: hid-sensor-hub.c for pci device 9d35?,
Pandruvada, Srinivas
[PATCH v3 0/2] Add support for Aosong AM2315 relative humidity and ambient temperature sensor,
Tiberiu Breana
[PATCH v3 0/5] Support for max44000 Ambient and Infrared Proximity Sensor,
Crestez Dan Leonard
hid-sensor-hub as pci device 9d35?, Axel Kittenberger
[PATCH V4] iio: pressure: hp03: Add Hope RF HP03 sensor support,
Marek Vasut
[PATCH v2 0/2] Add support for Aosong AM2315 relative humidity and ambient temperature sensor,
Tiberiu Breana
Re: [PATCH v6 20/24] iio: imu: inv_mpu6050: change the i2c gate to be mux-locked, Daniel Baluta
Re: [PATCH 2/3] iio: core: Add devm_ APIs for iio_channel_{get,release}_all, Jonathan Cameron
Question about differential muxing,
Andrew F. Davis
[PATCH v2 0/2] iio: pressure: bmp280: add support for BMP180 and oversampling rate control,
Akinobu Mita
[PATCH 0/2] Add support for Aosong AM2315 ambient temperature & humidity sensor,
Tiberiu Breana
[PATCH v4] iio: imu: Add initial support for Bosch BMI160,
Daniel Baluta
[PATCH 1/5] iio:adis: Add support for manual self-test flag clear,
Lars-Peter Clausen
[PATCH 0/2] Introduce SPI support for BMC150 chip,
Daniel Baluta
[PATCH 00/10] iio: fix errors reported by checkpatch.pl,
Slawomir Stepien
- [PATCH 01/10] iio: light apds9960: fix wrong use of brace, Slawomir Stepien
- [PATCH 02/10] iio: inkern: add a missing space before if, Slawomir Stepien
- [PATCH 05/10] iio: adc: at91_adc: fix errors reported by checkpatch.pl, Slawomir Stepien
- [PATCH 09/10] iio: magnetometer: ak8975: put else and brace at the same line, Slawomir Stepien
- [PATCH 07/10] iio: common: ms_sensors: use tab for indention, Slawomir Stepien
- [PATCH 04/10] iio: adc: mcp3422: remove spaces before comma, Slawomir Stepien
- [PATCH 10/10] iio: pressure: ms5611: use tab for indention, Slawomir Stepien
- [PATCH 06/10] iio: adc: ad799x: remove space before comma, Slawomir Stepien
- [PATCH 08/10] iio: common: hid-sensors: use tab for indention, Slawomir Stepien
- [PATCH 03/10] iio: adc: vf610_adc: fix case label indent, Slawomir Stepien
[PATCH RFT 0/5] iio: mxs-lradc: fix leak and implement PM ops,
Stefan Wahren
[PATCH] iio: frequency: ad9523: use unsigned int rather then bare unsigned,
Slawomir Stepien
generic_buffer and 24 bits samples,
Gregor Boirie
[PATCH V3 1/2] thermal: generic-adc: Add DT binding for ADC based thermal sensor,
Laxman Dewangan
[PATCH v2] ARM: dts: ux500: configure the accelerometers open drain,
Linus Walleij
[PATCH 4/4 v5] iio: st_sensors: support open drain mode,
Linus Walleij
[PATCH v3] iio: tools: generic_buffer: auto-enable channels,
Linus Walleij
[PATCH V3 00/29] bitops: add parity functions, zengzhaoxiu
[PATCH V3 26/29] iio: use parity32 in adxrs450,
zengzhaoxiu
[RFC] iio: st: Add lsm9ds0 support for gyro accel and magn,
Crestez Dan Leonard
[PATCH] ARM: dts: ux500: configure the accelerometers open drain, Linus Walleij
[PATCH 4/4 v4] iio: st_sensors: support open drain mode,
Linus Walleij
Re: [PATCH 3/4] iio: st_sensors: verify interrupt event to status,
Linus Walleij
IIO driver for si114x,
Crestez Dan Leonard
[PATCH v2] iio: tools: generic_buffer: auto-enable channels,
Linus Walleij
[PATCH 0/3] iio: pressure: bmp280: add BME280 part support,
Matt Ranostay
Re: [PATCH v2 1/8] i2c-mux: add common core data for every mux instance, Wolfram Sang
Re: [PATCH v6 01/24] i2c-mux: add common data for every i2c-mux instance,
Wolfram Sang
Re: [RFC PATCH v1 3/3] iio:imu:mpu6050: enhance mounting matrix support,
Rob Herring
Re: [RFC PATCH v1 2/3] iio:ak8975: add mounting matrix support, Rob Herring
[PATCH v2 0/5] Support for max44000 Ambient and Infrared Proximity Sensor,
Crestez Dan Leonard
Re: [PULL] First round of new device support, features and cleanups for IIO in the 4.7 cycle.,
Greg KH
[PATCH v3 0/2] iio: Add support for adc101 and adc121c to ti-adc081c,
Crestez Dan Leonard
[PATCH V2 1/2] thermal: generic-adc: Add DT binding for ADC based thermal sensor,
Laxman Dewangan
[PATCH] iio: add Capella CM3218 ambient light sensor driver.,
Bastien Nocera
Re: [PATCH] iio: add Capella CM3218 ambient light sensor driver., Jonathan Cameron
Re: [PATCH v6 00/24] i2c mux cleanup and locking update,
Wolfram Sang
[PATCH v5] iio: light: new driver for the ROHM BH1780,
Linus Walleij
Re: [PATCH 00/10] Use the ISA bus driver for PC/104 and ISA devices,
Linus Walleij
[PATCH V3] iio: pressure: hp03: Add Hope RF HP03 sensor support,
Marek Vasut
[PATCH 2/2] iio: adc: set INPUT_PROP_DIRECT,
Ksenija Stanojevic
[PATCH 1/2] iio: adc: Indent if statement,
Ksenija Stanojevic
[PATCH 0/2] iio: adc: Small fixes,
Ksenija Stanojevic
[PATCH v2 0/5] iio: use regmap to retrieve struct device,
Alison Schofield
Re: [PATCHv2 3/3] iio: dht11: Improve logging,
Harald Geyer
Re: How to use GPIO pin as the trigger for IIO devices?,
Jonathan Cameron
Re: [PATCH v2 27/30] iio: use parity32 in adxrs450,
Jonathan Cameron
Re: [PATCH v3] iio: imu: Add initial support for Bosch BMI160,
Jonathan Cameron
Re: [PATCH 2/4] iio: st_sensors: read each channel individually,
Jonathan Cameron
Re: [PATCH v2 2/2] ti-adc081c: Initial triggered buffer support, Jonathan Cameron
Re: [PATCH v2 1/2] ti-adc081c: Add support for adc101c* and adc121c*, Jonathan Cameron
Re: [PATCH] iio: ak8975: fix maybe-uninitialized warning, Jonathan Cameron
Re: [PATCH] iio: ak8975: Fix NULL pointer exception on early interrupt, Jonathan Cameron
Re: [PATCH v6 08/24] iio: imu: inv_mpu6050: convert to use an explicit i2c mux core,
Jonathan Cameron
Re: [PATCH 1/3] iio: core: Add devm_ APIs for iio_channel_{get,release},
Jonathan Cameron
Re: [PATCH] staging: iio: ad7606: use iio_device_{claim|release}_direct_mode(), Jonathan Cameron
Re: [PATCH v2] staging: iio: ad7606: use iio_device_{claim|release}_direct_mode(), Jonathan Cameron
Re: [PATCH 3/9] iio: adc: qcom-spmi-vadc: use regmap to retrieve struct device, Jonathan Cameron
Re: [PATCH 2/9] iio: adc: qcom-spmi-iadc: use regmap to retrieve struct device, Jonathan Cameron
Re: [PATCH 5/9] iio: accel: mma7455: use regmap to retrieve struct device, Jonathan Cameron
Re: [PATCH 1/9] iio: adc: exynos_adc: use regmap to retrieve struct device, Jonathan Cameron
Re: [PATCH v4] iio: light: new driver for the ROHM BH1780,
Jonathan Cameron
Re: [PATCH v6] iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs, Jonathan Cameron
Re: [PATCH 5/5] max44000: Initial triggered buffer support,
Jonathan Cameron
Re: [PATCH 4/5] max44000: Expose ambient sensor scaling, Jonathan Cameron
Re: [PATCH 3/5] max44000: Support controlling LED current output, Jonathan Cameron
Re: [PATCH 2/5] max44000: Initial support for proximity reading, Jonathan Cameron
Re: [PATCH 1/5] max44000: Initial commit,
Jonathan Cameron
[PATCH] iio: mxs-lradc: Move binding document out of staging as well,
Harald Geyer
Re: [RFC PATCH v1 0/3] iio sensor mounting matrix support, Jonathan Cameron
Re: [PATCH v4 1/1] iio:magnetometer:ak8975: triggered buffer support, Jonathan Cameron
Re: [PATCH 1/1] iio: adc: Add driver for the TI INA3221 Triple Current/Voltage Monitor,
Jonathan Cameron
Re: [PATCH] iio: pressure: bmp280: add support for BMP180,
Jonathan Cameron
Re: [PATCH v2] iio: max5487: Add support for Maxim digital potentiometers,
Jonathan Cameron
[PATCH v3] iio: potentiometer: add driver for Maxim Integrated DS1803,
Slawomir Stepien
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]