From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Mike Turquette) Date: Tue, 22 Jan 2013 10:54:32 -0800 Subject: [PATCH] clk: tegra: add KBC clock for Tegra20 In-Reply-To: <50FED9BD.5060907@wwwdotorg.org> References: <1357946262-25823-1-git-send-email-swarren@wwwdotorg.org> <20130122182340.24671.64241@quantum> <50FED9BD.5060907@wwwdotorg.org> Message-ID: <20130122185432.24671.78856@quantum> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Stephen Warren (2013-01-22 10:26:05) > On 01/22/2013 11:23 AM, Mike Turquette wrote: > > Quoting Stephen Warren (2013-01-11 15:17:42) > >> From: Stephen Warren > >> > >> This clock has been missing from all our upstream clock drivers. Add it > >> by copying the tegra_clk_periph_gate() call from Tegra30; the data > >> matches what's in the ChromeOS kernel for this clock. > >> > >> Cc: Prashant Gaikwad > >> Cc: Peter De Schrijver > >> Signed-off-by: Stephen Warren > >> --- > >> Mike, I'd need to apply this to the Tegra tree as part of the common > >> clock framework conversion. > >> > > > > Is this patch going to be rolled into patch 6/9 of the larger tegra ccf > > series? > > In the latest Tegra CCF series that I posted, I've rolled all these > small fixes in already. Right, I just realized that there is a V6 but it has only the three patches affecting drivers/clk/* instead of the larger nine patch series. Scanning my inbox I mistakenly thought those were unrelated series. Regards, Mike