From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190710134346.30239-3-gregory.clement@bootlin.com> References: <20190710134346.30239-1-gregory.clement@bootlin.com> <20190710134346.30239-3-gregory.clement@bootlin.com> Subject: Re: [PATCH v7 2/6] clk: mvebu: add helper file for Armada AP and CP clocks From: Stephen Boyd Date: Thu, 08 Aug 2019 09:12:12 -0700 Message-Id: <20190808161213.735072184E@mail.kernel.org> To: Mike Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Rob Herring , devicetree@vger.kernel.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory CLEMENT , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, Antoine Tenart , Maxime Chevallier List-ID: Quoting Gregory CLEMENT (2019-07-10 06:43:42) > Clock drivers for Armada AP and Armada CP use the same function to > generate unique clock name. A third drivers is coming with the same > need, so it's time to move this function in a common file. >=20 > Signed-off-by: Gregory CLEMENT > --- Applied to clk-next