linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-06 14:59:57 to 2021-02-12 12:18:26 UTC [more...]

[PATCH v8 00/22] Introduce the Counter character device interface
 2021-02-12 12:13 UTC  (21+ messages)
` [PATCH v8 01/22] docs: counter: Consolidate Counter sysfs attributes documentation
` [PATCH v8 02/22] docs: counter: Fix spelling
` [PATCH v8 03/22] counter: 104-quad-8: Return error when invalid mode during ceiling_write
` [PATCH v8 04/22] counter: 104-quad-8: Annotate hardware config module parameter
` [PATCH v8 05/22] counter: 104-quad-8: Add const qualifiers for quad8_preset_register_set
` [PATCH v8 06/22] counter: 104-quad-8: Add const qualifier for functions_list array
` [PATCH v8 07/22] counter: 104-quad-8: Add const qualifier for actions_list array
` [PATCH v8 08/22] counter: ftm-quaddec: "
` [PATCH v8 09/22] counter: Return error code on invalid modes
` [PATCH v8 10/22] counter: Standardize to ERANGE for limit exceeded errors
` [PATCH v8 11/22] counter: Rename counter_signal_value to counter_signal_level
` [PATCH v8 12/22] counter: Rename counter_count_function to counter_function
` [PATCH v8 14/22] counter: Update counter.h comments to reflect sysfs internalization
` [PATCH v8 15/22] docs: counter: Update "
` [PATCH v8 16/22] counter: Move counter enums to uapi header
` [PATCH v8 17/22] counter: Add character device interface
` [PATCH v8 18/22] docs: counter: Document "
` [PATCH v8 19/22] counter: Implement extension*_name sysfs attributes
` [PATCH v8 20/22] counter: Implement events_queue_size sysfs attribute
` [PATCH v8 21/22] counter: 104-quad-8: Replace mutex with spinlock

Adding custom functional callbacks to IIO driver
 2021-02-12 11:39 UTC  (2+ messages)

[PATCH v2 0/3] iio: core,buffer-dma: add mmap support
 2021-02-12 10:21 UTC  (5+ messages)
` [PATCH v2 1/3] iio: core: Add mmap interface infrastructure
` [PATCH v2 2/3] iio: buffer-dma: Add mmap support
` [PATCH v2 3/3] tools: iio: add example for high-speed buffer support

[RFC PATCH 0/5] iio: buffer: add output buffer and cyclic mode
 2021-02-12 10:20 UTC  (6+ messages)
` [RFC PATCH 1/5] iio: Add output buffer support
` [RFC PATCH 2/5] iio: kfifo-buffer: "
` [RFC PATCH 3/5] iio: buffer-dma: Allow to provide custom buffer ops
` [RFC PATCH 4/5] iio: buffer-dma: Add output buffer support
` [RFC PATCH 5/5] iio: buffer-dma: add support for cyclic DMA transfers

[PATCH v5 0/2] add support for GPIO or IRQ based evemt counter
 2021-02-12  9:29 UTC  (8+ messages)
` [PATCH v5 1/2] dt-bindings: counter: add event-counter binding
` [PATCH v5 2/2] counter: add IRQ or GPIO based event counter

[PATCH v7 0/5] Introduce the Counter character device interface
 2021-02-12  6:32 UTC  (10+ messages)
` [PATCH v7 3/5] counter: Add "
` [PATCH v7 5/5] counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8

[PATCH v3] iio: ad7949: fix wrong ADC result due to incorrect bit mask
 2021-02-11 19:24 UTC  (5+ messages)

[PATCH 00/24] staging:iio:cdc:ad7150: cleanup / fixup / graduate
 2021-02-11 15:51 UTC  (42+ messages)
` [PATCH 01/24] staging:iio:cdc:ad7150: use swapped reads for i2c rather than open coding
` [PATCH 02/24] staging:iio:cdc:ad7150: Remove magnitude adaptive events
` [PATCH 03/24] staging:iio:cdc:ad7150: Refactor event parameter update
` [PATCH 04/24] staging:iio:cdc:ad7150: Timeout register covers both directions so both need updating
` [PATCH 05/24] staging:iio:cdc:ad7150: Drop platform data support
` [PATCH 06/24] staging:iio:cdc:ad7150: Handle variation in chan_spec across device and irq present or not
` [PATCH 07/24] staging:iio:cdc:ad7150: Simplify event handling by only using rising direction
` [PATCH 08/24] staging:iio:cdc:ad7150: Drop noisy print in probe
` [PATCH 09/24] staging:iio:cdc:ad7150: Add sampling_frequency support
` [PATCH 10/24] iio:event: Add timeout event info type
` [PATCH 11/24] staging:iio:cdc:ad7150: Change timeout units to seconds and use core support
` [PATCH 12/24] staging:iio:cdc:ad7150: Rework interrupt handling
` [PATCH 13/24] staging:iio:cdc:ad7150: More consistent register and field naming
` [PATCH 14/24] staging:iio:cdc:ad7150: Reorganize headers
` [PATCH 15/24] staging:iio:cdc:ad7150: Tidy up local variable positioning
` [PATCH 16/24] staging:iio:cdc:ad7150: Drop unnecessary block comments
` [PATCH 17/24] staging:iio:cdc:ad7150: Shift the _raw readings by 4 bits
` [PATCH 18/24] staging:iio:cdc:ad7150: Add scale and offset to info_mask_shared_by_type
` [PATCH 19/24] staging:iio:cdc:ad7150: Really basic regulator support
` [PATCH 20/24] staging:iio:cdc:ad7150: Add of_match_table
` [PATCH 21/24] dt-bindings:iio:cdc:adi,ad7150 binding doc
` [PATCH 22/24] iio:Documentation:ABI Add missing elements as used by the adi,ad7150
` [PATCH 23/24] staging:iio:cdc:ad7150: Add copyright notice given substantial changes
` [PATCH 24/24] iio:cdc:ad7150: Move driver out of staging

