Linux IIO development
 help / color / mirror / Atom feed
 messages from 2022-06-04 14:59:54 to 2022-06-10 08:47:50 UTC [more...]

[PATCH 00/34] make iio inkern interface firmware agnostic
 2022-06-10  8:45 UTC  (16+ messages)
` [PATCH 01/34] iio: adc: ad7606: explicitly add proper header files
` [PATCH 02/34] iio: adc: ad7606_par: "
` [PATCH 03/34] iio: adc: berlin2-adc: "
` [PATCH 04/34] iio: adc: imx7d_adc: "
` [PATCH 05/34] iio: adc: imx8qxp-adc: "
` [PATCH 06/34] iio: adc: ingenic-adc: "
` [PATCH 07/34] iio: adc: mp2629_adc: "
` [PATCH 08/34] iio: adc: mt6360-adc: "
` [PATCH 09/34] iio: adc: npcm_adc: "
` [PATCH 10/34] iio: adc: rzg2l_adc: "
` [PATCH 11/34] iio: common: cros_ec_lid_angle: "
` [PATCH 12/34] iio: common: cros_ec_sensors: "
` [PATCH 13/34] iio: dac: stm32-dac: "
` [PATCH 14/34] iio: dac: vf610_dac: "
` [PATCH 15/34] iio: humidity: hts221_buffer: "

[PATCH] iio:light:tsl2563: avoid flush_scheduled_work() usage
 2022-06-10  6:06 UTC 

[PATCH 1/1] iio:proximity:sx9360: Fix hardware gain read/write
 2022-06-10  5:30 UTC 

[PATCH v2 00/17] Add support for AXP192 PMIC
 2022-06-09 21:12 UTC  (36+ messages)
` [PATCH v2 01/17] regmap-irq: Use sub_irq_reg() to calculate unmask register address
` [PATCH v2 02/17] regmap-irq: Add get_irq_reg to support unusual register layouts
` [PATCH v2 03/17] dt-bindings: mfd: add bindings for AXP192 MFD device
` [PATCH v2 04/17] dt-bindings: iio: adc: axp209: Add AXP192 compatible
` [PATCH v2 05/17] dt-bindings: power: supply: axp20x: "
` [PATCH v2 06/17] dt-bindings: gpio: Add AXP192 GPIO bindings
` [PATCH v2 07/17] dt-bindings: power: axp20x-battery: Add AXP192 compatible
` [PATCH v2 08/17] mfd: axp20x: Add support for AXP192
` [PATCH v2 09/17] regulator: "
` [PATCH v2 10/17] iio: adc: axp20x_adc: Minor code cleanups
` [PATCH v2 11/17] iio: adc: axp20x_adc: Consolidate ADC raw read functions
` [PATCH v2 12/17] iio: adc: axp20x_adc: Add support for AXP192
` [PATCH v2 13/17] power: supply: axp20x_usb_power: "
` [PATCH v2 14/17] pinctrl: Add AXP192 pin control driver
` [PATCH v2 15/17] power: axp20x_battery: Add constant charge current table
` [PATCH v2 16/17] power: axp20x_battery: Support battery status without fuel gauge
` [PATCH v2 17/17] power: axp20x_battery: Add support for AXP192

[PATCH v4 0/2] AD4130
 2022-06-09 21:03 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: iio: adc: add AD4130
` [PATCH v4 2/2] iio: adc: ad4130: add AD4130 driver

[PATCH v2 0/3] iio: accel: add MSA311 accelerometer driver
 2022-06-09 18:09 UTC  (4+ messages)
` [PATCH v2 2/3] iio: add MEMSensing MSA311 3-axis "

[PATCH AUTOSEL 5.18 01/68] iio: dummy: iio_simple_dummy: check the return value of kstrdup()
 2022-06-09 13:56 UTC  (4+ messages)
