From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [GIT PULL] ARM: OMAP2+: hwmod code/data: fixes for v3.13-rc Date: Tue, 10 Dec 2013 08:00:45 -0800 Message-ID: <87haagae6q.fsf@linaro.org> References: <20131210002616.GD13171@atomide.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pb0-f41.google.com ([209.85.160.41]:58820 "EHLO mail-pb0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751313Ab3LJQAs (ORCPT ); Tue, 10 Dec 2013 11:00:48 -0500 Received: by mail-pb0-f41.google.com with SMTP id jt11so7930475pbb.14 for ; Tue, 10 Dec 2013 08:00:48 -0800 (PST) In-Reply-To: <20131210002616.GD13171@atomide.com> (Tony Lindgren's message of "Mon, 9 Dec 2013 16:26:16 -0800") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Paul Walmsley Tony Lindgren writes: > Arnd, Kevin, Olof, > > Care to pull this one from Paul into the fixes too? > Pulled into fixes, Thanks, Kevin > > Tony > > * Paul Walmsley [131209 11:08]: >> Hi Tony, >> >> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: >> >> Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) >> >> are available in the git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v3.13-rc/hwmod-fixes-a >> >> for you to fetch changes up to 0e7dc862cf687234ed1b01a6b2461b782ea0bca0: >> >> ARM: OMAP2+: hwmod: Fix usage of invalid iclk / oclk when clock node is not present (2013-12-09 11:51:30 -0700) >> >> ---------------------------------------------------------------- >> ARM: OMAP2+: hwmod code/data: fixes for v3.13-rc >> >> Fix a few hwmod code problems involving recovery with bad data and bad >> IP block OCP reset handling. Also, fix the hwmod data to enable IP >> block OCP reset for the OMAP USBHOST devices on OMAP3+. >> >> Basic build, boot, and PM tests are available here: >> >> http://www.pwsan.com/omap/testlogs/prcm_fixes_a_v3.13-rc/20131209030611/ >> >> ---------------------------------------------------------------- >> Nishanth Menon (1): >> ARM: OMAP2+: hwmod: Fix usage of invalid iclk / oclk when clock node is not present >> >> Roger Quadros (3): >> ARM: OMAP4+: hwmod data: Don't prevent RESET of USB Host module >> ARM: OMAP2+: hwmod: Fix SOFTRESET logic >> ARM: OMAP3: hwmod data: Don't prevent RESET of USB Host module >> >> arch/arm/mach-omap2/omap_hwmod.c | 45 +++++++++++++++++++++++++++++- >> arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 13 ++------- >> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 12 ++------ >> arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 13 ++------- >> 4 files changed, 52 insertions(+), 31 deletions(-) >>