summaryrefslogtreecommitdiffstats
path: root/drivers/clk/zte
Commit message (Collapse)AuthorAgeFilesLines
* clk: zte: Remove CLK_IS_ROOTStephen Boyd2016-04-161-2/+1Star
| | | | | | | This flag is a no-op now. Remove usage of the flag. Cc: Jun Nie <jun.nie@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: zx: Constify parent names in clock init dataJun Nie2015-07-281-20/+20
| | | | | | | | The array of parent names can be made as array of const pointers to const strings. Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: zx: Add audio and GPIO clock for zx296702Jun Nie2015-07-281-2/+90
| | | | | | | Add SPDIF/I2S and GPIO clock for zx296702 Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: zx: Add audio div clock method for zx296702Jun Nie2015-07-283-3/+149
| | | | | | | Add SPDIF/I2S divider clock method for zx296702 Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: zx: add clock support to zx296702Jun Nie2015-06-124-0/+863
It adds a clock driver for zx296702 SoC to register the clock tree to Common Clock Framework. All the clocks of bus topology and some the peripheral clocks are ready with this commit. Some missing leaf clocks for peripherals will be added later when needed. Signed-off-by: Jun Nie <jun.nie@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kevin Hilman <khilman@linaro.org>