[U-Boot] [PATCH v2 0/3] Rename ae3xx timer to atcpit100

Andes uboot at andestech.com
Mon Nov 27 03:03:17 UTC 2017


From: Rick Chen <rickchen36 at gmail.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.


Rick Chen (3):
  ae3xx: timer: Rename AE3XX to ATCPIT100
  cosmetic: atcpit100_timer: Rename function name as atcpit100
  dt-bindings: timer: Add andestech atcpit100 timer

 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

-- 
2.7.4



More information about the U-Boot mailing list