messages from 2023-03-29 14:13:33 to 2023-04-04 09:08:26 UTC [more...]
[PATCH 0/2] Support for Texas Instruments OPT4001 Ambient Light Sensor
2023-04-04 9:07 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: Document TI OPT4001 light sensor bindings
` [PATCH 2/2] iio: light: Add support for TI OPT4001 light sensor
[PATCH v3 00/11] iio: new DMABUF based API, v3
2023-04-04 8:54 UTC (20+ messages)
` [PATCH v3 01/11] dmaengine: Add API function dmaengine_prep_slave_dma_array()
` [PATCH v3 02/11] dmaengine: dma-axi-dmac: Implement device_prep_slave_dma_array
` [PATCH v3 03/11] iio: buffer-dma: Get rid of outgoing queue
` [PATCH v3 04/11] iio: buffer-dma: Enable buffer write support
` [PATCH v3 05/11] iio: buffer-dmaengine: Support specifying buffer direction
` [PATCH v3 06/11] iio: buffer-dmaengine: Enable write support
` [PATCH v3 07/11] iio: core: Add new DMABUF interface infrastructure
` [PATCH v3 08/11] iio: buffer-dma: split iio_dma_buffer_fileio_free() function
` [PATCH v3 09/11] iio: buffer-dma: Enable support for DMABUFs
` [PATCH v3 10/11] iio: buffer-dmaengine: Support new DMABUF based userspace API
` [PATCH v3 11/11] Documentation: iio: Document high-speed DMABUF based API
[PATCH] iio: adc: ad7192: Change "shorted" channels to differential
2023-04-04 8:01 UTC (5+ messages)
[PATCH 2/2] ad7192 driver: fixed unexpected internal clock fallback when no mclk clock is defined
2023-04-04 7:20 UTC (6+ messages)
[PATCH] iio: light: tsl2772: fix reading proximity-diodes from device tree
2023-04-04 7:13 UTC (2+ messages)
[PATCH 1/2] ad7192 driver: fix null pointer dereference in probe when populating adc input ranges
2023-04-04 6:57 UTC (5+ messages)
[PATCH] iio: dac: set varaiable max5522_channels storage-class-specifier to static
2023-04-04 6:43 UTC (2+ messages)
Creating a driver for MAX31827 temperature switch
2023-04-03 18:42 UTC (4+ messages)
[PATCH v2] iio: accel: bmi088: Correctly compute the address of the struct spi_device
2023-04-03 17:28 UTC (2+ messages)
[PATCH v2 0/7] iio: adc: palmas_gpadc: add iio events
2023-04-03 16:49 UTC (9+ messages)
` [PATCH v2 1/7] iio: adc: palmas: remove adc_wakeupX_data
` [PATCH v2 2/7] iio: adc: palmas: replace "wakeup" with "event"
` [PATCH v2 3/7] iio: adc: palmas: use iio_event_direction for threshold polarity
` [PATCH v2 4/7] iio: adc: palmas: move eventX_enable into palmas_adc_event
` [PATCH v2 5/7] iio: adc: palmas: always reset events on unload
` [PATCH v2 6/7] iio: adc: palmas: add support for iio threshold events
` [PATCH v2 7/7] iio: adc: palmas: don't alter event config on suspend/resume
[PATCH v6 0/5] Add MAX77541/MAX77540 PMIC Support
2023-04-03 14:09 UTC (25+ messages)
` [PATCH v6 5/5] mfd: max77541: Add ADI "
[PATCH v2 00/22] arm64: dts: qcom: remove duplication in PMIC declarations
2023-04-03 13:56 UTC (55+ messages)
` [PATCH v2 01/22] arm64: dts: qcom: pm8350: fix thermal zone node name
` [PATCH v2 02/22] arm64: dts: qcom: pm8350b: "
` [PATCH v2 03/22] arm64: dts: qcom: sc8280xp-pmics: use pmk8350 specifics for pon device
` [PATCH v2 04/22] arm64: dts: qcom: sc8280xp-pmics: correct interrupt routing for pm8280_2_temp_alarm
` [PATCH v2 05/22] dt-bindings: iio: qcom,spmi-adc7-pmk8350.h: include sid into defines
` [PATCH v2 06/22] arm64: dts: qcom: pmk8350: rename pon label
` [PATCH v2 07/22] arm64: dts: qcom: pmk8350: port sdam_6 device from sc8280xp-pmics
` [PATCH v2 08/22] arm64: dts: qcom: pmk8350: rename PMK8350_SID to PMIC_SID
` [PATCH v2 09/22] arm64: dts: qcom: pmk8350: allow overriding the label
` [PATCH v2 10/22] arm64: dts: qcom: pmk8350: use interrupts-extended for IRQ specification
` [PATCH v2 11/22] arm64: dts: qcom: sc8280xp*: use pmk8350.dtsi
` [PATCH v2 12/22] arm64: dts: qcom: pm8350: allow overriding SID and label
` [PATCH v2 13/22] arm64: dts: qcom: pm8350: use interrupts-extended for IRQ specification
` [PATCH v2 14/22] arm64: dts: qcom: sc8280xp*: use pm8350.dtsi
` [PATCH v2 15/22] arm64: dts: qcom: pm8350c: move thermal zone declaration to the top
` [PATCH v2 16/22] arm64: dts: qcom: pm8350c: allow overriding SID and label
` [PATCH v2 17/22] arm64: dts: qcom: pm8350c: use interrupts-extended for IRQ specification
` [PATCH v2 18/22] arm64: dts: qcom: sc8280xp*: use pm8350c.dtsi
` [PATCH v2 19/22] arm64: dts: qcom: sc8280xp*: use pmr735a.dtsi
` [PATCH v2 20/22] arm64: dts: qcom: pm8150: convert to use dynamic SID/LABEL
` [PATCH v2 21/22] arch: arm64: dts: qcom: pm8150: support SID greater that 9
` [PATCH v2 22/22] arm64: dts: qcom sa8540p-pmics: switch to pm8150.dtsi
[PATCH 1/3] iio: adc: stm32-adc: warn if dt uses legacy channel config
2023-04-03 9:29 UTC (6+ messages)
` [PATCH 3/3] iio: adc: stm32-adc: skip adc-channels setup if none is present
` [Linux-stm32] "
` [Linux-stm32] [PATCH 1/3] iio: adc: stm32-adc: warn if dt uses legacy channel config
[PATCH] staging: iio: resolver: ads1210: fix config mode
2023-04-03 6:54 UTC (3+ messages)
[PATCH] iio: accel: bmi088: Correctly compute the address of the struct spi_device
2023-04-02 20:49 UTC
[PATCH v3 0/2] Migrate STX104 to the regmap API
2023-04-02 16:46 UTC (9+ messages)
` [PATCH v3 1/2] iio: addac: stx104: Migrate "
[PATCH v3 1/2] iio: max597x: Add support for max597x
2023-04-02 17:01 UTC (2+ messages)
[PATCH 0/3] iio: adc: palmas_gpadc: add iio events
2023-04-02 16:43 UTC (10+ messages)
` [PATCH 1/3] iio: adc: palmas_gpadc: add support for iio threshold events
` [PATCH 3/3] iio: adc: palmas_gpadc: remove palmas_adc_wakeup_property
[PATCH 2/3] iio: pressure: Honeywell mpr pressure sensor
2023-04-02 3:02 UTC (5+ messages)
[PATCH 3/3] MAINTAINERS: Add Honeywell mpr sensor
2023-04-01 21:32 UTC (2+ messages)
[PATCH] iio: tsl2772: remove unused prox_diode_mask variable
2023-04-01 20:23 UTC (4+ messages)
[PATCH v7 0/5] Support ROHM BU27034 ALS sensor
2023-04-01 17:58 UTC (7+ messages)
` [PATCH v7 1/5] iio: light: Add gain-time-scale helpers
` [PATCH v7 2/5] MAINTAINERS: Add IIO "
` [PATCH v7 3/5] dt-bindings: iio: light: Support ROHM BU27034
` [PATCH v7 4/5] iio: light: ROHM BU27034 Ambient Light Sensor
` [PATCH v7 5/5] MAINTAINERS: Add ROHM BU27034
[PATCH] iio: dac: ad5755: Add missing fwnode_handle_put()
2023-04-01 15:42 UTC (2+ messages)
[PATCH v5 1/8] drivers: kunit: Generic helpers for test device creation
2023-04-01 15:36 UTC (18+ messages)
[PATCH 1/3] dt-bindings: iio: pressure: Support Honeywell mpr sensors
2023-04-01 15:27 UTC (4+ messages)
[PATCH] dt-bindings: iio: st-sensors: Fix repeated text
2023-04-01 15:15 UTC (4+ messages)
[PATCH 0/6] arm64: dts: qcom: sc8280xp: remove duplication in PMIC declarations
2023-04-01 14:59 UTC (5+ messages)
` [PATCH 1/6] dt-bindings: iio: qcom,spmi-adc7-pmk8350.h: include sid into defines
[PATCH] iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()
2023-04-01 14:50 UTC (2+ messages)
[PATCH v2] iio: addac: stx104: Migrate to the regmap API
2023-04-01 13:45 UTC (4+ messages)
[PATCH v2 1/2] iio: max597x: Add support for max597x
2023-04-01 13:44 UTC (4+ messages)
[PATCH] iio: adc: ti-ads1100: fix error code in probe()
2023-04-01 13:37 UTC (2+ messages)
[PATCH 0/3] Support Honeywell mpr pressure sensor
2023-04-01 9:38 UTC (2+ messages)
[PATCH v2 0/3] Refactor 104-quad-8 to match device operations
2023-03-31 18:24 UTC (10+ messages)
` [PATCH v2 2/3] counter: 104-quad-8: Refactor to buffer states for CMR, IOR, and IDR
adi-axi-adc issues and how to properly support this designs
2023-03-31 14:40 UTC
[PATCH v6 0/7] Support ROHM BU27034 ALS sensor
2023-03-31 7:39 UTC (12+ messages)
` [PATCH v6 2/7] iio: light: Add gain-time-scale helpers
` [PATCH v6 3/7] kunit: Add kunit wrappers for (root) device creation
` [PATCH v6 6/7] iio: light: ROHM BU27034 Ambient Light Sensor
[PATCH 0/5] Remove acpi.h implicit include of of.h
2023-03-30 17:18 UTC (14+ messages)
` [PATCH 1/5] iio: adc: ad7292: Add explicit include for of.h
` [PATCH 2/5] staging: iio: resolver: ad2s1210: "
` [PATCH 3/5] net: rfkill-gpio: "
` [PATCH 4/5] serial: 8250_tegra: "
` [PATCH 5/5] ACPI: Replace irqdomain.h include with struct declarations
[PATCH] iio: adc: mt6370: Fix ibus and ibat scaling value of some specific vendor ID chips
2023-03-30 15:27 UTC (2+ messages)
[PATCH v15 3/6] Documentation: ABI: sysfs-bus-counter: add cascade_counts_enable and external_input_phase_clock_select
2023-03-30 11:16 UTC (3+ messages)
` [PATCH v15 4/6] counter: Add Renesas RZ/G2L MTU3a counter driver
` [PATCH v15 5/6] MAINTAINERS: Add entries for "
AD7192 driver mess
2023-03-30 8:44 UTC (2+ 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