[PATCH v2 04/14] clk: at91: clk-main: factorize irq handling

2015-10-12 Thread Alexandre Belloni
The three different irq handlers are doing the same thing, factorize their code in a generic irq handler. Signed-off-by: Alexandre Belloni --- drivers/clk/at91/clk-main.c | 144 +++- 1 file changed, 63 insertions(+), 81 deletions(-) diff --git

[PATCH v2 04/14] clk: at91: clk-main: factorize irq handling

2015-10-12 Thread Alexandre Belloni
The three different irq handlers are doing the same thing, factorize their code in a generic irq handler. Signed-off-by: Alexandre Belloni --- drivers/clk/at91/clk-main.c | 144 +++- 1 file changed, 63 insertions(+),