Re: [PATCH v2 4/6] clk: at91: implement suspend/resume for the PMC irqchip

2015-03-09 Thread Mike Turquette
Quoting Boris Brezillon (2015-03-02 01:18:16) > The irq line used by the PMC block is shared with several peripherals > including the init timer which is registering its handler with > IRQF_NO_SUSPEND. > Implement the appropriate suspend/resume callback for the PMC irqchip, > and inform irq core

Re: [PATCH v2 4/6] clk: at91: implement suspend/resume for the PMC irqchip

2015-03-09 Thread Mike Turquette
Quoting Boris Brezillon (2015-03-02 01:18:16) The irq line used by the PMC block is shared with several peripherals including the init timer which is registering its handler with IRQF_NO_SUSPEND. Implement the appropriate suspend/resume callback for the PMC irqchip, and inform irq core that

[PATCH v2 4/6] clk: at91: implement suspend/resume for the PMC irqchip

2015-03-02 Thread Boris Brezillon
The irq line used by the PMC block is shared with several peripherals including the init timer which is registering its handler with IRQF_NO_SUSPEND. Implement the appropriate suspend/resume callback for the PMC irqchip, and inform irq core that PMC irq handler can be safely called while the

[PATCH v2 4/6] clk: at91: implement suspend/resume for the PMC irqchip

2015-03-02 Thread Boris Brezillon
The irq line used by the PMC block is shared with several peripherals including the init timer which is registering its handler with IRQF_NO_SUSPEND. Implement the appropriate suspend/resume callback for the PMC irqchip, and inform irq core that PMC irq handler can be safely called while the