From: serveralex@gmail.com (Alexander Müller)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 1/7] clk: meson: Rename meson8b-clkc.c to reflect gxbb naming convention
Date: Tue, 5 Jul 2016 21:15:31 +0200 [thread overview]
Message-ID: <1467746131-1865-1-git-send-email-serveralex@gmail.com> (raw)
In-Reply-To: <20160705185527.GA17348@localhost>
Signed-off-by: Alexander M?ller <serveralex@gmail.com>
---
drivers/clk/meson/Makefile | 2 +-
drivers/clk/meson/{meson8b-clkc.c => meson8b.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename drivers/clk/meson/{meson8b-clkc.c => meson8b.c} (100%)
diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile
index 197e401..1a66799 100644
--- a/drivers/clk/meson/Makefile
+++ b/drivers/clk/meson/Makefile
@@ -3,5 +3,5 @@
#
obj-$(CONFIG_COMMON_CLK_AMLOGIC) += clk-pll.o clk-cpu.o clk-mpll.o
-obj-$(CONFIG_COMMON_CLK_MESON8B) += meson8b-clkc.o
+obj-$(CONFIG_COMMON_CLK_MESON8B) += meson8b.o
obj-$(CONFIG_COMMON_CLK_GXBB) += gxbb.o
diff --git a/drivers/clk/meson/meson8b-clkc.c b/drivers/clk/meson/meson8b.c
similarity index 100%
rename from drivers/clk/meson/meson8b-clkc.c
rename to drivers/clk/meson/meson8b.c
--
2.5.0
next prev parent reply other threads:[~2016-07-05 19:15 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-05 17:56 [PATCH 0/7] Add Amlogic meson8b clock gates Alexander Müller
2016-07-05 17:56 ` [PATCH 1/7] clk: meson: Rename meson8b-clkc.c to reflect gxbb naming convention Alexander Müller
2016-07-05 18:55 ` Carlo Caione
2016-07-05 19:15 ` Alexander Müller [this message]
2016-07-05 17:56 ` [PATCH 2/7] meson: clk: Move register definitions to meson8b.h Alexander Müller
2016-07-05 17:56 ` [PATCH 3/7] meson: clk: Rename register names according to Amlogic datasheet Alexander Müller
2016-07-06 0:28 ` Michael Turquette
2016-07-05 17:56 ` [PATCH 4/7] meson: clk: Add CLKIDs for DT binding Alexander Müller
2016-07-06 0:33 ` Michael Turquette
2016-07-05 17:56 ` [PATCH 5/7] gxbb: clk: Move MESON_GATE macro to gxbb Alexander Müller
2016-07-06 0:36 ` Michael Turquette
2016-07-13 17:43 ` Alexander Müller
2016-07-13 21:25 ` Michael Turquette
2016-07-05 17:56 ` [PATCH 6/7] meson: clk: Add support for clock gates Alexander Müller
2016-07-05 18:01 ` Ben Dooks
2016-07-06 0:51 ` Michael Turquette
2016-07-06 7:35 ` Ben Dooks
2016-07-06 8:11 ` Michael Turquette
2016-07-06 8:50 ` Ben Dooks
2016-07-06 20:36 ` Michael Turquette
2016-07-05 17:56 ` [PATCH 7/7] arm: amlogic: select meson8b clk driver Alexander Müller
2016-07-06 0:54 ` Michael Turquette
2016-07-06 21:41 ` Kevin Hilman
2016-07-13 17:53 ` Alexander Müller
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=1467746131-1865-1-git-send-email-serveralex@gmail.com \
--to=serveralex@gmail.com \
--cc=linus-amlogic@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).