linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-05 17:30:30 to 2021-12-15 15:13:55 UTC [more...]

[PATCH 00/10] Light core IIO enhancements
 2021-12-15 15:13 UTC  (10+ messages)
` [PATCH 01/10] iio: core: Fix the kernel doc regarding the currentmode iio_dev entry
` [PATCH 02/10] iio: core: Enhance the kernel doc of modes and currentmodes iio_dev entries
` [PATCH 03/10] iio: magnetometer: rm3100: Stop abusing the ->currentmode
` [PATCH 04/10] iio: adc: stm32-dfsdm: Avoid dereferencing ->currentmode
` [PATCH 05/10] iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevant
` [PATCH 06/10] iio: core: Hide read accesses to iio_dev->currentmode
` [PATCH 07/10] iio: core: Hide write "
` [PATCH 08/10] iio: core: Move iio_dev->currentmode to the opaque structure
` [PATCH 09/10] iio: core: Simplify the registration of kfifo buffers

[PATCH 0/3] Add support for LTC2688
 2021-12-15 13:55 UTC  (7+ messages)
` [PATCH 1/3] iio: dac: add support for ltc2688
` [PATCH 2/3] iio: ABI: add ABI file for the LTC2688 DAC
` [PATCH 3/3] dt-bindings: iio: Add ltc2688 documentation

[PATCH v12 0/5] Add Xilinx AMS Driver
 2021-12-15 12:11 UTC  (2+ messages)

[PATCH] iio: addac: ad74413r: fix off by one in ad74413r_parse_channel_config()
 2021-12-15 11:50 UTC 

[PATCH v1] counter: interrupt-cnt: add counter_push_event()
 2021-12-15  9:08 UTC  (10+ messages)

[PATCH v2] counter: Add the necessary colons and indents to the comments of counter_compi
 2021-12-15  8:18 UTC  (2+ messages)

[PATCH iio-next] drivers/iio: remove redundant ret variable
 2021-12-15  6:07 UTC 

[PATCH v3 0/4] Add Semtech SX9360 SAR Sensor support
 2021-12-15  1:16 UTC  (8+ messages)
` [PATCH v3 1/4] iio: add IIO_MOD_REFERENCE modifier
` [PATCH v3 2/4] iio: proximity: Add sx9360 support
` [PATCH v3 3/4] dt-bindings: iio: Add sx9360 binding
` [PATCH v3 4/4] iio: sx9360: Add dt-binding support

[PATCH v7 0/5] Expand Semtech SAR Sensors support
 2021-12-15  1:13 UTC  (12+ messages)
` [PATCH v7 1/5] iio: sx9310: Add frequency in read_avail
` [PATCH v7 2/5] iio: sx9310: Extract common Semtech sensor logic
` [PATCH v7 3/5] iio: proximity: Add SX9324 support
` [PATCH v7 4/5] dt-bindings: iio: Add sx9324 binding
` [PATCH v7 5/5] iio: sx9324: Add dt_binding support

[PATCH v2 00/17] iio:adc:ad7280a Cleanup and proposed staging graduation
 2021-12-14 17:41 UTC  (25+ messages)
` [PATCH v2 01/17] staging:iio:adc:ad7280a: Fix handing of device address bit reversing
` [PATCH v2 02/17] staging:iio:adc:ad7280a: Register define cleanup
` [PATCH v2 03/17] staging:iio:adc:ad7280a: rename _read() to _read_reg()
` [PATCH v2 04/17] staging:iio:adc:ad7280a: Split buff[2] into tx and rx parts
` [PATCH v2 05/17] staging:iio:adc:ad7280a: Use bitfield ops to managed fields in transfers
` [PATCH v2 06/17] staging:iio:adc:ad7280a: Switch to standard event control
` [PATCH v2 07/17] staging:iio:adc:ad7280a: Standardize extended ABI naming
` [PATCH v2 08/17] staging:iio:adc:ad7280a: Drop unused timestamp channel
` [PATCH v2 09/17] staging:iio:adc:ad7280a: Trivial comment formatting cleanup
` [PATCH v2 10/17] staging:iio:adc:ad7280a: Make oversampling_ratio a runtime control
` [PATCH v2 11/17] staging:iio:adc:ad7280a: Cleanup includes
` [PATCH v2 12/17] staging:iio:ad7280a: Reflect optionality of irq in ABI
` [PATCH v2 13/17] staging:iio:adc:ad7280a: Use a local dev pointer to avoid &spi->dev
` [PATCH v2 14/17] staging:iio:adc:ad7280a: Use device properties to replace platform data
` [PATCH v2 15/17] dt-bindings:iio:adc:ad7280a: Add binding
` [PATCH v2 16/17] iio:adc:ad7280a: Document ABI for cell balance switches
` [PATCH v2 17/17] iio:adc:ad7280a: Move out of staging

