linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-25 13:09:03 to 2022-06-01 18:03:37 UTC [more...]

[PATCH v1] iio: trigger: warn about non-registered iio trigger getting attempt
 2022-06-01 18:03 UTC  (6+ messages)

[RFC PATCH v1] iio: trigger: move trig->owner init to trigger allocate() stage
 2022-06-01 17:48 UTC 

[PATCH 1/1] iio: test: fix missing MODULE_LICENSE for IIO_RESCALE=m
 2022-06-01 14:21 UTC 

[PATCH 1/1] iio: Prefer octal over symbolic permissions
 2022-06-01 14:09 UTC  (6+ messages)

[PATCH 00/17] Add support for MT8365 EVK board
 2022-06-01 10:41 UTC  (36+ messages)
` [PATCH 01/17] dt-bindings: i2c: i2c-mt65xx: add binding for MT8365 SoC
` [PATCH 02/17] dt-bindings: memory: add mt8365 SoC binding documentation
` [PATCH 03/17] dt-bindings: mmc: mtk-sd: add bindings for MT8365 SoC
` [PATCH 04/17] dt-bindings: arm: mediatek: Add binding for mt8365-evk board
` [PATCH 05/17] dt-bindings: dma: mediatek,uart-dma: add MT8365 bindings
` [PATCH 06/17] dt-bindings: iio: adc: mediatek: add MT8365 SoC bindings
` [PATCH 07/17] dt-bindings: nvmem: mediatek,efuse: add MT8365 bindings
` [PATCH 08/17] dt-bindings: watchdog: mtk-wdt: Add MT8365 SoC bindings
` [PATCH 09/17] dt-bindings: spi: mt65xx: add "
` [PATCH 10/17] dt-bindings: serial: mediatek: add MT8365 bindings
` [PATCH 11/17] dt-bindings: phy: mediatek,dsi-phy: Add MT8365 SoC bindings
` [PATCH 12/17] dt-bindings: phy: mediatek,tphy: add "
` [PATCH 13/17] dt-bindings: usb: mediatek,mtu3: "
` [PATCH 14/17] dt-bindings: usb: mediatek,mtk-xhci: "
` [PATCH 15/17] arm64: dts: mediatek: add mt6357 device-tree
` [PATCH 16/17] arm64: dts: mediatek: add mt8365 device-tree
` [PATCH 17/17] arm64: dts: mediatek: add mt8365-evk board device-tree

[PATCH v1 1/3] iio: adc: meson_saradc: Convert to use dev_err_probe()
 2022-06-01 10:30 UTC  (8+ messages)
` [PATCH v1 2/3] iio: adc: meson_saradc: Use devm_clk_get_optional()
` [PATCH v1 3/3] iio: adc: meson_saradc: Use temporary variable for struct device

[PATCH v2] iio: Use octal permissions and DEVICE_ATTR_{RO,RW}
 2022-06-01 10:01 UTC  (2+ messages)

[PATCH 00/14] Add Mediatek MT6370 PMIC support
 2022-06-01  9:57 UTC  (22+ messages)
` [PATCH 01/14] mfd: mt6370: Add Mediatek MT6370 support
` [PATCH 02/14] usb: typec: tcpci_mt6370: Add Mediatek MT6370 tcpci driver
` [PATCH 03/14] regulator: mt6370: Add mt6370 DisplayBias and VibLDO support
` [PATCH 04/14] iio: adc: mt6370: Add Mediatek MT6370 support
` [PATCH 05/14] power: supply: mt6370: Add Mediatek MT6370 charger driver
` [PATCH 06/14] leds: mt6370: Add Mediatek MT6370 Indicator support
` [PATCH 07/14] leds: flashlight: mt6370: Add Mediatek MT6370 flashlight support
` [PATCH 08/14] video: backlight: mt6370: Add Mediatek MT6370 support
` [PATCH 09/14] dt-bindings: usb: Add Mediatek MT6370 TCPC binding documentation
` [PATCH 10/14] dt-bindings: power: supply: Add Mediatek MT6370 Charger "
` [PATCH 11/14] dt-bindings: leds: mt6370: Add Mediatek mt6370 indicator documentation
` [PATCH 12/14] dt-bindings: leds: Add Mediatek MT6370 flashlight binding documentation
` [PATCH 13/14] dt-bindings: backlight: Add Mediatek MT6370 backlight "
` [PATCH 14/14] dt-bindings: mfd: Add Mediatek MT6370 "

[RESEND 00/14] Add Mediatek MT6370 PMIC support
 2022-06-01  9:46 UTC  (26+ messages)
` [RESEND 01/14] dt-bindings: usb: Add Mediatek MT6370 TCPC binding
` [RESEND 02/14] dt-bindings: power: supply: Add Mediatek MT6370 Charger binding
` [RESEND 03/14] dt-bindings: leds: mt6370: Add Mediatek mt6370 indicator
` [RESEND 04/14] dt-bindings: leds: Add Mediatek MT6370 flashlight binding
` [RESEND 05/14] dt-bindings: backlight: Add Mediatek MT6370 backlight binding
` [RESEND 06/14] dt-bindings: mfd: Add Mediatek MT6370 binding
` [RESEND 07/14] mfd: mt6370: Add Mediatek MT6370 support
` [RESEND 08/14] usb: typec: tcpci_mt6370: Add Mediatek MT6370 tcpci driver
` [RESEND 09/14] regulator: mt6370: Add mt6370 DisplayBias and VibLDO support
` [RESEND 10/14] iio: adc: mt6370: Add Mediatek MT6370 support
` [RESEND 11/14] power: supply: mt6370: Add Mediatek MT6370 charger driver
` [RESEND 12/14] leds: mt6370: Add Mediatek MT6370 Indicator support
` [RESEND 13/14] leds: flashlight: mt6370: Add Mediatek MT6370 flashlight support
` [RESEND 14/14] video: backlight: mt6370: Add Mediatek MT6370 support

[PATCH v1 1/2] iio: adc: nau7802: Convert driver to use ->probe_new()
 2022-05-31 21:39 UTC  (2+ messages)
` [PATCH v1 2/2] iio: adc: nau7802: Make use of device properties

