linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/9] Improve MCP3911 driver
@ 2022-07-04 17:21 Marcus Folkesson
  2022-07-04 17:21 ` [PATCH v3 1/9] iio: adc: mcp3911: make use of the sign bit Marcus Folkesson
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Marcus Folkesson @ 2022-07-04 17:21 UTC (permalink / raw)
  To: Marcus Folkesson, Kent Gustavsson, Jonathan Cameron,
	Lars-Peter Clausen, Rob Herring, Krzysztof Kozlowski
  Cc: linux-iio, devicetree, linux-kernel

Hi,

This patch series intend to fix bugs and add functionality to the
MCP3911 driver.
The main features added are
- Support for buffers
- Interrupt driven readings
- Support for oversampling ratio
- Support for set scale values (Gain)

Among the bug fixes, there are changes in the formula for calculate raw
value and a fix for mismatch in the devicetree property.

Another general improvement for the driver is to use managed resources
for all allocated resources.

See patch notes for more specific changes between versions.

General changes for the series:

v3:
- Drop Phase patch
- Add Fixes tags for those patches that are fixes
- Move Fixes patches to the beginning of the patchset


Best regards,
Marcus Folkesson



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-07-17 13:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 17:21 [PATCH v3 0/9] Improve MCP3911 driver Marcus Folkesson
2022-07-04 17:21 ` [PATCH v3 1/9] iio: adc: mcp3911: make use of the sign bit Marcus Folkesson
2022-07-04 17:21 ` [PATCH v3 2/9] iio: adc: mcp3911: correct "microchip,device-addr" property Marcus Folkesson
2022-07-04 17:21 ` [PATCH v3 3/9] iio: adc: mcp3911: use correct formula for AD conversion Marcus Folkesson
2022-07-16 17:18   ` Jonathan Cameron
2022-07-17 13:58     ` Marcus Folkesson
2022-07-04 17:21 ` [PATCH v3 4/9] iio: adc: mcp3911: use resource-managed version of iio_device_register Marcus Folkesson
2022-07-16 17:22   ` Jonathan Cameron
2022-07-04 17:21 ` [PATCH v3 5/9] iio: adc: mcp3911: add support for buffers Marcus Folkesson
2022-07-04 21:56   ` Andy Shevchenko
2022-07-04 17:21 ` [PATCH v3 6/9] iio: adc: mcp3911: add support for interrupts Marcus Folkesson
2022-07-04 21:57   ` Andy Shevchenko
2022-07-04 17:21 ` [PATCH v3 7/9] dt-bindings: iio: adc: mcp3911: add microchip,data-ready-hiz entry Marcus Folkesson
2022-07-04 17:21 ` [PATCH v3 8/9] iio: adc: mcp3911: add support for oversampling ratio Marcus Folkesson
2022-07-04 21:58   ` Andy Shevchenko
2022-07-04 17:21 ` [PATCH v3 9/9] iio: adc: mcp3911: add support to set PGA Marcus Folkesson
2022-07-04 22:02   ` Andy Shevchenko
2022-07-04 22:03 ` [PATCH v3 0/9] Improve MCP3911 driver Andy Shevchenko

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