[PATCH v7 0/2] drivers:iio:dac: Add AD3552R driver support
 2021-12-14 16:15 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: iio: dac: Add adi,ad3552r.yaml
` [PATCH v7 2/2] drivers:iio:dac: Add AD3552R driver support

[PATCH v2 0/2] Add ADXL367 driver
 2021-12-14 15:50 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: iio: accel: add ADXL367
` [PATCH v2 2/2] iio: accel: add ADXL367 driver

[PATCH RFC] counter: Expand API with a function for an exact timestamp
 2021-12-14  8:41 UTC  (5+ messages)

Wycena paneli fotowoltaicznych
 2021-12-14  8:32 UTC 

[PATCH] counter: ti-eqep: Use container_of instead of struct counter_device::priv
 2021-12-13 15:50 UTC  (2+ messages)

[PATCH] iio: dummy: iio_simple_dummy: check the return value of kstrdup()
 2021-12-13  9:18 UTC 

[PATCH 0/7] iio: adc: introduce Qualcomm SPMI Round Robin ADC
 2021-12-12 18:12 UTC  (10+ messages)
` [PATCH 1/7] mfd: qcom-spmi-pmic: expose the PMIC revid information to clients
` [PATCH 2/7] dt-bindings: iio: adc: document qcom-spmi-rradc
` [PATCH 3/7] iio: adc: qcom-spmi-rradc: introduce round robin adc
` [PATCH 4/7] arm64: dts: qcom: pmi8998: add rradc node
` [PATCH 5/7] arm64: dts: qcom: sdm845-oneplus: enable rradc
` [PATCH 6/7] arm64: dts: qcom: sdm845-db845c: "
` [PATCH 7/7] arm64: dts: qcom: sdm845-xiaomi-beryllium: enable RRADC

[PATCH v2] iio: adc: ti-adc081c: Partial revert of removal of ACPI IDs
 2021-12-12 16:22 UTC  (3+ messages)

[PATCH v3 00/12] IIO: More of to generic fw conversions
 2021-12-12 16:19 UTC  (7+ messages)
` [PATCH v3 01/12] iio:dac:ad5755: Switch to generic firmware properties and drop pdata
` [PATCH v3 08/12] iio:adc:mcp3911: Switch to generic firmware properties

[PATCH] dt-bindings: iio: dac: adi,ad5755: drop unrelated included
 2021-12-12 16:17 UTC  (3+ messages)

[PATCH] iio: adc: ad7606: Fix syntax errors in comments
 2021-12-12 14:41 UTC 

[PATCH] counter: Add the necessary colons and indents to the comments of counter_compi
 2021-12-11 11:47 UTC  (3+ messages)

[PATCH v6 1/2] iio:dac:ad7293: add support for AD7293
 2021-12-10 20:11 UTC  (3+ messages)
` [PATCH v6 2/2] dt-bindings:iio:dac: add ad7293 doc

[PATCH v3 1/4] iio: add filter subfolder
 2021-12-10 16:38 UTC  (5+ messages)
` [PATCH v3 2/4] iio:filter:admv8818: add support for ADMV8818
` [PATCH v3 3/4] dt-bindings:iio:filter: add admv8818 doc
` [PATCH v3 4/4] iio:filter:admv8818: Add sysfs ABI documentation

[RESEND, PATCH v6 1/2] dt-bindings: iio: dac: Add adi,ad3552r.yaml
 2021-12-10  9:05 UTC  (4+ messages)

[PATCH 1/3] iio: as3935: Remove unnecessary cast
 2021-12-10  8:52 UTC  (4+ messages)
` [PATCH 2/3] iio: in2xx-adc: "
` [PATCH 3/3] iio: vz89x: "

[PATCH v6 0/5] Expand Semtech SAR Sensors support
 2021-12-09  3:08 UTC  (7+ messages)
` [PATCH v6 1/5] iio: sx9310: Add frequency in read_avail
` [PATCH v6 2/5] iio: sx9310: Extract common Semtech sensor logic
` [PATCH v6 3/5] iio: proximity: Add SX9324 support
` [PATCH v6 4/5] dt-bindings: iio: Add sx9324 binding
` [PATCH v6 5/5] iio: sx9324: Add dt_binding support

