linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-20 15:40:23 to 2023-07-26 10:19:59 UTC [more...]

[PATCH v2 00/11] Introduce STM32 Firewall framework
 2023-07-26 10:19 UTC  (15+ messages)
` [IGNORE][PATCH v2 01/11] dt-bindings: Document common device controller bindings
` [PATCH v2 02/11] dt-bindings: bus: document RIFSC
` [PATCH v2 03/11] dt-bindings: bus: document ETZPC
` [PATCH v2 04/11] dt-bindings: treewide: add feature-domains description
` [PATCH v2 05/11] firewall: introduce stm32_firewall framework
` [PATCH v2 06/11] of: property: fw_devlink: Add support for "feature-domains"
` [PATCH v2 07/11] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v2 08/11] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards
` [PATCH v2 09/11] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v2 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v2 11/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[RFC] IIO: MPU6050: fix level-triggered IRQ support caused crash
 2023-07-26  9:02 UTC 

[PATCH v3 00/11] Introduce STM32 Firewall framework
 2023-07-26  9:04 UTC  (14+ messages)
` [IGNORE][PATCH v3 01/11] dt-bindings: Document common device controller bindings
` [PATCH v3 02/11] dt-bindings: treewide: add feature-domains description
` [PATCH v3 03/11] dt-bindings: bus: document RIFSC
` [PATCH v3 04/11] dt-bindings: bus: document ETZPC
  ` [PATCH v3 05/11] firewall: introduce stm32_firewall framework
  ` [PATCH v3 06/11] of: property: fw_devlink: Add support for "feature-domains"
  ` [PATCH v3 07/11] bus: rifsc: introduce RIFSC firewall controller driver
  ` [PATCH v3 08/11] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards
  ` [PATCH v3 09/11] bus: etzpc: introduce ETZPC firewall controller driver
  ` [PATCH v3 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
  ` [PATCH v3 11/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[PATCH v3 0/2] Use i2c_get_match_data() instead of device_get_match_data()
 2023-07-25 17:16 UTC  (3+ messages)
` [PATCH v3 1/2] iio: accel: adxl313: Fix adxl313_i2c_id[] table
` [PATCH v3 2/2] iio: accel: adxl313: Use i2c_get_match_data

[PATCH v3] counter: rz-mtu3-cnt: Reorder locking sequence for consistency
 2023-07-25 15:46 UTC 

[PATCH 00/10] Introduce STM32 Firewall framework
 2023-07-25 14:07 UTC  (5+ messages)
` [PATCH 07/10] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards

[PATCH v2 0/6] Add RZ/G2UL MTU3a support
 2023-07-25  9:49 UTC  (12+ messages)
` [PATCH v2 1/6] dt-bindings: timer: renesas,rz-mtu3: Improve documentation
` [PATCH v2 2/6] dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt names
` [PATCH v2 3/6] dt-bindings: timer: renesas,rz-mtu3: Document RZ/G2UL SoC

[PATCH] tools: iio: iio_generic_buffer: Fix some integer type and calculation
 2023-07-25  9:25 UTC 

[PATCH V2] tools: iio: iio_generic_buffer: Fix some integer type and calculation
 2023-07-25  9:24 UTC 

[PATCH v4 0/3] Add driver for Murata IRS-D200
 2023-07-25  8:53 UTC  (4+ messages)
` [PATCH v4 3/3] iio: "

Słowa kluczowe do wypozycjonowania
 2023-07-25  7:50 UTC 

[PATCH v2 0/2] Use i2c_get_match_data() instead of device_get_match_data()
 2023-07-24 15:23 UTC  (5+ messages)
` [PATCH v2 1/2] iio: accel: adxl313: Fix adxl313_i2c_id[] table
` [PATCH v2 2/2] iio: accel: adxl313: Use i2c_get_match_data

[PATCH v2] counter: rz-mtu3-cnt: Reorder locking sequence for consistency
 2023-07-24 15:22 UTC  (3+ messages)

[PATCH] counter: Declare counter_priv() to be const
 2023-07-24 15:14 UTC  (2+ messages)

[PATCH] counter: Explicitly include correct DT includes
 2023-07-24 15:10 UTC  (2+ messages)

[GIT PULL] Second set of Counter fixes for 6.5
 2023-07-24 14:39 UTC 

[PATCH v3 0/4] iio: core: A few code cleanups and documentation fixes
 2023-07-24 11:11 UTC  (6+ messages)
` [PATCH v3 1/4] iio: core: Use sysfs_match_string() helper
` [PATCH v3 2/4] iio: core: Add opaque_struct_size() helper and use it
` [PATCH v3 3/4] iio: core: Switch to krealloc_array()
` [PATCH v3 4/4] iio: core: Fix issues and style of the comments

[PATCH v2 0/8] iio: core: A few code cleanups and documentation fixes
 2023-07-24 10:53 UTC  (24+ messages)
` [PATCH v2 1/8] iio: core: Add opaque_struct_size() helper and use it
` [PATCH v2 2/8] iio: core: Use sysfs_match_string() helper
` [PATCH v2 3/8] iio: core: Switch to krealloc_array()
` [PATCH v2 4/8] iio: core: Use min() instead of min_t() to make code more robust
` [PATCH v2 5/8] iio: core: Get rid of redundant 'else'
` [PATCH v2 6/8] iio: core: Fix issues and style of the comments
` [PATCH v2 7/8] iio: core: Move initcalls closer to the respective calls
` [PATCH v2 8/8] iio: core: Improve indentation in a few places

Low Interest loan opportunity
 2023-07-24  8:47 UTC 

[PATCH 0/6] Add RZ/G2UL MTU3a support
 2023-07-24  8:21 UTC  (10+ messages)
` [PATCH 2/6] dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt names
` [PATCH 3/6] dt-bindings: timer: renesas,rz-mtu3: Document RZ/G2UL SoC

[PATCH v2] tools/counter: Makefile: Replace rmdir by rm to avoid make,clean failure
 2023-07-23 15:01 UTC  (3+ messages)

[PATCH v3] iio: imu: lsm6dsx: Fix mount matrix retrieval
 2023-07-23 12:50 UTC  (6+ messages)

[PATCH v3 0/2] add MCP4728 I2C DAC driver​
 2023-07-23 12:47 UTC  (17+ messages)
` [PATCH v3 1/2] dt-bindings: iio: dac: add mcp4728.yaml
` [PATCH v3 2/2] iio: add MCP4728 I2C DAC driver

[PATCH] iio: adc: Explicitly include correct DT includes
 2023-07-23 12:38 UTC  (3+ messages)

[PATCH v2 0/3] Add new channels for adis16475
 2023-07-23 12:36 UTC  (11+ messages)
` [PATCH v2 1/3] iio: imu: adis16475.c: Remove unused enum elements
` [PATCH v2 2/3] iio: imu: adis16475.c: Add has_burst32 flag to adis16477 devices
` [PATCH v2 3/3] iio: imu: adis16475.c: Add delta angle and delta velocity channels

[PATCH v2] iio: potentiometer: mcp4018: Use i2c_get_match_data()
 2023-07-23 11:50 UTC  (8+ messages)

[PATCH] iio: amplifiers: ad8366: add support for HMC792A Attenuator
 2023-07-23 11:24 UTC  (2+ messages)

[PATCH v3] iio: potentiometer: mcp4018: Use i2c_get_match_data()
 2023-07-23 10:52 UTC 

[PATCH v3] iio: potentiometer: mcp4531: Use i2c_get_match_data()
 2023-07-23 10:28 UTC  (2+ messages)

[PATCH v3 RESEND] iio: potentiometer: mcp4531: Use i2c_get_match_data()
 2023-07-23 10:27 UTC 

[PATCH] dt-bindings: iio: imu: st,lsm6dsx: add mount-matrix property
 2023-07-23  9:29 UTC  (2+ messages)

[PATCH v2] iio: potentiometer: mcp4531: Use i2c_get_match_data()
 2023-07-23  9:12 UTC  (3+ messages)

[PATCH 0/4] Use i2c_get_match_data()
 2023-07-22 17:37 UTC  (10+ messages)
` [PATCH 1/4] iio: accel: adxl355: Simplify probe()
` [PATCH 2/4] iio: accel: adxl313: Use i2c_get_match_data
` [PATCH 4/4] iio: potentiometer: mcp4018: "

[PATCH v2 0/2] iio: adc: meson: fix core clock enable/disable moment
 2023-07-22 17:15 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] iio: adc: meson: improve error logging at probe stage