` [PATCH AUTOSEL 5.18 03/68] iio: st_sensors: Add a local lock for protecting odr

[PATCH] iio: adc: stm32: fix maximum clock rate for stm32mp15x
 2022-06-09 12:14 UTC  (2+ messages)

[PATCH] iio: adc: stm32: fix vrefint wrong calibration value handling
 2022-06-09 12:14 UTC  (2+ messages)

[PATCH] iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)
 2022-06-09 10:23 UTC 

[PATCH 0/7] Add support for magnetometer Yamaha YAS537
 2022-06-09  8:56 UTC  (15+ messages)
  ` [PATCH 1/7] iio: magnetometer: yas530: Change range of data in volatile register
  ` [PATCH 2/7] iio: magnetometer: yas530: Correct scaling of magnetic axes
  ` [PATCH 3/7] iio: magnetometer: yas530: Correct temperature handling
  ` [PATCH 4/7] iio: magnetometer: yas530: Change data type of hard_offsets to signed
  ` [PATCH 5/7] iio: magnetometer: yas530: Change data type of calibration coefficients
  ` [PATCH 6/7] iio: magnetometer: yas530: Remove redundant defaults on switch devid
  ` [PATCH 7/7] iio: magnetometer: yas530: Add YAS537 variant

[PATCH 00/16] iio: adc: at91-sama5d2_adc: add support for temperature sensor
 2022-06-09  8:32 UTC  (17+ messages)
` [PATCH 01/16] iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX
` [PATCH 02/16] iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq
` [PATCH 03/16] iio: adc: at91-sama5d2_adc: exit from write_raw() when buffers are enabled
` [PATCH 04/16] iio: adc: at91-sama5d2_adc: handle different EMR.OSR for different hw versions
` [PATCH 05/16] iio: adc: at91-sama5d2_adc: adjust osr based on specific platform data
` [PATCH 06/16] iio: adc: at91-sama5d2_adc: add 64 and 256 oversampling ratio
` [PATCH 07/16] iio: adc: at91-sama5d2_adc: simplify the code in at91_adc_read_info_raw()
` [PATCH 08/16] iio: adc: at91-sama5d2_adc: move oversampling storage in its function
` [PATCH 09/16] iio: adc: at91-sama5d2_adc: update trackx on emr
` [PATCH 10/16] iio: adc: at91-sama5d2_adc: add startup and tracktim as parameter for at91_adc_setup_samp_freq()
` [PATCH 11/16] iio: adc: at91-sama5d2_adc: add locking parameter to at91_adc_read_info_raw()
` [PATCH 12/16] dt-bindings: iio: adc: at91-sama5d2_adc: add id for temperature channel
` [PATCH 13/16] iio: adc: at91-sama5d2_adc: add support for temperature sensor
` [PATCH 14/16] iio: adc: at91-sama5d2_adc: add empty line after functions
` [PATCH 15/16] iio: adc: at91-sama5d2_adc: add runtime pm support
` [PATCH 16/16] iio: adc: at91-sama5d2_adc: use pm_ptr()

[PATCH 00/17] Add support for MT8365 EVK board
 2022-06-09  5:58 UTC  (6+ messages)
` [PATCH 05/17] dt-bindings: dma: mediatek,uart-dma: add MT8365 bindings
` [PATCH 11/17] dt-bindings: phy: mediatek,dsi-phy: Add MT8365 SoC bindings
` (subset) [PATCH 00/17] Add support for MT8365 EVK board

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

[PATCH 1/1] iio:proximity:sx9360: Fix hardware gain read/write
 2022-06-09  0:14 UTC  (3+ messages)

[PATCH v5 0/5] Add support for ToF sensor on Yoshino platform
 2022-06-08 10:18 UTC  (3+ messages)
` [PATCH 3/5] proximity: vl53l0x: Handle the VDD regulator

[PATCH v3 0/2] AD4130
 2022-06-08  8:31 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: iio: adc: add AD4130

[RFC 0/2] iio: Add single and double tap events support
 2022-06-07 18:44 UTC  (6+ messages)
