linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-29 08:27:00 to 2020-08-06 23:03:44 UTC [more...]

[PATCH v3 00/15] sx9310 iio driver updates
 2020-08-06 23:03 UTC  (32+ messages)
` [PATCH v3 01/15] dt-bindings: iio: Add bindings for sx9310 sensor
` [PATCH v3 02/15] iio: sx9310: Update macros declarations
` [PATCH v3 03/15] iio: sx9310: Fix irq handling
` [PATCH v3 04/15] iio: sx9310: Remove acpi and of table macros
` [PATCH v3 05/15] iio: sx9310: Change from .probe to .probe_new
` [PATCH v3 06/15] iio: sx9310: Fixes various memory handling
` [PATCH v3 07/15] iio: sx9310: Use long instead of int for channel bitmaps
` [PATCH v3 08/15] iio: sx9310: Use regmap_read_poll_timeout() for compensation
` [PATCH v3 09/15] iio: sx9310: Update copyright
` [PATCH v3 10/15] iio: sx9310: Simplify error return handling
` [PATCH v3 11/15] iio: sx9310: Use variable to hold &client->dev
` [PATCH v3 12/15] iio: sx9310: Miscellaneous format fixes
` [PATCH v3 13/15] iio: sx9310: Drop channel_users[]
` [PATCH v3 14/15] iio: sx9310: Enable vdd and svdd regulators at probe
` [PATCH v3 15/15] iio: sx9310: Use irq trigger flags from firmware

[PATCH] iio:temperature:mlx90632: Adding extended calibration option
 2020-08-06 22:42 UTC  (2+ messages)

[PATCH v4 0/7] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
 2020-08-06 21:33 UTC  (11+ messages)
` [PATCH v4 1/7] iio: cros_ec: Accept -EOPNOTSUPP as 'not supported' error code
` [PATCH v4 2/7] cros_ec_lightbar: Accept more error codes from cros_ec_cmd_xfer_status
` [PATCH v4 3/7] platform/chrome: cros_ec_sysfs: Report range of error codes from EC
` [PATCH v4 4/7] pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_status
` [PATCH v4 5/7] platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPT
` [PATCH v4 6/7] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
` [PATCH v4 7/7] pwm: cros-ec: Simplify EC error handling

[PATCH] iio:temperature:mlx90632: Some stylefixing leftovers
 2020-08-06 21:21 UTC 

[PATCH v9 1/2] iio: humidity: Add TI HDC20x0 support
 2020-08-06 18:46 UTC  (7+ messages)

[PATCH v5 00/15] sx9310 iio driver updates
 2020-08-06 18:42 UTC  (25+ messages)
` [PATCH v5 01/15] dt-bindings: iio: Add bindings for sx9310 sensor
` [PATCH v5 02/15] iio: sx9310: Update macros declarations
` [PATCH v5 03/15] iio: sx9310: Fix irq handling
` [PATCH v5 04/15] iio: sx9310: Remove acpi and of table macros
` [PATCH v5 05/15] iio: sx9310: Change from .probe to .probe_new
` [PATCH v5 06/15] iio: sx9310: Fixes various memory handling
` [PATCH v5 07/15] iio: sx9310: Use long instead of int for channel bitmaps
` [PATCH v5 08/15] iio: sx9310: Use regmap_read_poll_timeout() for compensation
` [PATCH v5 09/15] iio: sx9310: Update copyright
` [PATCH v5 10/15] iio: sx9310: Simplify error return handling
` [PATCH v5 11/15] iio: sx9310: Use variable to hold &client->dev
` [PATCH v5 12/15] iio: sx9310: Miscellaneous format fixes
` [PATCH v5 13/15] iio: sx9310: Drop channel_users[]
` [PATCH v5 14/15] iio: sx9310: Enable vdd and svdd regulators at probe
` [PATCH v5 15/15] iio: sx9310: Use irq trigger flags from firmware

[PATCH V2] dt-bindings: iio: adc: maxim,max1118 yaml conversion
 2020-08-06 18:05 UTC  (3+ messages)

[PATCH 1/2] iio: imu: adis16480: Add support for burst read function
 2020-08-06 18:02 UTC  (5+ messages)
` [PATCH 2/2] iio: imu: adis16480: Add the option to enable/disable burst mode

