All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc
@ 2015-03-02  4:03 ` Paul Walmsley
  0 siblings, 0 replies; 8+ messages in thread
From: Paul Walmsley @ 2015-03-02  4:03 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, linux-arm-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Tony

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 50f59d07e9822274a2e6034777eb4e90cfb30cfc:

  ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqen (2015-03-01 16:58:25 -0700)

- ----------------------------------------------------------------
ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc

This series fixes the following bugs:

- - a lockdep problem with the OMAP hwmod code;
- - incorrect PCIe hwmod data for the DRA7xx chips;
- - the clockdomain handling in the hardreset deassertion code,
  preventing idle;
- - the use of an IRQ status register rather than an IRQ enable register
  in the OMAP4 PRM code.

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

http://www.pwsan.com/omap/testlogs/test_v4.0-rc1/20150222222439/

- ----------------------------------------------------------------
Kishon Vijay Abraham I (1):
      ARM: DRA7: hwmod_data: Fix hwmod data for pcie

Peter Ujfalusi (1):
      ARM: omap2+: omap_hwmod: Set unique lock_class_key per hwmod

Tero Kristo (2):
      ARM: OMAP2+: hwmod: fix deassert hardreset clkdm usecounting
      ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqen

 arch/arm/mach-omap2/omap_hwmod.c          |  10 +--
 arch/arm/mach-omap2/omap_hwmod.h          |   1 +
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 103 +++++++-----------------------
 arch/arm/mach-omap2/prm44xx.c             |   4 +-
 4 files changed, 32 insertions(+), 86 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJU8+CLAAoJEMePsQ0LvSpLU3cP/3NYx5iygsZvXczKIKC2Lejr
9uYmogLZ1fP8In/GDMjTSffd2DeO9/e0tdvaDShdbMKjREzVqLFfepsEWPSgYeFx
V22Vyi3NH+EtUjQYoB0ZpyK2PuymsIYIAOJi4eR18rhbT3ajvQwOKn9U8zdRxNZ8
9msG1MzWrbWNX32wlYatKF8n9girzYy0yZ2s96mXDphQ9/WvgIOHQKZM9IU61xQ7
KKkX+lV+dXtyhl9NzBngTRuJ5U6xRfiUir8z+LEPQ6KwGwKMiKFVieN+eIX52tLN
WpIj0sTY6TlBvSzTFVXUilMLd4Rq+3MF0U80xU/lZlGW3IVXo5fMCQT7Nag7LyXj
N8NlRNvK9dR31BjjJmPqKylPZFe/wgQ2wiFXiwdCYu8PzHzKOcNGOwzN6hOe9bhY
NUoG44gX5/89F9MWWbj42n8HtOHHoXpoup7kbuhLgoUPbOfIggmseFgWMOLApWq0
nTWaUHSaS5s1GCEM8GONQsCHUnPmxEBGiLs3xwB0f1kVqzBK3LyB315NSJATNEC4
nUmVBr6AqVAH3fhPsa8LjcraIa/FVDEWTHKSVEoLjvyl0k7yoxLYatlCqX9Yssni
ydx+hkuVwRxo6KoYPkOuj63ps/dQ5i5P07iVxAGE6GGmh3PGewn+lhmdA9cqTtjV
xf2lNp2+8Xfdl1Ooc3ke
=S6Da
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc
@ 2015-03-02  4:03 ` Paul Walmsley
  0 siblings, 0 replies; 8+ messages in thread
From: Paul Walmsley @ 2015-03-02  4:03 UTC (permalink / raw)
  To: linux-arm-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Tony

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 50f59d07e9822274a2e6034777eb4e90cfb30cfc:

  ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqen (2015-03-01 16:58:25 -0700)

- ----------------------------------------------------------------
ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc

This series fixes the following bugs:

- - a lockdep problem with the OMAP hwmod code;
- - incorrect PCIe hwmod data for the DRA7xx chips;
- - the clockdomain handling in the hardreset deassertion code,
  preventing idle;
- - the use of an IRQ status register rather than an IRQ enable register
  in the OMAP4 PRM code.

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

http://www.pwsan.com/omap/testlogs/test_v4.0-rc1/20150222222439/

- ----------------------------------------------------------------
Kishon Vijay Abraham I (1):
      ARM: DRA7: hwmod_data: Fix hwmod data for pcie