` [RFC 2/2] iio: accel: bma400: Add support for single and double tap events

[PATCH v3] iio: trigger: warn about non-registered iio trigger getting attempt
 2022-06-07 18:39 UTC 

[PATCH AUTOSEL 4.9 01/19] iio: dummy: iio_simple_dummy: check the return value of kstrdup()
 2022-06-07 18:02 UTC 

[PATCH AUTOSEL 5.4 01/34] iio: dummy: iio_simple_dummy: check the return value of kstrdup()
 2022-06-07 17:59 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 02/34] iio: st_sensors: Add a local lock for protecting odr

[PATCH AUTOSEL 4.19 01/27] iio: dummy: iio_simple_dummy: check the return value of kstrdup()
 2022-06-07 18:01 UTC 

[PATCH AUTOSEL 4.14 01/25] iio: dummy: iio_simple_dummy: check the return value of kstrdup()
 2022-06-07 18:02 UTC 

[PATCH AUTOSEL 5.10 01/38] iio: dummy: iio_simple_dummy: check the return value of kstrdup()
 2022-06-07 17:57 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 03/38] iio: st_sensors: Add a local lock for protecting odr

[PATCH AUTOSEL 5.15 01/51] iio: dummy: iio_simple_dummy: check the return value of kstrdup()
 2022-06-07 17:55 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 03/51] iio: st_sensors: Add a local lock for protecting odr

[PATCH AUTOSEL 5.17 01/60] iio: dummy: iio_simple_dummy: check the return value of kstrdup()
 2022-06-07 17:52 UTC  (2+ messages)
` [PATCH AUTOSEL 5.17 03/60] iio: st_sensors: Add a local lock for protecting odr

[PATCH v2] iio: trigger: warn about non-registered iio trigger getting attempt
 2022-06-07 16:54 UTC  (3+ messages)

[PATCH 00/10] Add support for AXP192 PMIC
 2022-06-07 15:40 UTC  (22+ messages)
` [PATCH 01/10] regmap-irq: Add get_irq_reg to support unusual register layouts
` [PATCH 02/10] dt-bindings: mfd: add bindings for AXP192 MFD device
` [PATCH 03/10] dt-bindings: iio: adc: axp209: Add AXP192 compatible
` [PATCH 04/10] dt-bindings: power: supply: axp20x: "
` [PATCH 05/10] dt-bindings: gpio: Add AXP192 GPIO bindings
` [PATCH 07/10] regulator: axp20x: Add support for AXP192
` [PATCH 08/10] iio: adc: axp20x_adc: "

[RESEND 00/14] Add Mediatek MT6370 PMIC support
 2022-06-07 10:41 UTC  (5+ messages)
` [RESEND 14/14] video: backlight: mt6370: Add Mediatek MT6370 support

Koszty instalacji fotowoltaicznej
 2022-06-07  8:01 UTC 

[RFC PATCH v1] iio: trigger: move trig->owner init to trigger allocate() stage
 2022-06-06 15:13 UTC  (4+ messages)

[RESEND 12/14] leds: mt6370: Add Mediatek MT6370 Indicator support
 2022-06-06 14:28 UTC  (2+ messages)

[PATCH 0/2] iio: Implement and utilize register structures for
 2022-06-06 14:15 UTC  (3+ messages)
` [PATCH 1/2] iio: adc: stx104: Implement and utilize register structures
` [PATCH 2/2] iio: dac: cio-dac: "

[PATCH] counter: 104-quad-8: Implement and utilize register structures
 2022-06-01 20:36 UTC 

[PATCH v3 1/6] iio: adc: meson_saradc: Don't attach managed resource to IIO device object
 2022-06-06 10:10 UTC  (11+ messages)
` [PATCH v3 2/6] iio: adc: meson_saradc: Align messages to be with physical device prefix
` [PATCH v3 3/6] iio: adc: meson_saradc: Convert to use dev_err_probe()
` [PATCH v3 5/6] iio: adc: meson_saradc: Use temporary variable for struct device
` [RFC PATCH v3 6/6] iio: adc: meson_saradc: Use regmap_read_poll_timeout() for busy wait

[RESEND PATCH 0/5] IIO: Where dev_pm_ops rework and namespaces meet (4-8)
 2022-06-06  8:38 UTC  (10+ messages)
