mbox

[GIT,PULL] ARM: OMAP2+: first hwmod fix for v4.6-rc

Message ID alpine.DEB.2.02.1603290647170.20409@utopia.booyaka.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v4.6-rc/omap-fixes-a

Message

Paul Walmsley March 29, 2016, 6:48 a.m. UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Tony

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v4.6-rc/omap-fixes-a

for you to fetch changes up to 3ca4a238106dedc285193ee47f494a6584b6fd2f:

  ARM: OMAP2+: hwmod: Fix updating of sysconfig register (2016-03-26 23:08:55 -0600)

- ----------------------------------------------------------------
ARM: OMAP2+: first hwmod fix for v4.6-rc

Fix a longstanding bug in the hwmod code that could cause
hardware SYSCONFIG register values to not match the kernel's
idea of what they should be, and that could result in lower
performance during IP block idle entry.

Basic build, boot, and PM test logs are available here:

http://www.pwsan.com/omap/testlogs/omap-hwmod-fixes-a-for-v4.6-rc/20160326231727/

- ----------------------------------------------------------------
Lokesh Vutla (1):
      ARM: OMAP2+: hwmod: Fix updating of sysconfig register

 arch/arm/mach-omap2/omap_hwmod.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJW+GgPAAoJEMePsQ0LvSpLO0MP/2DtDpbR/5jn+D9TNNkmhZed
RAkY7etiSX9uMz65R8MzH7+G6D0p22VF66DdKR/d4ewv4n4YK+4swMRn3VZ/AZKJ
ZJNSdu1P9jLPQYvxmD7k/pdbQPZ8NuhCRR5j8CyLOEzPPZfRFDC4RIgddgKuPbaU
tpAInuPZ/PJj9xBWUAShJa1ZgZABm3+ivkybw3SJSiQpwROf45W2pkQUXgEeRV+R
kmWmsav9TBCMNnJyxKlI4bPkU/RXaHkksfFEOuXSG5sNhSfjgGy9RgCXSE6gTi5K
Qw/I3wyqa8VxZSg7JxXG0rkq63jUpywH3BB1dXBhZ5cb+6DdI3Kpqe+j8gYbMH8W
60WFHPiIqghfT2pvqQw8PXOp61SeaUu5N/AWUK7gfIDDW1iq0hHTFXnXflW6K709
IhoRsn0bazuFhIAHLy3R5ZsZRE3RDr1JYum2n0Q1cJBiKP47kpcGVCqPpddGue+p
ZEg+M67EdvLfKLC3KEzT0X2zJCCi8Z1IGOzHIOt4mG2TnyPDU5rZR+QSp7Oi6vdz
Z82eKW9cCg+WAJjxw0KoMJIVqbzp9FQWGoJiY883BF+tP2tkY9c2/pUrPaTaDO3m
ajy9NUsPTHBqQd+DiEj1BUucu2LFj5vfPEBlASGeUcfkASePN+jG1M/bcmqcMx5F
JnZRdouLjoSLQNNOeujA
=HOgc
-----END PGP SIGNATURE-----

Comments

Tony Lindgren March 30, 2016, 5:39 p.m. UTC | #1
* Paul Walmsley <paul@pwsan.com> [160328 23:49]:
> Hi Tony
> 
> The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
> 
>   Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v4.6-rc/omap-fixes-a
> 
> for you to fetch changes up to 3ca4a238106dedc285193ee47f494a6584b6fd2f:
> 
>   ARM: OMAP2+: hwmod: Fix updating of sysconfig register (2016-03-26 23:08:55 -0600)
> 
> ----------------------------------------------------------------
> ARM: OMAP2+: first hwmod fix for v4.6-rc
> 
> Fix a longstanding bug in the hwmod code that could cause
> hardware SYSCONFIG register values to not match the kernel's
> idea of what they should be, and that could result in lower
> performance during IP block idle entry.

Pulling into omap-for-v4.6/fixes thanks.

Tony