mbox series

[v3,0/9] Improve MCP3911 driver

Message ID 20220704172116.195841-1-marcus.folkesson@gmail.com (mailing list archive)
Headers show
Series Improve MCP3911 driver | expand

Message

Marcus Folkesson July 4, 2022, 5:21 p.m. UTC
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

Comments

Andy Shevchenko July 4, 2022, 10:03 p.m. UTC | #1
On Mon, Jul 4, 2022 at 7:20 PM Marcus Folkesson
<marcus.folkesson@gmail.com> wrote:
>
> 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:

For non-commented patches (excluding patch 7!)
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

For commented ones, you may take the tag if you are going to address
them as suggested.

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