Re: [U-Boot] [V4 3/3] sunxi: Use clrsetbits_le32 instead of multiple instruction

2019-03-18 Thread Michael Nazzareno Trimarchi
Hi On Mon, Mar 18, 2019 at 4:56 PM Andre Przywara wrote: > > On Mon, 18 Mar 2019 15:17:47 +0530 > Shyam Saini wrote: > > Hi, > > > From: Michael Trimarchi > > > > This will improve code readabilty > > Somehow this patch looks horribly wrong, it doesn't even compile. See > below. Are you sure

Re: [U-Boot] [V4 3/3] sunxi: Use clrsetbits_le32 instead of multiple instruction

2019-03-18 Thread Andre Przywara
On Mon, 18 Mar 2019 15:17:47 +0530 Shyam Saini wrote: Hi, > From: Michael Trimarchi > > This will improve code readabilty Somehow this patch looks horribly wrong, it doesn't even compile. See below. Are you sure you sent the right version? > Signed-off-by: Michael Trimarchi >

[U-Boot] [V4 3/3] sunxi: Use clrsetbits_le32 instead of multiple instruction

2019-03-18 Thread Shyam Saini
From: Michael Trimarchi This will improve code readabilty Signed-off-by: Michael Trimarchi Signed-off-by: Shyam Saini --- Changelogs: V1->V2: none V2->V3: Fix use of clrsetbits_le32 and setbits_le32 functions V3->V4: Rebase to original series's patch 2 and 3