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

Andes uboot at andestech.com
Wed Nov 15 02:48:20 UTC 2017


From: Rick Chen <rick at andestech.com>

AE3XX is board name. ATCPIT100 is timer IP name.
So rename AE3XX timer to ATCPIT100 timer.

Rick Chen (3):
  ae3xx: timer: Rename AE3XX to ATCPIT100
  nds32: defconfig: Rename AE3XX_TIMER to ATCPIT100_TIMER
  dt-bindings: timer: Add andestech atcpit100 timer binding doc

 configs/adp-ae3xx_defconfig                        |    2 +-
 doc/device-tree-bindings/timer/atcpit100_timer.txt |   31 ++++++
 drivers/timer/Kconfig                              |    7 +-
 drivers/timer/Makefile                             |    2 +-
 drivers/timer/ae3xx_timer.c                        |  117 --------------------
 drivers/timer/atcpit100_timer.c                    |  117 ++++++++++++++++++++
 6 files changed, 154 insertions(+), 122 deletions(-)
 create mode 100644 doc/device-tree-bindings/timer/atcpit100_timer.txt
 delete mode 100644 drivers/timer/ae3xx_timer.c
 create mode 100644 drivers/timer/atcpit100_timer.c

-- 
1.7.9.5



More information about the U-Boot mailing list