From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935283AbeE2PXM (ORCPT ); Tue, 29 May 2018 11:23:12 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:45366 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934789AbeE2PXJ (ORCPT ); Tue, 29 May 2018 11:23:09 -0400 X-Google-Smtp-Source: ADUXVKJ2LATsn7VjH12jFlX0K25Kb0igooucZqJGo42srXdgWvSTIn23H2Ywc6f5iyabq85uTuSz/Fo7T3kYath6dDE= MIME-Version: 1.0 In-Reply-To: <20180529150455.17300-3-peron.clem@gmail.com> References: <20180529150455.17300-1-peron.clem@gmail.com> <20180529150455.17300-3-peron.clem@gmail.com> From: Fabio Estevam Date: Tue, 29 May 2018 12:23:08 -0300 Message-ID: Subject: Re: [PATCH v2 2/5] ARM: clk-imx6q: add EPIT clock support To: =?UTF-8?B?Q2zDqW1lbnQgUMOpcm9u?= Cc: Vladimir Zapolskiy , Colin Didier , Sascha Hauer , Fabio Estevam , linux-clk , linux-kernel , Daniel Lezcano , Thomas Gleixner , NXP Linux Team , =?UTF-8?Q?Cl=C3=A9ment_Peron?= Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id w4TFNH8x000948 On Tue, May 29, 2018 at 12:04 PM, Clément Péron wrote: > From: Colin Didier > > Add EPIT clock support to the i.MX6Q clocking infrastructure. > > Signed-off-by: Colin Didier > Signed-off-by: Clément Peron Subject could be improved to match the existing style: clk: imx6: add EPIT clock support Other than that: Reviewed-by: Fabio Estevam