summaryrefslogtreecommitdiff
path: root/drivers/clk/at91/sam9x60.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-26clk: at91: Mark struct clk_range as constStephen Boyd1-2/+2
It's just some static data that doesn't get changed after being used. Mark it const everywhere. Cc: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2019-04-26clk: at91: add sam9x60 pmc driverAlexandre Belloni1-0/+307
Add a driver for the PMC clocks of the sam9c60. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> [sboyd@kernel.org: Staticize spinlock] Signed-off-by: Stephen Boyd <sboyd@kernel.org>