[PATCH] iio: event_monitor: Flush output on event
 2021-12-08 21:48 UTC 

[PATCH v5 0/5] Expand Semtech SAR Sensors support
 2021-12-08 15:22 UTC  (12+ messages)
` [PATCH v5 1/5] iio: sx9310: Add frequency in read_avail
` [PATCH v5 2/5] iio: sx9310: Extract common Semtech sensor logic
` [PATCH v5 3/5] iio: proximity: Add SX9324 support
` [PATCH v5 4/5] dt-bindings: iio: Add sx9324 binding
` [PATCH v5 5/5] iio: sx9324: Add dt_binding support

[PROBLEM]: Error during probing process in inv_icm42600_i2c driver
 2021-12-08 14:33 UTC 

[PULL] 2nd set of IIO fixes for 5.16
 2021-12-08 12:53 UTC  (2+ messages)

iio display large numbers
 2021-12-08 12:31 UTC  (6+ messages)

[PATCH v4 0/5] Expand Semtech SAR Sensors support
 2021-12-08  7:18 UTC  (5+ messages)
` [PATCH v4 2/5] iio: sx9310: Extract common Semtech sensor logic

RFC: Should we have a device_for_each_available_child_node()?
 2021-12-07 21:12 UTC  (3+ messages)

[PATCH v6 1/3] iio: frequency: admv1013: add support for ADMV1013
 2021-12-07 20:10 UTC  (4+ messages)
` [PATCH v6 2/3] dt-bindings: iio: frequency: add admv1013 doc
` [PATCH v6 3/3] Documentation:ABI:testing:admv1013: add ABI docs

iio display large numbers
 2021-12-07 16:54 UTC 

[PATCH v1 1/2] dt-bindings: iio: accel: add ADXL367
 2021-12-07  9:26 UTC  (7+ messages)
` [PATCH v1 2/2] iio: accel: add ADXL367 driver

[PATCH] dt-bindings: iio: exynos-adc: Use correct node name
 2021-12-06 19:21 UTC  (2+ messages)

[PATCH v3 0/5] iio: accel: mma9551/mma9553 Cleanup and update
 2021-12-06 19:18 UTC  (8+ messages)
` [PATCH v3 1/5] iio: accel: mma9551/mma9553: Drop explicit ACPI match support
` [PATCH v3 2/5] iio: accel: mma9551/mma9553: Simplify pm logic
` [PATCH v3 3/5] iio: accel: mma9551: Add support to get irqs directly from fwnode
` [PATCH v3 4/5] iio: accel: mma9551: Use devm managed functions to tidy up probe()
` [PATCH v3 5/5] iio: accel: mma9553: "

[PATCH 00/12] IIO: clang W=1 warning cleanup
 2021-12-06 18:18 UTC  (2+ messages)

[RESEND, PATCH v6 0/2] drivers:iio:dac: Add AD3552R driver support
 2021-12-06 16:33 UTC 

[RFC PATCH 0/1] LTC2688 support
 2021-12-06 13:56 UTC  (14+ messages)

[RFC PATCH] iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046
 2021-12-06  8:32 UTC  (4+ messages)

[PATCH] mailmap: Update email address for Cai Huoqing
 2021-12-06  2:50 UTC 

[PATCH v4] workaround regression in ina2xx introduced by cb47755725da("time: Prevent undefined behaviour in timespec64_to_ns()")
 2021-12-05 20:11 UTC  (3+ messages)

[PATCH 0/2] iio: adc: axp20x: add support for NTC thermistor
 2021-12-05 19:46 UTC  (13+ messages)
` [PATCH 2/2] dt-bindings: iio: adc: document TS voltage in AXP PMICs

[PATCH 1/2] iio: iio_alloc_device(): Free device correctly on error
 2021-12-05 19:10 UTC  (5+ messages)
` [PATCH 2/2] iio: viio_trigger_alloc(): Correctly free trigger "

[PATCH v2] iio/mlx90632: restyle mlx90632
 2021-12-05 19:37 UTC  (3+ 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).