From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Marek Vasut <marek.vasut@gmail.com>
Cc: linux-clk@vger.kernel.org,
Marek Vasut <marek.vasut+renesas@gmail.com>,
Stephen Boyd <sboyd@codeaurora.org>,
Alexey Firago <alexey_firago@mentor.com>,
Michael Turquette <mturquette@baylibre.com>,
linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH 2/8] clk: vc5: Fix trivial typo
Date: Sun, 02 Jul 2017 11:20:46 +0300 [thread overview]
Message-ID: <8820228.n1n3Vzy2c2@avalon> (raw)
In-Reply-To: <20170701200459.11505-2-marek.vasut+renesas@gmail.com>
Hi Marek,
Thank you for the patch.
On Saturday 01 Jul 2017 22:04:52 Marek Vasut wrote:
> Fix trivial typo in vc5_clk_out_unprepare() , s/Enable/Disable/ .
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Alexey Firago <alexey_firago@mentor.com>
> Cc: Michael Turquette <mturquette@baylibre.com>
> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Cc: linux-renesas-soc@vger.kernel.org
> Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> on Salvator-XS with the display LVDS output.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> drivers/clk/clk-versaclock5.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/clk-versaclock5.c b/drivers/clk/clk-versaclock5.c
> index 60bf4afb51bd..d835d48cf14d 100644
> --- a/drivers/clk/clk-versaclock5.c
> +++ b/drivers/clk/clk-versaclock5.c
> @@ -520,7 +520,7 @@ static void vc5_clk_out_unprepare(struct clk_hw *hw)
> struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw);
> struct vc5_driver_data *vc5 = hwdata->vc5;
>
> - /* Enable the clock buffer */
> + /* Disable the clock buffer */
> regmap_update_bits(vc5->regmap, VC5_CLK_OUTPUT_CFG(hwdata->num, 1),
> VC5_CLK_OUTPUT_CFG1_EN_CLKBUF, 0);
> }
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2017-07-02 8:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-01 20:04 [PATCH 1/8] clk: vc5: Prevent division by zero on unconfigured outputs Marek Vasut
2017-07-01 20:04 ` [PATCH 2/8] clk: vc5: Fix trivial typo Marek Vasut
2017-07-02 8:20 ` Laurent Pinchart [this message]
2017-07-01 20:04 ` [PATCH V2 3/8] clk: vc5: Do not warn about disabled output buffer input muxes Marek Vasut
2017-07-01 20:04 ` [PATCH 4/8] clk: vc5: Configure the output buffer input mux on prepare Marek Vasut
2017-07-01 20:04 ` [PATCH 5/8] clk: vc5: Split clock input mux and predivider Marek Vasut
2017-07-01 20:04 ` [PATCH 6/8] clk: vc5: Add support for the input frequency doubler Marek Vasut
2017-07-01 20:04 ` [PATCH V2 7/8] clk: vc5: Add bindings for IDT VersaClock 5P49V6901 Marek Vasut
2017-07-07 13:56 ` Rob Herring
2017-07-01 20:04 ` [PATCH V2 8/8] clk: vc5: Add support " Marek Vasut
2017-07-02 8:19 ` [PATCH 1/8] clk: vc5: Prevent division by zero on unconfigured outputs Laurent Pinchart
2017-07-02 8:28 ` Marek Vasut
-- strict thread matches above, loose matches on Subject: below --
2017-06-29 10:18 Marek Vasut
2017-06-29 10:18 ` [PATCH 2/8] clk: vc5: Fix trivial typo Marek Vasut
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=8820228.n1n3Vzy2c2@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=alexey_firago@mentor.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=marek.vasut+renesas@gmail.com \
--cc=marek.vasut@gmail.com \
--cc=mturquette@baylibre.com \
--cc=sboyd@codeaurora.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).