linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 13:34:15 to 2020-10-09 15:15:17 UTC [more...]

[PATCH v7 00/10] qcom: pm8150: add support for thermal monitoring
 2020-10-09 15:15 UTC  (13+ messages)
` [PATCH v7 01/10] dt-bindings: thermal: qcom: add adc-thermal monitor bindings
` [PATCH v7 02/10] fixp-arith: add a linear interpolation function
` [PATCH v7 03/10] iio: adc: qcom-vadc: move several adc5 functions to common file
` [PATCH v7 04/10] iio: adc: qcom-vadc-common: use fixp_linear_interpolate
` [PATCH v7 05/10] iio: adc: qcom-spmi-adc5: use of_device_get_match_data
` [PATCH v7 06/10] iio: provide of_iio_channel_get_by_name() and devm_ version it
` [PATCH v7 07/10] thermal: qcom: add support for adc-tm5 PMIC thermal monitor
` [PATCH v7 08/10] arm64: dts: qcom: pm8150x: add definitions for adc-tm5 part
` [PATCH v7 09/10] arm64: dts: sm8250-mtp: add thermal zones using pmic's adc-tm5
` [PATCH v7 10/10] arm64: dts: qrb5165-rb5: port thermal zone definitions

Using IIO to export laptop palm-sensor and lap-mode info to userspace?
 2020-10-09  2:19 UTC  (11+ messages)
` [External] "

[PATCH v5 0/5] Introduce the Counter character device interface
 2020-10-08 12:28 UTC  (4+ messages)
` [PATCH v5 4/5] docs: counter: Document "

[PATCH 0/4] dt-bindings: additional/unevaluatedProperties clean-ups
 2020-10-07 22:48 UTC  (37+ messages)
` [PATCH 1/4] dt-bindings: Add missing 'unevaluatedProperties'
` [PATCH 2/4] dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties'
` [PATCH 3/4] dt-bindings: Explicitly allow additional properties in board/SoC schemas
` [PATCH 4/4] dt-bindings: Explicitly allow additional properties in common schemas

[PATCH v6 00/10] qcom: pm8150: add support for thermal monitoring
 2020-10-07 10:11 UTC  (13+ messages)
` [PATCH v6 01/10] dt-bindings: thermal: qcom: add adc-thermal monitor bindings
` [PATCH v6 02/10] fixp-arith: add a linear interpolation function
` [PATCH v6 03/10] iio: adc: qcom-vadc: move several adc5 functions to common file
` [PATCH v6 04/10] iio: adc: qcom-vadc-common: use fixp_linear_interpolate
` [PATCH v6 05/10] iio: adc: qcom-spmi-adc5: use of_device_get_match_data
` [PATCH v6 06/10] iio: provide of_iio_channel_get_by_name() and devm_ version it
` [PATCH v6 07/10] thermal: qcom: add support for adc-tm5 PMIC thermal monitor
` [PATCH v6 08/10] arm64: dts: qcom: pm8150x: add definitions for adc-tm5 part
` [PATCH v6 09/10] arm64: dts: sm8250-mtp: add thermal zones using pmic's adc-tm5
` [PATCH v6 10/10] arm64: dts: qrb5165-rb5: port thermal zone definitions

[PATCH v3 0/6] iio: sx9310: Support setting various settings
 2020-10-07  1:17 UTC  (7+ messages)
` [PATCH v3 1/6] iio: sx9310: Support hardware gain factor
` [PATCH v3 2/6] iio: sx9310: Support setting proximity thresholds
` [PATCH v3 3/6] iio: sx9310: Support setting hysteresis values
` [PATCH v3 4/6] iio: sx9310: Support setting debounce values
` [PATCH v3 5/6] dt-bindings: iio: sx9310: Add various settings as DT properties
` [PATCH v3 6/6] iio: sx9310: Set various settings from DT

[PATCH v3 7/7] Input: Add "inhibited" property
 2020-10-07  1:12 UTC  (15+ messages)
` [PATCH v4 0/7] Support inhibiting input devices
  ` [PATCH v4 3/7] ACPI: button: Access input device's users under appropriate mutex
  ` [PATCH v4 4/7] ACPI: button: Use input_device_enabled() helper
  ` [PATCH v4 7/7] Input: Add "inhibited" property

[PATCH 0/2] add support for LSM6DST
 2020-10-06 22:32 UTC  (4+ messages)
` [PATCH 1/2] iio: imu: st_lsm6dsx: add support to LSM6DST
` [PATCH 2/2] dt-bindings: iio: imu: st_lsm6dsx: add lsm6dst device bindings

[PATCH v3] iio: adc: exynos: do not rely on 'users' counter in ISR
 2020-10-06 21:55 UTC 

[PATCH v2] iio: adc: exynos: do not rely on 'users' counter in ISR
 2020-10-06 21:50 UTC  (4+ messages)

yaml schema and sub-nodes with vendor prefixes
 2020-10-06 20:19 UTC  (2+ messages)

[PATCH v2 0/6] iio: sx9310: Support setting various settings
 2020-10-06 19:11 UTC  (8+ messages)
` [PATCH v2 1/6] iio: sx9310: Support hardware gain factor
` [PATCH v2 2/6] iio: sx9310: Support setting proximity thresholds
` [PATCH v2 3/6] iio: sx9310: Support setting hysteresis values
` [PATCH v2 4/6] iio: sx9310: Support setting debounce values
` [PATCH v2 5/6] dt-bindings: iio: sx9310: Add various settings as DT properties
` [PATCH v2 6/6] iio: sx9310: Set various settings from DT

