summaryrefslogtreecommitdiffstats
path: root/drivers/clk/microchip/clk-core.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: microchip: use readl_poll_timeout() in pbclk_set_rate().Purna Chandra Mandal2016-08-251-3/+3
| | | | | | | | | pbclk_set_rate() is using readl_poll_timeout_atomic() even though spinlock is released. Fix it by replacing with readl_poll_timeout(). Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* CLK: microchip: Add Microchip PIC32 clock driver.Purna Chandra Mandal2016-05-131-0/+1031
This clock driver implements PIC32 specific clock-tree. clock-tree entities can only be configured through device-tree file (OF). Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Stephen Boyd <sboyd@codeaurora.org> Cc: linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: linux-clk@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/13247/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>