linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-03 11:42:16 to 2020-05-11 10:38:04 UTC [more...]

[RFC PATCH 00/14] iio: buffer: add support for multiple buffers
 2020-05-11 10:37 UTC  (19+ messages)
` [RFC PATCH 01/14] iio: Move scan mask management to the core
` [RFC PATCH 02/14] iio: hw_consumer: use new scanmask functions
` [RFC PATCH 03/14] iio: buffer: add back-ref from iio_buffer to iio_dev
` [RFC PATCH 04/14] iio: core,buffer: wrap iio_buffer_put() call into iio_buffers_put()
` [RFC PATCH 05/14] iio: core: register chardev only if needed
` [RFC PATCH 06/14] iio: buffer,event: duplicate chardev creation for buffers & events
` [RFC PATCH 07/14] iio: core: add simple centralized mechanism for ioctl() handlers
` [RFC PATCH 08/14] iio: core: use new common ioctl() mechanism
` [RFC PATCH 09/14] iio: buffer: split buffer sysfs creation to take buffer as primary arg
` [RFC PATCH 10/14] iio: buffer: remove attrcount_orig var from sysfs creation
` [RFC PATCH 11/14] iio: buffer: add underlying device object and convert buffers to devices
` [RFC PATCH 12/14] iio: buffer: symlink the scan_elements dir back into IIO device's dir
` [RFC PATCH 13/14] iio: unpack all iio buffer attributes correctly
` [RFC PATCH 14/14] iio: buffer: convert single buffer to list of buffers

[PATCH] iio: buffer: rework buffer attr read-only stat-flags with 'is_visible' hook
 2020-05-11  9:44 UTC  (2+ messages)

[PATCH 1/3] iio: core: wrap IIO device into a iio_dev_priv object
 2020-05-11  9:16 UTC  (6+ messages)
` [PATCH 2/3] iio: core: simplify alloc alignment code
` [PATCH 3/3] iio: core: move debugfs data on the private iio dev info

[PATCH] iio: adc: exynos: Simplify Exynos7-specific init
 2020-05-11  8:33 UTC 

[PATCH] iio: adc: Add scaling support to exynos adc driver
 2020-05-11  7:42 UTC  (3+ messages)

[PATCH v3 0/3] iio: cros_ec: Add support for RGB light sensor
 2020-05-11  6:31 UTC  (8+ messages)
` [PATCH v2 1/3] iio: Add in_illumincance vectors in different color spaces
` [PATCH v2 2/3] iio: cros_ec: Allow enabling/disabling calibration mode
` [PATCH v2 3/3] iio: cros_ec_light: Add support for RGB sensor

[PATCH v2 0/2] iio: chemical: add atlas-ezo-sensor initial support
 2020-05-11  2:32 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: iio: chemical: add CO2 EZO module documentation
` [PATCH v2 2/2] iio: chemical: add atlas-ezo-sensor initial support

[PATCH 0/2] iio: chemical: add atlas-ezo-sensor initial support
 2020-05-11  0:29 UTC  (9+ messages)
` [PATCH 2/2] "

[PATCH v14 0/2] iio: proximity: driver for vcnl3020
 2020-05-10 18:45 UTC  (3+ messages)
` [PATCH v14 1/2] dt-bindings: proximity: provide vcnl3020 device tree binding document
` [PATCH v14 2/2] iio: proximity: Add driver support for vcnl3020 proximity sensor

[PATCH v2 0/4] Add driver for wsen-itds accelerometer sensor
 2020-05-10 18:11 UTC  (6+ messages)
` [PATCH v2 2/4] iio: accel: "
` [PATCH v2 3/4] iio: accel: wsen-itds accel documentation

[PATCH] iio: light: gp2ap002: Take runtime PM reference on light read
 2020-05-10 15:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 01/11] iio: light: cm32181: Switch to new style i2c-driver probe function
 2020-05-10 11:00 UTC  (14+ messages)
` [PATCH v4 02/11] iio: light: cm32181: Add support for ACPI enumeration
` [PATCH v4 03/11] iio: light: cm32181: Add some extra register defines
` [PATCH v4 04/11] iio: light: cm32181: Add support for the CM3218
` [PATCH v4 05/11] iio: light: cm32181: Clean up the probe function a bit
` [PATCH v4 06/11] iio: light: cm32181: Handle CM3218 ACPI devices with 2 I2C resources
` [PATCH v4 07/11] iio: light: cm32181: Change reg_init to use a bitmap of which registers to init
` [PATCH v4 08/11] iio: light: cm32181: Use units of 1/100000th for calibscale and lux_per_bit
` [PATCH v4 09/11] iio: light: cm32181: Make lux_per_bit and lux_per_bit_base_it runtime settings
` [PATCH v4 10/11] iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tables
` [PATCH v4 11/11] iio: light: cm32181: Fix integartion time typo

[PATCH] iio: light: ltr501: Constify structs
 2020-05-10 10:26 UTC  (3+ messages)

[PATCH 1/2] staging: iio: ad5933: attach life-cycle of kfifo buffer to parent device
 2020-05-10 10:18 UTC  (3+ messages)
` [PATCH 2/2] staging: iio: ad5933: convert probe init to use device managed callbacks

