linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-21 17:35:58 to 2017-11-05 18:00:03 UTC [more...]

[PATCH v4 0/2] Refactor event related code
 2017-11-05 18:00 UTC  (3+ messages)
` [PATCH v4 1/2] iio: accel: mma8452: Rename a struct for code readibility
` [PATCH v4 2/2] iio: accel: mma8452: Rename config structs for readability

[PATCH v1] iio: magnetometer: ak8975: Remove wrong ACPI ID
 2017-11-05 12:42 UTC  (5+ messages)

getting started w/ iio driver
 2017-11-05  6:28 UTC  (2+ messages)

[PATCH v6 0/9] i2c: document DMA handling and add helpers for it
 2017-11-04 20:20 UTC  (10+ messages)
` [PATCH v6 1/9] i2c: add a message flag for DMA safe buffers
` [PATCH v6 2/9] i2c: add helpers to ease DMA handling
` [PATCH v6 3/9] i2c: dev: mark RDWR buffers as DMA_SAFE
` [PATCH v6 4/9] i2c: refactor i2c_master_{send_recv}
` [PATCH v6 5/9] i2c: add i2c_master_{send|recv}_dmasafe
` [PATCH v6 6/9] i2c: smbus: use DMA safe buffers for emulated SMBus transactions
` [PATCH v6 7/9] i2c: add docs to clarify DMA handling
` [PATCH v6 8/9] i2c: sh_mobile: use core helper to decide when to use DMA
` [PATCH v6 9/9] i2c: rcar: skip DMA if buffer is not safe

[PATCH v3 1/5] iio: proximity: sx9500: Assign interrupt from GpioIo()
 2017-11-04 10:43 UTC  (9+ messages)
` [PATCH v3 2/5] iio: proximity: sx9500: Add GPIO ACPI mapping table
` [PATCH v3 3/5] iio: proximity: sx9500: Set IRQ pin to direction-input if necessary
` [PATCH v3 4/5] iio: proximity: sx9500: Add another ACPI ID
` [PATCH v3 5/5] iio: magnetometer: ak8975: "

[PATCH] staging: iio: ad7746: Improve unlocking of a mutex in ad7746_start_calib()
 2017-11-03  8:33 UTC 

[PATCH] staging: iio: ad7152: Improve unlocking of a mutex in ad7152_start_calib()
 2017-11-03  8:09 UTC 

[PATCH 0/5] meson_saradc fixes and minor improvements
 2017-11-02 15:05 UTC  (7+ messages)
` [PATCH 1/5] iio: adc: meson-saradc: fix the bit_idx of the adc_en clock
` [PATCH 2/5] iio: adc: meson-saradc: initialize the bandgap correctly on older SoCs
` [PATCH 3/5] iio: adc: meson-saradc: Meson8 and Meson8b do not have REG11 and REG13
` [PATCH 4/5] iio: adc: meson-saradc: fix the clock frequency on Meson8 and Meson8b
` [PATCH 5/5] iio: adc: meson-saradc: program the channel muxes during initialization

[PATCH v4] iio : Add cm3218 smbus ara and acpi support
 2017-11-02 15:05 UTC  (6+ messages)

Battery temperature
 2017-11-02 15:01 UTC  (2+ messages)

[PATCH v2] iio: adc: aspeed: Deassert reset in probe
 2017-11-02 14:49 UTC  (5+ messages)

[PATCH v2 00/13] iio: health: Add MAX30105 support to max30102 driver
 2017-11-02 14:44 UTC  (15+ messages)
` [PATCH v2 01/13] iio: health: max30102: Temperature should be in milli Celsius
` [PATCH v2 02/13] iio: health: max30102: Fix missing newline in dev_err
` [PATCH v2 03/13] iio: health: max30102: Remove inconsistent full stop in error message
` [PATCH v2 04/13] iio: health: max30102: Fix mode config values
` [PATCH v2 05/13] iio: health: max30102: Check retval of powermode function
` [PATCH v2 06/13] iio: health: max30102: Add check for part ID
` [PATCH v2 07/13] iio: health: max30102: Introduce intensity channel macro
` [PATCH v2 08/13] iio: health: max30102: Add power enable parameter to get_temp function
` [PATCH v2 09/13] iio: health: max30102: Introduce indices for LED channels
` [PATCH v2 10/13] iio: health: max30102: Move mode setting to buffer_postenable
` [PATCH v2 11/13] iio: health: max30102: Prepare for copying varying number of measurements
` [PATCH v2 12/13] iio: health: max30102: Add MAX30105 support
` [PATCH v2 13/13] dt-bindings: iio: health: Add MAX30105 support to max30102.txt

[PATCH 2/3] iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm
 2017-11-02  9:04 UTC  (4+ messages)
  ` [2/3] "

