summaryrefslogtreecommitdiff
path: root/drivers/clk/at91/clk-h32mx.c
AgeCommit message (Collapse)AuthorFilesLines
2015-07-02clk: at91: do not leak resourcesDavid Dueck1-1/+3
Do not leak memory and free irqs in case of an error. Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: David Dueck <davidcdueck@googlemail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2014-09-22clk: at91: add a driver for the h32mx clockAlexandre Belloni1-0/+123
Newer SoCs have two different AHB interconnect. The AHB 32 bits Matrix interconnect (h32mx) has a clock that can be setup at the half of the h64mx clock (which is mck). The h32mx clock can not exceed 90 MHz. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>