[PATCH] dt-bindings: Another round of adding missing 'additionalProperties'
 2020-10-06  7:00 UTC  (13+ messages)

[PATCH] iio: adc: exynos: do not rely on 'users' counter in ISR
 2020-10-06  0:34 UTC  (6+ messages)

[PATCH 00/18] use semicolons rather than commas to separate statements
 2020-10-05 16:52 UTC  (23+ messages)
` [PATCH 15/18] counter: "

[LINUX PATCH v3] iio: core: Fix IIO_VAL_FRACTIONAL calculation for negative values
 2020-10-05 15:05 UTC 

[PATCH v6 0/3] iio: adc: mt6360: Add ADC driver for MT6360
 2020-10-05 14:38 UTC  (6+ messages)
` [PATCH v6 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC
` [PATCH v6 2/3] Documentation: ABI: testing: mt6360: Add ADC sysfs guideline
` [PATCH v6 3/3] iio: adc: mt6360: Add ADC driver for MT6360

[PATCH 1/2] iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt context
 2020-10-02 14:10 UTC  (4+ messages)

[PATCH] iio: adc: ad7887: invert/rework external ref logic
 2020-10-02  8:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] iio: cros_ec: Use default frequencies when EC returns invalid information
 2020-10-01 16:52 UTC  (5+ messages)

[PATCH] iio: adc: ad7298: rework external ref setup & remove platform data
 2020-10-01 14:10 UTC 

[PATCH] iio: dac: ad7303: remove platform data header
 2020-10-01 14:10 UTC 

[PATCH] iio: accel: mma8452: Constify static struct attribute_group
 2020-09-30 23:29 UTC 

[PATCH v4 0/4] iio: adc: at91: misc driver cleanups
 2020-09-30 14:05 UTC  (6+ messages)
` [PATCH v4 1/4] iio: adc: at91_adc: use of_device_get_match_data() helper
` [PATCH v4 2/4] iio: adc: at91_adc: const-ify some driver data
` [PATCH v4 3/4] iio: adc: at91_adc: add Kconfig dep on the OF symbol and remove of_match_ptr()
` [PATCH v4 4/4] iio: adc: at91_adc: remove platform data and move defs in driver file

[PATCH v3 0/4] iio: adc: at91: misc driver cleanups
 2020-09-30 13:07 UTC  (7+ messages)
` [PATCH v3 1/4] iio: adc: at91_adc: use of_device_get_match_data() helper
` [PATCH v3 2/4] iio: adc: at91_adc: const-ify some driver data
` [PATCH v3 3/4] iio: adc: at91_adc: add Kconfig dep on the OF symbol and remove of_match_ptr()
` [PATCH v3 4/4] iio: adc: at91_adc: remove platform data and move defs in driver file

[PATCH 1/5] iio: adc: spear_adc: Replace indio_dev->mlock with own device lock
 2020-09-30 10:49 UTC  (7+ messages)
` [PATCH 4/5] iio: adc: vf610_adc: "
` [PATCH 5/5] iio: adc: rockchip_saradc: "

[PATCH v2 0/4] iio: adc: at91: misc driver cleanups
 2020-09-30  9:14 UTC  (12+ messages)
` [PATCH v2 1/4] iio: adc: at91_adc: use of_device_get_match_data() helper
` [PATCH v2 2/4] iio: adc: at91_adc: const-ify some driver data
` [PATCH v2 3/4] iio: adc: at91_adc: add Kconfig dependency on the OF symbol
` [PATCH v2 4/4] iio: adc: at91_adc: remove of_match_ptr() usage

[PATCH 1/2] iio: adc: at91_adc: use of_device_get_match_data() helper
 2020-09-30  5:30 UTC  (6+ messages)
` [PATCH 2/2] iio: adc: at91_adc: const-ify some driver data

[PATCH v2] MAINTAINERS: add Dan Murphy as TP LP8xxx drivers maintainer
 2020-09-29 23:06 UTC  (6+ messages)

[PATCH 0/2] iio:trigger: Remove re-poll logic
 2020-09-29 20:40 UTC  (3+ messages)
` [PATCH 2/2] iio:trigger: rename try_reenable() to reenable() plus return void

[PATCH v3 1/3] iio: dac: ad5686: add support for AD5338R
 2020-09-29 18:53 UTC  (3+ messages)
` [PATCH v3 3/3] dt-bindings: iio: dac: ad5686: add binding

[PULL] Third set of new device support, cleanups etc for IIO in the 5.10 cycle
 2020-09-29 17:12 UTC  (2+ messages)

[PATCH v7 1/5] iio: core: Add optional symbolic label to a device channel
 2020-09-29 15:48 UTC  (5+ messages)
` [PATCH v7 4/5] dt-bindings:iio:adc:adi,ad7768-1: Add documentation for channel label
` [PATCH v7 5/5] dt-bindings:iio:adc:adc.txt: Add documentation for channel label attribute

[PATCH v3 0/9] iio: remove iio_buffer_set_attrs() and assign buffer attrs during alloc
 2020-09-29 15:40 UTC  (5+ messages)
` [PATCH v3 7/9] iio: cros_ec: use devm_iio_triggered_buffer_setup_ext()

[RESEND PATCH v2] iio: adc: stm32-adc: fix runtime autosuspend delay when slow polling
 2020-09-29 15:17 UTC  (5+ 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).