[PATCH v2 1/2] iio: proximity: sx9500: Add another ACPI ID
 2017-11-01 17:03 UTC  (3+ messages)
` [PATCH v2 2/2] iio: magnetometer: ak8975: "

[PATCH v1] iio: proximity: sx9500: Fix typo in ACPI ID
 2017-11-01 16:42 UTC  (2+ messages)

[PATCH v1 13/15] iio: imu: inv_mpu6050: Remove duplicate NULL check
 2017-10-31 14:21 UTC 

[PATCH v3] iio : Add cm3218 smbus ara and acpi support
 2017-10-31  8:39 UTC  (5+ messages)

[PATCH] iio: adc: aspeed: Deassert reset in probe
 2017-10-31  1:04 UTC  (4+ messages)

[PATCH] iio: fix kernel-doc build errors
 2017-10-30  0:06 UTC 

[PATCH v2 1/3] iio: adc: ina2xx: Shift bus voltage register to mask flag bits
 2017-10-28 21:12 UTC  (3+ messages)
` [PATCH v2 2/3] iio: adc: ina2xx: Use LSB specifier instead of divider in config
` [PATCH v2 3/3] iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage range

[PATCH v2 0/3] iio: adc: ina2xx: Fixes and extensions
 2017-10-28 21:12 UTC 

[PATCH 00/13] iio: health: Add MAX30105 support to max30102 driver
 2017-10-27 19:29 UTC  (19+ messages)
` [PATCH 01/13] iio: health: max30102: Fix mode config values
` [PATCH 01/13] iio: health: max30102: Temperature should be in milli Celsius
` [PATCH 02/13] iio: health: max30102: Fix missing newline in dev_err
` [PATCH 02/13] iio: health: max30102: Temperature should be in milli Celsius
` [PATCH 03/13] iio: health: max30102: Check retval of powermode function
` [PATCH 03/13] iio: health: max30102: Remove inconsistent full stop in error message
` [PATCH 04/13] iio: health: max30102: Fix mode config values
` [PATCH 04/13] iio: health: max30102: Remove inconsistent full stop in error message
` [PATCH 05/13] iio: health: max30102: Check retval of powermode function
` [PATCH 05/13] iio: health: max30102: Fix missing newline in dev_err
` [PATCH 06/13] iio: health: max30102: Add check for part ID
` [PATCH 07/13] iio: health: max30102: Introduce intensity channel macro
` [PATCH 08/13] iio: health: max30102: Add power enable parameter to get_temp function
` [PATCH 09/13] iio: health: max30102: Introduce indices for LED channels
` [PATCH 10/13] iio: health: max30102: Move mode setting to buffer_postenable
` [PATCH 11/13] iio: health: max30102: Prepare for copying varying number of measurements
` [PATCH 12/13] iio: health: max30102: Add MAX30105 support
` [PATCH 13/13] dt-bindings: iio: health: Add MAX30105 support to max30102.txt

[PATCH v3] iio : Add cm3218 smbus ara and acpi support
 2017-10-27 15:52 UTC 

[PATCH 0/2] Add support to UVIS25 uv sensor
 2017-10-27 15:03 UTC  (10+ messages)
` [PATCH 1/2] iio: light: add support to UVIS25 sensor
` [PATCH 2/2] dt-bindings: iio: light: add UVIS25 device bindings

[PATCH v2 0/3] iio: adc: stm32: Add support for differential channels
 2017-10-27 14:37 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: iio: adc: stm32: add support for diff channels
` [PATCH v2 2/3] iio: adc: stm32: remove const channel names definition
` [PATCH v2 3/3] iio: adc: stm32: add support for differential channels

[PATCH] iio/adc/palmas: Use common error handling code in palmas_gpadc_calibrate()
 2017-10-27 13:43 UTC  (3+ messages)

[PATCH] iio/light/gp2ap020a00f: Use common error handling code in gp2ap020a00f_adjust_lux_mode()
 2017-10-27 13:12 UTC  (3+ messages)
  `  "

