* [GIT PULL] ARM: OMAP2+: hwmod fixes for v4.2-rc
@ 2015-07-23 13:57 Paul Walmsley
2015-07-24 4:18 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Paul Walmsley @ 2015-07-23 13:57 UTC (permalink / raw)
To: linux-arm-kernel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
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(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJVsPKkAAoJEMePsQ0LvSpLcXoP/1WSdYaC65HEPHJjDV3Wpq5L
vKmjqXnLiYzcpdjX7ByTa0SiUwMRNie4P0N1Zm0yTjRCoJIrnmAI/GB9ZXq/E7wN
RTTZoEaq+Cqt69JY4xySL8ASTgXPMZkelNOH9JO8/yMWHKE3WEDnhDJ32QN/3Isf
WF7GDJQC/utlHS4BgFoQBpBv2LSgrqrt+TsX1CKqWhvVTd4moPNBXtNoCb7VC5P3
ciuUWNFi4y+g1zAPyhe/Q1bzRyDRefEFUesyRx3aHGpTd3VLHWvSK9tEqSjt+EM4
LA/l5lRHjAFcTGuSBRytpE1zhPW7+gSWgFLsJYDnfXmo7Sp9IgFr3Dcbcj++Sbj0
HD64ZXQPfn0WRPphZNh8h6+KWVfXv9x8pLmAzy7zn2w7qPBEWMurjbdvUSF2aczZ
tU+kf+YAyOwA36Goj+NeBqdno0lHPU7++HeHywx5znNFpExqQ+r/T0pOqAmDxPJS
PFUSE67ax+AkIyS9syCaTDYrj3Al5pOvqjWdMgtETKZdfDbK1r5dFdv+ywO1hIKj
Y5/n8rBfRZRL33Y6pd/kvEf9y7vMgMMhUDfEX1QJoh0karrvLPJGtBQhRs11n11Q
PZ+MOh5I6ZPz3zTlcAyCqKVeebcJN5DQmuntuK3raDDllPGGrgPO2vNsjbqSC9DO
+z4jg0SH51c0LgK/Eum5
=UnJq
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: OMAP2+: hwmod fixes for v4.2-rc
2015-07-23 13:57 [GIT PULL] ARM: OMAP2+: hwmod fixes for v4.2-rc Paul Walmsley
@ 2015-07-24 4:18 ` Tony Lindgren
2015-07-26 18:52 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2015-07-24 4:18 UTC (permalink / raw)
To: linux-arm-kernel
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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: OMAP2+: hwmod fixes for v4.2-rc
2015-07-24 4:18 ` Tony Lindgren
@ 2015-07-26 18:52 ` Olof Johansson
0 siblings, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2015-07-26 18:52 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jul 23, 2015 at 09:18:58PM -0700, Tony Lindgren wrote:
> 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.
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-26 18:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 13:57 [GIT PULL] ARM: OMAP2+: hwmod fixes for v4.2-rc Paul Walmsley
2015-07-24 4:18 ` Tony Lindgren
2015-07-26 18:52 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).