From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVhQb-0001QE-J1 for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:20:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVhQa-0003y8-Pl for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:20:37 -0500 Received: from mail-vk0-x234.google.com ([2607:f8b0:400c:c05::234]:33302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVhQa-0003y0-MI for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:20:36 -0500 Received: by mail-vk0-x234.google.com with SMTP id k196so136529754vka.0 for ; Tue, 16 Feb 2016 07:20:36 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1d29018c5c595dd022ea71899ddb11780b651f4e.1454967766.git.jcd@tribudubois.net> References: <1d29018c5c595dd022ea71899ddb11780b651f4e.1454967766.git.jcd@tribudubois.net> From: Peter Maydell Date: Tue, 16 Feb 2016 15:20:17 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 3/9] i.MX: Remove CCM useless clock computation handling. 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: > Most clocks supported by the CCM are useless to the qemu framework. > > Only clocks related to timers (EPIT, GPT, PWM, WATCHDOG, ...) are usefull > to QEMU code. > > Therefore this patch removes clock computation handling for all clocks but: > * CLK_NONE, > * CLK_IPG, > * CLK_32k > > Signed-off-by: Jean-Christophe Dubois Reviewed-by: Peter Maydell thanks -- PMM