On Wed, Aug 27, 2025 at 07:13:57PM +0200, Gabor Juhos wrote:
There is a long standing bug which causes I2C communication not to work on the Armada 3700 based boards. The first patch in the series fixes that regression. The second patch improves recovery to make it more robust which helps to avoid communication problems with certain SFP modules.
...
- remove Imre's tag from the cover letter, and replace his SoB tag to Reviewed-by in the individual patches
Note, this can be automated with `b4`.
# Start a new branch of the same base git checkout -b v3 ... # Apply last version from the mailing list b4 am $MESSAGE_ID_OF_v2 # Do actual development of v3 ...
Also you can do more with `b4 relay`, but I haven't tried it, so I don't know if it makes it possible or better.