Linux IIO development
 help / color / mirror / Atom feed
 messages from 2022-06-07 11:01:37 to 2022-06-11 14:50:07 UTC [more...]

[PATCH 00/34] make iio inkern interface firmware agnostic
 2022-06-11 14:59 UTC  (70+ 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 16/34] iio: light: cros_ec_light_prox: "
` [PATCH 17/34] iio: pressure: cros_ec_baro: "
` [PATCH 18/34] iio: trigger: stm32-lptimer-trigger: "
` [PATCH 19/34] iio: core: drop of.h from iio.h
` [PATCH 20/34] iio: inkern: only relase the device node when done with it
` [PATCH 21/34] iio: inkern: fix return value in devm_of_iio_channel_get_by_name()
` [PATCH 22/34] iio: inkern: only return error codes in iio_channel_get_*() APIs
` [PATCH 23/34] iio: inkern: split of_iio_channel_get_by_name()
` [PATCH 24/34] iio: inkern: move to fwnode properties
` [PATCH 25/34] thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode API
` [PATCH 26/34] iio: adc: ingenic-adc: convert to IIO fwnode interface
` [PATCH 27/34] iio: adc: ab8500-gpadc: convert to device properties
` [PATCH 28/34] iio: adc: at91-sama5d2_adc: "
` [PATCH 29/34] iio: adc: qcom-pm8xxx-xoadc: "
` [PATCH 30/34] iio: adc: qcom-spmi-vadc: "
` [PATCH 31/34] iio: adc: qcom-spmi-adc5: "
` [PATCH 32/34] iio: adc: stm32-adc: "
` [PATCH 33/34] iio: inkern: remove OF dependencies
` [PATCH 34/34] iio: inkern: fix coding style warnings

[PATCH v2 00/17] Add support for AXP192 PMIC
 2022-06-11 14:32 UTC  (41+ 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 0/7] Add support for magnetometer Yamaha YAS537
 2022-06-11 14:00 UTC  (21+ 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 04/49] iio: fix opencoded for_each_set_bit()
 2022-06-11 13:50 UTC  (4+ messages)

[PATCH 1/1] iio:proximity:sx9360: Fix hardware gain read/write
 2022-06-10 14:37 UTC  (2+ messages)

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

[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 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  (5+ 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

[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  (4+ 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  (11+ messages)
` [PATCH 05/10] dt-bindings: gpio: Add AXP192 GPIO bindings
` [PATCH 08/10] iio: adc: axp20x_adc: Add support for AXP192


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