All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: Paul Walmsley <paul@pwsan.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL] ARM: OMAP2+: hwmod fixes for v4.2-rc
Date: Thu, 23 Jul 2015 21:18:58 -0700	[thread overview]
Message-ID: <20150724041857.GF16878@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1507231357020.29543@utopia.booyaka.com>

Hi,

Can you guys please pull this into arm soc fixes for v4.2 directly?

I don't have other omap fixes queued at this point.

Regards,

Tony

* Paul Walmsley <paul@pwsan.com> [150723 07:00]:
> Hi Tony,
> 
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v4.2-rc/omap-fixes-a
> 
> for you to fetch changes up to 9a258afa928b45e6dd2efcac46ccf7eea705d35a:
> 
>   ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc (2015-07-23 06:35:25 -0600)
> 
> ----------------------------------------------------------------
> ARM: OMAP2+: hwmod fixes for v4.2-rc
> 
> Two fixes against v4.2-rc1.  The first, for DRA7xx platforms,
> corrects some incorrect GPMC hardware description data.  The
> second one will ensure that the hwmod code will wait for any
> module with CPU-accessible registers to become ready before
> attempting to access it.
> 
> Basic build, boot, and PM test logs are available here:
> 
> http://www.pwsan.com/omap/testlogs/omap-hwmod-a-for-v4.2-rc/20150723065408/
> 
> Note that I do not have a DRA7xx or AM43xx board, and therefore
> cannot test on those platforms.
> 
> ----------------------------------------------------------------
> Roger Quadros (2):
>       ARM: DRA7: hwmod: fix gpmc hwmod
>       ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc
> 
>  arch/arm/mach-omap2/omap_hwmod.c          | 24 ++++++++++++++++--------
>  arch/arm/mach-omap2/omap_hwmod_7xx_data.c |  5 ++---
>  2 files changed, 18 insertions(+), 11 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: OMAP2+: hwmod fixes for v4.2-rc
Date: Thu, 23 Jul 2015 21:18:58 -0700	[thread overview]
Message-ID: <20150724041857.GF16878@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1507231357020.29543@utopia.booyaka.com>

Hi,

Can you guys please pull this into arm soc fixes for v4.2 directly?

I don't have other omap fixes queued at this point.

Regards,

Tony

* Paul Walmsley <paul@pwsan.com> [150723 07:00]:
> Hi Tony,
> 
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v4.2-rc/omap-fixes-a
> 
> for you to fetch changes up to 9a258afa928b45e6dd2efcac46ccf7eea705d35a:
> 
>   ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc (2015-07-23 06:35:25 -0600)
> 
> ----------------------------------------------------------------
> ARM: OMAP2+: hwmod fixes for v4.2-rc
> 
> Two fixes against v4.2-rc1.  The first, for DRA7xx platforms,
> corrects some incorrect GPMC hardware description data.  The
> second one will ensure that the hwmod code will wait for any
> module with CPU-accessible registers to become ready before
> attempting to access it.
> 
> Basic build, boot, and PM test logs are available here:
> 
> http://www.pwsan.com/omap/testlogs/omap-hwmod-a-for-v4.2-rc/20150723065408/
> 
> Note that I do not have a DRA7xx or AM43xx board, and therefore
> cannot test on those platforms.
> 
> ----------------------------------------------------------------
> Roger Quadros (2):
>       ARM: DRA7: hwmod: fix gpmc hwmod
>       ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc
> 
>  arch/arm/mach-omap2/omap_hwmod.c          | 24 ++++++++++++++++--------
>  arch/arm/mach-omap2/omap_hwmod_7xx_data.c |  5 ++---
>  2 files changed, 18 insertions(+), 11 deletions(-)

  reply	other threads:[~2015-07-24  4:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-23 13:57 [GIT PULL] ARM: OMAP2+: hwmod fixes for v4.2-rc Paul Walmsley
2015-07-23 13:57 ` Paul Walmsley
2015-07-24  4:18 ` Tony Lindgren [this message]
2015-07-24  4:18   ` Tony Lindgren
2015-07-26 18:52   ` Olof Johansson
2015-07-26 18:52     ` Olof Johansson

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=20150724041857.GF16878@atomide.com \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.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.