[PATCH v1 0/3] iio: adc: meson: tune init sequence
 2023-07-22 16:59 UTC  (6+ messages)

[PATCH] iio: Fix typo in comment
 2023-07-22 16:57 UTC 

[PATCH v3] iio: core: Prevent invalid memory access when there is no parent
 2023-07-22 16:53 UTC  (3+ messages)

[PATCH] tools: iio: iio_generic_buffer: Fix some integer type and calculation
 2023-07-22 16:50 UTC  (2+ messages)

[PATCH] iio: frequency: admv1013: propagate errors from regulator_get_voltage()
 2023-07-22 16:34 UTC  (2+ messages)

[PATCH v1 0/8] iio: core: A few code cleanups and documentation fixes
 2023-07-21 16:57 UTC  (19+ messages)
` [PATCH v1 1/8] iio: core: Add opaque_struct_size() helper and use it
` [PATCH v1 2/8] iio: core: Use sysfs_match_string() helper
` [PATCH v1 3/8] iio: core: Switch to krealloc_array()
` [PATCH v1 4/8] iio: core: Use min() instead of min_t() to make code more robust
` [PATCH v1 5/8] iio: core: Get rid of redundant 'else'
` [PATCH v1 6/8] iio: core: Fix issues and style of the comments
` [PATCH v1 7/8] iio: core: Move initcalls closer to the respective calls
` [PATCH v1 8/8] iio: core: Improve indentation in a few places

