Re: [U-Boot] [PATCH] mx28: fix clearing of IRQs in power init

2012-01-11 Thread Stefano Babic
On 09/01/2012 21:22, Zach Sadecki wrote: > There are 2 locations in the power init code for the mx28 where IRQs are not > being cleared because incorrect methods to clear those bits were being used. > This was causing my board to get stuck waiting for POWER_CTRL_VDD5V_DROOP_IRQ > to clear. Usi

Re: [U-Boot] [PATCH] mx28: fix clearing of IRQs in power init

2012-01-09 Thread Marek Vasut
> There are 2 locations in the power init code for the mx28 where IRQs are > not being cleared because incorrect methods to clear those bits were being > used. This was causing my board to get stuck waiting for > POWER_CTRL_VDD5V_DROOP_IRQ to clear. Using the correct method to clear > the IRQs fi

[U-Boot] [PATCH] mx28: fix clearing of IRQs in power init

2012-01-09 Thread Zach Sadecki
There are 2 locations in the power init code for the mx28 where IRQs are not being cleared because incorrect methods to clear those bits were being used. This was causing my board to get stuck waiting for POWER_CTRL_VDD5V_DROOP_IRQ to clear. Using the correct method to clear the IRQs fixes it.

[U-Boot] [PATCH] mx28: fix clearing of IRQs in power init

2012-01-09 Thread Zach Sadecki
There are 2 locations in the power init code for the mx28 where IRQs are not being cleared because incorrect methods to clear those bits were being used. This was causing my board to get stuck waiting for POWER_CTRL_VDD5V_DROOP_IRQ to clear. Using the correct method to clear the IRQs fixes it.