linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 08:38:24 to 2020-10-05 05:08:17 UTC [more...]

[PATCH v3 7/7] Input: Add "inhibited" property
 2020-10-05  5:08 UTC  (10+ 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] dt-bindings: Another round of adding missing 'additionalProperties'
 2020-10-04 16:15 UTC  (5+ messages)

[PATCH 00/18] use semicolons rather than commas to separate statements
 2020-10-03 19:43 UTC  (27+ messages)
` [PATCH 15/18] counter: "

Using IIO to export laptop palm-sensor and lap-mode info to userspace?
 2020-10-03 14:02 UTC 

[PATCH 1/2] iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt context
 2020-10-02 14:10 UTC  (12+ 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 v6 0/3] iio: adc: mt6360: Add ADC driver for MT6360
 2020-10-01  8:54 UTC  (5+ 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/5] iio: adc: spear_adc: Replace indio_dev->mlock with own device lock
 2020-09-30 10:49 UTC  (9+ messages)
` [PATCH 2/5] iio: adc: palmas_gpadc: "
` [PATCH 3/5] iio: adc: npcm_adc: "
` [PATCH 4/5] iio: adc: vf610_adc: "
` [PATCH 5/5] iio: adc: rockchip_saradc: "

[PATCH v6 00/10] qcom: pm8150: add support for thermal monitoring
 2020-09-30 10:02 UTC  (11+ 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 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 v2 0/6] iio: sx9310: Support setting various settings
 2020-09-30  7:57 UTC  (7+ 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 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  (4+ 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  (7+ messages)
` [PATCH v7 2/5] iio:Documentation: Add documentation for label channel attribute
` [PATCH v7 3/5] iio: adc: ad7768-1: Add channel labels
` [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  (15+ messages)
` [PATCH v3 1/9] iio: buffer: dmaengine: unwrap the use of iio_buffer_set_attrs()
` [PATCH v3 2/9] iio: adc: at91-sama5d2_adc: merge buffer & trigger init into a function
` [PATCH v3 3/9] iio: triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variants
` [PATCH v3 4/9] iio: accel: adxl372: use devm_iio_triggered_buffer_setup_ext()
` [PATCH v3 5/9] iio: accel: bmc150: use iio_triggered_buffer_setup_ext()
` [PATCH v3 6/9] iio: adc: at91-sama5d2_adc: use devm_iio_triggered_buffer_setup_ext()
` [PATCH v3 7/9] iio: cros_ec: "
` [PATCH v3 8/9] iio: hid-sensors: use iio_triggered_buffer_setup_ext()
` [PATCH v3 9/9] iio: buffer: remove iio_buffer_set_attrs() helper

[RESEND PATCH v2] iio: adc: stm32-adc: fix runtime autosuspend delay when slow polling
 2020-09-29 15:17 UTC  (5+ messages)

[PATCH 00/38] iio: remaining easy of_match_ptr removal and related
 2020-09-29 12:40 UTC  (3+ messages)
` [PATCH 35/38] iio:magn:ak8974: Drop of_match_ptr protection

[PATCH v2 0/9] iio: remove iio_buffer_set_attrs() and assign buffer attrs during alloc
 2020-09-29  8:13 UTC  (12+ messages)
` [PATCH v2 1/9] iio: buffer: dmaengine: unwrap the use of iio_buffer_set_attrs()
` [PATCH v2 2/9] iio: adc: at91-sama5d2_adc: merge buffer & trigger init into a function
` [PATCH v2 3/9] iio: triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variants
` [PATCH v2 4/9] iio: accel: adxl372: use devm_iio_triggered_buffer_setup_ext()
` [PATCH v2 5/9] iio: accel: bmc150: use iio_triggered_buffer_setup_ext()
` [PATCH v2 6/9] iio: adc: at91-sama5d2_adc: use devm_iio_triggered_buffer_setup_ext()
` [PATCH v2 7/9] iio: cros_ec: "
` [PATCH v2 8/9] iio: hid-sensors: use iio_triggered_buffer_setup_ext()
` [PATCH v2 9/9] iio: buffer: remove iio_buffer_set_attrs() helper

[PATCH v5 0/3] iio: adc: mt6360: Add ADC driver for MT6360
 2020-09-28 18:27 UTC  (7+ messages)
` [PATCH v5 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC
` [PATCH v5 2/3] Documentation: ABI: testing: mt6360: Add ADC sysfs guideline
` [PATCH v5 3/3] iio: adc: mt6360: Add ADC driver for MT6360

[RFC PATCH 0/5] iio: remove iio_buffer_set_attrs() and assign buffer attrs during alloc
 2020-09-28 10:13 UTC  (8+ messages)
` [RFC PATCH 1/5] iio: cros_ec: unify hw fifo attributes into the core file
` [RFC PATCH 2/5] iio: buffer: dmaengine: unwrap the use of iio_buffer_set_attrs()
` [RFC PATCH 3/5] iio: triggered-buffer: add sysfs buffer attributes as args for setup
` [RFC PATCH 4/5] iio: buffer: extend arg list for {devm_}iio_triggered_buffer_setup()
` [RFC PATCH 5/5] iio: remove iio_buffer_set_attrs() and assign buffer attrs during alloc

[PATCH v5 0/5] Introduce the Counter character device interface
 2020-09-27  2:18 UTC  (5+ messages)
` [PATCH v5 2/5] docs: counter: Update to reflect sysfs internalization
` [PATCH v5 3/5] counter: Add character device interface
` [PATCH v5 4/5] docs: counter: Document "
` [PATCH v5 5/5] counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8

[RESEND] [PATCH 1/2] iio: adc: qcom-spmi-vadc: Use right ratiometric range for 8998,660,845
 2020-09-26 17:18 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: qcom-spmi-vadc: Document qcom,spmi-vadc-8998 compatible

[PATCH v2] iio: adc: gyroadc: fix leak of device node iterator
 2020-09-26 16:23 UTC  (2+ messages)

[PATCH 0/3] iio: add titles to some Kconfig symbols
 2020-09-26 15:59 UTC  (2+ messages)

[PATCH] iio: adc: at91-sama5d2_adc: merge buffer & trigger init into a function
 2020-09-26 15:55 UTC  (2+ messages)

[PATCH] dt-bindings: iio: sx9310: Add various settings as DT properties
 2020-09-26 15:50 UTC  (10+ messages)

[PATCH v2] iio: adc: at91-sama5d2_adc: fix DMA conversion crash
 2020-09-26 15:06 UTC  (2+ messages)

[PATCH] iio: cros_ec: unify hw fifo attributes into the core file
 2020-09-26 15:04 UTC  (4+ messages)

[PATCH v3 0/4] iio: adc: ad9467: add support for AD9434 & AD9265
 2020-09-26 15:03 UTC  (3+ messages)
` [PATCH v3 4/4] dt-bindings: iio: ad9467: add entries for for AD9434 & AD9265 ADCs

[PATCH] iio: temperature: ltc2983: fix leak of device node iterator
 2020-09-26 14:55 UTC 

[PATCH] iio: adc: gyroadc: fix leak of device node iterator
 2020-09-26 14:47 UTC  (2+ messages)

[PATCH] iio: temperature: ltc2983: fix leak of device node iterator
 2020-09-26 14:44 UTC  (2+ messages)

[PATCH 1/2] iio: ltc2983: Fix of_node refcounting
 2020-09-26 14:43 UTC  (4+ messages)
` [PATCH 2/2] iio: ad7292: "

[PATCH] iio: core: centralize ioctl() calls to the main chardev
 2020-09-25 12:38 UTC  (2+ messages)

[PATCH] iio: buffer-dmaengine: remove non managed alloc/free
 2020-09-25 12:31 UTC  (2+ messages)

[PATCH v6 1/4] iio: core: Add optional symbolic label to a device channel
 2020-09-25 12:13 UTC  (6+ messages)
` [PATCH v6 2/4] iio:Documentation: Add documentation for label channel attribute
` [PATCH v6 4/4] dt-bindings:iio:adc:adi,ad7768-1: Add documentation for channel label

[PATCH v3 0/1] dt-bindings:iio:adc: Another set of yaml conversions
 2020-09-25 11:43 UTC  (4+ messages)
` [PATCH v3 1/1] dt-bindings:iio:adc:amlogic,meson-saradc yaml conversion

[PATCH v5 0/9] qcom: pm8150: add support for thermal monitoring
 2020-09-25 11:42 UTC  (3+ messages)
` [PATCH v5 7/9] thermal: qcom: add support for adc-tm5 PMIC thermal monitor


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).