[PATCH] iio: sca3000: Remove an erroneous get_device() call in sca3000_read_data()
 2020-05-10  9:55 UTC  (2+ messages)

[PATCH] iio: sca3000: Remove an erroneous 'get_device()'
 2020-05-10  9:54 UTC  (5+ messages)

[PATCH v3] iio: bmp280: fix compensation of humidity
 2020-05-10  9:52 UTC  (2+ messages)

[PATCH v13 0/2] iio: proximity: driver for vcnl3020
 2020-05-09 15:44 UTC  (6+ messages)
` [PATCH v13 1/2] dt-bindings: proximity: provide vcnl3020 device tree binding document
` [PATCH v13 2/2] iio: proximity: Add driver support for vcnl3020 proximity sensor

[PATCH] iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_trigger
 2020-05-10  8:36 UTC  (3+ messages)

[PATCH 1/5] iio: accel: bma180: Prepare for different reset values
 2020-05-08 19:41 UTC  (14+ messages)
` [PATCH 2/5] input: misc: bma150: Conditionally disable bma023 support
` [PATCH 3/5] dt-bindings: iio: accel: Add bma023 compatible to bma180
` [PATCH 4/5] dt-bindings: iio: accel: Add required regulators "
` [PATCH 5/5] iio: accel: bma180: Add support for bma023

[PATCH] iio: adc: ad7476: fix clang -Wpointer-bool-conversion warning
 2020-05-08 18:20 UTC  (3+ messages)

[PATCH] staging: iio: ad5933: rework probe to use devm_ function variants
 2020-05-08 15:30 UTC  (7+ messages)

[PATCH 00/12] iio: imu: new inv_icm42600 driver
 2020-05-08 14:42 UTC  (19+ messages)
` [PATCH 01/12] iio: imu: inv_icm42600: add core of "
` [PATCH 02/12] iio: imu: inv_icm42600: add I2C driver for "
` [PATCH 03/12] iio: imu: inv_icm42600: add SPI "
` [PATCH 04/12] iio: imu: inv_icm42600: add gyroscope IIO device
` [PATCH 05/12] iio: imu: inv_icm42600: add accelerometer "
` [PATCH 06/12] iio: imu: inv_icm42600: add temperature sensor support
` [PATCH 07/12] iio: imu: add Kconfig and Makefile for inv_icm42600 driver
` [PATCH 08/12] iio: imu: inv_icm42600: add device interrupt trigger
` [PATCH 09/12] iio: imu: inv_icm42600: add buffer support in iio devices
` [PATCH 10/12] iio: imu: inv_icm42600: add accurate timestamping
` [PATCH 11/12] dt-bindings: iio: imu: Add inv_icm42600 documentation
` [PATCH 12/12] MAINTAINERS: add entry for inv_icm42600 6-axis imu sensor

[PATCH 0/5] iio: accel: Add bma023 support to bma180
 2020-05-08 12:47 UTC  (4+ messages)

[PATCH v12 0/2] iio: proximity: driver for vcnl3020
 2020-05-06 19:16 UTC  (4+ messages)
` [PATCH v12 1/2] dt-bindings: proximity: provide vcnl3020 device tree binding document
` [PATCH v12 2/2] iio: proximity: Add driver support for vcnl3020 proximity sensor

[PATCH v6 0/6] iio: core,buffer: re-organize chardev creation
 2020-05-06 12:52 UTC  (6+ messages)
