Re: [U-Boot] [PATCH 1/2] arm: change tbu/l type to unsigned int

2017-05-08 Thread Tom Rini
On Mon, May 08, 2017 at 05:58:06PM +0800, Peng Fan wrote: > Hi Tom, > > Will you pick up this patch set? Yes, but can you v2 it with details of why in the commit messages? Thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot

Re: [U-Boot] [PATCH 1/2] arm: change tbu/l type to unsigned int

2017-05-08 Thread Peng Fan
Hi Tom, Will you pick up this patch set? Thanks, Peng. On Thu, Apr 20, 2017 at 09:10:30AM +0800, Peng Fan wrote: >Change tbu/l type to unsigned int. > >Signed-off-by: Peng Fan >Cc: Simon Glass >Cc: Tom Rini >--- >

Re: [U-Boot] [PATCH 1/2] arm: change tbu/l type to unsigned int

2017-04-23 Thread Simon Glass
Hi Peng, On 19 April 2017 at 19:10, Peng Fan wrote: > Change tbu/l type to unsigned int. Why do this, please? > > Signed-off-by: Peng Fan > Cc: Simon Glass > Cc: Tom Rini > --- > arch/arm/include/asm/global_data.h |

[U-Boot] [PATCH 1/2] arm: change tbu/l type to unsigned int

2017-04-19 Thread Peng Fan
Change tbu/l type to unsigned int. Signed-off-by: Peng Fan Cc: Simon Glass Cc: Tom Rini --- arch/arm/include/asm/global_data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/global_data.h