linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lubomir Rintel <lkundrak@v3.sk>
To: Mauro Carvalho Chehab <mchehab@kernel.org>,
	Jonathan Corbet <corbet@lwn.net>,
	linux-media@vger.kernel.org
Cc: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	James Cameron <quozl@laptop.org>, Pavel Machek <pavel@ucw.cz>,
	Libin Yang <lbyang@marvell.com>,
	Albert Wang <twang13@marvell.com>,
	jacopo mondi <jacopo@jmondi.org>,
	Sakari Ailus <sakari.ailus@iki.fi>,
	Lubomir Rintel <lkundrak@v3.sk>
Subject: [PATCH v4 07/10] [media] marvell-ccic: rename the clocks
Date: Mon, 29 Apr 2019 11:16:29 +0200	[thread overview]
Message-ID: <20190429091632.2462285-8-lkundrak@v3.sk> (raw)
In-Reply-To: <20190429091632.2462285-1-lkundrak@v3.sk>

Use the names more suitable for devicetree bindings.

There are no board files utilizing this, thus we seem to be at liberty
at renaming this without consequences.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>

---
Changes since v2:
- This patch was added to the series

 drivers/media/platform/marvell-ccic/mmp-driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/marvell-ccic/mmp-driver.c b/drivers/media/platform/marvell-ccic/mmp-driver.c
index 352e67fc1062..8f1d2a972bc9 100644
--- a/drivers/media/platform/marvell-ccic/mmp-driver.c
+++ b/drivers/media/platform/marvell-ccic/mmp-driver.c
@@ -33,7 +33,7 @@ MODULE_ALIAS("platform:mmp-camera");
 MODULE_AUTHOR("Jonathan Corbet <corbet@lwn.net>");
 MODULE_LICENSE("GPL");
 
-static char *mcam_clks[] = {"CCICAXICLK", "CCICFUNCLK", "CCICPHYCLK"};
+static char *mcam_clks[] = {"axi", "func", "phy"};
 
 struct mmp_camera {
 	void __iomem *power_regs;
-- 
2.21.0


  parent reply	other threads:[~2019-04-29  9:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-29  9:16 [PATCH v4 00/14] media: make Marvell camera work on DT-based OLPC XO-1.75 Lubomir Rintel
2019-04-29  9:16 ` [PATCH v4 01/10] media: dt-bindings: marvell,mmp2-ccic: Add Marvell MMP2 camera Lubomir Rintel
2019-04-29 10:28   ` Sakari Ailus
2019-04-29  9:16 ` [PATCH v4 02/10] [media] marvell-ccic: fix DMA s/g desc number calculation Lubomir Rintel
2019-04-29  9:16 ` [PATCH v4 03/10] [media] marvell-ccic: don't generate EOF on parallel bus Lubomir Rintel
2019-04-29  9:16 ` [PATCH v4 04/10] Revert "[media] marvell-ccic: reset ccic phy when stop streaming for stability" Lubomir Rintel
2019-04-29  9:16 ` [PATCH v4 05/10] [media] marvell-ccic: drop unused stuff Lubomir Rintel
2019-04-29  9:16 ` [PATCH v4 06/10] [media] marvell-ccic/mmp: enable clock before accessing registers Lubomir Rintel
2019-04-29  9:16 ` Lubomir Rintel [this message]
2019-04-29  9:16 ` [PATCH v4 08/10] [media] marvell-ccic/mmp: add devicetree support Lubomir Rintel
2019-04-29  9:16 ` [PATCH v4 09/10] [media] marvell-ccic: use async notifier to get the sensor Lubomir Rintel
2019-04-29  9:16 ` [PATCH v4 10/10] [media] marvell-ccic: provide a clock for " Lubomir Rintel

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=20190429091632.2462285-8-lkundrak@v3.sk \
    --to=lkundrak@v3.sk \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=jacopo@jmondi.org \
    --cc=lbyang@marvell.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mchehab@kernel.org \
    --cc=pavel@ucw.cz \
    --cc=quozl@laptop.org \
    --cc=robh+dt@kernel.org \
    --cc=sakari.ailus@iki.fi \
    --cc=twang13@marvell.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 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).