[PATCH v1 1/1] iio: adc: lpc18xx_adc: Switch from of headers to mod_devicetable.h
 2022-05-31 21:22 UTC 

[PATCH 09/14] dt-bindings: usb: Add Mediatek MT6370 TCPC binding documentation
 2022-05-31 20:40 UTC  (9+ messages)
` [PATCH 10/14] dt-bindings: power: supply: Add Mediatek MT6370 Charger "
` [PATCH 11/14] dt-bindings: leds: mt6370: Add Mediatek mt6370 indicator documentation
` [PATCH 12/14] dt-bindings: leds: Add Mediatek MT6370 flashlight binding documentation
` [PATCH 13/14] dt-bindings: backlight: Add Mediatek MT6370 backlight "
` [PATCH 14/14] dt-bindings: mfd: Add Mediatek MT6370 "

[PATCH v2 0/5] iio: treewide: rearrange iio trig get/register
 2022-05-31 18:20 UTC  (4+ messages)

[PATCH v1 1/1] iio: adc: vf610_adc: Make use of device properties
 2022-05-31 14:23 UTC 

[PATCH v1 1/2] iio: adc: xilinx-xadc: Make use of device properties
 2022-05-31 14:11 UTC  (2+ messages)
` [PATCH v1 2/2] iio: adc: xilinx-xadc: Drop duplicate NULL check in xadc_parse_dt()

[PATCH v1 1/1] iio: dac: ad5592r: Get rid of OF specifics
 2022-05-31 13:53 UTC 

[PATCH v2 0/3] Adds support of ADC for FSD SoC
 2022-05-31  8:42 UTC  (12+ messages)
  ` [PATCH v2 1/3] dt-bindings: iio: adc: Add FSD-HW variant
  ` [PATCH v2 3/3] arm64: dts: fsd: Add ADC device tree node
  ` [PATCH v2 2/3] iio: adc: exynos-adc: Add support for ADC FSD-HW controller

Ruch z pierwszej pozycji w Google
 2022-05-31  8:15 UTC 

[PATCH v1 1/1] iio: adc: sd_adc_modulator: Drop dependency on OF
 2022-05-30 18:17 UTC 

[PATCH v1 1/1] iio: adc: envelope-detector: Drop dependency on OF
 2022-05-30 18:13 UTC 

[PATCH v1 1/1] iio: adc: sc27xx_adc: Re-use generic struct u32_fract
 2022-05-30 18:09 UTC 

[PATCH v1 1/1] iio: proximity: sx_common: Allow IIO core to take care of firmware node
 2022-05-30 17:43 UTC 

[PATCH v1 1/1] iio: adc: mxs-lradc-adc: Get rid of OF specifics
 2022-05-30 17:33 UTC 

[PATCH V9 0/5] iio: accel: sca3300: add compatible for scl3300
 2022-05-30  9:58 UTC  (7+ messages)
` [PATCH V9 1/5] dt-bindings: iio: accel: sca3300: Document murata,scl3300
` [PATCH V9 2/5] iio: accel: sca3300: add define for temp channel for reuse
` [PATCH V9 3/5] iio: accel: sca3300: modified to support multi chips
` [PATCH V9 4/5] iio: accel: sca3300: Add support for SCL3300
` [PATCH V9 5/5] iio: accel: sca3300: Add inclination channels

