Hi, On Mon, Nov 22, 2010 at 12:11 PM, Felipe Balbi <balbi@xxxxxx> wrote: > Hi, > > On Mon, Nov 22, 2010 at 11:44:57AM +0100, Jean Pihet wrote: >> >> Some bad interaction between the idle and the suspend paths has been >> noticed: the idle code is called during the suspend enter and exit >> sequences. This could cause corruption or lock-up of resources. >> >> The solution is to move the call to disable_hlt at the very beginning >> of the suspend sequence (in omap3_pm_begin instead of omap3_pm_prepare), >> and the call to enable_hlt at the very end of the suspend sequence >> (in omap3_pm_end instead of omap3_pm_finish). >> >> Tested with RET and OFF on Beagle and OMAP3EVM. >> >> Signed-off-by: Jean Pihet <j-pihet@xxxxxx> >> Cc: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx> > > This patch will look weird on git log, it's going to be From: Jean Pihet > <jean.pihet@xxxxxxxxxxxxxx> and Signed-off-by: Jean Pihet > <j-pihet@xxxxxx>. Maybe you should change user.email variable on your > .gitconfig and use envelope sender as your newoldbits.com address ? That is exactly what I am trying to achieve but it does not work ;-( git config -l shows: user.name=Jean Pihet user.email=j-pihet@xxxxxx sendemail.smtpuser=jean.pihet@xxxxxxxxxxxxxx The original patch has the ti.com address in both the From: and Signed-off-by: fields, but the From: on the ML still shows otherwise. Weird... Any idea how to fix that? Thanks! Jean > > -- > balbi > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html