From: sboyd@codeaurora.org (Stephen Boyd)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v4 2/3] clk: meson-gxbb: Add MALI clocks
Date: Wed, 5 Apr 2017 12:43:13 -0700 [thread overview]
Message-ID: <20170405194313.GM18246@codeaurora.org> (raw)
In-Reply-To: <1490177935-9646-3-git-send-email-narmstrong@baylibre.com>
On 03/22, Neil Armstrong wrote:
> +/*
> + * The MALI IP is clocked by two identical clocks (mali_0 and mali_1)
> + * muxed by a glitch-free switch.
> + */
> +
> +static u32 mux_table_mali_0_1[] = {0, 1, 2, 3, 4, 5, 6, 7};
> +static const char *gxbb_mali_0_1_parent_names[] = {
const char * const?
> + "xtal", "gp0_pll", "mpll2", "mpll1", "fclk_div7",
> + "fclk_div4", "fclk_div3", "fclk_div5"
> +};
> +
[..]
> + },
> +};
> +
> +static u32 mux_table_mali[] = {0, 1};
> +static const char *gxbb_mali_parent_names[] = {
It's a pattern, so I can only suspect something else is going on.
> + "mali_0", "mali_1"
> +};
> +
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@codeaurora.org>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: khilman@baylibre.com, carlo@caione.org,
linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 2/3] clk: meson-gxbb: Add MALI clocks
Date: Wed, 5 Apr 2017 12:43:13 -0700 [thread overview]
Message-ID: <20170405194313.GM18246@codeaurora.org> (raw)
In-Reply-To: <1490177935-9646-3-git-send-email-narmstrong@baylibre.com>
On 03/22, Neil Armstrong wrote:
> +/*
> + * The MALI IP is clocked by two identical clocks (mali_0 and mali_1)
> + * muxed by a glitch-free switch.
> + */
> +
> +static u32 mux_table_mali_0_1[] = {0, 1, 2, 3, 4, 5, 6, 7};
> +static const char *gxbb_mali_0_1_parent_names[] = {
const char * const?
> + "xtal", "gp0_pll", "mpll2", "mpll1", "fclk_div7",
> + "fclk_div4", "fclk_div3", "fclk_div5"
> +};
> +
[..]
> + },
> +};
> +
> +static u32 mux_table_mali[] = {0, 1};
> +static const char *gxbb_mali_parent_names[] = {
It's a pattern, so I can only suspect something else is going on.
> + "mali_0", "mali_1"
> +};
> +
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 2/3] clk: meson-gxbb: Add MALI clocks
Date: Wed, 5 Apr 2017 12:43:13 -0700 [thread overview]
Message-ID: <20170405194313.GM18246@codeaurora.org> (raw)
In-Reply-To: <1490177935-9646-3-git-send-email-narmstrong@baylibre.com>
On 03/22, Neil Armstrong wrote:
> +/*
> + * The MALI IP is clocked by two identical clocks (mali_0 and mali_1)
> + * muxed by a glitch-free switch.
> + */
> +
> +static u32 mux_table_mali_0_1[] = {0, 1, 2, 3, 4, 5, 6, 7};
> +static const char *gxbb_mali_0_1_parent_names[] = {
const char * const?
> + "xtal", "gp0_pll", "mpll2", "mpll1", "fclk_div7",
> + "fclk_div4", "fclk_div3", "fclk_div5"
> +};
> +
[..]
> + },
> +};
> +
> +static u32 mux_table_mali[] = {0, 1};
> +static const char *gxbb_mali_parent_names[] = {
It's a pattern, so I can only suspect something else is going on.
> + "mali_0", "mali_1"
> +};
> +
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2017-04-05 19:43 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-22 10:18 [PATCH v4 0/3] meson-gx: Add mali-450 support Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-22 10:18 ` [PATCH v4 1/3] clk: meson-gxbb: Add MALI clock IDS Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-22 10:18 ` [PATCH v4 2/3] clk: meson-gxbb: Add MALI clocks Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-04-05 19:43 ` Stephen Boyd [this message]
2017-04-05 19:43 ` Stephen Boyd
2017-04-05 19:43 ` Stephen Boyd
2017-03-22 10:18 ` [PATCH v4 3/3] ARM64: dts: meson-gx: Add MALI nodes for GXBB and GXL Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-22 10:18 ` Neil Armstrong
2017-03-24 19:20 ` Kevin Hilman
2017-03-24 19:20 ` Kevin Hilman
2017-03-24 19:20 ` Kevin Hilman
2017-03-24 19:20 ` Kevin Hilman
2017-03-27 19:53 ` Michael Turquette
2017-03-27 19:53 ` Michael Turquette
2017-03-27 19:53 ` Michael Turquette
2017-03-27 19:53 ` Michael Turquette
2017-03-28 14:49 ` Kevin Hilman
2017-03-28 14:49 ` Kevin Hilman
2017-03-28 14:49 ` Kevin Hilman
2017-03-28 14:49 ` Kevin Hilman
2017-03-28 14:51 ` Neil Armstrong
2017-03-28 14:51 ` Neil Armstrong
2017-03-28 14:51 ` Neil Armstrong
2017-03-28 14:51 ` Neil Armstrong
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=20170405194313.GM18246@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=linus-amlogic@lists.infradead.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.