* [PATCH] clk: imx: correct pwm7 clock name in driver for i.MX6UL
@ 2016-02-17 18:48 Anatolij Gustschin
2016-02-17 18:48 ` Anatolij Gustschin
2016-02-17 18:58 ` Fabio Estevam
0 siblings, 2 replies; 5+ messages in thread
From: Anatolij Gustschin @ 2016-02-17 18:48 UTC (permalink / raw)
To: linux-arm-kernel
Don't capitalize p in the pwm7 clock name.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
drivers/clk/imx/clk-imx6ul.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c
index 01718d0..15f2ac8 100644
--- a/drivers/clk/imx/clk-imx6ul.c
+++ b/drivers/clk/imx/clk-imx6ul.c
@@ -394,7 +394,7 @@ static void __init imx6ul_clocks_init(struct device_node *ccm_node)
clks[IMX6UL_CLK_I2C4] = imx_clk_gate2("i2c4", "perclk", base + 0x80, 24);
clks[IMX6UL_CLK_PWM5] = imx_clk_gate2("pwm5", "perclk", base + 0x80, 26);
clks[IMX6UL_CLK_PWM6] = imx_clk_gate2("pwm6", "perclk", base + 0x80, 28);
- clks[IMX6UL_CLK_PWM7] = imx_clk_gate2("Pwm7", "perclk", base + 0x80, 30);
+ clks[IMX6UL_CLK_PWM7] = imx_clk_gate2("pwm7", "perclk", base + 0x80, 30);
/* mask handshake of mmdc */
writel_relaxed(BM_CCM_CCDR_MMDC_CH0_MASK, base + CCDR);
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] clk: imx: correct pwm7 clock name in driver for i.MX6UL
2016-02-17 18:48 [PATCH] clk: imx: correct pwm7 clock name in driver for i.MX6UL Anatolij Gustschin
@ 2016-02-17 18:48 ` Anatolij Gustschin
2016-02-17 18:58 ` Fabio Estevam
1 sibling, 0 replies; 5+ messages in thread
From: Anatolij Gustschin @ 2016-02-17 18:48 UTC (permalink / raw)
To: linux-arm-kernel
Don't capitalize p in the pwm7 clock name.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
drivers/clk/imx/clk-imx6ul.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c
index 01718d0..15f2ac8 100644
--- a/drivers/clk/imx/clk-imx6ul.c
+++ b/drivers/clk/imx/clk-imx6ul.c
@@ -394,7 +394,7 @@ static void __init imx6ul_clocks_init(struct device_node *ccm_node)
clks[IMX6UL_CLK_I2C4] = imx_clk_gate2("i2c4", "perclk", base + 0x80, 24);
clks[IMX6UL_CLK_PWM5] = imx_clk_gate2("pwm5", "perclk", base + 0x80, 26);
clks[IMX6UL_CLK_PWM6] = imx_clk_gate2("pwm6", "perclk", base + 0x80, 28);
- clks[IMX6UL_CLK_PWM7] = imx_clk_gate2("Pwm7", "perclk", base + 0x80, 30);
+ clks[IMX6UL_CLK_PWM7] = imx_clk_gate2("pwm7", "perclk", base + 0x80, 30);
/* mask handshake of mmdc */
writel_relaxed(BM_CCM_CCDR_MMDC_CH0_MASK, base + CCDR);
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] clk: imx: correct pwm7 clock name in driver for i.MX6UL
2016-02-17 18:48 [PATCH] clk: imx: correct pwm7 clock name in driver for i.MX6UL Anatolij Gustschin
2016-02-17 18:48 ` Anatolij Gustschin
@ 2016-02-17 18:58 ` Fabio Estevam
2016-02-17 19:57 ` Michael Turquette
1 sibling, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2016-02-17 18:58 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Feb 17, 2016 at 4:48 PM, Anatolij Gustschin <agust@denx.de> wrote:
> Don't capitalize p in the pwm7 clock name.
>
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
Thanks.
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] clk: imx: correct pwm7 clock name in driver for i.MX6UL
2016-02-17 18:58 ` Fabio Estevam
@ 2016-02-17 19:57 ` Michael Turquette
2016-02-18 14:14 ` Shawn Guo
0 siblings, 1 reply; 5+ messages in thread
From: Michael Turquette @ 2016-02-17 19:57 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Fabio Estevam (2016-02-17 10:58:13)
> On Wed, Feb 17, 2016 at 4:48 PM, Anatolij Gustschin <agust@denx.de> wrote:
> > Don't capitalize p in the pwm7 clock name.
> >
> > Signed-off-by: Anatolij Gustschin <agust@denx.de>
>
> Thanks.
>
> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Should I apply this to clk-next or is someone (Shawn?) gathering patches
for a pull request?
Regards,
Mike
> --
> To unsubscribe from this list: send the line "unsubscribe linux-clk" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] clk: imx: correct pwm7 clock name in driver for i.MX6UL
2016-02-17 19:57 ` Michael Turquette
@ 2016-02-18 14:14 ` Shawn Guo
0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2016-02-18 14:14 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Feb 17, 2016 at 11:57:25AM -0800, Michael Turquette wrote:
> Quoting Fabio Estevam (2016-02-17 10:58:13)
> > On Wed, Feb 17, 2016 at 4:48 PM, Anatolij Gustschin <agust@denx.de> wrote:
> > > Don't capitalize p in the pwm7 clock name.
> > >
> > > Signed-off-by: Anatolij Gustschin <agust@denx.de>
> >
> > Thanks.
> >
> > Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
>
> Should I apply this to clk-next or is someone (Shawn?) gathering patches
> for a pull request?
Yes, I'm collecting i.MX clock patches for a pull request that will go
to you later.
Patch applied, thanks.
Shawn
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-02-18 14:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 18:48 [PATCH] clk: imx: correct pwm7 clock name in driver for i.MX6UL Anatolij Gustschin
2016-02-17 18:48 ` Anatolij Gustschin
2016-02-17 18:58 ` Fabio Estevam
2016-02-17 19:57 ` Michael Turquette
2016-02-18 14:14 ` Shawn Guo
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).