public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-14 11:42:20 to 2022-02-21 02:36:15 UTC [more...]

[PATCH 0/3] Add ADE9078 Driver
 2022-02-21  2:36 UTC  (9+ messages)
` [PATCH 1/3] iio: add meter subdirectory
` [PATCH 2/3] dt-bindings: iio: add ADE9078
` [PATCH 3/3] iio: meter: add ADE9078 driver

[PATCH v2] iio: adc: aspeed: Add divider flag to fix incorrect voltage reading
 2022-02-21  1:27 UTC 

[PATCH] iio: adc: aspeed: Add divider flag to fix incorrect voltage reading
 2022-02-21  0:47 UTC  (3+ messages)

[PULL] 1st set of IIO fixes for 5.17
 2022-02-20 18:42 UTC 

[PATCH 0/8] IIO: Where dev_pm_ops rework and namespaces meet
 2022-02-20 18:15 UTC  (9+ messages)
` [PATCH 1/8] iio: chemical: scd30: Export dev_pm_ops instead of suspend() and resume()
` [PATCH 2/8] PM: core: Add NS varients of EXPORT[_GPL]_SIMPLE_DEV_PM_OPS and runtime pm equiv
` [PATCH 3/8] iio: chemical: scd30: Move symbol exports into IIO_SCD30 namespace
` [PATCH 4/8] iio:accel:kxsd9: Switch from CONFIG_PM guards to pm_ptr() etc
` [PATCH 5/8] iio: humidity: hts221: Use EXPORT_SIMPLE_DEV_PM_OPS() to allow compiler to remove dead code
` [PATCH 6/8] iio: humidity: hts221: Move symbol exports into IIO_HTS221 namespace
` [PATCH 7/8] iio: imu: lsm6dsx: Use new pm_sleep_ptr() and EXPORT_SIMPLE_DEV_PM_OPS()
` [PATCH 8/8] iio: imu: lsm6dsx: Move exported symbols to the IIO_LSM6DSX namespace

[PATCH 0/2] iio: gyro: mpu3050: Cleanup exports and PM
 2022-02-20 17:51 UTC  (3+ messages)
` [PATCH 1/2] iio: gyro: mpu3050: Drop unused symbol exports
` [PATCH 2/2] iio: gyro: mpu3050: Use pm_ptr() and DEFINE_RUNTIME_DEV_PM_OPS()

[PATCH v8 1/4] iio:frequency:admv1014: add support for ADMV1014
 2022-02-20 17:39 UTC  (7+ messages)
` [PATCH v8 2/4] dt-bindings:iio:frequency: add admv1014 binding
` [PATCH v8 3/4] Documentation:ABI:testing:admv1014: add ABI docs
` [PATCH v8 4/4] MAINTAINERS: add maintainer for ADMV1014 driver

[PATCH 0/5] 3rd set of IIO export namspaces
 2022-02-20 17:37 UTC  (6+ messages)
` [PATCH 1/5] iio: imu: bmi160: Move exported symbols to IIO_BMI160 namespace
` [PATCH 2/5] iio: pressure: bmp280: Move symbol exports to IIO_BMP280 namespace
` [PATCH 3/5] iio: chemical: sps30: Move symbol exports into IIO_SPS30 namespace
` [PATCH 4/5] iio: adc: adi-axi: Move exported symbols into IIO_ADI_AXI namespace
` [PATCH 5/5] iio: adc: qcom-vadc: Move symbol exports to IIO_QCOM_VADC namespace

[PATCH] iio: core: drop iio_get_time_res()
 2022-02-20 16:33 UTC 

[PATCH v4 0/7] iio: potentiometer: Add support for DS3502
 2022-02-20 14:33 UTC  (9+ messages)
` [PATCH v4 1/7] iio: potentiometer: Alignment to match the open parenthesis
` [PATCH v4 2/7] iio: potentiometer: Add available functionality
` [PATCH v4 3/7] iio: potentiometer: Add channel information in device data
` [PATCH v4 4/7] iio: potentiometer: Change to firmware provided data
` [PATCH v4 5/7] iio: potentiometer: Add device specific read_raw function
` [PATCH v4 6/7] iio: potentiometer: Add support for Maxim DS3502
` [PATCH v4 7/7] dt-bindings: iio: potentiometer: Add Maxim DS3502 in trivial-devices

[RFC PATCH] iio: core: provide a default value `label` property
 2022-02-20 13:50 UTC  (3+ messages)

[PATCH v5 0/5] Add ADXL367 driver
 2022-02-20 12:04 UTC  (2+ messages)

[PATCH v3 1/3] iio:amplifiers:ada4250: add support for ADA4250
 2022-02-20 11:48 UTC  (7+ messages)
