From: Rick Chen <rickchen36@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/4] Rename AE3XX timer to ATCPIT100
Date: Tue, 28 Nov 2017 10:20:03 +0800 [thread overview]
Message-ID: <1511835607-17682-1-git-send-email-rickchen36@gmail.com> (raw)
Changelog v3
- Patch 1/4: No change.
- Patch 2/4: No change.
- Patch 3/4: New.
- Patch 4/4: No change.
Patch 3/4
1. Use dev_get_platdata to get dev private platdata.
Rick Chen (4):
ae3xx: timer: Rename AE3XX to ATCPIT100
cosmetic: atcpit100_timer: Rename function name as atcpit100
cosmetic: atcpit100_timer: Use device api to get platdata
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
next reply other threads:[~2017-11-28 2:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-28 2:20 Rick Chen [this message]
2017-11-28 2:20 ` [U-Boot] [PATCH v3 1/4] ae3xx: timer: Rename AE3XX to ATCPIT100 Rick Chen
2017-11-28 3:27 ` rick at andestech.com
2017-11-28 3:31 ` rick at andestech.com
2017-11-28 2:20 ` [U-Boot] [PATCH v3 2/4] cosmetic: atcpit100_timer: Rename function name as atcpit100 Rick Chen
2017-11-29 13:08 ` Simon Glass
2017-11-28 2:20 ` [U-Boot] [PATCH v3 3/4] cosmetic: atcpit100_timer: Use device api to get platdata Rick Chen
2017-11-28 2:20 ` [U-Boot] [PATCH v3 4/4] dt-bindings: timer: Add andestech atcpit100 timer Rick Chen
-- strict thread matches above, loose matches on Subject: below --
2017-11-28 2:29 [U-Boot] [PATCH v3 0/4] Rename AE3XX timer to ATCPIT100 Rick Chen
2017-11-28 2:38 Andes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1511835607-17682-1-git-send-email-rickchen36@gmail.com \
--to=rickchen36@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox