From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752414AbdLFTOH (ORCPT ); Wed, 6 Dec 2017 14:14:07 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:38745 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752096AbdLFTOD (ORCPT ); Wed, 6 Dec 2017 14:14:03 -0500 X-Google-Smtp-Source: AGs4zMbQ27y6vV68z2WS55vfEK7dqzQFylZNFAPJEtx/TAQ5kLl7szs/VikDoyRFb/9i/5yb/jCyvQ== From: Kevin Hilman To: Yixun Lan Cc: Neil Armstrong , Jerome Brunet , Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , Carlo Caione , Qiufang Dai , , , , , Subject: Re: [PATCH v4 0/4] add clk controller driver for Meson-AXG SoC Organization: BayLibre References: <20171201012452.27086-1-yixun.lan@amlogic.com> Date: Wed, 06 Dec 2017 11:13:59 -0800 In-Reply-To: <20171201012452.27086-1-yixun.lan@amlogic.com> (Yixun Lan's message of "Fri, 1 Dec 2017 09:24:48 +0800") Message-ID: <7hmv2vsm88.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Yixun Lan writes: > Add driver for the clk controller which found in Meson AXG SoC > > Note, we deliberately create a seperate source file for the Meson AXG > series, instead of sharing code with previous GXBB/GXL - the file axg.c > It would help us maintaining the code more easily. In addition to the DT node-name fixup (c.f. reply on v3 series), I think this series should also include a patch that switches the UART over to the new clock provider (it's currently using the xtal fixed clock.) This will also provide a simple way to validate/test the series. Kevin