[PATCH v6 0/2] iio: light: Support AMS AS73211 digital XYZ sensor
 2020-08-06 17:44 UTC  (6+ messages)
` [PATCH v6 1/2] dt-bindings: iio: light: add AMS AS73211 support
` [PATCH v6 2/2] iio: light: as73211: New driver

[PATCH] staging: iio: ad9834: Remove excess blank line
 2020-08-06 17:35 UTC  (2+ messages)

[PATCH v4 0/7] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
 2020-08-06 15:32 UTC 

[PATCH v2] iio:temperature:mlx90632: Reduce number of equal calculations
 2020-08-04 13:55 UTC 

[PATCH] iio: dac: dac5571: Support powerdown for multi-channel
 2020-08-04  9:31 UTC 

[PATCH v5 0/2] iio: light: Support AMS AS73211 digital XYZ sensor
 2020-08-04  8:34 UTC  (7+ messages)
` [PATCH v5 1/2] dt-bindings: iio: light: add AMS AS73211 support
` [PATCH v5 2/2] iio: light: as73211: New driver

[PATCH] iio:temperature:mlx90632: Reduce number of equal calulcations
 2020-08-04  7:57 UTC  (4+ messages)

[PATCH v4 00/15] sx9310 iio driver updates
 2020-08-03 23:50 UTC  (17+ messages)
` [PATCH v4 01/15] dt-bindings: iio: Add bindings for sx9310 sensor
` [PATCH v4 02/15] iio: sx9310: Update macros declarations
` [PATCH v4 03/15] iio: sx9310: Fix irq handling
` [PATCH v4 04/15] iio: sx9310: Remove acpi and of table macros
` [PATCH v4 05/15] iio: sx9310: Change from .probe to .probe_new
` [PATCH v4 06/15] iio: sx9310: Fixes various memory handling
` [PATCH v4 07/15] iio: sx9310: Use long instead of int for channel bitmaps
` [PATCH v4 08/15] iio: sx9310: Use regmap_read_poll_timeout() for compensation
` [PATCH v4 09/15] iio: sx9310: Update copyright
` [PATCH v4 10/15] iio: sx9310: Simplify error return handling
` [PATCH v4 11/15] iio: sx9310: Use variable to hold &client->dev
` [PATCH v4 12/15] iio: sx9310: Miscellaneous format fixes
` [PATCH v4 13/15] iio: sx9310: Drop channel_users[]
` [PATCH v4 14/15] iio: sx9310: Enable vdd and svdd regulators at probe
` [PATCH v4 15/15] iio: sx9310: Use irq trigger flags from firmware

[PATCH v4 0/5] Introduce the Counter character device interface
 2020-08-03 20:00 UTC  (9+ messages)
` [PATCH v4 3/5] counter: Add "
` [PATCH v4 5/5] counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8
      ` [PATCH v4 1/5] counter: Internalize sysfs interface code

[PATCH v6 0/3] devres: provide and use devm_krealloc()
 2020-08-03 19:31 UTC  (6+ messages)
` [PATCH v6 1/3] devres: provide devm_krealloc()
` [PATCH v6 2/3] hwmon: pmbus: use more devres helpers
` [PATCH v6 3/3] iio: adc: xilinx-xadc: use devm_krealloc()

[PATCH v4 0/3] iio: accel: adxl372: add peak mode
 2020-08-03 17:22 UTC  (4+ messages)
` [PATCH v4 1/3] iio: accel: adxl372: Add support for FIFO "
` [PATCH v4 2/3] iio: accel: adxl372: add event interface
` [PATCH v4 3/3] docs: iio: Add adxl372 documentation

