linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-19 12:35:33 to 2022-06-23 18:18:44 UTC [more...]

[PATCH 01/10] iio: adc: mcp3911: correct "microchip,device-addr" property
 2022-06-23 17:26 UTC  (11+ messages)
` [PATCH 02/10] iio: adc: mcp3911: use resource-managed version of iio_device_register
` [PATCH 03/10] iio: adc: mcp3911: add support for buffers
` [PATCH 04/10] iio: adc: mcp3911: add support for interrupts
` [PATCH 05/10] dt-bindings: iio: adc: mcp3911: add microchip,data-ready-hiz entry
` [PATCH 06/10] iio: adc: mcp3911: add support for oversampling ratio
` [PATCH 07/10] iio: adc: mcp3911: use correct formula for AD conversion
` [PATCH 08/10] iio: adc: mcp3911: add support for phase
` [PATCH 09/10] iio: adc: mcp3911: make use of the sign bit
` [PATCH 10/10] iio: adc: mcp3911: add support to set PGA

[PATCH v5 0/2] AD4130
 2022-06-23 16:14 UTC  (7+ messages)
` [PATCH v5 1/2] dt-bindings: iio: adc: add AD4130
` [PATCH v5 2/2] iio: adc: ad4130: add AD4130 driver

[PATCH v3 00/14] Add Mediatek MT6370 PMIC support
 2022-06-23 15:48 UTC  (18+ messages)
` [PATCH v3 01/14] dt-bindings: usb: Add Mediatek MT6370 TCPC
` [PATCH v3 02/14] dt-bindings: power: supply: Add Mediatek MT6370 Charger
` [PATCH v3 03/14] dt-bindings: leds: mt6370: Add Mediatek mt6370 current sink type LED indicator
` [PATCH v3 04/14] dt-bindings: leds: Add Mediatek MT6370 flashlight
` [PATCH v3 05/14] dt-bindings: backlight: Add Mediatek MT6370 backlight
` [PATCH v3 06/14] dt-bindings: mfd: Add Mediatek MT6370
` [PATCH v3 07/14] mfd: mt6370: Add Mediatek MT6370 support
` [PATCH v3 08/14] usb: typec: tcpci_mt6370: Add Mediatek MT6370 tcpci driver
` [PATCH v3 09/14] regulator: mt6370: Add mt6370 DisplayBias and VibLDO support
` [PATCH v3 10/14] iio: adc: mt6370: Add Mediatek MT6370 support
` [PATCH v3 11/14] power: supply: mt6370: Add Mediatek MT6370 charger driver
` [PATCH v3 12/14] leds: mt6370: Add Mediatek MT6370 current sink type LED Indicator support
` [PATCH v3 13/14] leds: flashlight: mt6370: Add Mediatek MT6370 flashlight support
` [PATCH v3 14/14] video: backlight: mt6370: Add Mediatek MT6370 support
` (subset) [PATCH v3 00/14] Add Mediatek MT6370 PMIC support

Intel Timed-IO driver in IIO/Counter subsystem
 2022-06-23 12:21 UTC  (8+ messages)

[PATCH v2 00/17] Add support for AXP192 PMIC
 2022-06-23  8:54 UTC  (5+ messages)
