linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-22 13:09:19 to 2020-04-27 08:51:55 UTC [more...]

[PATCH v9 0/6] Add battery charger driver support for MP2629
 2020-04-27  8:51 UTC  (10+ messages)
` [PATCH v9 2/6] mfd: mp2629: Add support for mps battery charger

[PATCH v7 1/2] Driver for TI HDC20x0 humidity and temperature sensors
 2020-04-27  7:57 UTC  (4+ messages)
` [PATCH v7 2/2] dt-bindings "

[PATCH v5 0/6] iio: core,buffer: re-organize chardev creation
 2020-04-27  6:43 UTC  (13+ messages)
` [PATCH v5 1/6] iio: buffer: add back-ref from iio_buffer to iio_dev
` [PATCH v5 2/6] iio: core,buffer: wrap iio_buffer_put() call into iio_buffers_put()
` [PATCH v5 3/6] iio: core: register chardev only if needed
` [PATCH v5 4/6] iio: buffer,event: duplicate chardev creation for buffers & events
` [PATCH v5 5/6] iio: core: add simple centralized mechanism for ioctl() handlers
` [PATCH v5 6/6] iio: core: use new common ioctl() mechanism

[RFC PATCH 0/4] iio: scan_mask rework to track enabled channels on per-channel basis
 2020-04-27  6:25 UTC  (13+ messages)
` [RFC PATCH 1/4] iio: Move scan mask management to the core
` [RFC PATCH 2/4] iio: hw_consumer: use new scanmask functions
` [RFC PATCH 3/4] iio: Allow channels to share storage elements
` [RFC PATCH 4/4] iio: Track enabled channels on a per channel basis

[PATCH] iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_trigger
 2020-04-27  5:39 UTC  (7+ messages)

[PATCH v5] iio: patch set ltc2632
 2020-04-27  1:09 UTC  (6+ messages)
` [PATCH v5 1/3] iio: documentation ltc2632_chip_info add num_channels
` [PATCH v5 3/3] iio/dac: convert ltc2632.txt to lltc,ltc2632.yaml

[PATCH v10 0/6] Add battery charger driver support for MP2629
 2020-04-26 20:02 UTC  (3+ messages)
` [PATCH v10 4/6] power: supply: Add support for mps mp2629 battery charger

[PATCH] iio: dac: vf610: Fix an error handling path in 'vf610_dac_probe()'
 2020-04-26 19:44 UTC 

[PATCH 1/8] iio: light: cm32181: Add some extra register defines
 2020-04-26 17:51 UTC  (12+ messages)
` [PATCH 2/8] iio: light: cm32181: Add support for the CM3218
` [PATCH 3/8] iio: light: cm32181: Handle ACPI instantiating a cm32181 client on the SMBus ARA
` [PATCH 4/8] iio: light: cm32181: Change reg_init to use a bitmap of which registers to init
` [PATCH 5/8] iio: light: cm32181: Use units of 1/100000th for calibscale and lux_per_bit
` [PATCH 6/8] iio: light: cm32181: Make lux_per_bit and lux_per_bit_base_it runtime settings
` [PATCH 7/8] iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tables
` [PATCH 8/8] iio: light: cm32181: Fix integartion time typo

[PATCH] iio: imu: st_lsm6dsx: enable 833Hz sample frequency for tagged sensors
 2020-04-26 14:28 UTC  (3+ messages)

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

[PATCH 0/6] Add support for SCD30 sensor
 2020-04-26 11:11 UTC  (25+ messages)
` [PATCH 1/6] iio: chemical: scd30: add core driver
` [PATCH 2/6] iio: chemical: scd30: add I2C interface driver
` [PATCH 3/6] iio: chemical: scd30: add serial "
` [PATCH 4/6] Documentation: ABI: testing: scd30: document iio attributes
` [PATCH 5/6] dt-bindings: iio: scd30: add device binding file
` [PATCH 6/6] MAINTAINERS: add myself as a SCD30 driver maintainer

[PATCH v11 0/2] iio: proximity: driver for vcnl3020
 2020-04-26  9:35 UTC  (5+ messages)