` [PATCH v6 3/6] iio: core: register chardev only if needed

[PATCH v6 1/7] dt-bindings: iio/adc: Convert ingenic-adc docs to YAML
 2020-05-05 19:07 UTC  (9+ messages)
` [PATCH v6 2/7] IIO: Ingenic JZ47xx: Error check clk_enable calls
` [PATCH v6 3/7] IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idx
` [PATCH v6 4/7] dt-bindings: iio/adc: Add touchscreen idx for JZ47xx SoC ADC
` [PATCH v6 5/7] IIO: Ingenic JZ47xx: Add touchscreen mode
` [PATCH v6 6/7] dt-bindings: input: Add docs for ADC driven joystick
` [PATCH v6 7/7] input: joystick: Add ADC attached joystick driver

[PATCH v11 0/6] Add battery charger driver support for MP2629
 2020-05-05 15:46 UTC  (3+ messages)
` [PATCH v11 1/6] dt-bindings: mfd: add document bindings for mp2629

[PATCH v11 0/2] iio: proximity: driver for vcnl3020
 2020-05-05 15:45 UTC  (5+ messages)
` [PATCH v11 1/2] iio: proximity: provide device tree binding document

[PATCH] ASoC: tas5805m: Add TAS5805M amplifier driver
 2020-05-05 11:15 UTC  (2+ messages)

回收: [PATCH] ASoC: tas5805m: Add TAS5805M amplifier driver
 2020-05-05 10:21 UTC 

回收: [PATCH] ASoC: tas5805m: Add TAS5805M amplifier driver
 2020-05-05 10:19 UTC 

[PATCH V3 1/4] iio: adc: Convert the QCOM SPMI ADC bindings to .yaml format
 2020-05-05 10:04 UTC  (6+ messages)
` [PATCH V3 2/4] iio: adc: Add PMIC7 ADC bindings
` [PATCH V3 3/4] iio: adc: Add support for PMIC7 ADC

[RFC PATCH] iio: __iio_update_buffers: Update mode before preenable/after postdisable
 2020-05-04 12:27 UTC  (3+ messages)

[PATCH v2] iio: st_sensors: make scale channels also shared by type
 2020-05-04 11:05 UTC  (7+ messages)

[PATCH v3 01/11] iio: light: cm32181: Switch to new style i2c-driver probe function
 2020-05-04 10:23 UTC  (15+ messages)
` [PATCH v3 04/11] iio: light: cm32181: Add support for the CM3218
` [PATCH v3 06/11] iio: light: cm32181: Handle CM3218 ACPI devices with 2 I2C resources
` [PATCH v3 10/11] iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tables

[PATCH] iio: accel: kxsd9: Fix alignment of local buffer
 2020-05-04  9:47 UTC  (3+ messages)

[PATCH v2 1/2] iio: Move scan mask management to the core
 2020-05-04  9:45 UTC  (4+ messages)

[RFC PATCH 0/4] iio: scan_mask rework to track enabled channels on per-channel basis
 2020-05-04  9:28 UTC  (8+ messages)
` [RFC PATCH 4/4] iio: Track enabled channels on a per channel basis

[PATCH] staging: iio: ad2s1210: Fix SPI reading
 2020-05-04  6:29 UTC  (3+ messages)

[PATCH v6 0/3] iio: chemical: atlas-sensor: add DO support
 2020-05-03 23:50 UTC  (5+ messages)

[PATCH v5 0/6] Support ADIS16475 and similar IMUs
 2020-05-03 17:55 UTC  (12+ messages)
` [PATCH v5 5/6] iio: imu: Add support for adis16475

[PATCH 0/4] Introduce the Counter character device interface
 2020-05-03 15:05 UTC  (12+ messages)

[PATCH v7 0/5] iio: vcnl: Add interrupts support for VCNL4010/20
 2020-05-03 13:55 UTC  (2+ messages)

[PATCH] iio: adc: stm32-adc: fix device used to request dma
 2020-05-03 13:17 UTC  (3+ messages)
` [PATCH] iio: adc: stm32-dfsdm: "

[PATCH] iio: imu: adis16xxx: use helper to access iio core debugfs dir
 2020-05-03 13:13 UTC  (3+ messages)

[PATCH] iio: adc: ti-ads8344: Fix channel selection
 2020-05-03 13:11 UTC  (2+ messages)

[PATCH v2] iio: bmp280: fix compensation of humidity
 2020-05-03 13:05 UTC  (2+ messages)

AD 5766 driver software reset during runtime
 2020-05-03 13:02 UTC  (2+ messages)

[PATCH v2] iio: adc: stm32-adc: fix runtime autosuspend delay when slow polling
 2020-05-03 11:48 UTC  (2+ messages)

[PATCH] iio: adc: ad7768-1: Fix channel endian spec
 2020-05-03 11:42 UTC  (2+ messages)


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