` [PATCH v2 02/17] regmap-irq: Add get_irq_reg to support unusual register layouts

[PATCH 00/36] IIO: switch easy cases to new simpler PM related macros
 2022-06-23  8:46 UTC  (47+ messages)
` [PATCH 01/36] iio: accel: bma220: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
` [PATCH 02/36] iio: adc: ad799x: "
` [PATCH 03/36] iio: adc: at91-sam5d2: "
` [PATCH 04/36] iio: adc: imx7d_adc: "
` [PATCH 05/36] iio: adc: meson_saradc: "
` [PATCH 06/36] iio: adc: mt6577_auxadc: "
` [PATCH 07/36] iio: adc: stmpe-adc: "
` [PATCH 08/36] iio: adc: ti-am335x: "
` [PATCH 09/36] iio: adc: xilinx-ams: "
` [PATCH 10/36] iio: chemical: scd4x: "
` [PATCH 11/36] iio: dac: ds4424: "
` [PATCH 12/36] iio: dac: ltc1660: "
` [PATCH 13/36] iio: dac: max517: "
` [PATCH 14/36] iio: dac: max5821: "
` [PATCH 15/36] iio: dac: mcp4725: "
` [PATCH 16/36] iio: gyro: itg3200: "
` [PATCH 17/36] iio: health: afe4403: "
` [PATCH 18/36] iio: health: afe4404: "
` [PATCH 19/36] iio: light: al3010: "
` [PATCH 20/36] iio: light: al3320a: "
` [PATCH 21/36] iio: light: as73211: "
` [PATCH 22/36] iio: light: bh1750: "
` [PATCH 23/36] iio: light: cm3605: "
` [PATCH 24/36] iio: proximity: cros_ec_mkbp: "
` [PATCH 25/36] iio: temperature: ltc2983: "
` [PATCH 26/36] iio: light: us5182: Switch from CONFIG_PM guards to pm_ptr() etc
` [PATCH 27/36] iio: adc: imx8qxp: Switch to DEFINE_RUNTIME_DEV_PM_OPS and pm_ptr()
` [PATCH 28/36] iio: light: gp2ap002: "
` [PATCH 29/36] iio: light: isl29028: Use DEFINE_RUNTIME_DEV_PM_OPS() "
` [PATCH 30/36] iio: light: tsl2583: Use DEFINE_RUNTIME_DEV_PM_OPS "
` [PATCH 31/36] iio: light: tsl2591: Use DEFINE_RUNTIME_DEV_PM_OPS() "
` [PATCH 32/36] iio: light: vcnl4000: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
` [PATCH 33/36] iio: light: vcnl4035: "
` [PATCH 34/36] iio: light: veml6030: "
` [PATCH 35/36] iio: magnetometer: ak8974: "
` [PATCH 36/36] iio: magn: yas530: "

[PATCH] iio: cros: Add cros_ec_sensors_core_register
 2022-06-23  0:44 UTC  (2+ messages)

[PATCH v3] iio: trigger: warn about non-registered iio trigger getting attempt
 2022-06-22 17:51 UTC  (4+ messages)

Questions: IIO type for absorbance and float values in channels?
 2022-06-22 15:42 UTC  (5+ messages)

[PATCH v8 00/16] clk: provide new devm helpers for prepared and enabled clocks
 2022-06-22 15:28 UTC  (7+ messages)
` [PATCH v8 01/16] clk: generalize devm_clk_get() a bit

[PATCH v2 00/17] staging/iio: Clean up AD7746 CDC driver and move from staging
 2022-06-22 13:07 UTC  (38+ messages)
` [PATCH v2 01/17] iio: core: Increase precision of IIO_VAL_FRACTIONAL_LOG2 when possible
` [PATCH v2 02/17] iio: ABI: Fix wrong format of differential capacitance channel ABI
` [PATCH v2 03/17] staging: iio: cdc: ad7746: Use explicit be24 handling
` [PATCH v2 04/17] staging: iio: cdc: ad7746: Push handling of supply voltage scale to userspace
` [PATCH v2 05/17] staging: iio: cdc: ad7746: Use local buffer for multi byte reads
` [PATCH v2 06/17] staging: iio: cdc: ad7746: Factor out ad7746_read_channel()
` [PATCH v2 07/17] staging: iio: cdc: ad7764: Push locking down into case statements in read/write_raw
` [PATCH v2 08/17] staging: iio: cdc: ad7746: Break up use of chan->address and use FIELD_PREP etc
` [PATCH v2 09/17] staging: iio: cdc: ad7746: Drop usused i2c_set_clientdata()
` [PATCH v2 10/17] staging: iio: cdc: ad7746: Use _raw and _scale for temperature channels
` [PATCH v2 11/17] iio: core: Introduce _inputoffset for differential channels
` [PATCH v2 12/17] staging: iio: cdc: ad7746: Switch from _offset to "
` [PATCH v2 13/17] staging: iio: cdc: ad7746: Use read_avail() rather than opencoding
` [PATCH v2 14/17] staging: iio: ad7746: White space cleanup
` [PATCH v2 15/17] iio: cdc: ad7746: Add device specific ABI documentation
` [PATCH v2 16/17] iio: cdc: ad7746: Move driver out of staging
` [PATCH v2 17/17] RFC: iio: cdc: ad7746: Add roadtest

[PATCH v3 0/8] Add support for magnetometer Yamaha YAS537
 2022-06-22  8:49 UTC  (26+ messages)
` [PATCH v3 1/8] iio: magnetometer: yas530: Change data type of hard_offsets to signed
` [PATCH v3 2/8] iio: magnetometer: yas530: Change range of data in volatile register
` [PATCH v3 4/8] iio: magnetometer: yas530: Correct temperature handling
` [PATCH v3 5/8] iio: magnetometer: yas530: Change data type of calibration coefficients
` [PATCH v3 6/8] iio: magnetometer: yas530: Rename functions and registers
` [PATCH v3 7/8] iio: magnetometer: yas530: Apply minor cleanups
` [PATCH v3 8/8] iio: magnetometer: yas530: Add YAS537 variant

