mbox series

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

Message ID 1510714104-20090-1-git-send-email-uboot@andestech.com
Headers show
Series ae3xx: timer: Rename AE3XX timer to ATCPIT100 | expand

Message

Andes Nov. 15, 2017, 2:48 a.m. UTC
From: Rick Chen <rick@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