This fixes a couple of issues around hwmod reset
APIs'.
Patches are based on 3.3.-rc7.
Rajendra Nayak (2):
ARM: omap: hwmod: Restore sysc after a reset
ARM: omap: hwmod: Make omap_hwmod_softreset wait for reset status
arch/arm/mach-omap2/omap_hwmod.c | 18 ++++++------------
1 files changed, 6 insertions(+), 12 deletions(-)
omap_hwmod_softreset() does not seem to wait for reset status
after doing a softreset. Make it use _ocp_softreset() instead
which does this correctly.
Signed-off-by: Rajendra Nayak <redacted>
Cc: Benoit Cousson <redacted>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Anand Gadiyar <redacted>
Cc: Shubhrajyoti D <redacted>
---
arch/arm/mach-omap2/omap_hwmod.c | 14 ++------------
1 files changed, 2 insertions(+), 12 deletions(-)
Hi Rajendra
On Tue, 13 Mar 2012, Rajendra Nayak wrote:
This fixes a couple of issues around hwmod reset
APIs'.
Patches are based on 3.3.-rc7.
Rajendra Nayak (2):
ARM: omap: hwmod: Restore sysc after a reset
ARM: omap: hwmod: Make omap_hwmod_softreset wait for reset status
arch/arm/mach-omap2/omap_hwmod.c | 18 ++++++------------
1 files changed, 6 insertions(+), 12 deletions(-)
Could you base this on either my 'hwmod_code_cleanup_3.4' branch or
'hwmod_enable_remaining_hwmods_devel_3.4' branch? There are some reset
changes in there also.
- Paul
Hi Paul,
On Tuesday 13 March 2012 07:52 PM, Paul Walmsley wrote:
Hi Rajendra
On Tue, 13 Mar 2012, Rajendra Nayak wrote:
quoted
This fixes a couple of issues around hwmod reset
APIs'.
Patches are based on 3.3.-rc7.
Rajendra Nayak (2):
ARM: omap: hwmod: Restore sysc after a reset
ARM: omap: hwmod: Make omap_hwmod_softreset wait for reset status
arch/arm/mach-omap2/omap_hwmod.c | 18 ++++++------------
1 files changed, 6 insertions(+), 12 deletions(-)
Could you base this on either my 'hwmod_code_cleanup_3.4' branch or
'hwmod_enable_remaining_hwmods_devel_3.4' branch? There are some reset
changes in there also.
Sure, will send them out shortly.
regards,
Rajendra
omap_hwmod_softreset() does not seem to wait for reset status
after doing a softreset. Make it use _ocp_softreset() instead
which does this correctly.
Signed-off-by: Rajendra Nayak <redacted>
Cc: Benoit Cousson <redacted>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Anand Gadiyar <redacted>
Cc: Shubhrajyoti D <redacted>