Re: [U-Boot] [PATCH 01/10] dm: timer: Fix several nits

2015-11-06 Thread Simon Glass
On 5 November 2015 at 23:59, Thomas Chou wrote: > Hi Bin, > > > On 2015年11月05日 22:02, Bin Meng wrote: >> >> This changes 'Timer' to 'timer' at several places. >> >> Signed-off-by: Bin Meng >> --- >> >> drivers/timer/Kconfig| 10 +- >> drivers/timer/timer-uclass.c | 4 ++-- >>

Re: [U-Boot] [PATCH 01/10] dm: timer: Fix several nits

2015-11-05 Thread Thomas Chou
Hi Bin, On 2015年11月05日 22:02, Bin Meng wrote: This changes 'Timer' to 'timer' at several places. Signed-off-by: Bin Meng --- drivers/timer/Kconfig| 10 +- drivers/timer/timer-uclass.c | 4 ++-- include/timer.h | 11 ++- 3 files changed, 13 insertions

[U-Boot] [PATCH 01/10] dm: timer: Fix several nits

2015-11-05 Thread Bin Meng
This changes 'Timer' to 'timer' at several places. Signed-off-by: Bin Meng --- drivers/timer/Kconfig| 10 +- drivers/timer/timer-uclass.c | 4 ++-- include/timer.h | 11 ++- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/drivers/timer/Kcon