[PATCH v2] Documentation: ABI: sysfs-bus-counter: Fix indentation
 2023-07-21 15:12 UTC 

[PATCH] Documentation: ABI: sysfs-bus-counter: Fix indentation
 2023-07-21 14:46 UTC  (3+ messages)

[PATCH] counter: rz-mtu3-cnt: Fix locking order
 2023-07-21 14:44 UTC  (3+ messages)

[PATCH] mfd: rz-mtu3: link time dependencies
 2023-07-21 12:20 UTC  (4+ messages)

[PATCH v1 0/1] iio: adc: meson: fix core clock enable/disable moment
 2023-07-21  9:58 UTC  (4+ messages)
` [PATCH v1 1/1] "

[jic23-iio:testing 6/10] drivers/iio/adc/max14001.c:135:13: warning: result of comparison of constant 18446744073709551615 with expression of type 'typeof (_Generic((mask), char: (unsigned char)0, unsigned char: (unsigned char)0, signed char: (unsigned char)0, unsigned short: (un
 2023-07-21  7:36 UTC  (3+ messages)
      ` [jic23-iio:testing 6/10] drivers/iio/adc/max14001.c:135:13: warning: result of comparison of constant 18446744073709551615 with expression of type 'typeof (_Generic((mask), char: (unsigned char)0, unsigned char: (unsigned char)0, signed char: (unsi

[RESEND PATCH 0/2] Add Intel 8254 Counter support
 2023-07-20 18:49 UTC  (3+ messages)
` [RESEND PATCH 1/2] gpio: 104-dio-48e: Add Counter/Timer support
` [RESEND PATCH 2/2] iio: addac: stx104: Add 8254 "

[PATCH v2 0/2] Adding support for Microchip MCP3564 ADC family
 2023-07-20 18:38 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: adding MCP3564 ADC

[PATCH 0/1] Add new channels for adis16475
 2023-07-20 18:34 UTC  (6+ messages)
` [PATCH 1/1] iio: imu: adis16475.c: Add delta angle and delta velocity channels

[PATCH v1] staging: iio: ad7816: add iio interface
 2023-07-20 18:27 UTC  (4+ messages)

[PATCH v9 1/2] dt-bindings: iio: adc: add max14001
 2023-07-20 18:24 UTC  (8+ messages)
` [PATCH v9 2/2] iio: adc: max14001: New driver

[linux-next:master] BUILD REGRESSION c58c49dd89324b18a812762a2bfa5a0458e4f252
 2023-07-20 17:02 UTC 


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