From: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
marc.zyngier-5wv7dgnIgG8@public.gmane.org,
arnd-r2nGTMty4D4@public.gmane.org,
olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org,
catalin.marinas-5wv7dgnIgG8@public.gmane.org,
will.deacon-5wv7dgnIgG8@public.gmane.org,
s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
chanho61.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
geunsik.lim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
sw0312.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
a.kesavan-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 08/19] clk: samsung: exynos5433: Add clocks for CMU_AUD domain
Date: Tue, 09 Dec 2014 11:35:27 +0530 [thread overview]
Message-ID: <54869127.6030307@samsung.com> (raw)
In-Reply-To: <1417510196-6714-9-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Hi Chanwoo,
On Tuesday 02 December 2014 02:19 PM, Chanwoo Choi wrote:
> This patch adds the mux/divider/gate clocks for CMU_AUD domain which
> includes the clocks of Cortex-A6/Bus/Audio clocks.
Cortex-A6? I think it should be Cortex-A5?
>
> Cc: Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> Cc: Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Signed-off-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> Acked-by: Inki Dae <inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> Acked-by: Geunsik Lim <geunsik.lim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> ---
> .../devicetree/bindings/clock/exynos5433-clock.txt | 7 +
> drivers/clk/samsung/clk-exynos5433.c | 173 +++++++++++++++++++++
> include/dt-bindings/clock/exynos5433.h | 53 +++++++
> 3 files changed, 233 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/clock/exynos5433-clock.txt b/Documentation/devicetree/bindings/clock/exynos5433-clock.txt
> index 8d3dad4..9a6ae75 100644
> --- a/Documentation/devicetree/bindings/clock/exynos5433-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/exynos5433-clock.txt
> @@ -23,6 +23,8 @@ Required Properties:
> which generates clocks for G2D/MDMA IPs.
> - "samsung,exynos5433-cmu-disp" - clock controller compatible for CMU_DISP
> which generates clocks for Display (DECON/HDMI/DSIM/MIXER) IPs.
> + - "samsung,exynos5433-cmu-aud" - clock controller compatible for CMU_AUD
> + which generates clocks for Cortex-A5/BUS/AUDIO clocks.
Commit message says Cortex-A6?
>
> - reg: physical base address of the controller and length of memory mapped
> region.
> @@ -86,6 +88,11 @@ Example 1: Examples of clock controller nodes are listed below.
> #clock-cells = <1>;
> };
>
> + cmu_aud: clock-controller@0x114c0000 {
> + compatible = "samsung,exynos5433-cmu-aud";
> + reg = <0x114c0000 0x0b04>;
> + #clock-cells = <1>;
> + };
>
> Example 2: UART controller node that consumes the clock generated by the clock
> controller.
> diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c
> index ec23e97..99262e0 100644
> --- a/drivers/clk/samsung/clk-exynos5433.c
> +++ b/drivers/clk/samsung/clk-exynos5433.c
> @@ -2454,3 +2454,176 @@ static void __init exynos5433_cmu_disp_init(struct device_node *np)
>
> CLK_OF_DECLARE(exynos5433_cmu_disp, "samsung,exynos5433-cmu-disp",
> exynos5433_cmu_disp_init);
> +
> +/*
> + * Register offset definitions for CMU_AUD
> + */
> +#define MUX_SEL_AUD0 0x0200
> +#define MUX_SEL_AUD1 0x0204
> +#define MUX_ENABLE_AUD0 0x0300
> +#define MUX_ENABLE_AUD1 0x0304
> +#define MUX_STAT_AUD0 0x0400
> +#define DIV_AUD0 0x0600
> +#define DIV_AUD1 0x0604
> +#define DIV_STAT_AUD0 0x0700
> +#define DIV_STAT_AUD1 0x0704
> +#define ENABLE_ACLK_AUD 0x0800
> +#define ENABLE_PCLK_AUD 0x0900
> +#define ENABLE_SCLK_AUD0 0x0a00
> +#define ENABLE_SCLK_AUD1 0x0a04
> +#define ENABLE_IP_AUD0 0x0b00
> +#define ENABLE_IP_AUD1 0x0b04
> +
> +static unsigned long aud_clk_regs[] __initdata = {
> + MUX_SEL_AUD0,
> + MUX_SEL_AUD1,
> + MUX_ENABLE_AUD0,
> + MUX_ENABLE_AUD1,
> + MUX_STAT_AUD0,
> + DIV_AUD0,
> + DIV_AUD1,
> + DIV_STAT_AUD0,
> + DIV_STAT_AUD1,
> + ENABLE_ACLK_AUD,
> + ENABLE_PCLK_AUD,
> + ENABLE_SCLK_AUD0,
> + ENABLE_SCLK_AUD1,
> + ENABLE_IP_AUD0,
> + ENABLE_IP_AUD1,
> +};
> +
> +/* list of all parent clock list */
> +PNAME(mout_aud_pll_user_aud_p) = { "fin_pll", "fout_aud_pll", };
> +PNAME(mout_sclk_aud_pcm_p) = { "mout_aud_pll_user", "ioclk_audiocdclk0",};
> +PNAME(mout_sclk_aud_i2s_p) = { "mout_aud_pll_user", "ioclk_audiocdclk0",};
Above two lines can be clubbed with some common name as both has same
parent clocks.
> +
> +static struct samsung_fixed_rate_clock aud_fixed_clks[] __initdata = {
> + FRATE(0, "ioclk_jtag_tclk", NULL, CLK_IS_ROOT, 188000000),
> + FRATE(0, "ioclk_slimbus_clk", NULL, CLK_IS_ROOT, 188000000),
> + FRATE(0, "ioclk_i2s_bclk", NULL, CLK_IS_ROOT, 188000000),
Are you sure about these clock rates?
As per UM I have, these are having rates as 33 MHz, 25 MHz and 50 MHz
respectively.
> +};
> +
> +static struct samsung_mux_clock aud_mux_clks[] __initdata = {
> + /* MUX_SEL_AUD0 */
> + MUX(CLK_MOUT_AUD_PLL_USER, "mout_aud_pll_user",
> + mout_aud_pll_user_aud_p, MUX_SEL_AUD0, 0, 1),
> +
> + /* MUX_SEL_AUD1 */
> + MUX(CLK_MOUT_SCLK_AUD_PCM, "mout_sclk_aud_pcm", mout_sclk_aud_pcm_p,
> + MUX_SEL_AUD1, 8, 1),
> + MUX(CLK_MOUT_SCLK_AUD_I2S, "mout_sclk_aud_i2s", mout_sclk_aud_i2s_p,
> + MUX_SEL_AUD1, 0, 1),
> +};
> +
Thanks,
Pankaj Dubey
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: pankaj.dubey@samsung.com (Pankaj Dubey)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 08/19] clk: samsung: exynos5433: Add clocks for CMU_AUD domain
Date: Tue, 09 Dec 2014 11:35:27 +0530 [thread overview]
Message-ID: <54869127.6030307@samsung.com> (raw)
In-Reply-To: <1417510196-6714-9-git-send-email-cw00.choi@samsung.com>
Hi Chanwoo,
On Tuesday 02 December 2014 02:19 PM, Chanwoo Choi wrote:
> This patch adds the mux/divider/gate clocks for CMU_AUD domain which
> includes the clocks of Cortex-A6/Bus/Audio clocks.
Cortex-A6? I think it should be Cortex-A5?
>
> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Cc: Tomasz Figa <tomasz.figa@gmail.com>
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> Acked-by: Inki Dae <inki.dae@samsung.com>
> Acked-by: Geunsik Lim <geunsik.lim@samsung.com>
> ---
> .../devicetree/bindings/clock/exynos5433-clock.txt | 7 +
> drivers/clk/samsung/clk-exynos5433.c | 173 +++++++++++++++++++++
> include/dt-bindings/clock/exynos5433.h | 53 +++++++
> 3 files changed, 233 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/clock/exynos5433-clock.txt b/Documentation/devicetree/bindings/clock/exynos5433-clock.txt
> index 8d3dad4..9a6ae75 100644
> --- a/Documentation/devicetree/bindings/clock/exynos5433-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/exynos5433-clock.txt
> @@ -23,6 +23,8 @@ Required Properties:
> which generates clocks for G2D/MDMA IPs.
> - "samsung,exynos5433-cmu-disp" - clock controller compatible for CMU_DISP
> which generates clocks for Display (DECON/HDMI/DSIM/MIXER) IPs.
> + - "samsung,exynos5433-cmu-aud" - clock controller compatible for CMU_AUD
> + which generates clocks for Cortex-A5/BUS/AUDIO clocks.
Commit message says Cortex-A6?
>
> - reg: physical base address of the controller and length of memory mapped
> region.
> @@ -86,6 +88,11 @@ Example 1: Examples of clock controller nodes are listed below.
> #clock-cells = <1>;
> };
>
> + cmu_aud: clock-controller at 0x114c0000 {
> + compatible = "samsung,exynos5433-cmu-aud";
> + reg = <0x114c0000 0x0b04>;
> + #clock-cells = <1>;
> + };
>
> Example 2: UART controller node that consumes the clock generated by the clock
> controller.
> diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c
> index ec23e97..99262e0 100644
> --- a/drivers/clk/samsung/clk-exynos5433.c
> +++ b/drivers/clk/samsung/clk-exynos5433.c
> @@ -2454,3 +2454,176 @@ static void __init exynos5433_cmu_disp_init(struct device_node *np)
>
> CLK_OF_DECLARE(exynos5433_cmu_disp, "samsung,exynos5433-cmu-disp",
> exynos5433_cmu_disp_init);
> +
> +/*
> + * Register offset definitions for CMU_AUD
> + */
> +#define MUX_SEL_AUD0 0x0200
> +#define MUX_SEL_AUD1 0x0204
> +#define MUX_ENABLE_AUD0 0x0300
> +#define MUX_ENABLE_AUD1 0x0304
> +#define MUX_STAT_AUD0 0x0400
> +#define DIV_AUD0 0x0600
> +#define DIV_AUD1 0x0604
> +#define DIV_STAT_AUD0 0x0700
> +#define DIV_STAT_AUD1 0x0704
> +#define ENABLE_ACLK_AUD 0x0800
> +#define ENABLE_PCLK_AUD 0x0900
> +#define ENABLE_SCLK_AUD0 0x0a00
> +#define ENABLE_SCLK_AUD1 0x0a04
> +#define ENABLE_IP_AUD0 0x0b00
> +#define ENABLE_IP_AUD1 0x0b04
> +
> +static unsigned long aud_clk_regs[] __initdata = {
> + MUX_SEL_AUD0,
> + MUX_SEL_AUD1,
> + MUX_ENABLE_AUD0,
> + MUX_ENABLE_AUD1,
> + MUX_STAT_AUD0,
> + DIV_AUD0,
> + DIV_AUD1,
> + DIV_STAT_AUD0,
> + DIV_STAT_AUD1,
> + ENABLE_ACLK_AUD,
> + ENABLE_PCLK_AUD,
> + ENABLE_SCLK_AUD0,
> + ENABLE_SCLK_AUD1,
> + ENABLE_IP_AUD0,
> + ENABLE_IP_AUD1,
> +};
> +
> +/* list of all parent clock list */
> +PNAME(mout_aud_pll_user_aud_p) = { "fin_pll", "fout_aud_pll", };
> +PNAME(mout_sclk_aud_pcm_p) = { "mout_aud_pll_user", "ioclk_audiocdclk0",};
> +PNAME(mout_sclk_aud_i2s_p) = { "mout_aud_pll_user", "ioclk_audiocdclk0",};
Above two lines can be clubbed with some common name as both has same
parent clocks.
> +
> +static struct samsung_fixed_rate_clock aud_fixed_clks[] __initdata = {
> + FRATE(0, "ioclk_jtag_tclk", NULL, CLK_IS_ROOT, 188000000),
> + FRATE(0, "ioclk_slimbus_clk", NULL, CLK_IS_ROOT, 188000000),
> + FRATE(0, "ioclk_i2s_bclk", NULL, CLK_IS_ROOT, 188000000),
Are you sure about these clock rates?
As per UM I have, these are having rates as 33 MHz, 25 MHz and 50 MHz
respectively.
> +};
> +
> +static struct samsung_mux_clock aud_mux_clks[] __initdata = {
> + /* MUX_SEL_AUD0 */
> + MUX(CLK_MOUT_AUD_PLL_USER, "mout_aud_pll_user",
> + mout_aud_pll_user_aud_p, MUX_SEL_AUD0, 0, 1),
> +
> + /* MUX_SEL_AUD1 */
> + MUX(CLK_MOUT_SCLK_AUD_PCM, "mout_sclk_aud_pcm", mout_sclk_aud_pcm_p,
> + MUX_SEL_AUD1, 8, 1),
> + MUX(CLK_MOUT_SCLK_AUD_I2S, "mout_sclk_aud_i2s", mout_sclk_aud_i2s_p,
> + MUX_SEL_AUD1, 0, 1),
> +};
> +
Thanks,
Pankaj Dubey
WARNING: multiple messages have this Message-ID (diff)
From: Pankaj Dubey <pankaj.dubey@samsung.com>
To: Chanwoo Choi <cw00.choi@samsung.com>,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: kgene.kim@samsung.com, mark.rutland@arm.com,
marc.zyngier@arm.com, arnd@arndb.de, olof@lixom.net,
catalin.marinas@arm.com, will.deacon@arm.com,
s.nawrocki@samsung.com, tomasz.figa@gmail.com,
kyungmin.park@samsung.com, inki.dae@samsung.com,
chanho61.park@samsung.com, geunsik.lim@samsung.com,
sw0312.kim@samsung.com, jh80.chung@samsung.com,
a.kesavan@samsung.com, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 08/19] clk: samsung: exynos5433: Add clocks for CMU_AUD domain
Date: Tue, 09 Dec 2014 11:35:27 +0530 [thread overview]
Message-ID: <54869127.6030307@samsung.com> (raw)
In-Reply-To: <1417510196-6714-9-git-send-email-cw00.choi@samsung.com>
Hi Chanwoo,
On Tuesday 02 December 2014 02:19 PM, Chanwoo Choi wrote:
> This patch adds the mux/divider/gate clocks for CMU_AUD domain which
> includes the clocks of Cortex-A6/Bus/Audio clocks.
Cortex-A6? I think it should be Cortex-A5?
>
> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Cc: Tomasz Figa <tomasz.figa@gmail.com>
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> Acked-by: Inki Dae <inki.dae@samsung.com>
> Acked-by: Geunsik Lim <geunsik.lim@samsung.com>
> ---
> .../devicetree/bindings/clock/exynos5433-clock.txt | 7 +
> drivers/clk/samsung/clk-exynos5433.c | 173 +++++++++++++++++++++
> include/dt-bindings/clock/exynos5433.h | 53 +++++++
> 3 files changed, 233 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/clock/exynos5433-clock.txt b/Documentation/devicetree/bindings/clock/exynos5433-clock.txt
> index 8d3dad4..9a6ae75 100644
> --- a/Documentation/devicetree/bindings/clock/exynos5433-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/exynos5433-clock.txt
> @@ -23,6 +23,8 @@ Required Properties:
> which generates clocks for G2D/MDMA IPs.
> - "samsung,exynos5433-cmu-disp" - clock controller compatible for CMU_DISP
> which generates clocks for Display (DECON/HDMI/DSIM/MIXER) IPs.
> + - "samsung,exynos5433-cmu-aud" - clock controller compatible for CMU_AUD
> + which generates clocks for Cortex-A5/BUS/AUDIO clocks.
Commit message says Cortex-A6?
>
> - reg: physical base address of the controller and length of memory mapped
> region.
> @@ -86,6 +88,11 @@ Example 1: Examples of clock controller nodes are listed below.
> #clock-cells = <1>;
> };
>
> + cmu_aud: clock-controller@0x114c0000 {
> + compatible = "samsung,exynos5433-cmu-aud";
> + reg = <0x114c0000 0x0b04>;
> + #clock-cells = <1>;
> + };
>
> Example 2: UART controller node that consumes the clock generated by the clock
> controller.
> diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c
> index ec23e97..99262e0 100644
> --- a/drivers/clk/samsung/clk-exynos5433.c
> +++ b/drivers/clk/samsung/clk-exynos5433.c
> @@ -2454,3 +2454,176 @@ static void __init exynos5433_cmu_disp_init(struct device_node *np)
>
> CLK_OF_DECLARE(exynos5433_cmu_disp, "samsung,exynos5433-cmu-disp",
> exynos5433_cmu_disp_init);
> +
> +/*
> + * Register offset definitions for CMU_AUD
> + */
> +#define MUX_SEL_AUD0 0x0200
> +#define MUX_SEL_AUD1 0x0204
> +#define MUX_ENABLE_AUD0 0x0300
> +#define MUX_ENABLE_AUD1 0x0304
> +#define MUX_STAT_AUD0 0x0400
> +#define DIV_AUD0 0x0600
> +#define DIV_AUD1 0x0604
> +#define DIV_STAT_AUD0 0x0700
> +#define DIV_STAT_AUD1 0x0704
> +#define ENABLE_ACLK_AUD 0x0800
> +#define ENABLE_PCLK_AUD 0x0900
> +#define ENABLE_SCLK_AUD0 0x0a00
> +#define ENABLE_SCLK_AUD1 0x0a04
> +#define ENABLE_IP_AUD0 0x0b00
> +#define ENABLE_IP_AUD1 0x0b04
> +
> +static unsigned long aud_clk_regs[] __initdata = {
> + MUX_SEL_AUD0,
> + MUX_SEL_AUD1,
> + MUX_ENABLE_AUD0,
> + MUX_ENABLE_AUD1,
> + MUX_STAT_AUD0,
> + DIV_AUD0,
> + DIV_AUD1,
> + DIV_STAT_AUD0,
> + DIV_STAT_AUD1,
> + ENABLE_ACLK_AUD,
> + ENABLE_PCLK_AUD,
> + ENABLE_SCLK_AUD0,
> + ENABLE_SCLK_AUD1,
> + ENABLE_IP_AUD0,
> + ENABLE_IP_AUD1,
> +};
> +
> +/* list of all parent clock list */
> +PNAME(mout_aud_pll_user_aud_p) = { "fin_pll", "fout_aud_pll", };
> +PNAME(mout_sclk_aud_pcm_p) = { "mout_aud_pll_user", "ioclk_audiocdclk0",};
> +PNAME(mout_sclk_aud_i2s_p) = { "mout_aud_pll_user", "ioclk_audiocdclk0",};
Above two lines can be clubbed with some common name as both has same
parent clocks.
> +
> +static struct samsung_fixed_rate_clock aud_fixed_clks[] __initdata = {
> + FRATE(0, "ioclk_jtag_tclk", NULL, CLK_IS_ROOT, 188000000),
> + FRATE(0, "ioclk_slimbus_clk", NULL, CLK_IS_ROOT, 188000000),
> + FRATE(0, "ioclk_i2s_bclk", NULL, CLK_IS_ROOT, 188000000),
Are you sure about these clock rates?
As per UM I have, these are having rates as 33 MHz, 25 MHz and 50 MHz
respectively.
> +};
> +
> +static struct samsung_mux_clock aud_mux_clks[] __initdata = {
> + /* MUX_SEL_AUD0 */
> + MUX(CLK_MOUT_AUD_PLL_USER, "mout_aud_pll_user",
> + mout_aud_pll_user_aud_p, MUX_SEL_AUD0, 0, 1),
> +
> + /* MUX_SEL_AUD1 */
> + MUX(CLK_MOUT_SCLK_AUD_PCM, "mout_sclk_aud_pcm", mout_sclk_aud_pcm_p,
> + MUX_SEL_AUD1, 8, 1),
> + MUX(CLK_MOUT_SCLK_AUD_I2S, "mout_sclk_aud_i2s", mout_sclk_aud_i2s_p,
> + MUX_SEL_AUD1, 0, 1),
> +};
> +
Thanks,
Pankaj Dubey
next prev parent reply other threads:[~2014-12-09 6:05 UTC|newest]
Thread overview: 107+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-02 8:49 [PATCHv2 00/19] arm64: Add the support for new 64-bit Exynos5433 SoC Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 01/19] clk: samsung: exynos5433: Add clocks using common clock framework Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-08 11:30 ` Pankaj Dubey
2014-12-08 11:30 ` Pankaj Dubey
2014-12-09 1:04 ` Chanwoo Choi
2014-12-09 1:04 ` Chanwoo Choi
[not found] ` <1417510196-6714-1-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-02 8:49 ` [PATCH 02/19] clk: samsung: exynos5433: Add MUX clocks of CMU_TOP domain Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
[not found] ` <1417510196-6714-3-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-08 11:31 ` Pankaj Dubey
2014-12-08 11:31 ` Pankaj Dubey
2014-12-08 11:31 ` Pankaj Dubey
[not found] ` <54858BF6.4040407-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-09 1:05 ` Chanwoo Choi
2014-12-09 1:05 ` Chanwoo Choi
2014-12-09 1:05 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 03/19] clk: samsung: exynos5433: Add clocks for CMU_PERIC domain Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-08 11:31 ` Pankaj Dubey
2014-12-08 11:31 ` Pankaj Dubey
[not found] ` <54858C13.8020704-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-09 1:12 ` Chanwoo Choi
2014-12-09 1:12 ` Chanwoo Choi
2014-12-09 1:12 ` Chanwoo Choi
2014-12-09 6:13 ` Pankaj Dubey
2014-12-09 6:13 ` Pankaj Dubey
[not found] ` <548692ED.4080301-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-09 6:30 ` Chanwoo Choi
2014-12-09 6:30 ` Chanwoo Choi
2014-12-09 6:30 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 04/19] clk: samsung: exynos5433: Add clocks for CMU_PERIS domain Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
[not found] ` <1417510196-6714-5-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-08 11:32 ` Pankaj Dubey
2014-12-08 11:32 ` Pankaj Dubey
2014-12-08 11:32 ` Pankaj Dubey
2014-12-09 1:14 ` Chanwoo Choi
2014-12-09 1:14 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 05/19] clk: samsung: exynos5433: Add clocks for CMU_G2D domain Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-08 11:36 ` Pankaj Dubey
2014-12-08 11:36 ` Pankaj Dubey
[not found] ` <54858D2B.3040809-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-09 1:16 ` Chanwoo Choi
2014-12-09 1:16 ` Chanwoo Choi
2014-12-09 1:16 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 06/19] clk: samsung: exynos5433: Add clocks for CMU_MIF domain Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
[not found] ` <1417510196-6714-7-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-08 11:37 ` Pankaj Dubey
2014-12-08 11:37 ` Pankaj Dubey
2014-12-08 11:37 ` Pankaj Dubey
2014-12-09 1:31 ` Chanwoo Choi
2014-12-09 1:31 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 07/19] clk: samsung: exynos5433: Add clocks for CMU_DISP domain Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-09 6:06 ` Pankaj Dubey
2014-12-09 6:06 ` Pankaj Dubey
2014-12-02 8:49 ` [PATCH 08/19] clk: samsung: exynos5433: Add clocks for CMU_AUD domain Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
[not found] ` <1417510196-6714-9-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-09 6:05 ` Pankaj Dubey [this message]
2014-12-09 6:05 ` Pankaj Dubey
2014-12-09 6:05 ` Pankaj Dubey
2014-12-02 8:49 ` [PATCH 09/19] clk: samsung: exynos5433: Add clocks for CMU_BUS{0|1|2} domains Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-09 6:05 ` Pankaj Dubey
2014-12-09 6:05 ` Pankaj Dubey
2014-12-02 8:49 ` [PATCH 10/19] clk: samsung: exynos5433: Add missing clocks for CMU_FSYS domain Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-09 6:03 ` Pankaj Dubey
2014-12-09 6:03 ` Pankaj Dubey
2014-12-02 8:49 ` [PATCH 11/19] clk: samsung: exynos5433: Add clocks for CMU_G3D domain Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-09 6:28 ` Pankaj Dubey
2014-12-09 6:28 ` Pankaj Dubey
2014-12-02 8:49 ` [PATCH 12/19] clk: samsung: exynos5433: Add clocks for CMU_GSCL domain Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-09 7:48 ` Pankaj Dubey
2014-12-09 7:48 ` Pankaj Dubey
2014-12-02 8:49 ` [PATCH 13/19] arm64: exynos5433: Enable ARMv8-based Exynos5433 SoC support Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 14/19] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
[not found] ` <1417510196-6714-15-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-12-02 11:09 ` Mark Rutland
2014-12-02 11:09 ` Mark Rutland
2014-12-02 11:09 ` Mark Rutland
2014-12-02 11:52 ` Chanwoo Choi
2014-12-02 11:52 ` Chanwoo Choi
2014-12-02 11:52 ` Chanwoo Choi
2014-12-02 12:13 ` Mark Rutland
2014-12-02 12:13 ` Mark Rutland
2014-12-02 12:13 ` Mark Rutland
2014-12-02 15:47 ` Chanwoo Choi
2014-12-02 15:47 ` Chanwoo Choi
2014-12-02 15:47 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 15/19] arm64: dts: exynos: Add MSHC dt node for Exynos5433 Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 16/19] arm64: dts: exynos: Add SPI/PDMA " Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 17/19] serial: samsung: Add the support for Exynos5433 SoC Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 18/19] clocksource: exynos_mct: Add the support for Exynos 64bit SoC Chanwoo Choi
2014-12-02 8:49 ` Chanwoo Choi
2014-12-02 8:49 ` [PATCH 19/19] arm64: Enable Exynos5433 SoC in the defconfig Chanwoo Choi
2014-12-02 8:49 ` 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=54869127.6030307@samsung.com \
--to=pankaj.dubey-sze3o3uu22jbdgjk7y7tuq@public.gmane.org \
--cc=a.kesavan-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
--cc=chanho61.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=geunsik.lim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=marc.zyngier-5wv7dgnIgG8@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
--cc=s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=sw0312.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=will.deacon-5wv7dgnIgG8@public.gmane.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 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.