linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-08 13:55:15 to 2020-05-17 10:00:01 UTC [more...]

[PATCH] iio: adc: ad7780: Fix a resource handling path in 'ad7780_probe()'
 2020-05-17  9:59 UTC 

[RFC PATCH 00/14] iio: buffer: add support for multiple buffers
 2020-05-17  6:26 UTC  (16+ messages)
` [RFC PATCH 03/14] iio: buffer: add back-ref from iio_buffer to iio_dev
` [RFC PATCH 05/14] iio: core: register chardev only if needed

[PATCH v2 0/4] Introduce the Counter character device interface
 2020-05-16 19:20 UTC  (4+ messages)
` [PATCH v2 2/4] docs: counter: Update to reflect sysfs internalization
` [PATCH v2 3/4] counter: Add character device interface
` [PATCH v2 4/4] docs: counter: Document "

[PATCH] iio: adc: Add scaling support to exynos adc driver
 2020-05-16 18:19 UTC  (4+ messages)

[PATCH v2 0/8] iio: core: wrap IIO device into an iio_dev_opaque object
 2020-05-16 17:30 UTC  (19+ messages)
` [PATCH v2 1/8] iio: proximity: ping: pass reference to IIO device via call-stack
` [PATCH v2 2/8] iio: at91-sama5d2_adc: pass ref to IIO device via param for int function
` [PATCH v2 3/8] iio: at91_adc: "
` [PATCH v2 4/8] iio: stm32-dfsdm-adc: pass iio device as arg for the interrupt handler
` [PATCH v2 5/8] iio: stm32-adc: "
` [PATCH v2 6/8] iio: core: wrap IIO device into an iio_dev_opaque object
` [PATCH v2 7/8] iio: core: simplify alloc alignment code
` [PATCH v2 8/8] iio: core: move debugfs data on the private iio dev info

[PATCH] iio: adc: stm32-adc: fix a wrong error message when probing interrupts
 2020-05-16 17:01 UTC  (2+ messages)

[PATCH] iio: buffer: remove attrcount_orig var from sysfs creation
 2020-05-16 16:57 UTC  (2+ messages)

[PATCH v2 0/2] iio: chemical: add atlas-ezo-sensor initial support
 2020-05-16 16:56 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: iio: chemical: add CO2 EZO module documentation
` [PATCH v2 2/2] iio: chemical: add atlas-ezo-sensor initial support

[PATCH v14 0/2] iio: proximity: driver for vcnl3020
 2020-05-16 16:41 UTC  (4+ messages)
` [PATCH v14 1/2] dt-bindings: proximity: provide vcnl3020 device tree binding document
` [PATCH v14 2/2] iio: proximity: Add driver support for vcnl3020 proximity sensor

[PATCH] iio: adc: exynos: Simplify Exynos7-specific init
 2020-05-16 16:37 UTC  (3+ messages)

[PATCH] iio: light: gp2ap002: Take runtime PM reference on light read
 2020-05-16 16:34 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/3] iio: core: wrap IIO device into a iio_dev_priv object
 2020-05-16 16:29 UTC  (9+ messages)
` [PATCH 2/3] iio: core: simplify alloc alignment code
` [PATCH 3/3] iio: core: move debugfs data on the private iio dev info

[RFC PATCH] iio: __iio_update_buffers: Update mode before preenable/after postdisable
 2020-05-16 16:10 UTC  (5+ messages)

[PATCH 0/2] iio: chemical: add atlas-ezo-sensor initial support
 2020-05-16 15:55 UTC  (11+ messages)