` [PATCH v3 2/3] dt-bindings:iio:amplifiers: add ada4250 doc

[PATCH] iio: adc: xilinx-ams: Use devm_delayed_work_autocancel() to simplify code
 2022-02-20 11:45 UTC  (2+ messages)

[PATCH v3 0/3] Add support for LTC2688
 2022-02-20 11:32 UTC  (14+ messages)
` [PATCH v3 1/3] iio: dac: add support for ltc2688

[PATCH v5 1/2] dt-bindings: iio: frequency: Add ADMV4420 doc
 2022-02-19 19:09 UTC  (4+ messages)
` [PATCH v5 2/2] iio: frequency: admv4420.c: Add support for ADMV4420

[PATCH v7 0/9] iio: adc: introduce Qualcomm SPMI Round Robin ADC
 2022-02-19 18:44 UTC  (14+ messages)
` [PATCH v7 1/9] spmi: add a helper to look up an SPMI device from a device node
` [PATCH v7 2/9] mfd: qcom-spmi-pmic: expose the PMIC revid information to clients
` [PATCH v7 3/9] mfd: qcom-spmi-pmic: read fab id on supported PMICs
` [PATCH v7 4/9] dt-bindings: iio: adc: document qcom-spmi-rradc
` [PATCH v7 5/9] iio: adc: qcom-spmi-rradc: introduce round robin adc
` [PATCH v7 6/9] arm64: dts: qcom: pmi8998: add rradc node
` [PATCH v7 7/9] arm64: dts: qcom: sdm845-oneplus: enable rradc
` [PATCH v7 8/9] arm64: dts: qcom: sdm845-db845c: "
` [PATCH v7 9/9] arm64: dts: qcom: sdm845-xiaomi-beryllium: "

[PATCH V2 0/5] iio: accel: sca3300: add compitible for scl3300
 2022-02-19 18:15 UTC  (13+ messages)
` [PATCH V2 1/5] dt-bindings: iio: accel: sca3300: Document murata,scl3300
` [PATCH V2 2/5] iio: accel: sca3300: add define for temp channel for reuse
` [PATCH V2 3/5] iio: accel: sca3300: modified to support multi chips
` [PATCH V2 4/5] iio: accel: sca3300: Add support for SCL3300
` [PATCH V2 5/5] iio: accel: sca3300: Add inclination channels

[PATCH v4] iio: accel: adxl345: Add ACPI HID table
 2022-02-19 17:44 UTC  (6+ messages)

[v3 00/13] Add support for Bosch BNO055 IMU
 2022-02-19 17:41 UTC  (24+ messages)
` [v3 01/13] iio: add modifiers for linear acceleration
` [v3 02/13] iio: document linear acceleration modifiers
` [v3 03/13] iio: event_monitor: add "
` [v3 04/13] iio: add modifers for pitch, yaw, roll
` [v3 05/13] iio: document pitch, yaw, roll modifiers
` [v3 06/13] iio: event_monitor: add pitch, yaw and "
` [v3 07/13] iio: imu: add Bosch Sensortec BNO055 core driver
` [v3 08/13] iio: document bno055 private sysfs attributes
` [v3 09/13] iio: document "serial_number" sysfs attribute
` [v3 10/13] dt-bindings: iio: imu: add documentation for Bosch BNO055 bindings
` [v3 11/13] iio: imu: add BNO055 serdev driver
` [v3 12/13] iio: imu: add BNO055 I2C driver
` [v3 13/13] docs: iio: add documentation for BNO055 driver

[PATCH v4 1/2] dt:bindings:iio:frequency: Add ADMV4420 doc
 2022-02-18 14:48 UTC  (5+ messages)
` [PATCH v4 2/2] iio:frequency:admv4420.c: Add support for ADMV4420

[PATCH 0/7] cros_ec_sensors: Drop unused IIO header includes
 2022-02-18 12:47 UTC  (2+ messages)

[PATCH 0/5] spi: make remove callback a void function
 2022-02-18 12:37 UTC  (2+ messages)
  ` [PATCH 5/5] "

[PATCH] dt-bindings: iio: adc: microchip,mcp3201: fix interface type (I2C -> SPI)
 2022-02-18 12:43 UTC  (2+ messages)

[PATCH v3 0/6] iio: potentiometer: Add support for DS3502
 2022-02-18 12:32 UTC  (8+ messages)
` [PATCH v3 1/6] iio: potentiometer: Alignment to match the open parenthesis
` [PATCH v3 2/6] iio: potentiometer: Add available functionality
` [PATCH v3 3/6] iio: potentiometer: Add channel information in device data
` [PATCH v3 4/6] iio: potentiometer: Change to firmware provided data
` [PATCH v3 5/6] iio: potentiometer: Add support for Maxim DS3502
` [PATCH v3 6/6] dt-bindings: iio: potentiometer: Add Maxim DS3502 in trivial-devices

[PATCH v2 0/4] iio: potentiometer: Add support for DS3502
 2022-02-18 12:24 UTC  (9+ messages)
