Linux IIO development
 help / color / mirror / Atom feed
 messages from 2021-10-07 08:02:08 to 2021-10-14 18:41:16 UTC [more...]

[PATCH] iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove
 2021-10-14 18:41 UTC  (7+ messages)

[PATCH] iio: imx8qxp-adc: mark PM functions as __maybe_unused
 2021-10-14 17:44 UTC  (4+ messages)

[PATCH v2 RESEND] iio: dac: ad5446: Fix ad5622_write() return value
 2021-10-14 17:37 UTC 

[PATCH 00/15] iio: let spi drivers return 0 in .remove()
 2021-10-14 17:35 UTC  (20+ messages)
` [PATCH 01/15] iio: accel: bma400: Make bma400_remove() return void
` [PATCH 02/15] iio: accel: bmc150: Make bmc150_accel_core_remove() "
` [PATCH 03/15] iio: accel: bmi088: Make bmi088_accel_core_remove() "
` [PATCH 04/15] iio: accel: kxsd9: Make kxsd9_common_remove() "
` [PATCH 05/15] iio: accel: mma7455: Make mma7455_core_remove() "
` [PATCH 06/15] iio: accel: ad5064: Make ad5064_core_remove() "
` [PATCH 07/15] iio: dac: ad5380: Make ad5380_remove() "
` [PATCH 08/15] iio: dac: ad5446: Make ad5446_remove() "
` [PATCH 09/15] iio: dac: ad5592r: Make ad5592r_remove() "
` [PATCH 10/15] iio: dac: ad5686: Make ad5686_remove() "
` [PATCH 11/15] iio: health: afe4403: Don't return an error in .remove()
` [PATCH 12/15] iio: imu: st_lsm9ds0: Make st_lsm9ds0_remove() return void
` [PATCH 13/15] iio: magn: hmc5843: Make hmc5843_common_remove() "
` [PATCH 14/15] iio: potentiometer: max5487: Don't return an error in .remove()
` [PATCH 15/15] iio: pressure: ms5611: Make ms5611_remove() return void

[PATCH v5 0/4] iio: chemical: Add support for Sensirion SCD4x CO2 sensor
 2021-10-14 17:19 UTC  (10+ messages)
` [PATCH v5 1/4] dt-bindings: iio: chemical: sensirion,scd4x: Add yaml description
` [PATCH v5 2/4] MAINTAINERS: Add myself as maintainer of the scd4x driver
` [PATCH v5 3/4] drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensor
` [PATCH v5 4/4] iio: documentation: Document scd4x calibration use

[PATCH v5 0/7] iio: adc: stm32-adc: add internal channels support
 2021-10-14 13:12 UTC  (8+ messages)
` [PATCH v5 1/7] dt-bindings: iio: stm32-adc: add generic channel binding
` [PATCH v5 2/7] dt-bindings: iio: stm32-adc: add nvmem support for vrefint internal channel
` [PATCH v5 3/7] iio: adc: stm32-adc: split channel init into several routines
` [PATCH v5 4/7] iio: adc: stm32-adc: add support of generic channels binding
` [PATCH v5 5/7] iio: adc: stm32-adc: add support of internal channels
` [PATCH v5 6/7] iio: adc: stm32-adc: add vrefint calibration support
` [PATCH v5 7/7] iio: adc: stm32-adc: use generic binding for sample-time

[PATCH] counter: replace snprintf in show functions with sysfs_emit
 2021-10-14  6:38 UTC  (2+ messages)

[PATCH v3] iio: adc128s052: Simplify 'adc128_probe()'
 2021-10-13 20:07 UTC  (3+ messages)

[PATCH] iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()
 2021-10-13 14:42 UTC 

[PATCH] iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()
 2021-10-13 14:41 UTC 

[PATCH] iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()
 2021-10-13  9:50 UTC  (11+ messages)

[PATCH v2 0/2] iio: buffer: allocation and freeing buffers fix and optimization
 2021-10-13  9:49 UTC  (3+ messages)
` [PATCH v2 1/2] iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()
` [PATCH v2 2/2] iio: buffer: Use dedicated variable "

[PATCH] iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()
 2021-10-13  9:43 UTC 

[PATCH] iio: imx8qxp-adc: Fix the error - defined but not used for runtime pm API
 2021-10-13  4:31 UTC  (2+ messages)

[PATCH] iio: buffer: check return value of kstrdup_const()
 2021-10-13  4:04 UTC 

