messages from 2022-01-02 12:53:08 to 2022-01-09 16:16:35 UTC [more...]
[PATCH 0/7] iio: adc: sc27xx: adjust structure and add PMIC's support
2022-01-09 16:22 UTC (17+ messages)
` [PATCH 1/7] dt-bindings:iio:adc: add sprd,ump9620-adc dtbindings
` [PATCH 2/7] iio: adc: sc27xx: fix read big scale voltage not right
` [PATCH 3/7] iio: adc: sc27xx: structure adjuststment and optimization
` [PATCH 4/7] iio: adc: sc27xx: add support for PMIC sc2720 and sc2721
` [PATCH 5/7] iio: adc: sc27xx: add support for PMIC sc2730
` [PATCH 6/7] iio: adc: sc27xx: add support for PMIC ump9620
` [PATCH 7/7] iio: adc: sc27xx: add Ump9620 ADC suspend and resume pm support
[PATCH v1 1/1] iio: adc: tsc2046: add .read_raw support
2022-01-09 16:00 UTC (2+ messages)
[PATCH v1 1/1] iio: adc: tsc2046: rework the trigger state machine
2022-01-09 15:44 UTC (2+ messages)
[PATCH] iio: mma8452: Fix probe failing when an i2c_device_id is used
2022-01-09 15:35 UTC (3+ messages)
[PATCH v1 1/1] iio: adc: tsc2046: fix memory corruption by preventing array overflow
2022-01-09 15:25 UTC (2+ messages)
[PATCH] iio: adc: rzg2l_adc: Fix typo
2022-01-09 15:18 UTC (3+ messages)
[PATCH] dt-bindings: iio/adc: ti,palmas-gpadc: Split interrupt fields in example
2022-01-09 15:15 UTC (2+ messages)
[PATCH] dt-bindings: iio/magnetometer: yamaha,yas530: Fix invalid 'interrupts' in example
2022-01-09 15:14 UTC (3+ messages)
[PATCH] dt-bindings: iio: adi,ltc2983: Fix 64-bit property sizes
2022-01-09 15:13 UTC (3+ messages)
[PATCH 00/16] IIO: Tidy up inconsistent spacing in ID tables
2022-01-09 15:00 UTC (2+ messages)
[PATCH v4 2/2] add TI ads1018 driver to iio
2022-01-09 14:57 UTC (3+ messages)
[PATCH v4 1/2] Add binding for ti,adc1018. It allows selection of channel as a Device Tree property
2022-01-09 14:29 UTC (4+ messages)
[PATCH v12 00/16] iio: afe: add temperature rescaling support
2022-01-09 13:10 UTC (21+ messages)
` [PATCH v12 01/16] iio: inkern: apply consumer scale on IIO_VAL_INT cases
` [PATCH v12 02/16] iio: inkern: apply consumer scale when no channel scale is available
` [PATCH v12 03/16] iio: inkern: make a best effort on offset calculation
` [PATCH v12 04/16] iio: afe: rescale: use s64 for temporary scale calculations
` [PATCH v12 05/16] iio: afe: rescale: reorder includes
` [PATCH v12 06/16] iio: afe: rescale: expose scale processing function
` [PATCH v12 07/16] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
` [PATCH v12 08/16] iio: afe: rescale: add offset support
` [PATCH v12 09/16] iio: afe: rescale: fix accuracy for small fractional scales
` [PATCH v12 10/16] iio: afe: rescale: reduce risk of integer overflow
` [PATCH v12 11/16] iio: afe: rescale: make use of units.h
` [PATCH v12 12/16] iio: test: add basic tests for the iio-rescale driver
` [PATCH v12 13/16] iio: afe: rescale: add RTD temperature sensor support
` [PATCH v12 14/16] iio: afe: rescale: add temperature transducers
` [PATCH v12 15/16] dt-bindings: iio: afe: add bindings for temperature-sense-rtd
` [PATCH v12 16/16] dt-bindings: iio: afe: add bindings for temperature transducers
[PATCH v2] iio: stm: don't always auto-enable I2C and SPI interface drivers
2022-01-09 12:43 UTC
[PATCH v10 0/5] Expand Semtech SAR Sensors support
2022-01-09 12:25 UTC (5+ messages)
` [PATCH v10 3/5] iio: proximity: Add SX9324 support
[PATCH 1/3] iio: addac: ad74413r: use ngpio size when iterating over mask
2022-01-09 12:14 UTC (6+ messages)
` [PATCH 2/3] iio: addac: ad74413r: for_each_set_bit_from -> for_each_set_bit
` [PATCH 3/3] iio: addac: ad74413r: correct comparator gpio getters mask usage
[PATCH v6 0/3] Add Semtech SX9360 SAR Sensor support
2022-01-09 11:00 UTC (3+ messages)
` [PATCH v6 1/3] iio: proximity: Add sx9360 support
[PATCH v11 00/15] iio: afe: add temperature rescaling support
2022-01-08 17:55 UTC (9+ messages)
` [PATCH v11 09/15] iio: afe: rescale: reduce risk of integer overflow
[PATCH v3 0/6] DEV_PM_OPS macros rework v3
2022-01-08 17:38 UTC (9+ messages)
` [PATCH v3 1/6] PM: core: Remove DEFINE_UNIVERSAL_DEV_PM_OPS() macro
` [PATCH v3 2/6] PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macro
` [PATCH v3 3/6] PM: core: Add EXPORT[_GPL]_SIMPLE_DEV_PM_OPS macros
` [PATCH v3 4/6] PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macro
` [PATCH v3 5/6] PM: runtime: Add EXPORT[_GPL]_RUNTIME_DEV_PM_OPS macros
` [PATCH v3 6/6] iio: pressure: bmp280: Use new PM macros
[PATCH] iio: mma8452: Add support for the "mount-matrix" device property
2022-01-07 23:18 UTC
[PATCH v2 0/6] DEV_PM_OPS macros rework v2
2022-01-07 17:39 UTC (16+ messages)
` [PATCH v2 1/6] PM: core: Remove DEFINE_UNIVERSAL_DEV_PM_OPS() macro
` [PATCH v2 2/6] PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macro
` [PATCH v2 3/6] PM: core: Add EXPORT[_GPL]_SIMPLE_DEV_PM_OPS macros
` [PATCH v2 4/6] PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macro
` [PATCH v2 5/6] PM: runtime: Add EXPORT[_GPL]_RUNTIME_DEV_PM_OPS macros
` [PATCH v2 6/6] iio: pressure: bmp280: Use new PM macros
[PATCH 0/3] Add support for LTC2688
2022-01-07 15:49 UTC (14+ messages)
` [PATCH 1/3] iio: dac: add support for ltc2688
` [PATCH 3/3] dt-bindings: iio: Add ltc2688 documentation
[PATCH] iio: gyro: bmg160: Fix error handling in bmg160_core_probe
2022-01-07 11:59 UTC (6+ messages)
` [PATCH v2] iio: Fix error handling for PM
[PATCH v2] iio: humidity: hdc100x: Add ACPI HID table
2022-01-07 10:35 UTC (4+ messages)
[PATCH v3 0/7] iio: adc: introduce Qualcomm SPMI Round Robin ADC
2022-01-06 17:31 UTC (8+ messages)
` [PATCH v3 1/7] mfd: qcom-spmi-pmic: expose the PMIC revid information to clients
` [PATCH v3 2/7] dt-bindings: iio: adc: document qcom-spmi-rradc
` [PATCH v3 3/7] iio: adc: qcom-spmi-rradc: introduce round robin adc
` [PATCH v3 4/7] arm64: dts: qcom: pmi8998: add rradc node
` [PATCH v3 5/7] arm64: dts: qcom: sdm845-oneplus: enable rradc
` [PATCH v3 6/7] arm64: dts: qcom: sdm845-db845c: "
` [PATCH v3 7/7] arm64: dts: qcom: sdm845-xiaomi-beryllium: enable RRADC
[PATCH v3 00/23] counter: cleanups and device lifetime fixes
2022-01-06 15:13 UTC (3+ messages)
[PATCH 00/13] IIO: accel/st-sensors move into separate symbol namespaces
2022-01-06 14:48 UTC (6+ messages)
` [PATCH 13/13] iio:st-sensors: Move exports into ST_SENSORS namespace
[PATCH] iio: dps310: Add ACPI HID table
2022-01-06 14:33 UTC (2+ messages)
[PATCH] HID: intel-ish-hid: ipc: Specify no cache snooping on TGL and ADL
2022-01-06 13:18 UTC (2+ messages)
[PATCH v2 13/23] counter: Provide alternative counter registration functions
2022-01-06 10:53 UTC (2+ messages)
[bug report] drivers:iio:dac: Add AD3552R driver support
2022-01-06 10:35 UTC
[PATCH v2] iio: addac: Do not reference negative array offsets
2022-01-06 6:31 UTC (2+ messages)
[PATCH v2 0/7] iio: adc: introduce Qualcomm SPMI Round Robin ADC
2022-01-05 21:05 UTC (9+ messages)
` [PATCH v2 1/7] mfd: qcom-spmi-pmic: expose the PMIC revid information to clients
` [PATCH v2 2/7] dt-bindings: iio: adc: document qcom-spmi-rradc
` [PATCH v2 3/7] iio: adc: qcom-spmi-rradc: introduce round robin adc
` [PATCH v2 4/7] arm64: dts: qcom: pmi8998: add rradc node
` [PATCH v2 5/7] arm64: dts: qcom: sdm845-oneplus: enable rradc
` [PATCH v2 6/7] arm64: dts: qcom: sdm845-db845c: "
` [PATCH v2 7/7] arm64: dts: qcom: sdm845-xiaomi-beryllium: enable RRADC
[PATCH 0/8] DEV_PM_OPS macros rework
2022-01-05 17:37 UTC (24+ messages)
` [PATCH 1/8] PM: core: Remove DEFINE_UNIVERSAL_DEV_PM_OPS() macro
` [PATCH 2/8] PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macro
` [PATCH 3/8] PM: core: Add EXPORT[_GPL]_SIMPLE_DEV_PM_OPS macros
` [PATCH 4/8] PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macro
` [PATCH 5/8] PM: runtime: Add EXPORT[_GPL]_RUNTIME_DEV_PM_OPS macros
` [PATCH 6/8] mmc: mxc: Make dev_pm_ops struct static
` [PATCH 7/8] mmc: jz4740: "
` [PATCH 8/8] iio: gyro: mpu3050: Use new PM macros
[PATCH] drivers:iio:dac make expression evaluation 64-bit
2022-01-05 15:36 UTC (7+ messages)
[PATCH v2 00/51] iio: Tree wide switch from CONFIG_PM* to pm_[sleep]_ptr etc
2022-01-05 10:52 UTC (20+ messages)
` [PATCH v2 01/51] iio:accel:da311: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
` [PATCH v2 39/51] iio:proximity:as3935: "
` [PATCH v2 42/51] iio:proximity:sx9500: "
` [PATCH v2 44/51] iio:temperature:tmp007: "
` [PATCH v2 48/51] iio:dac:m62332: "
` [PATCH v2 49/51] iio:imu:kmx61: Switch from CONFIG_PM* guards to pm_ptr() etc
` [PATCH v2 50/51] iio:light:rpr0521: Switch from CONFIG_PM "
` [PATCH v2 51/51] iio:temperature:mlx90614: Switch from CONFIG_PM* "
[PATCH] counter: 104-quad-8: Add COMPILE_TEST depends
2022-01-05 9:41 UTC
[PATCH] counter: 104-quad-8: Fix use-after-free by quad8_irq_handler
2022-01-05 9:30 UTC
[PATCH] iio: frequency: admv1013: remove the always true condition
2022-01-04 21:09 UTC
[PATCH 0/4] Add support for Bosch BNO055 IMU
2022-01-04 11:42 UTC (7+ messages)
` [v2 00/10] "
` [v2 06/10] iio: document bno055 private sysfs attributes
[PATCH] MAINTAINERS: add maintainer for ADRF6780 driver
2022-01-03 11:16 UTC
[PATCH] MAINTAINERS: fix Analog Devices links
2022-01-03 10:44 UTC
[PATCH 0/3]
2022-01-03 9:22 UTC (4+ messages)
` [PATCH 1/3] iio:frequency:admv1014: add support for ADMV1014
` [PATCH 2/3] dt-bindings:iio:frequency: add admv1014 doc
` [PATCH 3/3] Documentation:ABI:testing:admv1014: add ABI docs
[PATCH] drivers/iio: Use SIMPLE_DEV_PM_OPS when possible
2022-01-02 16:34 UTC (3+ messages)
[PATCH] iio: stm: don't always auto-enable I2C and SPI interface drivers
2022-01-02 13:49 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).