[U-Boot] [PATCH v2 1/3] ae3xx: timer: Rename AE3XX to ATCPIT100

Simon Glass sjg at chromium.org
Mon Nov 27 17:10:16 UTC 2017


On 26 November 2017 at 19:33, 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>
> ---
> Changelog v2
>  - Patch 1/3: Changed.
>  - Patch 2/3: Changed.
>  - Patch 3/3: No change.
>
> Patch 1/3
>  1. Only rename ae3xx as atcpit100.
>  2. Squashed Kconfig rename ae3xx into this patch
>     to keep things in a consistent state.
>
> Patch 2/3
>  1. Modify function name from ae3xx to atcpit100.
> ---
>  configs/adp-ae3xx_defconfig                        | 2 +-
>  drivers/timer/Kconfig                              | 7 ++++---
>  drivers/timer/Makefile                             | 2 +-
>  drivers/timer/{ae3xx_timer.c => atcpit100_timer.c} | 0
>  4 files changed, 6 insertions(+), 5 deletions(-)
>  rename drivers/timer/{ae3xx_timer.c => atcpit100_timer.c} (100%)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list