[PATCH 09/14] clk: stm32mp1: add Kernel timers

2018-02-02 Thread gabriel.fernandez
From: Gabriel Fernandez This patch adds Kernel timers. This patch adds timers kernel clock. Timers are gather into two groups corresponding to the APB bus they are attached to. Each group has its own prescaler, managed in this patch. Signed-off-by: Gabriel Fernandez

[PATCH 09/14] clk: stm32mp1: add Kernel timers

2018-02-02 Thread gabriel.fernandez
From: Gabriel Fernandez This patch adds Kernel timers. This patch adds timers kernel clock. Timers are gather into two groups corresponding to the APB bus they are attached to. Each group has its own prescaler, managed in this patch. Signed-off-by: Gabriel Fernandez ---