2025. 09. 01. 11:23 keltezéssel, Andy Shevchenko írta:
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 ...
As far as I know it can be used only to collect tags offered publicly on the mailing lists. I can even use 'b4 trailers --update' for that on an existing b4 tracked branch.
However, the current case is a bit different. I have replaced Imre's tag manually according to our previous discussion [1].
[1] https://lore.kernel.org/all/aJyM3N9T4xI4Xo1G@smile.fi.intel.com/
Regards, Gabor