[PATCH v3] iio: core: fix double free in iio_device_unregister_sysfs()
 2021-10-13  3:05 UTC 

[PATCH v3 1/4] iio: light: cm3605: Make use of the helper function dev_err_probe()
 2021-10-12 23:45 UTC  (5+ messages)
` [PATCH v3 2/4] iio: light: cm36651: "
` [PATCH v3 3/4] iio: light: gp2ap002: "
` [PATCH v3 4/4] iio: light: noa1305: "

linux-next: Tree for Oct 12 (drivers/iio/adc/imx8qxp-adc.c)
 2021-10-12 20:28 UTC 

[PATCH v2] iio: core: fix double free in iio_device_unregister_sysfs()
 2021-10-12 20:27 UTC  (2+ messages)

[PATCH v4 0/7] iio: adc: stm32-adc: add internal channels support
 2021-10-12 13:19 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: iio: stm32-adc: add generic channel binding
` [PATCH v4 2/7] dt-bindings: iio: stm32-adc: add nvmem support for vrefint internal channel
` [PATCH v4 3/7] iio: adc: stm32-adc: split channel init into several routines
` [PATCH v4 4/7] iio: adc: stm32-adc: add support of generic channels binding
` [PATCH v4 5/7] iio: adc: stm32-adc: add support of internal channels
` [PATCH v4 6/7] iio: adc: stm32-adc: add vrefint calibration support
` [PATCH v4 7/7] iio: adc: stm32-adc: use generic binding for sample-time

[PATCH v5] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
 2021-10-12 10:56 UTC  (2+ messages)

[PATCH v4 0/7] iio: adc: stm32-adc: add internal channels support
 2021-10-12  9:42 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: iio: stm32-adc: add generic channel binding
` [PATCH v4 2/7] dt-bindings: iio: stm32-adc: add nvmem support for vrefint internal channel
` [PATCH v4 3/7] iio: adc: stm32-adc: split channel init into several routines
` [PATCH v4 4/7] iio: adc: stm32-adc: add support of generic channels binding
` [PATCH v4 5/7] iio: adc: stm32-adc: add support of internal channels
  ` [Linux-stm32] "

[PATCH 0/9] treewide: simplify getting .driver_data
 2021-10-12  8:31 UTC  (6+ messages)
` [PATCH 6/9] iio: common: cros_ec_sensors: "

[PATCH] iio: core: check return value when calling dev_set_name()
 2021-10-12  6:36 UTC 

[PATCH] iio: core: do not create debugfs when has no dev name
 2021-10-11 14:12 UTC  (2+ messages)

[PATCH -next] iio: buffer: Check the return value of kstrdup_const()
 2021-10-11 12:58 UTC 

[PATCH v2] iio: imu: st_lsm6dsx: Fix an array overflow in st_lsm6dsx_set_odr()
 2021-10-11 12:22 UTC  (2+ messages)

[PATCH v7 1/2] iio: frequency: adrf6780: add support for ADRF6780
 2021-10-11 11:00 UTC  (2+ messages)
` [PATCH v7 2/2] dt-bindings: iio: frequency: add adrf6780 doc

[PATCH] drm/bridge: parade-ps8640: check return values in ps8640_aux_transfer()
 2021-10-11 10:07 UTC  (2+ messages)

[PATCH] iio: imu: st_lsm6dsx: Fix an array overflow in st_lsm6dsx_set_odr()
 2021-10-11  9:47 UTC  (3+ messages)

[PATCH v2 0/2] Add ad3552r and ad3542r driver support
 2021-10-11  8:52 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: iio: dac: Add adi,ad3552r.yaml