Wycena paneli fotowoltaicznych
 2022-06-22  7:50 UTC 

[PATCH v2] iio: magnetometer: hmc5843: Remove duplicate 'the'
 2022-06-22  6:33 UTC  (3+ messages)

[PATCH v3 2/3] Input: adc-joystick - Add polled input device support
 2022-06-21 21:41 UTC  (3+ messages)

[PATCH] iio:magnetometer:hmc5843: Remove duplicate 'the' in two places
 2022-06-21 21:11 UTC  (2+ messages)

[PATCH v2 0/4] 3rd set of IIO export namespaces
 2022-06-21 20:31 UTC  (4+ messages)

[PATCH 0/2] iio: adc: stm32-adc: add checks on adc state
 2022-06-21 15:39 UTC  (5+ messages)
` [PATCH 1/2] iio: adc: stm32-adc: make safe adc disable
` [PATCH 2/2] iio: adc: stm32-adc: disable adc before calibration

[PATCH] iio: dac: ad5380: aligned '*' each line and drop unneeded blank line
 2022-06-21 14:08 UTC  (2+ messages)

[PATCH v2 00/15] Add Mediatek MT6370 PMIC support
 2022-06-21 12:03 UTC  (10+ messages)
` [PATCH v2 03/15] dt-bindings: leds: mt6370: Add Mediatek mt6370 current sink type LED indicator
` [PATCH v2 07/15] Documentation: ABI: testing: mt6370: Add ADC sysfs guideline

[PATCH v1 1/1] iio: adc: mxs-lradc-adc: Get rid of OF specifics
 2022-06-21 11:06 UTC  (9+ messages)

[PATCH v2 1/1] iio: adc: mxs-lradc-adc: Get rid of OF specifics
 2022-06-21 10:52 UTC  (2+ messages)

[PATCH][next] iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency"
 2022-06-21  9:47 UTC 

PM runtime_error handling missing in many drivers?
 2022-06-21  9:38 UTC  (2+ messages)

[PATCH] iio: aligned '*' each line
 2022-06-21  8:56 UTC  (2+ messages)

SEO analysis
 2022-06-20 15:15 UTC 

[PATCH v1 1/2] iio: adc: xilinx-xadc: Make use of device properties
 2022-06-20 14:58 UTC  (3+ messages)

[PATCH 0/2] staging: iio: imu: Add CEVA BNO08x through the staging tree
 2022-06-20  9:14 UTC  (4+ messages)
` [PATCH 2/2] staging: iio: imu: Add CEVA BNO08x driver

[PATCH] dt-bindings: iio: adc: Add imx6ul & imx6sx compatibles
 2022-06-20  8:12 UTC  (4+ messages)
    ` (EXT) "

[PULL] 1st set of IIO fixes for 5.19
 2022-06-20  7:50 UTC  (2+ messages)

[PATCH v3 00/16] Add support for AXP192 PMIC
 2022-06-19 17:20 UTC  (9+ messages)
` [PATCH v3 06/16] dt-bindings: gpio: Add AXP192 GPIO bindings
` [PATCH v3 11/16] iio: adc: axp20x_adc: Add support for AXP192

[PATCH] iio: adc: stm32-adc: Use generic_handle_domain_irq()
 2022-06-19 16:21 UTC  (3+ messages)

[PATCH] iio: accel: mxc4005: report orientation of accelerometer
 2022-06-19 14:27 UTC  (2+ messages)

[PATCH v1 0/2] iio: Add single and double tap events support
 2022-06-19 13:18 UTC  (8+ messages)
` [PATCH v1 1/2] iio: Add new event type gesture and use direction for single and double tap
` [PATCH v1 2/2] iio: accel: bma400: Add support for single and double tap events

[PATCH v6 0/2] Add LTRF216A Driver
 2022-06-19 12:57 UTC  (7+ messages)
` [PATCH v6 1/2] dt-bindings: Document ltrf216a light sensor bindings
` [PATCH v6 2/2] iio: light: Add support for ltrf216a sensor


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).