public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Mikko Perttunen <mikko.perttunen-/1wQRMveznE@public.gmane.org>,
	Mikko Perttunen
	<mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	Tomeu Vizoso
	<tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>,
	Peter De Schrijver
	<pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	Prashant Gaikwad
	<pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
	Thierry Reding
	<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Alexandre Courbot
	<gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v8 01/18] clk: tegra124: Remove old emc clock
Date: Fri, 10 Apr 2015 14:13:33 -0700	[thread overview]
Message-ID: <20150410211333.14369.10202@quantum> (raw)
In-Reply-To: <1426171746-26864-2-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>

Quoting Tomeu Vizoso (2015-03-12 07:47:53)
> From: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> This clock has never been able to do anything.
> 
> Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> Signed-off-by: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>

Looks good to me.

Regards,
Mike

> 
> ---
> 
> v2:     * Don't remove emc_mux as it's being used by the MC clock now
> ---
>  drivers/clk/tegra/clk-tegra124.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/clk/tegra/clk-tegra124.c b/drivers/clk/tegra/clk-tegra124.c
> index 9a893f2..d370134 100644
> --- a/drivers/clk/tegra/clk-tegra124.c
> +++ b/drivers/clk/tegra/clk-tegra124.c
> @@ -791,7 +791,6 @@ static struct tegra_clk tegra124_clks[tegra_clk_max] __initdata = {
>         [tegra_clk_i2c2] = { .dt_id = TEGRA124_CLK_I2C2, .present = true },
>         [tegra_clk_uartc] = { .dt_id = TEGRA124_CLK_UARTC, .present = true },
>         [tegra_clk_mipi_cal] = { .dt_id = TEGRA124_CLK_MIPI_CAL, .present = true },
> -       [tegra_clk_emc] = { .dt_id = TEGRA124_CLK_EMC, .present = true },
>         [tegra_clk_usb2] = { .dt_id = TEGRA124_CLK_USB2, .present = true },
>         [tegra_clk_usb3] = { .dt_id = TEGRA124_CLK_USB3, .present = true },
>         [tegra_clk_vde_8] = { .dt_id = TEGRA124_CLK_VDE, .present = true },
> -- 
> 2.1.0
> 

  parent reply	other threads:[~2015-04-10 21:13 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-12 14:47 [PATCH v8 00/18] Tegra124 EMC (external memory controller) support Tomeu Vizoso
2015-03-12 14:47 ` [PATCH v8 02/18] of: Document long-ram-code property in nvidia,tegra20-apbmisc Tomeu Vizoso
2015-03-12 14:47 ` [PATCH v8 03/18] soc/tegra: Add ram code reader helper Tomeu Vizoso
     [not found] ` <1426171746-26864-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2015-03-12 14:47   ` [PATCH v8 01/18] clk: tegra124: Remove old emc clock Tomeu Vizoso
     [not found]     ` <1426171746-26864-2-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2015-04-10 21:13       ` Michael Turquette [this message]
2015-03-12 14:47   ` [PATCH v8 04/18] of: document new emc-timings subnode in nvidia,tegra124-car Tomeu Vizoso
2015-03-12 14:47   ` [PATCH v8 06/18] of: Add Tegra124 EMC bindings Tomeu Vizoso
2015-03-12 14:48   ` [PATCH v8 18/18] memory: tegra: Disable ARBITRATION_EMEM interrupt Tomeu Vizoso
2015-04-10 21:37   ` [PATCH v8 13/18] clk: tegra: Add EMC clock driver Tomeu Vizoso
2015-04-13 11:33     ` Tomeu Vizoso
2015-03-12 14:47 ` [PATCH v8 05/18] of: Document timings subnode of nvidia,tegra-mc Tomeu Vizoso
2015-03-12 14:47 ` [PATCH v8 07/18] of: document external-memory-controller property in tegra124-car Tomeu Vizoso
2015-03-12 14:48 ` [PATCH v8 08/18] ARM: tegra: Add EMC to Tegra124 device tree Tomeu Vizoso
2015-03-12 14:48 ` [PATCH v8 09/18] ARM: tegra: Add EMC timings to Jetson TK1 " Tomeu Vizoso
2015-03-12 14:48 ` [PATCH v8 10/18] memory: tegra: Add API needed by the EMC driver Tomeu Vizoso
2015-03-12 14:48 ` [PATCH v8 11/18] memory: tegra: Add EMC (external memory controller) driver Tomeu Vizoso
2015-03-12 14:48 ` [PATCH v8 12/18] clk: Expose clk_hw_reparent to providers Tomeu Vizoso
2015-03-12 14:48 ` [PATCH v8 13/18] clk: tegra: Add EMC clock driver Tomeu Vizoso
2015-03-12 14:48 ` [PATCH v8 14/18] memory: tegra: Add debugfs entry for getting and setting the EMC rate Tomeu Vizoso
2015-03-12 14:48 ` [PATCH v8 15/18] clk: tegra: Set the EMC clock as the parent of the MC clock Tomeu Vizoso
2015-03-12 14:48 ` [PATCH v8 16/18] ARM: tegra: Add EMC timings to Nyan Big device tree Tomeu Vizoso
2015-03-12 14:48 ` [PATCH v8 17/18] ARM: tegra: Add EMC timings to Nyan Blaze " Tomeu Vizoso

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=20150410211333.14369.10202@quantum \
    --to=mturquette-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
    --cc=gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mikko.perttunen-/1wQRMveznE@public.gmane.org \
    --cc=mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
    --cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox