Re: [PATCH] ddr: marvell: a38x: Fix unsigned issues

2025-08-21 Thread Tony Dinh
Hi Tom, On Thu, Aug 21, 2025 at 4:55 PM Tom Rini wrote: > > On Thu, Aug 21, 2025 at 04:43:29PM -0700, Tony Dinh wrote: > > > Hi Tom and Stefan, > > > > It looks like we have some problem with ./scripts/get_maintainer.pl. I > > was the author for the Marvell A38x DDR4 port (Commit 54a08c4), but >

Re: [PATCH] ddr: marvell: a38x: Fix unsigned issues

2025-08-21 Thread Tom Rini
On Thu, Aug 21, 2025 at 04:43:29PM -0700, Tony Dinh wrote: > Hi Tom and Stefan, > > It looks like we have some problem with ./scripts/get_maintainer.pl. I > was the author for the Marvell A38x DDR4 port (Commit 54a08c4), but > curiously I did not receive patch email from Andrew. So I ran the > sc

Re: [PATCH] ddr: marvell: a38x: Fix unsigned issues

2025-08-21 Thread Tony Dinh
Hi Tom and Stefan, It looks like we have some problem with ./scripts/get_maintainer.pl. I was the author for the Marvell A38x DDR4 port (Commit 54a08c4), but curiously I did not receive patch email from Andrew. So I ran the script, ./scripts/get_maintainer.pl drivers/ddr/marvell/a38x/ Stefan Roes

Re: [PATCH] ddr: marvell: a38x: Fix unsigned issues

2025-07-29 Thread Stefan Roese
On 29.07.25 08:41, Stefan Roese wrote: On 28.07.25 16:26, Andrew Goodbody wrote: Cannot test an unsigned variable to be less than 0, it will always fail. Signed-off-by: Andrew Goodbody Reviewed-by: Stefan Roese Applied to u-boot-marvell/master Thanks, Stefan Thanks, Stefan ---   driv

Re: [PATCH] ddr: marvell: a38x: Fix unsigned issues

2025-07-28 Thread Stefan Roese
On 28.07.25 16:26, Andrew Goodbody wrote: Cannot test an unsigned variable to be less than 0, it will always fail. Signed-off-by: Andrew Goodbody Reviewed-by: Stefan Roese Thanks, Stefan --- drivers/ddr/marvell/a38x/mv_ddr4_training_calibration.c | 13 +++-- 1 file changed, 7 i

[PATCH] ddr: marvell: a38x: Fix unsigned issues

2025-07-28 Thread Andrew Goodbody
Cannot test an unsigned variable to be less than 0, it will always fail. Signed-off-by: Andrew Goodbody --- drivers/ddr/marvell/a38x/mv_ddr4_training_calibration.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/ddr/marvell/a38x/mv_ddr4_training_calibrat