All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Müller" <serveralex@gmail.com>
To: mturquette@baylibre.com, linux-clk@vger.kernel.org,
	linux-amlogic@lists.infradead.org
Subject: [PATCH v5 1/6] clk: meson: Rename meson8b-clkc.c to reflect gxbb naming convention
Date: Sat, 27 Aug 2016 19:40:49 +0200	[thread overview]
Message-ID: <1472319654-59048-2-git-send-email-serveralex@gmail.com> (raw)
In-Reply-To: <1472319654-59048-1-git-send-email-serveralex@gmail.com>

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 d4cd4a3..3495834 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 gxbb-aoclk.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

WARNING: multiple messages have this Message-ID (diff)
From: serveralex@gmail.com (Alexander Müller)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v5 1/6] clk: meson: Rename meson8b-clkc.c to reflect gxbb naming convention
Date: Sat, 27 Aug 2016 19:40:49 +0200	[thread overview]
Message-ID: <1472319654-59048-2-git-send-email-serveralex@gmail.com> (raw)
In-Reply-To: <1472319654-59048-1-git-send-email-serveralex@gmail.com>

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 d4cd4a3..3495834 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 gxbb-aoclk.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

  reply	other threads:[~2016-08-27 17:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-27 17:40 [PATCH v5 0/6] Add Amlogic meson8b clock gates Alexander Müller
2016-08-27 17:40 ` Alexander Müller
2016-08-27 17:40 ` Alexander Müller [this message]
2016-08-27 17:40   ` [PATCH v5 1/6] clk: meson: Rename meson8b-clkc.c to reflect gxbb naming convention Alexander Müller
2016-08-27 17:40 ` [PATCH v5 2/6] meson: clk: Move register definitions to meson8b.h Alexander Müller
2016-08-27 17:40   ` Alexander Müller
2016-08-27 17:40 ` [PATCH v5 3/6] meson: clk: Rename register names according to Amlogic datasheet Alexander Müller
2016-08-27 17:40   ` Alexander Müller
2016-08-27 17:40 ` [PATCH v5 4/6] clk: meson: Copy meson8b CLKID defines to private header file Alexander Müller
2016-08-27 17:40   ` Alexander Müller
2016-08-27 17:40 ` [PATCH v5 5/6] gxbb: clk: Adjust MESON_GATE macro to be shared with meson8b Alexander Müller
2016-08-27 17:40   ` Alexander Müller
2016-08-27 17:40 ` [PATCH v5 6/6] meson: clk: Add support for clock gates Alexander Müller
2016-08-27 17:40   ` Alexander Müller
2016-09-02 23:24 ` [PATCH v5 0/6] Add Amlogic meson8b " Michael Turquette
2016-10-11  7:59   ` Michael Turquette

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=1472319654-59048-2-git-send-email-serveralex@gmail.com \
    --to=serveralex@gmail.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.