` [PATCH v11 1/2] iio: proximity: provide device tree binding document
` [PATCH v11 2/2] iio: proximity: Add driver support for vcnl3020 proximity sensor

[PATCH v5 0/4] iio: vcnl: Add interrupts support for VCNL4010/20
 2020-04-26  9:24 UTC  (10+ messages)
` [PATCH v5 1/4] iio: vcnl4000: Factorize data reading and writing
` [PATCH v5 2/4] iio: vcnl4000: Add event support for VCNL4010/20
` [PATCH v5 3/4] iio: vcnl4000: Add sampling frequency "
` [PATCH v5 4/4] iio: vcnl4000: Add buffer "

[PATCH] subsystem: Amplifier driver for TAS5805M,Texas instruments
 2020-04-26  8:55 UTC 

[PATCH v4 0/7] iio: core,buffer: re-organize chardev creation
 2020-04-26  7:28 UTC  (9+ messages)
` [PATCH v4 1/7] iio: Use an early return in iio_device_alloc to simplify code
` [PATCH v4 2/7] iio: buffer: add back-ref from iio_buffer to iio_dev
` [PATCH v4 3/7] iio: core,buffer: wrap iio_buffer_put() call into iio_buffers_put()
` [PATCH v4 4/7] iio: core: register chardev only if needed
` [PATCH v4 5/7] iio: buffer,event: duplicate chardev creation for buffers & events
` [PATCH v4 6/7] iio: core: add simple centralized mechanism for ioctl() handlers
` [PATCH v4 7/7] iio: core: use new common ioctl() mechanism

[PATCH] iio: Use an early return in iio_device_alloc to simplify code
 2020-04-26  7:25 UTC  (4+ messages)

[PATCH v4 0/4] iio: vcnl: Add interrupts support for VCNL4010/20
 2020-04-25 19:49 UTC  (13+ messages)
` [PATCH v4 2/4] iio: vcnl4000: Add event "
` [PATCH v4 3/4] iio: vcnl4000: Add sampling frequency "
` [PATCH v4 4/4] iio: vcnl4000: Add buffer "

[PATCH v5 1/3] iio: adc: rockchip_saradc: move all of probe to devm-functions
 2020-04-25 19:32 UTC  (6+ messages)
` [PATCH v5 2/3] iio: adc: rockchip_saradc: better prefix for channel constant
` [PATCH v5 3/3] iio: adc: rockchip_saradc: Add support iio buffers

[PATCH 1/3 v4] iio: magnetometer: ak8974: Correct realbits
 2020-04-25 17:55 UTC  (3+ messages)
` [PATCH 3/3 v4] iio: magnetometer: ak8974: Provide scaling

[PATCH 1/3] dt-bindings: vendor-prefixes: Add Alps
 2020-04-25 17:48 UTC  (8+ messages)
` [PATCH 2/3] dt-bindings: magnetometer: ak8974: Add Alps hscdtd008a
` [PATCH 3/3] iio: magnetometer: ak8974: add "

[PATCH] iio: imu: st_lsm6dsx: unlock on error in st_lsm6dsx_shub_write_raw()
 2020-04-25 17:34 UTC  (2+ messages)

[PATCH 0/2] iio: cros_ec: Add support for RGB light sensor
 2020-04-25 17:31 UTC  (5+ messages)
` [PATCH 1/2] iio: cros_ec: Allow enabling/disabling calibration mode
` [PATCH 2/2] iio: cros_ec_light: Add support for RGB sensor

[PATCH] dt-bindings: iio: adi,ltc2983: Add missing quotes on dependencies
 2020-04-25 17:10 UTC  (3+ messages)

[PATCH v1 01/16] iio: adc: ad_sigma_delta: Use {get,put}_unaligned_be24()
 2020-04-25 17:04 UTC  (39+ messages)
` [PATCH v1 02/16] iio: adc: mpc3422: Use get_unaligned_beXX()
` [PATCH v1 03/16] iio: adc: ti-ads124s08: Use get_unaligned_be24()
` [PATCH v1 04/16] iio: dac: ltc2632: Use put_unaligned_be24()
` [PATCH v1 05/16] iio: dac: ad5624r_spi: "
` [PATCH v1 06/16] iio: dac: ad5446: "
` [PATCH v1 07/16] iio: gyro: adis16130: Use get_unaligned_be24()
` [PATCH v1 08/16] iio: health: afe4403: "
` [PATCH v1 09/16] iio: light: si1133: "
` [PATCH v1 10/16] iio: light: zopt2201: Use get_unaligned_le24()
` [PATCH v1 11/16] iio: magnetometer: rm3100: Use get_unaligned_be24()
` [PATCH v1 12/16] iio: pressure: hp206c: "
` [PATCH v1 13/16] iio: pressure: ms5611: "
` [PATCH v1 14/16] iio: pressure: zpa2326: Use get_unaligned_le24()
` [PATCH v1 15/16] iio: temperature: max31856: Use get_unaligned_beXX()
` [PATCH v1 16/16] iio: st_sensors: Use get_unaligned_be24() and sign_extend32()

