aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-nspire.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31clk: Add TI-Nspire clock driversDaniel Tang1-0/+153
This patch adds a basic clock driver for the TI-Nspire calculator series. Changes from v1: * Removed filename in header comment * Removed unnecessary #undef EXTRACT statement Signed-off-by: Daniel Tang <dt.tangr@gmail.com> Signed-off-by: Mike Turquette <mturquette@linaro.org> [mturquette@linaro.org: fixed $SUBJECT and changelog max width]