[PATCH] iio/accel/stk8312: Improve unlocking of a mutex in two functions
 2017-10-27 12:37 UTC  (5+ messages)
  `  "

[PULL] 3rd (small) set of new device support, features and cleanups for IIO in the 4.15 cycle
 2017-10-27  9:17 UTC  (2+ messages)

[PATCH v2] iio : Add cm3218 smbus ara and acpi support
 2017-10-26 19:05 UTC  (3+ messages)

[PATCH] iio/light/max44000: Use common error handling code in max44000_probe()
 2017-10-26 17:39 UTC  (4+ messages)

[PATCH 0/2] iio/accel/stk8ba50: Fine-tuning for two function implementations
 2017-10-26 17:09 UTC  (5+ messages)
` [PATCH 1/2] iio/accel/stk8ba50: Use common error handling code in stk8ba50_probe()
    `  "
` [PATCH 2/2] iio/accel/stk8ba50: Improve unlocking of a mutex in stk8ba50_read_raw()

[PATCH] iio/pressure/hp206c: Use common error handling code in hp206c_conv_and_read()
 2017-10-26 16:44 UTC  (4+ messages)
  `  "

[PATCH] iio/proximity/srf08: Improve unlocking of a mutex in srf08_read_ranging()
 2017-10-26 16:18 UTC  (2+ messages)

[PATCH] iio/pressure/mpl3115: Improve unlocking of a mutex in mpl3115_trigger_handler()
 2017-10-26 16:21 UTC  (2+ messages)

[PATCH] iio/accel/bmc150: Improve unlocking of a mutex in two functions
 2017-10-26 16:04 UTC  (10+ messages)
      `  "

[PATCH v2 0/3] Texas Instruments 8/10/12-bit 2/4-channel DAC driver
 2017-10-26 15:35 UTC  (9+ messages)
` [PATCH v2 2/3] iio: dac: Add "
` [PATCH v2 3/3] iio: dac: ti-dac082s085: Read chip spec from device table
` [PATCH v2 1/3] dt-bindings: iio: dac: ti-dac082s085: Document new driver

[PATCH] iio/light/opt3001: Use common error handling code in opt3001_get_lux()
 2017-10-26 14:50 UTC  (4+ messages)

[PATCH] HID: sensor: Use the correct type instead of a void pointer
 2017-10-26 12:19 UTC 

[PATCH 0/3] iio: adc: stm32: Add support for differential channels
 2017-10-25  8:05 UTC  (15+ messages)
` [PATCH 1/3] dt-bindings: iio: adc: stm32: add support for diff channels
` [PATCH 2/3] iio: adc: stm32: remove const channel names definition
` [PATCH 3/3] iio: adc: stm32: add support for differential channels

[PATCH 1/1] iio: inkern: add helper to enable a channel
 2017-10-25  3:43 UTC  (5+ messages)

[PATCH 00/13] staging: iio: tsl2x7x: staging cleanups
 2017-10-23  9:06 UTC  (20+ messages)
` [PATCH 05/13] staging: iio: tsl2x7x: changed #defines to be aligned on the same column
` [PATCH 06/13] staging: iio: tsl2x7x: convert in_proximity0_calibscale_available to use IIO_CONST_ATTR
` [PATCH 07/13] staging: iio: tsl2x7x: remove unnecessary parentheses
` [PATCH 08/13] staging: iio: tsl2x7x: correct alignment of parenthesis
` [PATCH 09/13] "
` [PATCH 10/13] staging: iio: tsl2x7x: rename power defines to improve code readability
` [PATCH 11/13] staging: iio: tsl2x7x: fix alignment of break statements
` [PATCH 12/13] staging: iio: tsl2x7x: put function definitions on a single line
` [PATCH 13/13] staging: iio: tsl2x7x: add goto for TSL2X7X_LUX_CALC_OVER_FLOW

[PATCH] iio: adc: sun4i-gpadc: use of_device_get_match_data
 2017-10-21 17:49 UTC  (2+ 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).