` [PATCH 2/2] "

[PATCH v3 0/3] iio: cros_ec: Add support for RGB light sensor
 2020-05-16 15:49 UTC  (9+ messages)
` [PATCH v2 1/3] iio: Add in_illumincance vectors in different color spaces
` [PATCH v2 3/3] iio: cros_ec_light: Add support for RGB sensor

[PATCH] iio: dac: vf610_dac: Replace indio_dev->mlock with own device lock
 2020-05-16 15:36 UTC  (2+ messages)

[PATCH] iio: stm32-dac: Replace indio_dev->mlock with own device lock
 2020-05-16 15:35 UTC  (2+ messages)

[PATCH] iio: dac: ad5686: Replace indio_dev->mlock with own device lock
 2020-05-16 15:30 UTC  (2+ messages)

[PATCH] iio: dac: ad5421: Replace indio_dev->mlock with own device lock
 2020-05-16 15:27 UTC  (2+ messages)

[PATCH] iio: dac: ad5380: Replace indio_dev->mlock with own device lock
 2020-05-16 15:26 UTC  (2+ messages)

[PATCH] iio: dac: ad5764: Replace indio_dev->mlock with own device lock
 2020-05-16 15:25 UTC  (2+ messages)

[PATCH] iio: dac: ad5761: Replace indio_dev->mlock with own device lock
 2020-05-16 15:23 UTC  (2+ messages)

[PATCH] iio: dac: ad5755: Replace indio_dev->mlock with own device lock
 2020-05-16 15:21 UTC  (2+ messages)

[PATCH] iio: dac: ad5449: Replace indio_dev->mlock with own device lock
 2020-05-16 15:16 UTC  (2+ messages)

[PATCH] iio: dac: ad5360: Replace indio_dev->mlock with own device lock
 2020-05-16 15:15 UTC  (2+ messages)

[PATCH] iio: dac: ad5446: Replace indio_dev->mlock with own device lock
 2020-05-16 15:15 UTC  (2+ messages)

[PATCH v2 1/7] iio: accel: bma180: Prepare for different reset values
 2020-05-16 15:03 UTC  (12+ messages)
` [PATCH v2 2/7] iio: accel: Make bma180 conflict with input's bma150
` [PATCH v2 3/7] dt-bindings: iio: accel: Add bma150 family compatibles to bma180
` [PATCH v2 4/7] dt-bindings: iio: accel: Add required regulators "
` [PATCH v2 5/7] iio: accel: bma180: Add support for bma023
` [PATCH v2 6/7] iio: accel: bma180: Rename center_temp to temp_offset
` [PATCH v2 7/7] iio: accel: Add bma150/smb380 support to bma180

[PATCH 0/2] iio: adc: Add a current from voltage driver
 2020-05-16 15:01 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: iio: adc: Add binding for current-from-voltage
 2020-05-16  2:26 UTC  (2+ messages)
` [PATCH 2/2] iio: adc: Add current-from-voltage driver

[PATCHv2 0/7] Support inhibiting input devices
 2020-05-15 18:19 UTC  (5+ messages)
  ` [PATCHv2 1/7] Input: add input_device_enabled()
  ` [PATCHv2 4/7] iio: adc: exynos: Use input_device_enabled()
  ` [PATCHv2 6/7] Input: Add "inhibited" property

[PULL] 2nd set of IIO fixes for the 5.7 cycle
 2020-05-15 14:05 UTC  (2+ messages)

[PULL] 2nd set of IIO new device support, features and cleanups for the 5.8 cycle
 2020-05-15 14:03 UTC  (2+ messages)

[PATCH 00/12] iio: imu: new inv_icm42600 driver
 2020-05-15  3:00 UTC  (11+ messages)
` [PATCH 04/12] iio: imu: inv_icm42600: add gyroscope IIO device
` [PATCH 08/12] iio: imu: inv_icm42600: add device interrupt trigger
` [PATCH 09/12] iio: imu: inv_icm42600: add buffer support in iio devices
` [PATCH 10/12] iio: imu: inv_icm42600: add accurate timestamping
` [PATCH 11/12] dt-bindings: iio: imu: Add inv_icm42600 documentation

[PATCH v2 0/7] iio: accel: Add bma150 family support to bma180
 2020-05-14 20:48 UTC 

[PATCH v5 0/2] irq/irq_sim: improve the API
 2020-05-14  8:39 UTC  (3+ messages)
` [PATCH v5 1/2] irq: make irq_domain_reset_irq_data() available even for non-V2 users
` [PATCH v5 2/2] irq/irq_sim: simplify the API

[PATCH V4 1/5] iio: adc: Convert the QCOM SPMI ADC bindings to .yaml format
 2020-05-13  9:51 UTC  (8+ messages)