` [PATCH v2 3/4] iio: potentiometer: Add support for Maxim DS3502
` [PATCH v2 4/4] dt-bindings: iio: potentiometer: Add Maxim DS3502 in trivial-devices

[PATCH v3 00/20] iio:adc:ad7280a Cleanup and proposed staging graduation
 2022-02-18 11:59 UTC  (3+ messages)

[PATCH v3 00/50] iio: Tree wide switch from CONFIG_PM* to pm_[sleep]_ptr etc
 2022-02-18 11:47 UTC  (3+ messages)

[PATCH 00/16] 2nd set of IIO export namespaces
 2022-02-18 11:39 UTC  (3+ messages)

[PATCH v2 00/13] IIO: accel/st-sensors move into separate symbol namespaces
 2022-02-18 11:37 UTC  (5+ messages)

[PATCH] iio: mma8452: Fix 'mma8452_dt_ids' defined but not used compiler warning
 2022-02-18 11:30 UTC  (4+ messages)

[PATCH] counter: Stop using dev_get_drvdata() to get the counter device
 2022-02-18 10:07 UTC  (2+ messages)

[PATCH v1] counter: fix NULL pointer dereference on counter_comp_u8_store()
 2022-02-18  9:11 UTC  (8+ messages)
` [PATCH] counter: Stop using dev_get_drvdata() to get the counter device

[PATCH v3 1/2] dt:bindings:iio:frequency: Add ADMV4420 doc
 2022-02-17 22:29 UTC  (4+ messages)
` [PATCH v3 2/2] iio:frequency:admv4420.c: Add support for ADMV4420

[PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API
 2022-02-15 17:43 UTC  (3+ messages)

[PATCH v6 0/9] iio: adc: introduce Qualcomm SPMI Round Robin ADC
 2022-02-15 17:09 UTC  (10+ messages)
` [PATCH v6 1/9] spmi: add a helper to look up an SPMI device from a device node
` [PATCH v6 2/9] mfd: qcom-spmi-pmic: expose the PMIC revid information to clients
` [PATCH v6 3/9] mfd: qcom-spmi-pmic: read fab id on supported PMICs
` [PATCH v6 4/9] dt-bindings: iio: adc: document qcom-spmi-rradc
` [PATCH v6 5/9] iio: adc: qcom-spmi-rradc: introduce round robin adc
` [PATCH v6 6/9] arm64: dts: qcom: pmi8998: add rradc node
` [PATCH v6 7/9] arm64: dts: qcom: sdm845-oneplus: enable rradc
` [PATCH v6 8/9] arm64: dts: qcom: sdm845-db845c: "
` [PATCH v6 9/9] arm64: dts: qcom: sdm845-xiaomi-beryllium: "

[PATCH v5 0/9] iio: adc: introduce Qualcomm SPMI Round Robin ADC
 2022-02-15 16:54 UTC  (10+ messages)
` [PATCH v5 1/9] spmi: add a helper to look up an SPMI device from a device node
` [PATCH v5 2/9] mfd: qcom-spmi-pmic: expose the PMIC revid information to clients
` [PATCH v5 3/9] mfd: qcom-spmi-pmic: read fab id on supported PMICs
` [PATCH v5 4/9] dt-bindings: iio: adc: document qcom-spmi-rradc
` [PATCH v5 5/9] iio: adc: qcom-spmi-rradc: introduce round robin adc
` [PATCH v5 6/9] arm64: dts: qcom: pmi8998: add rradc node
` [PATCH v5 7/9] arm64: dts: qcom: sdm845-oneplus: enable rradc
` [PATCH v5 8/9] arm64: dts: qcom: sdm845-db845c: "
` [PATCH v5 9/9] arm64: dts: qcom: sdm845-xiaomi-beryllium: "

[PATCH v3] iio: accel: adxl345: Add ACPI HID table
 2022-02-15 15:31 UTC  (4+ messages)

[PATCH v7 1/4] iio:frequency:admv1014: add support for ADMV1014
 2022-02-14 21:41 UTC  (4+ messages)
` [PATCH v7 2/4] dt-bindings:iio:frequency: add admv1014 binding

[PATCH v4 0/8] iio: adc: introduce Qualcomm SPMI Round Robin ADC
 2022-02-14 18:40 UTC  (4+ messages)
` [PATCH v4 1/8] mfd: qcom-spmi-pmic: expose the PMIC revid information to clients

[PATCH] iio: use div64_u64() instead of do_div()
 2022-02-14 17:42 UTC  (6+ messages)

[PATCH v2 1/2] platform: make platform_get_irq_optional() optional
 2022-02-14 14:00 UTC  (6+ messages)

[PATCH 0/2] Add support for Azoteq IQS620A(T) V3
 2022-02-14 13:15 UTC  (2+ messages)


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