[PATCH v3 7/7] Input: Add "inhibited" property
 2020-08-03 14:40 UTC  (4+ messages)
` [PATCH v4 0/7] Support inhibiting input devices

[PATCH] iio: adc: rockchip_saradc: select IIO_TRIGGERED_BUFFER
 2020-08-03 11:59 UTC  (2+ messages)

[PATCH] iio: trigger: sysfs: Disable irqs before calling iio_trigger_poll()
 2020-08-03  6:52 UTC  (7+ messages)

[PATCH v4] iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not set
 2020-08-03  5:04 UTC 

[PATCH v3 0/6] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
 2020-08-02 20:27 UTC  (12+ messages)
` [PATCH v3 4/6] pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_status
` [PATCH v3 5/6] platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPT
` [PATCH v3 6/6] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes

[PATCH] platform_data: ad7793.h: drop a duplicated word
 2020-08-01 18:03 UTC 

[PATCH] iio: adc: mcp3422: fix locking scope
 2020-08-01 16:46 UTC  (2+ messages)

[PATCH 0/3] dt-bindings: iio: adc: Maxim ADC yaml conversions
 2020-08-01 16:42 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: iio: adc: maxim,max11100 yaml conversion
` [PATCH 3/3] dt-bindings: iio: adc: maxim,max9611 yaml conversions

[v4 2/2] dt-bindings: iio: gyro: Add DT binding doc for ADXRS290
 2020-08-01 16:35 UTC  (2+ messages)

[v4 1/2] iio: gyro: Add driver support for ADXRS290
 2020-08-01 16:33 UTC  (2+ messages)

iio:adc:ltc2371: add support for ltc2361/ltc2363
 2020-08-01 16:05 UTC  (5+ messages)
` [PATCH v3 2/3] ltc2471: ltc2461/ltc2463 compatible strings

[PATCH v3] iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not set
 2020-08-01 15:57 UTC  (2+ messages)

[PATCH v2 0/2] iio: light: Support AMS AS73211 digital XYZ sensor
 2020-08-01 15:55 UTC  (7+ messages)
` [PATCH v2 2/2] iio: light: as73211: New driver

[PATCH v2] iio: cros_ec: Set Gyroscope default frequency to 25Hz
 2020-08-01 15:46 UTC  (3+ messages)

[PATCH] Staging : iio : Fixed a punctuation and a spelling mistake
 2020-08-01 15:38 UTC  (4+ messages)
` [PATCH -v2] Staging: iio: "

[PATCH v4 0/2] iio: light: Support AMS AS73211 digital XYZ sensor
 2020-08-01 15:29 UTC  (9+ messages)
` [PATCH v4 1/2] dt-bindings: iio: light: add AMS AS73211 support
` [PATCH v4 2/2] iio: light: as73211: New driver

[PATCH] dt-bindings: iio: io-channel-mux: Fix compatible string in example code
 2020-07-31 20:47 UTC  (3+ messages)

[PATCH 00/15] sx9310 iio driver updates
 2020-07-31 15:52 UTC  (14+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 03/14] iio: sx9310: Fix irq handling
  ` [PATCH v2 04/14] iio: sx9310: Remove acpi and of table macros
  ` [PATCH v2 07/14] iio: sx9310: Use long instead of int for channel bitmaps
  ` [PATCH v2 10/14] iio: sx9310: Simplify error return handling

[PATCH v3 0/2] iio: light: Support AMS AS73211 digital XYZ sensor
 2020-07-31  7:10 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: iio: light: add AMS AS73211 support
` [PATCH v3 2/2] iio: light: as73211: New driver

[PATCH v3 00/27] IIO: Fused set 1 and 2 of timestamp alignment fixes
 2020-07-29 17:12 UTC  (3+ messages)
` [PATCH v3 03/27] iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak

[PATCH v2] iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not set
 2020-07-29 10:19 UTC  (2+ messages)

[PATCH] iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not set
 2020-07-29  8:34 UTC  (4+ 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).