Peter Ujfalusi (1):
      ARM: omap2+: omap_hwmod: Set unique lock_class_key per hwmod

Tero Kristo (2):
      ARM: OMAP2+: hwmod: fix deassert hardreset clkdm usecounting
      ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqen

 arch/arm/mach-omap2/omap_hwmod.c          |  10 +--
 arch/arm/mach-omap2/omap_hwmod.h          |   1 +
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 103 +++++++-----------------------
 arch/arm/mach-omap2/prm44xx.c             |   4 +-
 4 files changed, 32 insertions(+), 86 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJU8+CLAAoJEMePsQ0LvSpLU3cP/3NYx5iygsZvXczKIKC2Lejr
9uYmogLZ1fP8In/GDMjTSffd2DeO9/e0tdvaDShdbMKjREzVqLFfepsEWPSgYeFx
V22Vyi3NH+EtUjQYoB0ZpyK2PuymsIYIAOJi4eR18rhbT3ajvQwOKn9U8zdRxNZ8
9msG1MzWrbWNX32wlYatKF8n9girzYy0yZ2s96mXDphQ9/WvgIOHQKZM9IU61xQ7
KKkX+lV+dXtyhl9NzBngTRuJ5U6xRfiUir8z+LEPQ6KwGwKMiKFVieN+eIX52tLN
WpIj0sTY6TlBvSzTFVXUilMLd4Rq+3MF0U80xU/lZlGW3IVXo5fMCQT7Nag7LyXj
N8NlRNvK9dR31BjjJmPqKylPZFe/wgQ2wiFXiwdCYu8PzHzKOcNGOwzN6hOe9bhY
NUoG44gX5/89F9MWWbj42n8HtOHHoXpoup7kbuhLgoUPbOfIggmseFgWMOLApWq0
nTWaUHSaS5s1GCEM8GONQsCHUnPmxEBGiLs3xwB0f1kVqzBK3LyB315NSJATNEC4
nUmVBr6AqVAH3fhPsa8LjcraIa/FVDEWTHKSVEoLjvyl0k7yoxLYatlCqX9Yssni
ydx+hkuVwRxo6KoYPkOuj63ps/dQ5i5P07iVxAGE6GGmh3PGewn+lhmdA9cqTtjV
xf2lNp2+8Xfdl1Ooc3ke
=S6Da
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc
  2015-03-02  4:03 ` Paul Walmsley
@ 2015-03-02  4:08   ` Paul Walmsley
  -1 siblings, 0 replies; 8+ messages in thread
From: Paul Walmsley @ 2015-03-02  4:08 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, linux-arm-kernel

On Mon, 2 Mar 2015, Paul Walmsley wrote:

> Basic build, boot, and PM test results are available here:
> 
> http://www.pwsan.com/omap/testlogs/test_v4.0-rc1/20150222222439/

Just noticed that I put the wrong URL in the tag.  Will fix and send and 
updated request.

- Paul

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc
@ 2015-03-02  4:08   ` Paul Walmsley
  0 siblings, 0 replies; 8+ messages in thread
From: Paul Walmsley @ 2015-03-02  4:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, 2 Mar 2015, Paul Walmsley wrote:

> Basic build, boot, and PM test results are available here:
> 
> http://www.pwsan.com/omap/testlogs/test_v4.0-rc1/20150222222439/

Just noticed that I put the wrong URL in the tag.  Will fix and send and 
updated request.

- Paul

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL v2] ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc
  2015-03-02  4:03 ` Paul Walmsley
