[PATCH] clk: tegra: fix ifdef for tegra_periph_reset_assert inline
From: Mike Turquette <hidden>
Date: 2013-06-28 22:29:32
Also in:
linux-tegra
From: Mike Turquette <hidden>
Date: 2013-06-28 22:29:32
Also in:
linux-tegra
Quoting Stephen Warren (2013-06-27 15:59:04)
On 06/24/2013 03:03 PM, Mike Turquette wrote:quoted
Quoting Stephen Warren (2013-06-24 12:05:56)quoted
From: Stephen Warren <redacted> Commit 7064f6b "clk: tegra: provide tegra_periph_reset_assert alternative" added ifdef'd static inline versions of some functions, but tested ARCH_TEGRA rather than CONFIG_ARCH_TEGRA, thus disabling these function in all cases. In some cases, this caused HW modules to misbehave; for example, the Tegra I2C driver BUG()d during boot on Seaboard. Reported-by: Olof Johansson <redacted> Signed-off-by: Stephen Warren <redacted>Thanks for the fixup. I had already published the offending commit and can't rebase it, so I just applied this patch on top. Pulled into clk-next for 3.11.Did that get pushed out to the git server? The patch isn't in next-20130627.
It was sitting in my local tree. Sorry about that. Pushed to the public tree now. Regards, Mike