Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-29 | clk: sunxi: Make reset_control_ops const | Philipp Zabel | |
The sunxi_ve_reset_ops, sun9i_mmc_reset_ops, and sunxi_usb_reset_ops structures are never modified. Make them const. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> | |||
2015-12-08 | clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]i | Chen-Yu Tsai | |
The video engine has its own special module clock, consisting of a clock gate, configurable dividers, and a reset control. On later (sun[68]i) families, the reset control is moved out of this piece of hardware and grouped with reset controls of other peripherals. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Tested-by: Jens Kuske <jenskuske@gmail.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> |