@ 2015-03-02  4:13   ` Paul Walmsley
  -1 siblings, 0 replies; 8+ messages in thread
From: Paul Walmsley @ 2015-03-02  4:13 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, linux-arm-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 50f59d07e9822274a2e6034777eb4e90cfb30cfc:

  ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqen (2015-03-01 16:58:25 -0700)

- ----------------------------------------------------------------
ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc

This series fixes the following bugs:

- - a lockdep problem with the OMAP hwmod code;
- - incorrect PCIe hwmod data for the DRA7xx chips;
- - the clockdomain handling in the hardreset deassertion code,
  preventing idle;
- - the use of an IRQ status register rather than an IRQ enable register
  in the OMAP4 PRM code.

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

http://www.pwsan.com/omap/testlogs/omap-hwmod-a-for-v4.0-rc/20150301165949/

- ----------------------------------------------------------------
Kishon Vijay Abraham I (1):
      ARM: DRA7: hwmod_data: Fix hwmod data for pcie

Peter Ujfalusi (1):
      ARM: omap2+: omap_hwmod: Set unique lock_class_key per hwmod

Tero Kristo (2):
      ARM: OMAP2+: hwmod: fix deassert hardreset clkdm usecounting
      ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqen

 arch/arm/mach-omap2/omap_hwmod.c          |  10 +--
 arch/arm/mach-omap2/omap_hwmod.h          |   1 +
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 103 +++++++-----------------------
 arch/arm/mach-omap2/prm44xx.c             |   4 +-
 4 files changed, 32 insertions(+), 86 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJU8+NdAAoJEMePsQ0LvSpLWAsQAIFPj9Ha4r8T78q1s/Q57HZI
uygJxhWN2j1//z4F17Ya+Ig1MAJryBILDUitvC4IhkeWgKS5Y3TNLfYmnYiSxuJT
pzpgnmnuF7AY2tUtQkxuxbg2JDjNFB4EAWolbEDRYlYl5dzCy+UP4uJfXl5UBRRO
D461ZhgBzTuLcQADePMDld2o62BDZ4GQT9ItGmcnlN+oujasLbRR68EAoLLHpo1i
sGYVlMSzduaZe+dN1SNty4QKJoI1BI9PTQ5jVCpHZGuJ0JkS94Y7ir34yDQ6Er5G
bjan1Qv5oA2v6TmwxNAD5gcH/D+TIsemlp5uF4PANJdwLyDMNsVxI6FLxonfaCTD
+f5rn0u8C+xAiX8X71XonYBWvglfn5csXuPD8O8RgoohnuXNF2y957sHANp6PwWT
KLd9YCKpNzQJsy/TswlbNrOHUrkMXbO9fbA/XAsYgH7wXPmDr+55EhB5jSJZwhmU
A0Ab4BMJqPQQwQIgzWn4Mz6ZVaDgxBRD9DIiOl+41ZiOYFS/URC0Mnx1ofMjvY5H
pBakVSQc9IF2OmGWRjO2eEygzL2EpHGwUEaIjIWg8oy7fkZ4eZfKZ2yRfW/kshp9
McYUngoNtYInVLULIsQ148HCWel7jpSCJO/kLq9L7cMcW/e6GjddbRyMEiAP19CF
j1ePWtyWAWZrtwMbyOai
=92Qe
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL v2] ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc
@ 2015-03-02  4:13   ` Paul Walmsley
  0 siblings, 0 replies; 8+ messages in thread
From: Paul Walmsley @ 2015-03-02  4:13 UTC (permalink / raw)
  To: linux-arm-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 50f59d07e9822274a2e6034777eb4e90cfb30cfc:

  ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqen (2015-03-01 16:58:25 -0700)

- ----------------------------------------------------------------
ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc

This series fixes the following bugs:

- - a lockdep problem with the OMAP hwmod code;
- - incorrect PCIe hwmod data for the DRA7xx chips;
- - the clockdomain handling in the hardreset deassertion code,
  preventing idle;
- - the use of an IRQ status register rather than an IRQ enable register
  in the OMAP4 PRM code.

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

http://www.pwsan.com/omap/testlogs/omap-hwmod-a-for-v4.0-rc/20150301165949/

- ----------------------------------------------------------------
Kishon Vijay Abraham I (1):
      ARM: DRA7: hwmod_data: Fix hwmod data for pcie

Peter Ujfalusi (1):
      ARM: omap2+: omap_hwmod: Set unique lock_class_key per hwmod

Tero Kristo (2):
      ARM: OMAP2+: hwmod: fix deassert hardreset clkdm usecounting
      ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqen

 arch/arm/mach-omap2/omap_hwmod.c          |  10 +--
 arch/arm/mach-omap2/omap_hwmod.h          |   1 +
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 103 +++++++-----------------------
 arch/arm/mach-omap2/prm44xx.c             |   4 +-
 4 files changed, 32 insertions(+), 86 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJU8+NdAAoJEMePsQ0LvSpLWAsQAIFPj9Ha4r8T78q1s/Q57HZI
