From: Chanwoo Choi <cw00.choi@samsung.com>
To: Kamil Konieczny <k.konieczny@partner.samsung.com>,
linux-samsung-soc@vger.kernel.org
Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
Krzysztof Kozlowski <krzk@kernel.org>,
Kukjin Kim <kgene@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Rob Herring <robh+dt@kernel.org>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH v2 2/5] clk: samsung: exynos5433: fix name typo in sssx
Date: Fri, 30 Nov 2018 07:54:40 +0900 [thread overview]
Message-ID: <5C006E30.6060400@samsung.com> (raw)
In-Reply-To: <20181129155134.19141-3-k.konieczny@partner.samsung.com>
Hi,
On 2018년 11월 30일 00:51, Kamil Konieczny wrote:
> Fix typo in sssx name, there should be three letters 's'.
>
> Signed-off-by: Kamil Konieczny <k.konieczny@partner.samsung.com>
> ---
> drivers/clk/samsung/clk-exynos5433.c | 2 +-
> include/dt-bindings/clock/exynos5433.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c
> index ea47f49abc7f..24c3360db65b 100644
> --- a/drivers/clk/samsung/clk-exynos5433.c
> +++ b/drivers/clk/samsung/clk-exynos5433.c
> @@ -559,7 +559,7 @@ static const struct samsung_gate_clock top_gate_clks[] __initconst = {
> /* ENABLE_ACLK_TOP */
> GATE(CLK_ACLK_G3D_400, "aclk_g3d_400", "div_aclk_g3d_400",
> ENABLE_ACLK_TOP, 30, CLK_IS_CRITICAL, 0),
> - GATE(CLK_ACLK_IMEM_SSX_266, "aclk_imem_ssx_266",
> + GATE(CLK_ACLK_IMEM_SSSX_266, "aclk_imem_sssx_266",
> "div_aclk_imem_sssx_266", ENABLE_ACLK_TOP,
> 29, CLK_IGNORE_UNUSED, 0),
> GATE(CLK_ACLK_BUS0_400, "aclk_bus0_400", "div_aclk_bus0_400",
> diff --git a/include/dt-bindings/clock/exynos5433.h b/include/dt-bindings/clock/exynos5433.h
> index 98bd85ce1e45..87bb2b017143 100644
> --- a/include/dt-bindings/clock/exynos5433.h
> +++ b/include/dt-bindings/clock/exynos5433.h
> @@ -156,7 +156,7 @@
> #define CLK_ACLK_G2D_266 220
> #define CLK_ACLK_G2D_400 221
> #define CLK_ACLK_G3D_400 222
> -#define CLK_ACLK_IMEM_SSX_266 223
> +#define CLK_ACLK_IMEM_SSSX_266 223
> #define CLK_ACLK_BUS0_400 224
> #define CLK_ACLK_BUS1_400 225
> #define CLK_ACLK_IMEM_200 226
>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
--
Best Regards,
Chanwoo Choi
Samsung Electronics
next prev parent reply other threads:[~2018-11-29 22:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20181129155144eucas1p25ff3b4c969bd61830befd975ed5085ce@eucas1p2.samsung.com>
2018-11-29 15:51 ` [PATCH v2 0/5] Add imem clock for Exynos 5433 Kamil Konieczny
2018-11-29 15:51 ` [PATCH v2 1/5] clk: samsung: exynos5433: fix typo in imem divider Kamil Konieczny
2018-11-29 22:53 ` Chanwoo Choi
2018-11-29 15:51 ` [PATCH v2 2/5] clk: samsung: exynos5433: fix name typo in sssx Kamil Konieczny
2018-11-29 22:54 ` Chanwoo Choi [this message]
2018-11-29 15:51 ` [PATCH v2 3/5] arm64: dts: bindings: document imem clock Kamil Konieczny
2018-11-29 23:42 ` Stephen Boyd
2018-12-03 10:44 ` Sylwester Nawrocki
2018-12-05 19:46 ` Stephen Boyd
2018-11-29 15:51 ` [PATCH v2 4/5] arm64: dts: exynos: add " Kamil Konieczny
2018-11-29 15:51 ` [PATCH v2 5/5] clk: samsung: exynos5433: " Kamil Konieczny
2018-11-29 15:51 ` Kamil Konieczny
2018-11-29 23:18 ` Chanwoo Choi
2018-11-29 23:18 ` Chanwoo Choi
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=5C006E30.6060400@samsung.com \
--to=cw00.choi@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=k.konieczny@partner.samsung.com \
--cc=kgene@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=s.nawrocki@samsung.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.