[PATCH][next] iio: adc: ad7476: remove redundant null check on an array
 2020-04-25 17:02 UTC  (4+ messages)

[PATCH] iio: buffer: extend short-hand use for 'indio_dev->buffer'
 2020-04-25 16:59 UTC  (2+ messages)

[PATCH] iio: dac: ad5592r: Fix a typo in the name of a function
 2020-04-25 16:55 UTC  (2+ messages)

[PATCH] iio: dac: ad5593r: Fix a typo in MODULE_DESCRIPTION
 2020-04-25 16:54 UTC  (2+ messages)

[PATCH v3 0/2] irq/irq_sim: try to improve the API
 2020-04-25 15:38 UTC  (3+ messages)
` [PATCH v3 2/2] irq/irq_sim: simplify "

[RESEND PATCH v3 0/3] Add Reset and Wakeup support for CCS811
 2020-04-25 15:26 UTC  (6+ messages)
` [RESEND PATCH v3 1/3] dt-bindings: iio: chemical: Add binding for CCS811 VOC sensor

[PATCH v2] drivers: counter: Add Cros EC Sync counter
 2020-04-25 15:21 UTC  (5+ messages)

[PATCH v5 0/6] Support ADIS16475 and similar IMUs
 2020-04-25 15:18 UTC  (3+ messages)

[PATCH v2 1/2] iio: at91-sama5d2_adc: split at91_adc_current_chan_is_touch() helper
 2020-04-25 15:06 UTC  (10+ messages)
` [PATCH v2 2/2] iio: at91-sama5d2_adc: adjust iio_triggered_buffer_{predisable,postenable} positions

[PATCH v3 0/3] Enhancements to at91-sama5d2_adc driver
 2020-04-25 14:52 UTC  (3+ messages)
` [PATCH v3 2/3] iio: adc: at91-sama5d2_adc: handle unfinished conversions

[PATCH 0/7] iio: light: clean out of_match_ptr and tidy headers
 2020-04-25 14:49 UTC  (6+ messages)

[PATCH 0/3] iio: accel: Abandon of_match_ptr macro
 2020-04-25 14:36 UTC  (7+ messages)
` [PATCH 1/3] iio: accel: dmard06: Use mod_devicetable.h and drop "
` [PATCH 2/3] iio: accel: kxsd9-i2c: "
` [PATCH 3/3] iio: accel: mma8452: Drop "

[PATCH v3 0/2] iio: chemical: atlas-sensor: add RTD-SM module support
 2020-04-25 14:27 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: iio: chemical: add Atlas Scientific RTD-SM sensor docs
` [PATCH v3 2/2] iio: chemical: atlas-sensor: add RTD-SM module support

[PATCH] iio: chemical: atlas-sensor: correct DO-SM channels
 2020-04-25 13:37 UTC  (5+ messages)

[PATCH v5 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings
 2020-04-24  5:54 UTC  (6+ messages)
` [PATCH v5 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088

[PULL] First set of IIO new device support, cleanups etc for the 5.8 cycle
 2020-04-23  9:10 UTC  (2+ messages)

inquiry: where to place iio/ bandpass filter driver
 2020-04-23  4:52 UTC  (5+ messages)

ucsi and DRD controller interaction
 2020-04-22 14:53 UTC  (7+ 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).