[PATCH 0/3] iio: core,buffer-dma: add mmap support
 2021-02-11 13:14 UTC  (5+ messages)
` [PATCH 1/3] iio: core: Add mmap interface infrastructure
` [PATCH 2/3] iio: buffer-dma: Add mmap support
` [PATCH 3/3] tools: iio: add example for high-speed buffer support

[PATCH v5 00/17] iio: core,buffer: add support for multiple IIO buffers per IIO device
 2021-02-11 12:24 UTC  (18+ messages)
` [PATCH v5 01/17] docs: ioctl-number.rst: reserve IIO subsystem ioctl() space
` [PATCH v5 02/17] iio: core: register chardev only if needed
` [PATCH v5 03/17] iio: core-trigger: make iio_device_register_trigger_consumer() an int return
` [PATCH v5 04/17] iio: core: rework iio device group creation
` [PATCH v5 05/17] iio: buffer: group attr count and attr alloc
` [PATCH v5 06/17] iio: core: merge buffer/ & scan_elements/ attributes
` [PATCH v5 07/17] iio: add reference to iio buffer on iio_dev_attr
` [PATCH v5 08/17] iio: buffer: wrap all buffer attributes into iio_dev_attr
` [PATCH v5 09/17] iio: buffer: dmaengine: obtain buffer object from attribute
` [PATCH v5 10/17] iio: core: wrap iio device & buffer into struct for character devices
` [PATCH v5 11/17] iio: buffer: move __iio_buffer_free_sysfs_and_mask() before alloc
` [PATCH v5 12/17] iio: buffer: introduce support for attaching more IIO buffers
` [PATCH v5 13/17] iio: buffer: add ioctl() to support opening extra buffers for IIO device
` [PATCH v5 14/17] iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc()
` [PATCH v5 15/17] tools: iio: make iioutils_get_type() private in iio_utils
` [PATCH v5 16/17] tools: iio: privatize globals and functions in iio_generic_buffer.c file
` [PATCH v5 17/17] tools: iio: convert iio_generic_buffer to use new IIO buffer API

[PATCH v6 0/3] iio: Add a ChromeOS EC MKBP proximity driver
 2021-02-11  2:46 UTC  (4+ messages)