uygJxhWN2j1//z4F17Ya+Ig1MAJryBILDUitvC4IhkeWgKS5Y3TNLfYmnYiSxuJT
pzpgnmnuF7AY2tUtQkxuxbg2JDjNFB4EAWolbEDRYlYl5dzCy+UP4uJfXl5UBRRO
D461ZhgBzTuLcQADePMDld2o62BDZ4GQT9ItGmcnlN+oujasLbRR68EAoLLHpo1i
sGYVlMSzduaZe+dN1SNty4QKJoI1BI9PTQ5jVCpHZGuJ0JkS94Y7ir34yDQ6Er5G
bjan1Qv5oA2v6TmwxNAD5gcH/D+TIsemlp5uF4PANJdwLyDMNsVxI6FLxonfaCTD
+f5rn0u8C+xAiX8X71XonYBWvglfn5csXuPD8O8RgoohnuXNF2y957sHANp6PwWT
KLd9YCKpNzQJsy/TswlbNrOHUrkMXbO9fbA/XAsYgH7wXPmDr+55EhB5jSJZwhmU
A0Ab4BMJqPQQwQIgzWn4Mz6ZVaDgxBRD9DIiOl+41ZiOYFS/URC0Mnx1ofMjvY5H
pBakVSQc9IF2OmGWRjO2eEygzL2EpHGwUEaIjIWg8oy7fkZ4eZfKZ2yRfW/kshp9
McYUngoNtYInVLULIsQ148HCWel7jpSCJO/kLq9L7cMcW/e6GjddbRyMEiAP19CF
j1ePWtyWAWZrtwMbyOai
=92Qe
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL v2] ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc
  2015-03-02  4:13   ` Paul Walmsley
@ 2015-03-06 17:54     ` Tony Lindgren
  -1 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2015-03-06 17:54 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-omap, linux-arm-kernel

* Paul Walmsley <paul@pwsan.com> [150301 20:17]:
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v4.0-rc/omap-fixes-a
> 
> for you to fetch changes up to 50f59d07e9822274a2e6034777eb4e90cfb30cfc:
> 
>   ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqen (2015-03-01 16:58:25 -0700)
> 
> ----------------------------------------------------------------
> ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc
> 
> This series fixes the following bugs:
> 
> - a lockdep problem with the OMAP hwmod code;
> - incorrect PCIe hwmod data for the DRA7xx chips;
> - the clockdomain handling in the hardreset deassertion code,
>   preventing idle;
> - the use of an IRQ status register rather than an IRQ enable register
>   in the OMAP4 PRM code.
> 
> Basic build, boot, and PM test results are available here:
> 
> http://www.pwsan.com/omap/testlogs/omap-hwmod-a-for-v4.0-rc/20150301165949/

Thanks pulling this into omap-for-v4.0/fixes, sorry for the delay
with this one.

Regards,

Tony

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL v2] ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc
@ 2015-03-06 17:54     ` Tony Lindgren
  0 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2015-03-06 17:54 UTC (permalink / raw)
  To: linux-arm-kernel

* Paul Walmsley <paul@pwsan.com> [150301 20:17]:
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v4.0-rc/omap-fixes-a
> 
> for you to fetch changes up to 50f59d07e9822274a2e6034777eb4e90cfb30cfc:
> 
>   ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqen (2015-03-01 16:58:25 -0700)
> 
> ----------------------------------------------------------------
> ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc
> 
> This series fixes the following bugs:
> 
> - a lockdep problem with the OMAP hwmod code;
> - incorrect PCIe hwmod data for the DRA7xx chips;
> - the clockdomain handling in the hardreset deassertion code,
>   preventing idle;
> - the use of an IRQ status register rather than an IRQ enable register
>   in the OMAP4 PRM code.
> 
> Basic build, boot, and PM test results are available here:
> 
> http://www.pwsan.com/omap/testlogs/omap-hwmod-a-for-v4.0-rc/20150301165949/

Thanks pulling this into omap-for-v4.0/fixes, sorry for the delay
with this one.

Regards,

Tony

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-03-06 18:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02  4:03 [GIT PULL] ARM: OMAP2+: first set of hwmod and PRCM fixes for v4.0-rc Paul Walmsley
2015-03-02  4:03 ` Paul Walmsley
2015-03-02  4:08 ` Paul Walmsley
2015-03-02  4:08   ` Paul Walmsley
2015-03-02  4:13 ` [GIT PULL v2] " Paul Walmsley
2015-03-02  4:13   ` Paul Walmsley
2015-03-06 17:54   ` Tony Lindgren
2015-03-06 17:54     ` Tony Lindgren

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.