All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@linaro.org>
To: Tony Lindgren <tony@atomide.com>
Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-omap@vger.kernel.org, Paul Walmsley <paul@pwsan.com>
Subject: Re: [GIT PULL] ARM: OMAP2+: hwmod code/data: fixes for v3.13-rc
Date: Tue, 10 Dec 2013 08:00:45 -0800	[thread overview]
Message-ID: <87haagae6q.fsf@linaro.org> (raw)
In-Reply-To: <20131210002616.GD13171@atomide.com> (Tony Lindgren's message of "Mon, 9 Dec 2013 16:26:16 -0800")

Tony Lindgren <tony@atomide.com> writes:

> Arnd, Kevin, Olof,
>
> Care to pull this one from Paul into the fixes too?
>

Pulled into fixes,

Thanks,

Kevin

>
> Tony
>
> * Paul Walmsley <paul@pwsan.com> [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(-)
>> 

WARNING: multiple messages have this Message-ID (diff)
From: khilman@linaro.org (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: OMAP2+: hwmod code/data: fixes for v3.13-rc
Date: Tue, 10 Dec 2013 08:00:45 -0800	[thread overview]
Message-ID: <87haagae6q.fsf@linaro.org> (raw)
In-Reply-To: <20131210002616.GD13171@atomide.com> (Tony Lindgren's message of "Mon, 9 Dec 2013 16:26:16 -0800")

Tony Lindgren <tony@atomide.com> writes:

> Arnd, Kevin, Olof,
>
> Care to pull this one from Paul into the fixes too?
>

Pulled into fixes,

Thanks,

Kevin

>
> Tony
>
> * Paul Walmsley <paul@pwsan.com> [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(-)
>> 

  reply	other threads:[~2013-12-10 16:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-09 19:07 [GIT PULL] ARM: OMAP2+: hwmod code/data: fixes for v3.13-rc Paul Walmsley
2013-12-09 19:07 ` Paul Walmsley
2013-12-10  0:26 ` Tony Lindgren
2013-12-10  0:26   ` Tony Lindgren
2013-12-10 16:00   ` Kevin Hilman [this message]
2013-12-10 16:00     ` Kevin Hilman

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=87haagae6q.fsf@linaro.org \
    --to=khilman@linaro.org \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=tony@atomide.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.