linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-19 22:40:54 to 2018-09-02 13:30:20 UTC [more...]

[RFC RFT PATCH 0/4] gpiolib: speed up GPIO array processing
 2018-09-02 12:01 UTC  (32+ messages)
  ` [RFC RFT PATCH v4 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
  ` [RFC RFT PATCH v4 2/4] gpiolib: Identify arrays matching GPIO hardware
  ` [RFC RFT PATCH v4 3/4] gpiolib: Pass array info to get/set array functions
  ` [RFC RFT PATCH v4 4/4] gpiolib: Implement fast processing path in get/set array
  ` [PATH v5 0/4] gpiolib: speed up GPIO array processing
    ` [PATCH v5 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
    ` [PATCH v5 2/4] gpiolib: Identify arrays matching GPIO hardware
    ` [PATCH v5 3/4] gpiolib: Pass array info to get/set array functions
    ` [PATCH v5 4/4] gpiolib: Implement fast processing path in get/set array
    ` [PATH v6 0/4] gpiolib: speed up GPIO array processing
      ` [PATCH v6 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
      ` [PATCH v6 2/4] gpiolib: Identify arrays matching GPIO hardware
      ` [PATCH v6 3/4] gpiolib: Pass array info to get/set array functions
      ` [PATCH v6 4/4] gpiolib: Implement fast processing path in get/set array
      ` [PATCH v7 0/4] gpiolib: speed up GPIO array processing
        ` [PATCH v7 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
        ` [PATCH v7 2/4] gpiolib: Identify arrays matching GPIO hardware
        ` [PATCH v7 3/4] gpiolib: Pass array info to get/set array functions
        ` [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array

[PATCH 1/4] iio: gyro: add support for fxas21002c
 2018-09-02  9:15 UTC  (11+ messages)
` [PATCH 2/4] iio: gyro: add device tree "
` [PATCH 3/4] iio: fxas21002c: add ODR/Scale support
` [PATCH 4/4] MAINTAINERS: add entry for fxas21002c gyro driver

[PATCH] iio: light: isl29501: Simplify code to kill compiler warning
 2018-09-02  9:48 UTC  (4+ messages)

[PATCH v2 1/2] iio: adc: sc27xx: Add raw data support
 2018-09-02  8:55 UTC  (4+ messages)
` [PATCH v2 2/2] iio: adc: sc27xx: Add ADC scale calibration

[PATCH] iio: pressure: ms5611: switch to SPDX identifier
 2018-09-01 19:52 UTC 

[PATCH] iio: light: bh1750: switch to SPDX identifier
 2018-09-01 19:51 UTC 

Idea: regmap_config.use_single_rw -> use_single_read, use_single_write
 2018-08-31 17:40 UTC  (5+ messages)

[PATCH v2 1/4] iio: gyro: add support for fxas21002c
 2018-08-31 15:41 UTC  (7+ messages)
` [PATCH v2 2/4] iio: gyro: add device tree "
` [PATCH v2 3/4] iio: fxas21002c: add ODR/Scale support
` [PATCH v2 4/4] MAINTAINERS: add entry for fxas21002c gyro driver

[PATCH v3 00/30] IIO-based thermal sensor driver for Allwinner H3 and A83T SoC
 2018-08-31 12:05 UTC  (56+ messages)
` [PATCH v3 01/30] mfd: Makefile: Remove build option for MFD:sun4i-gpadc
` [PATCH v3 02/30] mfd: Kconfig: Remove MFD_SUN4I_GPADC config option
` [PATCH v3 03/30] iio: adc: Remove ID table
` [PATCH v3 04/30] iio: adc: Kconfig: Update Kconfig to new build options
` [PATCH v3 05/30] iio: adc: move SUN4I_GPADC_CHANNEL define to header file
` [PATCH v3 06/30] iio: adc: remove ofnode options
` [PATCH v3 07/30] iio: adc: remove mfd_probe & sunwi_irq_init function
` [PATCH v3 08/30] iio: adc: remove hwmon structure
` [PATCH v3 09/30] iio: adc: Threat A33 as thermal sensor and remove non thermal sun4i channel
  ` [linux-sunxi] "
` [PATCH v3 10/30] iio: adc: rework irq and adc_channel handling
` [PATCH v3 11/30] iio: adc: add new compatibles
` [PATCH v3 12/30] mfd: Remove old mfd driver & Move sun4i-gpadc.h to iio/adc/
` [PATCH v3 13/30] arm: config: Enable SUN4I_GPADC in defconfig
` [PATCH v3 14/30] dt-bindings: update the Allwinner GPADC device tree binding for H3 & A83T
` [PATCH v3 15/30] iio: adc: sun4i-gpadc-iio: rename A33-specified registers to contain A33
` [PATCH v3 16/30] iio: adc: sun4i-gpadc-iio: rework: readout temp_data
` [PATCH v3 17/30] iio: adc: sun4i-gpadc-iio: rework: support clocks and reset
` [PATCH v3 18/30] iio: adc: sun4i-gpadc-iio: rework: support multiple sensors
` [PATCH v3 19/30] iio: adc: sun4i-gpadc-iio: rework: support nvmem calibration data
` [PATCH v3 20/30] iio: adc: sun4i-gpadc-iio: rework: device specific suspend & resume
` [PATCH v3 21/30] iio: adc: sun4i-gpadc-iio: add support for H3 thermal sensor
  ` [linux-sunxi] "
      ` [linux-sunxi] "
` [PATCH v3 22/30] iio: adc: sun4i-gpadc-iio: add support for A83T "
` [PATCH v3 23/30] ARM: dts: sunxi-h3-h5: add support for the thermal sensor in H3 and H5
` [PATCH v3 24/30] ARM: dts: sun8i: h3: add support for the thermal sensor in H3
` [PATCH v3 25/30] ARM: dts: sun8i: h3: add thermal zone to H3
` [PATCH v3 26/30] ARM: dts: sun8i: h3: enable H3 sid controller
` [PATCH v3 27/30] ARM: dts: sun8i: h3: use calibration for ths
` [PATCH v3 28/30] ARM: dts: sun8i: a83t: add support for the thermal sensor in A83T
` [PATCH v3 29/30] ARM: dts: sun8i: a83t: add thermal zone to A83T
` [PATCH v3 30/30] ARM: sun8i: a83t: full range OPP tables and CPUfreq
  ` [linux-sunxi] "

[PATCH v2] iio: imu: st_lsm6dsx: take into account ts samples in wm configuration
 2018-08-31  8:51 UTC 

[PATCH] iio: imu: st_lsm6dsx: take into account ts samples in wm configuration
 2018-08-31  8:44 UTC  (2+ messages)

[PATCH 5/5] dt-bindings: iio: imu: st_lsm6dsx: add LSM6DSO device bindings
 2018-08-30 20:52 UTC 

[PATCH 3/5] iio: imu: st_lsm6dsx: add addr/max_word_len to st_lsm6dsx_read_block()
 2018-08-30 20:52 UTC 

[PATCH 1/5] iio: imu: st_lsm6dsx: add read_fifo callback to fifo_ops
 2018-08-30 20:52 UTC 

[PATCH 4/5] iio: imu: st_lsm6dsx: add support to LSM6DSO
 2018-08-30 20:52 UTC 

[PATCH 2/5] iio: imu: st_lsm6dsx: make st_lsm6dsx_check_odr() non-static
 2018-08-30 20:52 UTC 

[PATCH 0/5] add support to STM LSM6DSO 6-axis Mems sensor
 2018-08-30 20:52 UTC 

[PATCH 0/3] Add Xilinx AMS Driver
 2018-08-30 15:36 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: iio: adc: Add Xilinx AMS binding documentation
` [PATCH 2/3] iio: adc: Add Xilinx AMS driver
` [PATCH 3/3] arm64: zynqmp: DT: Add Xilinx AMS node

[PATCH] iio: dac: ad5758: Add support for hard reset
 2018-08-29 14:58 UTC 

[PATCH TRIVIAL] iio: fix position relative kernel version
 2018-08-28 10:30 UTC 

[PATCH 1/2] iio: adc: sc27xx: Add raw data support
 2018-08-28  3:20 UTC  (6+ messages)
` [PATCH 2/2] iio: adc: sc27xx: Add ADC scale calibration

[PATCH] iio: Convert to using %pOFn instead of device_node.name
 2018-08-28  1:52 UTC 

[PATCH] iio: adc: qcom-spmi-adc5: Verify channel numbers from DT
 2018-08-27 21:14 UTC 

[PATCH v7 RESEND 1/2] ARM: dts: at91: sama5d2: add channel cells for ADC device
 2018-08-27 14:36 UTC  (3+ messages)
` [PATCH v7 RESEND 2/2] ARM: dts: at91: sama5d2: Add resistive touch device

[PATCH] iio: dac: ti-dac5571: provide of_match_table to driver
 2018-08-25  9:04 UTC  (2+ messages)

[PATCH] Revert "iio: temperature: maxim_thermocouple: add MAX31856 part"
 2018-08-25  9:00 UTC 

[PATCH] iio: dac: ti-dac5571: make vref regulator optional
 2018-08-25  8:55 UTC  (2+ messages)

[PATCH] iio: dac: mcp4922: fix error handling in mcp4922_write_raw
 2018-08-25  8:47 UTC  (2+ messages)

[PATCH v2 1/3] iio: dac: add support for ltc1660
 2018-08-25  8:27 UTC  (7+ messages)
` [PATCH v2 2/3] dt-bindings: iio: dac: add bindings "
` [PATCH v2 3/3] MAINTAINERS: add entry for ltc1660 DAC driver

[PATCH 3/3] iio:adxl372: Add filter bandwidth support
 2018-08-25  8:20 UTC  (2+ messages)

[PATCH 2/3] iio:adxl372: Add sampling frequency support
 2018-08-25  8:19 UTC  (2+ messages)

[PATCH 1/3] iio: adxl372: Provide validate_trigger and validate_device callbacks
 2018-08-25  8:16 UTC  (4+ messages)

[PATCH v3 0/7] bme680 cleanup
 2018-08-25  8:14 UTC  (20+ messages)
` [PATCH v3 1/7] iio: chemical: bme680: use clamp macro
` [PATCH v3 2/7] iio: chemical: bme680: cleanup bme680_read_calib formatting
` [PATCH v3 3/7] iio: chemical: bme680: indent #defines consistently
          ` [PATCH] iio: chemical: bme680: Remove field value defines

[PATCH] iio: adc: qcom-spmi-adc5: Add ADC5_AMUX_THM[24]_100K_PU to rev2 channel list
 2018-08-25  8:09 UTC  (4+ messages)

Buffert trigger and Power management support for BME680 ?
 2018-08-22 11:54 UTC  (8+ messages)

[PATCH 0/5] License cleanup of "my" IIO files
 2018-08-20 18:28 UTC  (11+ messages)
` [PATCH 1/5] iio: potentiometer: mcp4018: use the correct MODULE_LICENSE
` [PATCH 2/5] iio: potentiometer: mcp4531: switch to SPDX license identifier
` [PATCH 3/5] iio: envelope-detector: "
` [PATCH 4/5] iio: dpot-dac: "
` [PATCH 5/5] iio: multiplexer: "

IIO driver for the Invensense ICM-20948 IMU
 2018-08-20 15:55 UTC  (4+ messages)

[PATCH] iio: adxl345: move null check for i2c id at start of probe
 2018-08-20  8:45 UTC  (3+ messages)

[PATCH v6 1/2] iio: light: Add support for vishay vcnl4035
 2018-08-20  8:27 UTC  (3+ messages)

Potential IIO meeting / future directions discussion at ELCE 2018 - Edinburgh 22-24 Oct
 2018-08-19 19:39 UTC  (8+ messages)

[PATCH v4 1/3] iio: adc: add support for mcp3911
 2018-08-19 19:29 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).