[PATCH] iio: adc: vf610: fix conversion mode sysfs node name
 2022-05-30  9:06 UTC  (2+ messages)

[RFC 0/2] iio: Add single and double tap events support
 2022-05-30  8:56 UTC  (4+ messages)
` [RFC 1/2] iio: Add new event type gesture and use direction for single and double tap
` [RFC 2/2] iio: accel: bma400: Add support for single and double tap events

kbuild problem: ERROR: modpost: missing MODULE_LICENSE() in drivers/iio/afe/iio-rescale.o
 2022-05-30  2:37 UTC  (10+ messages)

[PATCH 0/5] dt-bindings: iio: update maintainers
 2022-05-29  5:01 UTC  (8+ messages)
` [PATCH 1/5] dt-bindings: iio: accel: ADIS16240: "
` [PATCH 2/5] dt-bindings: iio: adc: AD9467: "
` [PATCH 3/5] dt-bindings: iio: adc: axi-adc: "
` [PATCH 4/5] dt-bindings: iio: dac: AD5770R: "
` [PATCH 5/5] dt-bindings: iio: imu: adis16480: "

[PATCH v2 0/3] iio: accel: add MSA311 accelerometer driver
 2022-05-28 18:33 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: add MEMSensing Microsystems Co., Ltd
` [PATCH v2 2/3] iio: add MEMSensing MSA311 3-axis accelerometer driver
` [PATCH v2 3/3] dt-bindings: iio: accel: add dt-binding schema for msa311 accel driver

[PATCH V8 0/5] iio: accel: sca3300: add compatible for scl3300
 2022-05-28 17:23 UTC  (3+ messages)
` [PATCH V8 5/5] iio: accel: sca3300: Add inclination channels

[PATCH] iio: srf08: Remove redundant if statement
 2022-05-28 17:14 UTC  (3+ messages)

[PATCH] iio: afe: rescale: Fix logic bug
 2022-05-28 17:01 UTC  (4+ messages)

[PATCH 0/2] i2c: core: Add mux root adapter operations
 2022-05-27 16:50 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iio: si7020: Lock root adapter to wait for reset

[Bug 216037] New: Second MXC6655 accelerometer is not detected on transformer Aquarius NS483 laptop
 2022-05-27 16:12 UTC  (5+ messages)
` [Bug 216037] "

[PATCH] iio: Directly use ida_alloc()/free()
 2022-05-27  9:17 UTC 

[PATCH V5 0/6] iio: accel: bmi088: support BMI085 BMI090L
 2022-05-26 13:33 UTC  (7+ messages)
` [PATCH V5 1/6] iio: accel: bmi088: Modified the scale calculate
` [PATCH V5 2/6] iio: accel: bmi088: Make it possible to config scales
` [PATCH V5 3/6] iio: accel: bmi088: modified the device name
` [PATCH V5 4/6] iio: accel: bmi088: Add support for bmi085 accel
` [PATCH V5 5/6] iio: accel: bmi088: Add support for bmi090l accel
` [PATCH V5 6/6] dt-bindings: iio: accel: Add bmi085 and bmi090l bindings

[PATCH v4 0/3] Add LTRF216A Driver
 2022-05-26  7:33 UTC  (8+ messages)
` [PATCH v4 1/3] dt-bindings: vendor-prefixes: Add 'ltr' as deprecated vendor prefix

[PATCH V4 1/6] iio: accel: bmi088: Modified the scale calculate
 2022-05-25 17:53 UTC  (2+ messages)

[PATCH v1 0/3] iio: accel: add MSA311 accelerometer driver
 2022-05-25 17:53 UTC  (7+ messages)
` [PATCH v1 2/3] iio: add MEMSensing MSA311 3-axis "

[PATCH v3 0/2] iio: pressure: dps310: Reset chip if MEAS_CFG is corrupt
 2022-05-25 16:34 UTC  (3+ messages)
` [PATCH v3 1/2] iio: pressure: dps310: Refactor startup procedure

[PATCH V4 0/6] iio: accel: bmi088: support BMI085 BMI090L
 2022-05-25 13:08 UTC  (3+ messages)
` [PATCH V4 4/6] iio: accel: bmi088: Add support for bmi085 accel
` [PATCH V4 6/6] dt-bindings: iio: accel: Add bmi085 and bmi090l bindings


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