* [GIT PULL] Allwinner clock changes for 4.10 @ 2016-11-15 21:26 Maxime Ripard 2016-11-16 19:26 ` Stephen Boyd 0 siblings, 1 reply; 3+ messages in thread From: Maxime Ripard @ 2016-11-15 21:26 UTC (permalink / raw) To: linux-arm-kernel Hi Mike, Stephen, Please pull the following patches for the next merge window. Thanks! Maxime The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git sunxi-clk-for-4.10 for you to fetch changes up to 0f6f9302b819ca352cfd4f42c18ec08d521f9cae: clk: sunxi-ng: sun8i-h3: Set CLK_SET_RATE_PARENT for audio module clocks (2016-11-11 21:47:41 +0100) ---------------------------------------------------------------- Allwinner clock changes for 4.10 The usual patches from us, but most notably the introduction of the A64 clocks unit. ---------------------------------------------------------------- Chen-Yu Tsai (2): clk: sunxi-ng: sun8i-a23: Set CLK_SET_RATE_PARENT for audio module clocks clk: sunxi-ng: sun8i-h3: Set CLK_SET_RATE_PARENT for audio module clocks Julia Lawall (1): clk: sunxi: mod0: improve function-level documentation Maxime Ripard (6): clk: sunxi-ng: Rename the internal structures clk: sunxi-ng: Remove the use of rational computations clk: sunxi-ng: Finish to convert to structures for arguments clk: sunxi-ng: Add minimums for all the relevant structures and clocks clk: sunxi-ng: Implement minimum for multipliers clk: sunxi-ng: Add A64 clocks .../devicetree/bindings/clock/sunxi-ccu.txt | 1 + drivers/clk/sunxi-ng/Kconfig | 14 +- drivers/clk/sunxi-ng/Makefile | 1 + drivers/clk/sunxi-ng/ccu-sun50i-a64.c | 915 +++++++++++++++++++++ drivers/clk/sunxi-ng/ccu-sun50i-a64.h | 72 ++ drivers/clk/sunxi-ng/ccu-sun8i-a23.c | 6 +- drivers/clk/sunxi-ng/ccu-sun8i-h3.c | 10 +- drivers/clk/sunxi-ng/ccu_div.h | 6 +- drivers/clk/sunxi-ng/ccu_frac.c | 12 +- drivers/clk/sunxi-ng/ccu_frac.h | 14 +- drivers/clk/sunxi-ng/ccu_mp.h | 4 +- drivers/clk/sunxi-ng/ccu_mult.c | 33 +- drivers/clk/sunxi-ng/ccu_mult.h | 17 +- drivers/clk/sunxi-ng/ccu_nk.c | 43 +- drivers/clk/sunxi-ng/ccu_nk.h | 4 +- drivers/clk/sunxi-ng/ccu_nkm.c | 45 +- drivers/clk/sunxi-ng/ccu_nkm.h | 6 +- drivers/clk/sunxi-ng/ccu_nkmp.c | 55 +- drivers/clk/sunxi-ng/ccu_nkmp.h | 8 +- drivers/clk/sunxi-ng/ccu_nm.c | 58 +- drivers/clk/sunxi-ng/ccu_nm.h | 6 +- drivers/clk/sunxi/clk-mod0.c | 2 +- include/dt-bindings/clock/sun50i-a64-ccu.h | 134 +++ include/dt-bindings/reset/sun50i-a64-ccu.h | 98 +++ 24 files changed, 1434 insertions(+), 130 deletions(-) create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-a64.c create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-a64.h create mode 100644 include/dt-bindings/clock/sun50i-a64-ccu.h create mode 100644 include/dt-bindings/reset/sun50i-a64-ccu.h -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20161115/2e76f92b/attachment-0001.sig> ^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] Allwinner clock changes for 4.10 2016-11-15 21:26 [GIT PULL] Allwinner clock changes for 4.10 Maxime Ripard @ 2016-11-16 19:26 ` Stephen Boyd 2016-11-17 22:35 ` Maxime Ripard 0 siblings, 1 reply; 3+ messages in thread From: Stephen Boyd @ 2016-11-16 19:26 UTC (permalink / raw) To: linux-arm-kernel On 11/15, Maxime Ripard wrote: > Hi Mike, Stephen, > > Please pull the following patches for the next merge window. > > Thanks! > Maxime > > The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: > > Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) > > are available in the git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git sunxi-clk-for-4.10 > > for you to fetch changes up to 0f6f9302b819ca352cfd4f42c18ec08d521f9cae: > > clk: sunxi-ng: sun8i-h3: Set CLK_SET_RATE_PARENT for audio module clocks (2016-11-11 21:47:41 +0100) Pulled into clk-next, but I get the following grumbles... ERROR: space prohibited before that ',' (ctx:WxW) #282: FILE: drivers/clk/sunxi-ng/ccu-sun50i-a64.c:206: + "pll-cpux" , "pll-cpux" }; ^ ERROR: space prohibited before that ',' (ctx:WxW) #289: FILE: drivers/clk/sunxi-ng/ccu-sun50i-a64.c:213: + "axi" , "pll-periph0" }; ^ ERROR: space prohibited before that ',' (ctx:WxE) #325: FILE: drivers/clk/sunxi-ng/ccu-sun50i-a64.c:249: + "pll-periph0-2x" , ^ ERROR: space prohibited before that ',' (ctx:WxW) #333: FILE: drivers/clk/sunxi-ng/ccu-sun50i-a64.c:257: +static const char * const ahb2_parents[] = { "ahb1" , "pll-periph0" }; ^ drivers/clk/sunxi-ng/ccu-sun50i-a64.c:160:16: warning: symbol 'pll_mipi_clk' was not declared. Should it be static? drivers/clk/sunxi-ng/ccu-sun50i-a64.c:507:16: warning: symbol 'tcon1_clk' was not declared. Should it be static? I'll go fix them this time, but please be more careful next time. ---8<---- diff --git a/drivers/clk/sunxi-ng/ccu-sun50i-a64.c b/drivers/clk/sunxi-ng/ccu-sun50i-a64.c index 0674515e2bad..e3c084cc6da5 100644 --- a/drivers/clk/sunxi-ng/ccu-sun50i-a64.c +++ b/drivers/clk/sunxi-ng/ccu-sun50i-a64.c @@ -157,7 +157,7 @@ static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_gpu_clk, "pll-gpu", */ #define SUN50I_A64_PLL_MIPI_REG 0x040 -struct ccu_nkm pll_mipi_clk = { +static struct ccu_nkm pll_mipi_clk = { .enable = BIT(31), .lock = BIT(28), .n = _SUNXI_CCU_MULT(8, 4), @@ -203,14 +203,14 @@ static SUNXI_CCU_NM_WITH_GATE_LOCK(pll_ddr1_clk, "pll-ddr1", CLK_SET_RATE_UNGATE); static const char * const cpux_parents[] = { "osc32k", "osc24M", - "pll-cpux" , "pll-cpux" }; + "pll-cpux", "pll-cpux" }; static SUNXI_CCU_MUX(cpux_clk, "cpux", cpux_parents, 0x050, 16, 2, CLK_SET_RATE_PARENT | CLK_IS_CRITICAL); static SUNXI_CCU_M(axi_clk, "axi", "cpux", 0x050, 0, 2, 0); static const char * const ahb1_parents[] = { "osc32k", "osc24M", - "axi" , "pll-periph0" }; + "axi", "pll-periph0" }; static struct ccu_div ahb1_clk = { .div = _SUNXI_CCU_DIV_FLAGS(4, 2, CLK_DIVIDER_POWER_OF_TWO), @@ -246,7 +246,7 @@ static SUNXI_CCU_DIV_TABLE(apb1_clk, "apb1", "ahb1", 0x054, 8, 2, apb1_div_table, 0); static const char * const apb2_parents[] = { "osc32k", "osc24M", - "pll-periph0-2x" , + "pll-periph0-2x", "pll-periph0-2x" }; static SUNXI_CCU_MP_WITH_MUX(apb2_clk, "apb2", apb2_parents, 0x058, 0, 5, /* M */ @@ -254,7 +254,7 @@ static SUNXI_CCU_MP_WITH_MUX(apb2_clk, "apb2", apb2_parents, 0x058, 24, 2, /* mux */ 0); -static const char * const ahb2_parents[] = { "ahb1" , "pll-periph0" }; +static const char * const ahb2_parents[] = { "ahb1", "pll-periph0" }; static const struct ccu_mux_fixed_prediv ahb2_fixed_predivs[] = { { .index = 1, .div = 2 }, }; @@ -504,7 +504,7 @@ static SUNXI_CCU_MUX_TABLE_WITH_GATE(tcon0_clk, "tcon0", tcon0_parents, static const char * const tcon1_parents[] = { "pll-video0", "pll-video1" }; static const u8 tcon1_table[] = { 0, 2, }; -struct ccu_div tcon1_clk = { +static struct ccu_div tcon1_clk = { .enable = BIT(31), .div = _SUNXI_CCU_DIV(0, 4), .mux = _SUNXI_CCU_MUX_TABLE(24, 2, tcon1_table), -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [GIT PULL] Allwinner clock changes for 4.10 2016-11-16 19:26 ` Stephen Boyd @ 2016-11-17 22:35 ` Maxime Ripard 0 siblings, 0 replies; 3+ messages in thread From: Maxime Ripard @ 2016-11-17 22:35 UTC (permalink / raw) To: linux-arm-kernel On Wed, Nov 16, 2016 at 11:26:56AM -0800, Stephen Boyd wrote: > On 11/15, Maxime Ripard wrote: > > Hi Mike, Stephen, > > > > Please pull the following patches for the next merge window. > > > > Thanks! > > Maxime > > > > The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: > > > > Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) > > > > are available in the git repository at: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git sunxi-clk-for-4.10 > > > > for you to fetch changes up to 0f6f9302b819ca352cfd4f42c18ec08d521f9cae: > > > > clk: sunxi-ng: sun8i-h3: Set CLK_SET_RATE_PARENT for audio module clocks (2016-11-11 21:47:41 +0100) > > Pulled into clk-next, but I get the following grumbles... > > ERROR: space prohibited before that ',' (ctx:WxW) > #282: FILE: drivers/clk/sunxi-ng/ccu-sun50i-a64.c:206: > + "pll-cpux" , "pll-cpux" }; > ^ > > ERROR: space prohibited before that ',' (ctx:WxW) > #289: FILE: drivers/clk/sunxi-ng/ccu-sun50i-a64.c:213: > + "axi" , "pll-periph0" }; > ^ > > ERROR: space prohibited before that ',' (ctx:WxE) > #325: FILE: drivers/clk/sunxi-ng/ccu-sun50i-a64.c:249: > + "pll-periph0-2x" , > ^ > > ERROR: space prohibited before that ',' (ctx:WxW) > #333: FILE: drivers/clk/sunxi-ng/ccu-sun50i-a64.c:257: > +static const char * const ahb2_parents[] = { "ahb1" , "pll-periph0" }; > ^ > > drivers/clk/sunxi-ng/ccu-sun50i-a64.c:160:16: warning: symbol 'pll_mipi_clk' was not declared. Should it be static? > drivers/clk/sunxi-ng/ccu-sun50i-a64.c:507:16: warning: symbol 'tcon1_clk' was not declared. Should it be static? > > I'll go fix them this time, but please be more careful next time. Ugh, sorry it slipped through... Thanks for fixing it, Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20161117/a7bdc5d6/attachment.sig> ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-17 22:35 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-11-15 21:26 [GIT PULL] Allwinner clock changes for 4.10 Maxime Ripard 2016-11-16 19:26 ` Stephen Boyd 2016-11-17 22:35 ` Maxime Ripard
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).