` [PATCH v2 2/2] drivers:iio:dac: Add AD3552R driver support

[PATCH] iio: adc: lpc18xx_adc: Convert probe to device managed version
 2021-10-11  8:09 UTC  (2+ messages)

[PATCH] iio: core: fix double free in iio_device_unregister_sysfs()
 2021-10-11  7:58 UTC  (2+ messages)

[PATCH] iio: accel: sca3000: Use sign_extend32() instead of opencoding sign extension
 2021-10-10 16:29 UTC  (3+ messages)

[PATCH v6 0/6] iio: Add output buffer support
 2021-10-10 16:23 UTC  (18+ messages)
` [PATCH v6 1/6] "
` [PATCH v6 2/6] iio: kfifo-buffer: "
` [PATCH v6 3/6] iio: triggered-buffer: extend support to configure output buffers
` [PATCH v6 4/6] drivers: iio: dac: ad5766: Fix dt property name
` [PATCH v6 5/6] Documentation:devicetree:bindings:iio:dac: Fix val
` [PATCH v6 6/6] drivers:iio:dac:ad5766.c: Add trigger buffer

[PATCH v4 1/9] iio: adc: ab8500-gpadc: Make use of the helper function dev_err_probe()
 2021-10-10 16:05 UTC  (10+ messages)
` [PATCH v4 2/9] iio: adc: imx7d_adc: "
` [PATCH v4 3/9] iio: adc: lpc18xx_adc: "
` [PATCH v4 4/9] iio: adc: max1118: "
` [PATCH v4 5/9] iio: adc: max1241: "
` [PATCH v4 6/9] iio: adc: meson_saradc: "
` [PATCH v4 7/9] iio: adc: qcom-pm8xxx-xoadc: "
` [PATCH v4 8/9] iio: adc: rockchip_saradc: "
` [PATCH v4 9/9] iio: adc: ti-ads7950: "

[PATCH 0/2] ADPD188 linux driver
 2021-10-09 20:30 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: add adpd188 schema
` [PATCH 2/2] drivers:iio:light: add ADPD188 driver support

[PATCH v2 0/3] Add settle time support to iio-mux
 2021-10-08 23:09 UTC  (12+ messages)
` [PATCH v2 1/3] mux: add support for delay after muxing
` [PATCH v2 2/3] dt-bindings: iio: io-channel-mux: Add property for settle time
    ` [PATCH 4/3] dt-bindings: iio: io-channel-mux: add optional #io-channel-cells
  ` [PATCH 5/3] dt-bindings: iio: io-channel-mux: allow duplicate channel, labels
` [PATCH v2 3/3] iio: multiplexer: iio-mux: Support settle-time-us property

[PATCH v5 0/1] iio/scmi: Add reading "raw" attribute
 2021-10-08 18:28 UTC  (2+ messages)
` [PATCH v5 1/1] "

[PATCH v4 0/1] iio/scmi: Add reading "raw" attribute
 2021-10-08 15:01 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH v3 0/1] iio/scmi: Add reading "raw" attribute
 2021-10-08 11:32 UTC  (6+ messages)

[PATCH] iio/scmi: check if dev is null pointer
 2021-10-08  9:01 UTC  (2+ messages)

[PATCH] iio: trigger: fix iio_trigger reference leak
 2021-10-08  8:32 UTC 

[PATCH] io: imu: st_lsm6dsx: check if dev is null pointer
 2021-10-08  7:49 UTC  (2+ messages)

[PATCH v2 1/4] iio: light: cm3605: Make use of the helper function dev_err_probe()
 2021-10-08  2:09 UTC  (6+ messages)
` [PATCH v2 2/4] iio: light: cm36651: "
` [PATCH v2 4/4] iio: light: noa1305: "

[PATCH v2 1/2] iio: st_sensors: Make use of the helper function dev_err_probe()
 2021-10-07 17:30 UTC  (6+ messages)
` [PATCH v2 2/2] iio: st_lsm9ds0: "

[PATCH v2 1/2] iio: health: afe4403: Make use of the helper function dev_err_probe()
 2021-10-07 17:33 UTC  (2+ messages)

[PATCH v2 1/8] iio: dac: ad8801: Make use of the helper function dev_err_probe()
 2021-10-07 17:23 UTC  (4+ messages)
` [PATCH v2 8/8] iio: dac: ti-dac7311: "

[PATCH 1/4] dt-bindings: vendor-prefixes: Document liteon vendor prefix
 2021-10-07 15:41 UTC  (2+ messages)

[PATCH] docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst
 2021-10-07 15:38 UTC  (2+ messages)

[PATCH -next] counter: fix docum. build problems after filename change
 2021-10-07 15:37 UTC  (3+ messages)

[PATCH v6 1/2] iio: adc: ad799x: Implement selecting external reference voltage input on AD7991, AD7995 and AD7999
 2021-10-07 15:34 UTC  (2+ messages)

[PATCH] iio: st_pressure_spi: Add missing entries SPI to device ID table
 2021-10-07 15:27 UTC  (6+ messages)

[PATCH v2 0/2] iio: adc: tsc2046: fixes
 2021-10-07  9:30 UTC  (3+ messages)
` [PATCH v2 1/2] iio: adc: tsc2046: fix scan interval warning
` [PATCH v2 2/2] iio: adc: tsc2046: fix sleeping in atomic context warning and a deadlock after iio_trigger_poll() call


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox