Merge branch 'microchip-dsa-driver-improvements'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 30 May 2023 07:48:22 +0000 (09:48 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 30 May 2023 07:48:22 +0000 (09:48 +0200)
commit7fa28bc68512ae541c9e855ad354b9cc3a08263b
tree16e491033461bd3a67a6ff4d8e2360236468197e
parenteee2e03c8ffe3a4e27cc49762931c5d31cd481af
parentd0dec3333040bc41b160ee9b2fd1b4eb91452cd3
Merge branch 'microchip-dsa-driver-improvements'

Oleksij Rempel says:

====================
Microchip DSA Driver Improvements

changes v2:
- set .max_register = U8_MAX, it should be more readable
- clarify in the RMW error handling patch, logging behavior
  expectation.

I'd like to share a set of patches for the Microchip DSA driver. These
patches were chosen from a bigger set because they are simpler and
should be easier to review. The goal is to make the code easier to read,
get rid of unused code, and handle errors better.
====================

Link: https://lore.kernel.org/r/20230526073445.668430-1-o.rempel@pengutronix.de
Signed-off-by: Paolo Abeni <pabeni@redhat.com>