Re: [PATCH 2/4] arm: Move asm/utils.h to log2.h

2020-02-03 Thread Simon Glass
Hi Sean, On Mon, 3 Feb 2020 at 08:27, Sean Anderson wrote: > > On 2/3/20 10:11 AM, Simon Glass wrote: > > Hi Marek, > > > > On Mon, 3 Feb 2020 at 01:28, Marek Vasut wrote: > >> How could this be reviewed if it's missing basic things, like a SoB line ? > > I added that in a reply to the original

Re: [PATCH 2/4] arm: Move asm/utils.h to log2.h

2020-02-03 Thread Sean Anderson
On 2/3/20 10:11 AM, Simon Glass wrote: > Hi Marek, > > On Mon, 3 Feb 2020 at 01:28, Marek Vasut wrote: >> How could this be reviewed if it's missing basic things, like a SoB line ? I added that in a reply to the original patch; again my apologies for missing it the first time around. > > I saw

Re: [PATCH 2/4] arm: Move asm/utils.h to log2.h

2020-02-03 Thread Simon Glass
Hi Marek, On Mon, 3 Feb 2020 at 01:28, Marek Vasut wrote: > > On 2/3/20 1:04 AM, Simon Glass wrote: > > On Sun, 2 Feb 2020 at 10:12, Sean Anderson wrote: > >> > >> This header is needed outside of the arm architecture by the designware wdt > >> driver. > >> --- > >> arch/arm/cpu/armv7/cache_v7.

Re: [PATCH 2/4] arm: Move asm/utils.h to log2.h

2020-02-03 Thread Marek Vasut
On 2/3/20 1:04 AM, Simon Glass wrote: > On Sun, 2 Feb 2020 at 10:12, Sean Anderson wrote: >> >> This header is needed outside of the arm architecture by the designware wdt >> driver. >> --- >> arch/arm/cpu/armv7/cache_v7.c | 2 +- >> arch/arm/mach-davinci/spl.c

Re: [PATCH 2/4] arm: Move asm/utils.h to log2.h

2020-02-02 Thread Simon Glass
On Sun, 2 Feb 2020 at 10:12, Sean Anderson wrote: > > This header is needed outside of the arm architecture by the designware wdt > driver. > --- > arch/arm/cpu/armv7/cache_v7.c | 2 +- > arch/arm/mach-davinci/spl.c| 2 +- > arch/arm/mach-omap2/clocks-common.c

Re: [PATCH 2/4] arm: Move asm/utils.h to log2.h

2020-02-02 Thread Sean Anderson
On 2/2/20 12:12 PM, Sean Anderson wrote: > This header is needed outside of the arm architecture by the designware wdt > driver. > --- > arch/arm/cpu/armv7/cache_v7.c | 2 +- > arch/arm/mach-davinci/spl.c| 2 +- > arch/arm/mach-omap2/clocks-common.c

[PATCH 2/4] arm: Move asm/utils.h to log2.h

2020-02-02 Thread Sean Anderson
This header is needed outside of the arm architecture by the designware wdt driver. --- arch/arm/cpu/armv7/cache_v7.c | 2 +- arch/arm/mach-davinci/spl.c| 2 +- arch/arm/mach-omap2/clocks-common.c| 2 +- arch/arm/mach-omap2/emif-common.c