` [PATCH v6 1/3] platform/chrome: cros_ec: Add SW_FRONT_PROXIMITY MKBP define
` [PATCH v6 2/3] dt-bindings: iio: Add cros ec proximity yaml doc
` [PATCH v6 3/3] iio: proximity: Add a ChromeOS EC MKBP proximity driver

[PATCH v5 0/1] Adding support for IIO SCMI based sensors
 2021-02-10 21:46 UTC  (4+ messages)
` [PATCH v5 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors

[PATCHv5 0/3] iio: Add a ChromeOS EC MKBP proximity driver
 2021-02-10 18:44 UTC  (7+ messages)
` [PATCH v5 1/3] platform/chrome: cros_ec: Add SW_FRONT_PROXIMITY MKBP define
` [PATCH v5 2/3] dt-bindings: iio: Add cros ec proximity yaml doc
` [PATCH v5 3/3] iio: proximity: Add a ChromeOS EC MKBP proximity driver

[PATCH] drivers: iio: proximity: Fix a spelling postive to positive in the file sx9500.c
 2021-02-10 16:16 UTC  (2+ messages)

[PATCH v2] Added AMS tsl2591 driver implementation
 2021-02-10 14:50 UTC 

[PATCH v4 00/17] iio: core,buffer: add support for multiple IIO buffers per IIO device
 2021-02-10 14:04 UTC  (19+ messages)
` [PATCH v4 01/17] docs: ioctl-number.rst: reserve IIO subsystem ioctl() space
` [PATCH v4 02/17] iio: core: register chardev only if needed
` [PATCH v4 03/17] iio: core-trigger: make iio_device_register_trigger_consumer() an int return
` [PATCH v4 04/17] iio: core: rework iio device group creation
` [PATCH v4 05/17] iio: buffer: group attr count and attr alloc
` [PATCH v4 06/17] iio: core: merge buffer/ & scan_elements/ attributes
` [PATCH v4 07/17] iio: add reference to iio buffer on iio_dev_attr
` [PATCH v4 08/17] iio: buffer: wrap all buffer attributes into iio_dev_attr
` [PATCH v4 09/17] iio: buffer: dmaengine: obtain buffer object from attribute
` [PATCH v4 10/17] iio: core: wrap iio device & buffer into struct for character devices
` [PATCH v4 11/17] iio: buffer: move __iio_buffer_free_sysfs_and_mask() before alloc
` [PATCH v4 12/17] iio: buffer: introduce support for attaching more IIO buffers
` [PATCH v4 13/17] iio: buffer: add ioctl() to support opening extra buffers for IIO device
` [PATCH v4 14/17] iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc()
` [PATCH v4 15/17] tools: iio: make iioutils_get_type() private in iio_utils
` [PATCH v4 16/17] tools: iio: privatize globals and functions in iio_generic_buffer.c file
` [PATCH v4 17/17] tools: iio: convert iio_generic_buffer to use new IIO buffer API

[PATCH] iio: adc: adi-axi-adc: add proper Kconfig dependencies
 2021-02-10 10:50 UTC 

[PATCHv4 0/3] iio: Add a ChromeOS EC MKBP proximity driver
 2021-02-10  2:40 UTC  (8+ messages)
` [PATCH v4 2/3] dt-bindings: iio: Add cros ec proximity yaml doc
` [PATCH v4 3/3] iio: proximity: Add a ChromeOS EC MKBP proximity driver

[PATCH] iio: use getter/setter functions
 2021-02-09 21:13 UTC 

[PATCH 0/4] Fix/Improve sync clock mode handling
 2021-02-09 16:04 UTC  (3+ messages)
` [PATCH 4/4] dt-bindings: adis16475: remove property

[PATCH] iio: sx9310: Support ACPI property
 2021-02-09  6:56 UTC  (10+ messages)

[PATCH] iio: chemical: scd30: fix Oops due to missing parent device
 2021-02-08 22:39 UTC 

[PATCH v2 0/2] iio: adc: ad7124: allow 16 channels
 2021-02-08 16:06 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] dt-bindings: iio: adc: ad7124: add config nodes

[PATCH 1/2] iio: documentation: Document proximity sensor label use
 2021-02-08 14:17 UTC  (6+ messages)
` [PATCH 2/2] iio: documentation: Document accelerometer "

[PATCH 0/3] iio: add labels with accel-location to bmc150 and kxcjk-1013 drivers
 2021-02-08  7:27 UTC  (5+ messages)
` [PATCH 1/3] iio: core: Allow drivers to specify a label without it coming from of
` [PATCH 2/3] iio: accel: bmc150: Set label based on accel-location on 2-accel yoga-style 2-in-1s
` [PATCH 3/3] iio: accel: kxcjk-1013: "

[PATCH v2] iio: ad7949: fix wrong ADC result due to incorrect bit mask
 2021-02-07 15:59 UTC  (4+ messages)

[PATCH 1/3] iio: iio_format_value(): Use signed temporary for IIO_VAL_FRACTIONAL_LOG2
 2021-02-07 12:45 UTC  (5+ messages)
` [PATCH 3/3] iio: Add basic unit test for iio_format_value()

[PATCH v2 0/3] Add relative hysteresis support for hid sensors
 2021-02-07  7:00 UTC  (4+ messages)
` [PATCH v2 1/3] iio: Add relative sensitivity support
` [PATCH v2 2/3] iio: hid-sensor-als: Add relative hysteresis support
` [PATCH v2 3/3] iio: Add relative hysteresis in ABI documentation

[PATCH v2 0/2] resolve read hystersis return invalid argument issue for hid sensors
 2021-02-06 16:55 UTC  (4+ messages)
` [PATCH v2 1/2] iio: hid-sensors: Move get sensitivity attribute to hid-sensor-common

[PATCH v4 0/2] Add support for ADS131E0x ADC family
 2021-02-06 16:54 UTC  (3+ messages)
` [PATCH v4 1/2] iio: adc: Add driver for Texas Instruments "

[PATCH 0/3] Add relative hysteresis support for hid sensors
 2021-02-06 16:52 UTC  (7+ messages)
` [PATCH 1/3] iio: Add relative sensitivity support
` [PATCH 2/3] iio: hid-sensor-als: Add relative hysteresis support
` [PATCH 3/3] iio: Add relative hysteresis in ABI documentation

[PATCH] dt-bindings: iio: dac: Add missing ad5686 compatible strings
 2021-02-06 15:55 UTC  (4+ messages)

[PATCH v2] dt-bindings: iio: dac: Fix AD5686 references
 2021-02-06 15:50 UTC  (3+ messages)

[PATCH v2] iio: sx9310: Support ACPI property
 2021-02-06 14:58 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).