25 Dec, 2011

1 commit

  • Two problems exist in the current i.MX5 pm suspend/resume and idle
    functions. The first is the current i.MX5 suspend routine will call
    tzic_enable_wake(1) to set wake source, this will set all enabled
    irq as wake source rather than those wake capable. The second
    is i.MX5 idle will call mx5_cpu_lp_set() to prepare enter low power
    mode, but it forgets to call wfi instruction to enter this mode.

    To fix these two problems, using generic irq chip pm interface and
    modify function imx5_idle().

    [Tested by Shawn Guo on imx51 babbage board.
    Tested by Hui Wang on imx51 pdk board.]

    Signed-off-by: Hui Wang
    Signed-off-by: Shawn Guo

    Hui Wang
     

04 Nov, 2011

1 commit


29 Sep, 2011

1 commit


26 Sep, 2011

1 commit


23 Sep, 2011

1 commit

  • Convert i.MX avic irq handler to use generic irq chip. This not only
    provides a cleanup implementation of irq chip handler, but also
    implements suspend/resume interface with the help of generic irq chip
    interface.

    Change mxc_irq_chip to a new structure mxc_extra_irq to handle fiq
    and priority functions.

    Signed-off-by: Hui Wang
    Acked-by: Shawn Guo
    Signed-off-by: Sascha Hauer

    Hui Wang
     

07 Jul, 2011

2 commits


29 Mar, 2011

2 commits


14 Jan, 2011

1 commit


14 Dec, 2010

1 commit


21 Aug, 2010

1 commit


24 Jun, 2010

1 commit


22 Apr, 2010

1 commit


09 Feb, 2010

1 commit