` [RESEND PATCH 1/5] iio:accel:kxsd9: Switch from CONFIG_PM guards to pm_ptr() etc
` [RESEND PATCH 2/5] iio: humidity: hts221: Use EXPORT_SIMPLE_DEV_PM_OPS() to allow compiler to remove dead code
` [RESEND PATCH 3/5] iio: humidity: hts221: Move symbol exports into IIO_HTS221 namespace
` [RESEND PATCH 4/5] iio: imu: lsm6dsx: Use new pm_sleep_ptr() and EXPORT_SIMPLE_DEV_PM_OPS()
` [RESEND PATCH 5/5] iio: imu: lsm6dsx: Move exported symbols to the IIO_LSM6DSX namespace

[PATCH v1 1/1] iio: adc: sc27xx_adc: Re-use generic struct u32_fract
 2022-06-06  3:12 UTC  (3+ messages)

[PATCH] iio: accel: mma8452: remove the reset operation during driver probe
 2022-06-06  2:06 UTC  (6+ messages)

[PATCH 09/10] power: supply: axp20x_usb_power: Add support for AXP192
 2022-06-05 15:13 UTC  (2+ messages)

[PATCH] iio: adc: ad_sigma_delta: IRQ sharing mechanism
 2022-06-04 23:03 UTC  (4+ messages)

[PATCH 1/2] iio: imu: st_lsm6dsx: Limit requested watermark value to hwfifo size
 2022-06-04 22:41 UTC  (5+ messages)
` [PATCH 2/2] iio: at91-sama5d2: "

[PATCH v2 00/92] IIO: Fix alignment of buffers for DMA
 2022-06-04 16:56 UTC  (4+ messages)
` [PATCH v2 01/92] iio: core: Fix IIO_ALIGN and rename as it was not sufficiently large

[PATCH v2 0/2] iio: sx9324: Support CS idle mode
 2022-06-04 16:38 UTC  (2+ messages)

[PATCH v14 00/10] iio: adc: introduce Qualcomm SPMI Round Robin ADC
 2022-06-04 16:29 UTC  (4+ messages)
` [PATCH v14 01/10] spmi: add a helper to look up an SPMI device from a device node

[PATCH v4 00/10] iio: sx9324/9360: Add settings for precharge, gain and internal resistor
 2022-06-04 16:26 UTC  (21+ messages)
` [PATCH v5 02/10] iio: sx9324: Fix register field spelling
` [PATCH v5 03/10] dt-bindings: iio: sx9324: Add precharge resistor setting
` [PATCH v5 04/10] iio: sx9324: Add precharge internal resistance setting
` [PATCH v5 05/10] dt-bindings: iio: sx9324: Add internal compensation resistor setting
` [PATCH v5 07/10] dt-bindings: iio: sx9324: Add input analog gain
` [PATCH v5 08/10] iio: sx9324: Add Setting for internal "
` [PATCH v5 09/10] dt-bindings: iio: sx9360: Add precharge resistor setting
` [PATCH v5 10/10] iio: sx9360: Add pre-charge "

[PATCH 0/2] iio: gyro: mpu3050: Cleanup exports and PM
 2022-06-04 15:56 UTC  (2+ messages)

[PATCH v2 0/4] 3rd set of IIO export namespaces
 2022-06-04 15:53 UTC  (5+ messages)
` [PATCH v2 1/4] iio: imu: bmi160: Move exported symbols to IIO_BMI160 namespace
` [PATCH v2 2/4] iio: pressure: bmp280: Move symbol exports to IIO_BMP280 namespace
` [PATCH v2 3/4] iio: chemical: sps30: Move symbol exports into IIO_SPS30 namespace
` [PATCH v2 4/4] iio: adc: qcom-vadc: Move symbol exports to IIO_QCOM_VADC namespace

[PATCH 0/5] 3rd set of IIO export namspaces
 2022-06-04 15:45 UTC  (4+ messages)
` [PATCH 4/5] iio: adc: adi-axi: Move exported symbols into IIO_ADI_AXI namespace

[PATCH 04/49] iio: fix opencoded for_each_set_bit()
 2022-06-04 15:41 UTC  (3+ messages)

[PATCH] iio: core: drop iio_get_time_res()
 2022-06-04 15:34 UTC  (2+ messages)

[PATCH v3 1/3] iio: addac: ad74413r: use ngpio size when iterating over mask
 2022-06-04 15:25 UTC  (6+ messages)
` [PATCH v3 3/3] iio: addac: ad74413r: for_each_set_bit_from -> for_each_set_bit


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