From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Walmsley Subject: Re: [PATCH] clk: tegra: fix ifdef for tegra_periph_reset_assert inline Date: Mon, 24 Jun 2013 14:07:19 -0700 Message-ID: <51C8B507.8020301@nvidia.com> References: <1372100756-10448-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1372100756-10448-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: Mike Turquette , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Arnd Bergmann , Olof Johansson , Stephen Warren List-Id: linux-tegra@vger.kernel.org On 06/24/2013 12:05 PM, Stephen Warren wrote: > From: Stephen Warren > > 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 > Signed-off-by: Stephen Warren Tested-by: Paul Walmsley # for the Tegra30 Beaver board Stephen pointed me at this patch to fix the boot on Tegra30 Beaver boad with linux-next 20130624. Thanks Stephen! - Paul