From mboxrd@z Thu Jan 1 00:00:00 1970 From: d-gerlach@ti.com (Dave Gerlach) Date: Tue, 5 May 2015 11:32:26 -0500 Subject: [PATCH 0/2] ARM: AM43xx: PRM: fix reset handling issues In-Reply-To: <1430832785-1976-1-git-send-email-t-kristo@ti.com> References: <1430832785-1976-1-git-send-email-t-kristo@ti.com> Message-ID: <5548F09A.10401@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Tero, On 05/05/2015 08:33 AM, Tero Kristo wrote: > Hi, > > The work done for consolidating PRM code introduced a reset issue > on AM43xx which is visible at least with wkup-m3, and prevents > taking the wkup-m3 core out from reset. Fixed by passing all the > relevant PRCM data from hwmod data, which was previously partly > omitted on OMAP4+ case. > > This set also removes some redundant AM33xx hwmod code and just > re-uses the OMAP4+ version of the same. > > Thanks to Dave Gerlach and Anna Suman for reporting this. Dave, care > to give this patch set a try to see if it fixes the problem you see? > Thanks for fixing this up, I swapped these patches for my reset patch on my suspend branch [1] and tested the following: am335x-gp-evm: boot and firmware loaded, suspend/resume multiple cycles am437x-gp-evm: boot and firmware loaded, suspend/resume multiple cycles Patches look fine to me. Regards, Dave [1] https://github.com/dgerlach/linux-pm/tree/pm-ds0-v4.1-rc1-WIP > Testing done: > - am335x-bone: boot > - am437x-gp-evm: boot > - omap4-panda-es: boot, suspend/resume, cpuidle > > -Tero >