` [PATCH V4 2/5] iio: adc: Add PMIC7 ADC bindings
` [PATCH V4 3/5] iio: adc: Add support for PMIC7 ADC
` [PATCH V4 4/5] iio: adc: Update error checks and debug prints
` [PATCH V4 5/5] iio: adc: Clean up ADC code common to PMIC5 and PMIC7

[PATCH V3 1/4] iio: adc: Convert the QCOM SPMI ADC bindings to .yaml format
 2020-05-13  9:20 UTC  (7+ messages)
` [PATCH V3 2/4] iio: adc: Add PMIC7 ADC bindings
` [PATCH V3 3/4] iio: adc: Add support for PMIC7 ADC

[PATCH V2 3/3] iio: adc: Add support for PMIC7 ADC
 2020-05-13  9:20 UTC  (4+ messages)

[PATCH 2/5] input: misc: bma150: Conditionally disable bma023 support
 2020-05-12 22:15 UTC  (10+ messages)
` [PATCH 3/5] dt-bindings: iio: accel: Add bma023 compatible to bma180
` [PATCH 4/5] dt-bindings: iio: accel: Add required regulators "

[PATCH v4 0/2] irq/irq_sim: try to improve the API
 2020-05-12 17:12 UTC  (8+ messages)
` [PATCH v4 1/2] irq: make irq_domain_reset_irq_data() available even for non-V2 users
` [PATCH v4 2/2] irq/irq_sim: simplify the API

linux-iio and Windows default orientations
 2020-05-12 16:12 UTC  (2+ messages)

[PATCH v2 0/4] Add driver for wsen-itds accelerometer sensor
 2020-05-12 14:45 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: iio: add document bindings for wsen-itds accel sensor
` [PATCH v2 3/4] iio: accel: wsen-itds accel documentation

[PATCH v2] iio: st_sensors: make scale channels also shared by type
 2020-05-12 14:11 UTC  (7+ messages)

[PATCH v4 01/11] iio: light: cm32181: Switch to new style i2c-driver probe function
 2020-05-12  8:26 UTC  (7+ messages)
` [PATCH v4 10/11] iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tables

[PATCH v4 0/5] Microchip TCB Capture driver
 2020-05-12  8:09 UTC  (8+ messages)
` [PATCH v4 1/5] ARM: at91: add atmel tcb capabilities
` [PATCH v4 2/5] dt-bindings: atmel-tcb: convert bindings to json-schema
` [PATCH v4 3/5] dt-bindings: microchip: atmel,at91rm9200-tcb: add sama5d2 compatible
` [PATCH v4 4/5] dt-bindings: counter: microchip-tcb-capture counter
` [PATCH v4 5/5] counter: Add microchip TCB capture counter

[PATCH v5 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings
 2020-05-11 16:50 UTC  (3+ messages)
` [PATCH v5 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088

[PATCH] iio: buffer: rework buffer attr read-only stat-flags with 'is_visible' hook
 2020-05-11  9:44 UTC  (2+ messages)

[PATCH] iio: light: ltr501: Constify structs
 2020-05-10 10:26 UTC  (3+ messages)

[PATCH 1/2] staging: iio: ad5933: attach life-cycle of kfifo buffer to parent device
 2020-05-10 10:18 UTC  (3+ messages)
` [PATCH 2/2] staging: iio: ad5933: convert probe init to use device managed callbacks

[PATCH] iio: sca3000: Remove an erroneous get_device() call in sca3000_read_data()
 2020-05-10  9:55 UTC  (2+ messages)

[PATCH] iio: sca3000: Remove an erroneous 'get_device()'
 2020-05-10  9:54 UTC  (5+ messages)

[PATCH v3] iio: bmp280: fix compensation of humidity
 2020-05-10  9:52 UTC  (2+ messages)

[PATCH v13 0/2] iio: proximity: driver for vcnl3020
 2020-05-09 15:44 UTC  (5+ messages)
` [PATCH v13 1/2] dt-bindings: proximity: provide vcnl3020 device tree binding document

[PATCH] iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_trigger
 2020-05-10  8:36 UTC  (3+ messages)

[PATCH] iio: adc: ad7476: fix clang -Wpointer-bool-conversion warning
 2020-05-08 18:20 UTC  (2+ messages)

[PATCH] staging: iio: ad5933: rework probe to use devm_ function variants
 2020-05-08 15:30 UTC  (6+ 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).