linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-15 11:18:32 to 2021-01-25 08:06:56 UTC [more...]

[PATCH v6 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings
 2021-01-25  7:59 UTC  (15+ messages)
` [PATCH v6 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088

[PATCH v7 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings
 2021-01-25  7:53 UTC  (6+ messages)
` [PATCH v7 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088

[PATCH v2 resend] iio: imu: bmi160: add mutex_lock for avoiding race
 2021-01-25  1:53 UTC 

[PATCH 0/3] iio: Add a ChromeOS EC MKBP proximity driver
 2021-01-24 22:33 UTC  (9+ messages)
` [PATCH 1/3] platform/chrome: cros_ec: Add SW_FRONT_PROXIMITY MKBP define
` [PATCH 2/3] dt-bindings: iio: Add cros ec proximity yaml doc
` [PATCH 3/3] iio: proximity: Add a ChromeOS EC MKBP proximity driver

[PATCH] iio:adc:stm32-adc: Add HAS_IOMEM dependency
 2021-01-24 19:50 UTC 

[PATCH v2 00/12][RESEND] iio: core,buffer: add support for multiple IIO buffers per IIO device
 2021-01-24 19:32 UTC  (17+ messages)
` [PATCH v2 01/12][RESEND] iio: core: register chardev only if needed
` [PATCH v2 02/12][RESEND] iio: buffer: add back-ref from iio_buffer to iio_dev
` [PATCH v2 03/12][RESEND] iio: buffer: rework buffer & scan_elements dir creation
` [PATCH v2 04/12][RESEND] iio: buffer: add index to the first IIO buffer dir and symlink it back
` [PATCH v2 05/12][RESEND] iio: core: split __iio_device_attr_init() to init only the attr object
` [PATCH v2 06/12][RESEND] iio: buffer: re-route scan_elements via it's kobj_type
` [PATCH v2 07/12][RESEND] iio: buffer: re-route core buffer attributes via it's new kobj_type
` [PATCH v2 08/12][RESEND] iio: buffer: add helper to get the IIO device to which a buffer belongs
` [PATCH v2 09/12][RESEND] iio: re-route all buffer attributes through new buffer kobj_type
` [PATCH v2 10/12][RESEND] iio: core: wrap iio device & buffer into struct for character devices
` [PATCH v2 11/12][RESEND] iio: buffer: introduce support for attaching more IIO buffers
` [PATCH v2 12/12][RESEND] iio: buffer: add ioctl() to support opening extra buffers for IIO device

[PATCH] Added AMS/TAOS tsl2591 driver implementation
 2021-01-24 16:25 UTC 

[PATCH 0/3] resolve read hystersis return invalid argument issue for hid sensors
 2021-01-24 16:20 UTC  (7+ messages)
` [PATCH 1/3] iio: hid-sensors: Move get sensitivity attribute to hid-sensor-common
` [PATCH 2/3] hid-sensor-common: Add relative sensitivity check
` [PATCH 3/3] hid-sensors: Add more data fields for sensitivity checking

[PATCH v2] iio: adc: stm32-adc: enable timestamping for non-DMA usage
 2021-01-24 15:22 UTC  (2+ messages)

[PATCH 1/2] iio:adc:ti-ads124s08: Fix start stop conversion command
 2021-01-24 15:12 UTC  (3+ messages)
` [PATCH 2/2] iio:adc:ti-ads124s08: Fix packet read from the ADC

[PATCH 0/2] Remove the IIO counter ABI
 2021-01-24 14:57 UTC  (4+ messages)
` [PATCH 1/2] counter: 104-quad-8: Remove "
` [PATCH 2/2] iio: Remove the IIO counter ABI documentation

[PATCH v2 0/2] add support for GPIO based counter
 2021-01-24 14:47 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: counter: add gpio-pulse-counter binding
` [PATCH v3 2/2] counter: add GPIO based pulse counters

[PATCH] iio: st_sensors: fix typo in comment
 2021-01-24 14:24 UTC  (2+ messages)

[PATCH 0/4] Fix/Improve sync clock mode handling
 2021-01-24 14:20 UTC  (8+ messages)
` [PATCH 1/4] iio: adis: add helpers for locking
` [PATCH 2/4] iio: adis16480: fix pps mode sampling frequency math
` [PATCH 3/4] iio: adis16475: improve sync scale mode handling
` [PATCH 4/4] dt-bindings: adis16475: remove property

[PATCH] counter: stm32-lptimer-cnt: remove iio counter abi
 2021-01-24  6:52 UTC  (2+ messages)

[PATCH] iio: hid-sensor-prox: Fix scale not correct issue
 2021-01-23 16:04 UTC  (2+ messages)

[PATCH] iio: hid-sensor-rotation: Fix quaternion data not correct
 2021-01-23 16:02 UTC  (2+ messages)

[PATCH v2] iio: imu: bmi160: add mutex_lock for avoiding race
 2021-01-23 15:26 UTC  (4+ messages)

[PATCH v3 0/2] Add support for ADS131E0x ADC family
 2021-01-23  8:28 UTC  (5+ messages)
` [PATCH v3 1/2] iio: adc: Add driver for Texas Instruments "

[PATCH v2 00/12] iio: core,buffer: add support for multiple IIO buffers per IIO device
 2021-01-22 16:12 UTC  (14+ messages)
` [PATCH v2 01/12] iio: core: register chardev only if needed
` [PATCH v2 02/12] iio: buffer: add back-ref from iio_buffer to iio_dev
` [PATCH v2 03/12] iio: buffer: rework buffer & scan_elements dir creation
` [PATCH v2 04/12] iio: buffer: add index to the first IIO buffer dir and symlink it back
` [PATCH v2 05/12] iio: core: split __iio_device_attr_init() to init only the attr object
` [PATCH v2 06/12] iio: buffer: re-route scan_elements via it's kobj_type
` [PATCH v2 07/12] iio: buffer: re-route core buffer attributes via it's new kobj_type
` [PATCH v2 08/12] iio: buffer: add helper to get the IIO device to which a buffer belongs
` [PATCH v2 09/12] iio: re-route all buffer attributes through new buffer kobj_type
` [PATCH v2 10/12] iio: core: wrap iio device & buffer into struct for character devices
` [PATCH v2 11/12] iio: buffer: introduce support for attaching more IIO buffers
` [PATCH v2 12/12] iio: buffer: add ioctl() to support opening extra buffers for IIO device

[RFC PATCH v3 0/1] Adding support for IIO SCMI based sensors
 2021-01-22 13:37 UTC  (3+ messages)
` [RFC PATCH v3 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors

[PATCH] iio: adc: stm32-adc: fix erroneous handling of spurious IRQs
 2021-01-22 12:18 UTC  (5+ messages)
    ` [Linux-stm32] "

[PATCH -next] hid/hid-sensor-custom: convert comma to semicolon
 2021-01-22 10:58 UTC  (6+ messages)

[PATCH] iio: adc: stm32-adc: enable timestamping for non-DMA usage
 2021-01-22 11:02 UTC  (3+ messages)
` [Linux-stm32] "

[PULL] 1st set of new IIO device support, features and cleanups for the 5.12 cycle
 2021-01-22 10:08 UTC  (2+ messages)

[PATCH v2 0/2] add support for GPIO based counter
 2021-01-22 10:07 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: counter: add gpio-pulse-counter binding
` [PATCH v2 2/2] counter: add GPIO based pulse counters

[Bug 200775] Cannot read the accelerometer raw data from the sensor LNG2DM
 2021-01-21 19:56 UTC 

[Bug 209883] iio: light: build error due to unmet dependency for IIO_TRIGGERED_BUFFER by VCNL4035
 2021-01-21 19:58 UTC 

[Bug 209889] iio: adc: build error due to unmet dependency for MFD_STM32_TIMERS by STM32_ADC_CORE
 2021-01-21 19:55 UTC 

[Kernel.org Bugzilla] Your account linux-iio@vger.kernel.org is being impersonated
 2021-01-21 19:32 UTC 

[PATCH v6 0/5] Introduce the Counter character device interface
 2021-01-21 18:26 UTC  (5+ messages)
` [PATCH v6 3/5] counter: Add "

[PATCH] - AMD Sensor Fusion Hub refactored driver with module parameters
 2021-01-21 16:53 UTC  (3+ messages)

[PATCH v1 0/2] add support for GPIO based counter
 2021-01-21 16:10 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: counter: add gpio-pulse-counter binding
` [PATCH v1 2/2] counter: add GPIO based pulse counters

[PATCH v12 0/5] qcom: pm8150: add support for thermal monitoring
 2021-01-21 15:36 UTC  (10+ messages)
` [PATCH v12 1/5] dt-bindings: thermal: qcom: add adc-thermal monitor bindings
` [PATCH v12 2/5] thermal: qcom: add support for adc-tm5 PMIC thermal monitor
` [PATCH v12 3/5] arm64: dts: qcom: pm8150x: add definitions for adc-tm5 part
` [PATCH v12 4/5] arm64: dts: sm8250-mtp: add thermal zones using pmic's adc-tm5
` [PATCH v12 5/5] arm64: dts: qrb5165-rb5: port thermal zone definitions

xilinx ams
 2021-01-21  9:59 UTC  (2+ messages)

"light" channel not working in hid-sensor-hub
 2021-01-20 10:21 UTC  (2+ messages)

[PATCH 00/10] Fix documentation warnings at linux-next
 2021-01-19 14:07 UTC  (4+ messages)

[PATCH v2] iio: core: register chardev only if needed
 2021-01-19  8:18 UTC  (7+ messages)

[PATCH v11 0/5] qcom: pm8150: add support for thermal monitoring
 2021-01-19  2:19 UTC  (7+ messages)
` [PATCH v11 1/5] dt-bindings: thermal: qcom: add adc-thermal monitor bindings
` [PATCH v11 2/5] thermal: qcom: add support for adc-tm5 PMIC thermal monitor
` [PATCH v11 3/5] arm64: dts: qcom: pm8150x: add definitions for adc-tm5 part
` [PATCH v11 4/5] arm64: dts: sm8250-mtp: add thermal zones using pmic's adc-tm5
` [PATCH v11 5/5] arm64: dts: qrb5165-rb5: port thermal zone definitions

[PATH v3 0/3] iio: adc: xilinx: use even more devres
 2021-01-18 13:38 UTC  (6+ messages)

Reply to [RFC PATCH v2 0/1] Adding support for IIO SCMI based sensors
 2021-01-18 13:42 UTC  (11+ messages)

[PATCH] iio: imu: bmi160: add mutex_lock for avoiding race
 2021-01-18 13:21 UTC 

[RFC PATCH 0/7] IIO ABI documentation duplication fixes
 2021-01-18  9:02 UTC  (11+ messages)
` [RFC PATCH 1/7] iio:ABI docs: Fix up duplicate *_calibbias_* documentation for icm42600
` [RFC PATCH 2/7] iio:ABI docs: Avoid repitition of triggerX/sampling_frequency
` [RFC PATCH 3/7] iio:ABI docs: Drop device specific docs for _powerdown for the adf4371
` [RFC PATCH 4/7] iio:ABI docs: Fix issue around repeated definition of out_currentY_raw
` [RFC PATCH 5/7] iio:ABI docs: Combine sysfs-bus-iio-humidity-hdc2010/hdc100x into one file
` [RFC PATCH 6/7] iio:ABI docs: Combine the two instances of docs for sensor_sensitivity
` [RFC PATCH 7/7] iio:ABI docs: Move specific description of out_altvoltageX_frequency to main docs

[PATCH] iio: adc: stm32-dfsdm: Remove redundant null check before clk_disable_unprepare
 2021-01-17 12:34 UTC  (2+ messages)

[PATCH 0/2] Allow VADC_LR_MUX2_BAT_ID channel proper reading
 2021-01-16 18:52 UTC  (5+ messages)
` [PATCH 1/2] iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channel

[PATCH v2 0/6] iio:pressure:ms5637: add ms5803 support
 2021-01-16 18:06 UTC  (2+ messages)

[PATCH v6 1/3] dt-bindings: iio: dac: AD5766 yaml documentation
 2021-01-16 17:37 UTC  (7+ messages)
` [PATCH v6 2/3] Documentation/ABI/testing: Add documentation for AD5766 new ABI
` [PATCH v6 3/3] iio: dac: ad5766: add driver support for AD5766

[PATCH v6] iio: hrtimer: Allow sub Hz granularity
 2021-01-15 23:16 UTC 

[PATCH] dt-bindings: iio: accel: bma255: Fix bmc150/bmi055 compatible
 2021-01-15 13:56 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).