From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVhRV-0002zM-6n for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:21:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVhRQ-0004Nq-DU for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:21:33 -0500 Received: from mail-vk0-x22a.google.com ([2607:f8b0:400c:c05::22a]:34338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVhRQ-0004NQ-9x for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:21:28 -0500 Received: by mail-vk0-x22a.google.com with SMTP id e185so135850550vkb.1 for ; Tue, 16 Feb 2016 07:21:28 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <421b9f9121d8707bd38c6bdbadd9a736263129bb.1454967766.git.jcd@tribudubois.net> References: <421b9f9121d8707bd38c6bdbadd9a736263129bb.1454967766.git.jcd@tribudubois.net> From: Peter Maydell Date: Tue, 16 Feb 2016 15:21:08 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 5/9] i.MX: Add i.MX6 CCM and ANALOG device. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jean-Christophe Dubois Cc: QEMU Developers , Peter Crosthwaite On 8 February 2016 at 22:08, Jean-Christophe Dubois wrote: > Signed-off-by: Jean-Christophe Dubois > --- > > 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 thanks -- PMM