On 8 February 2016 at 22:08, Jean-Christophe Dubois <j...@tribudubois.net> wrote: > Signed-off-by: Jean-Christophe Dubois <j...@tribudubois.net> > --- > > Changes since V1: > * move clk computation to uint64_t to avoid overflow > * added explanation on _SET, _CLR and _TOG registers > * move CCM and ANALOG handling in sub memory regions. > > hw/misc/Makefile.objs | 1 + > hw/misc/imx6_ccm.c | 773 > +++++++++++++++++++++++++++++++++++++++++++++ > include/hw/misc/imx6_ccm.h | 197 ++++++++++++ > 3 files changed, 971 insertions(+) > create mode 100644 hw/misc/imx6_ccm.c > create mode 100644 include/hw/misc/imx6_ccm.h
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM