Re: [PATCH v2 5/7] IOMUX: Refactor iomux_doenv() in order to increase readability

2020-12-21 Thread Simon Glass
Hi Andy, On Mon, 21 Dec 2020 at 05:03, Andy Shevchenko wrote: > > On Fri, Dec 18, 2020 at 07:29:21PM -0700, Simon Glass wrote: > > On Wed, 16 Dec 2020 at 16:16, Andy Shevchenko > > wrote: > > > > > > Refactor iomux_doenv() a bit in order to increase readability. > > > There is no change in code

Re: [PATCH v2 5/7] IOMUX: Refactor iomux_doenv() in order to increase readability

2020-12-21 Thread Andy Shevchenko
On Fri, Dec 18, 2020 at 07:29:21PM -0700, Simon Glass wrote: > On Wed, 16 Dec 2020 at 16:16, Andy Shevchenko > wrote: > > > > Refactor iomux_doenv() a bit in order to increase readability. > > There is no change in code generation on x86. ... > Reviewed-by: Simon Glass Thanks! ... > event be

Re: [PATCH v2 5/7] IOMUX: Refactor iomux_doenv() in order to increase readability

2020-12-18 Thread Simon Glass
On Wed, 16 Dec 2020 at 16:16, Andy Shevchenko wrote: > > Refactor iomux_doenv() a bit in order to increase readability. > There is no change in code generation on x86. > > Signed-off-by: Andy Shevchenko > --- > v2: no changes > common/iomux.c | 13 ++--- > 1 file changed, 6 insertions(+)

[PATCH v2 5/7] IOMUX: Refactor iomux_doenv() in order to increase readability

2020-12-16 Thread Andy Shevchenko
Refactor iomux_doenv() a bit in order to increase readability. There is no change in code generation on x86. Signed-off-by: Andy Shevchenko --- v2: no changes common/iomux.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/common/iomux.c b/common/iomux.c index ce