[U-Boot] [PATCH 1/3] ae3xx: timer: Rename AE3XX to ATCPIT100
Simon Glass
sjg at chromium.org
Mon Nov 20 15:39:55 UTC 2017
Hi,
On 14 November 2017 at 19:48, Andes <uboot at andestech.com> wrote:
> From: Rick Chen <rick at andestech.com>
>
> ATCPIT100 is Andestech timer IP which is embeded
> in AE3XX and AE250 boards. So rename AE3XX to
> ATCPIT100 will be more make sence.
>
> Signed-off-by: Rick Chen <rick at andestech.com>
> ---
> drivers/timer/Kconfig | 7 ++-
> drivers/timer/Makefile | 2 +-
> drivers/timer/ae3xx_timer.c | 117 ---------------------------------------
> drivers/timer/atcpit100_timer.c | 117 +++++++++++++++++++++++++++++++++++++++
If this is just a rename, why the big delta?
> 4 files changed, 122 insertions(+), 121 deletions(-)
> delete mode 100644 drivers/timer/ae3xx_timer.c
> create mode 100644 drivers/timer/atcpit100_timer.c
Regards,
Simon
More information about the U-Boot
mailing list