Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934876AbcKWJ4Z (ORCPT ); Wed, 23 Nov 2016 04:56:25 -0500 Received: from mail-db5eur01on0058.outbound.protection.outlook.com ([104.47.2.58]:30809 "EHLO EUR01-DB5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933834AbcKWJzj (ORCPT ); Wed, 23 Nov 2016 04:55:39 -0500 From: Scott Wood To: "Y.T. Tang" , Scott Wood , "mturquette@baylibre.com" CC: "sboyd@codeaurora.org" , "linux-kernel@vger.kernel.org" , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH] clk: qoriq: added ls1012a clock configuration Thread-Topic: [PATCH] clk: qoriq: added ls1012a clock configuration Thread-Index: AQHSP9BH24XBdfVrJEq6eNrqtQe99Q== Date: Wed, 23 Nov 2016 07:21:18 +0000 Message-ID: References: <1479275900-42365-1-git-send-email-yuantian.tang@nxp.com> <1479279262.21746.40.camel@buserror.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=scott.wood@nxp.com; x-originating-ip: [2601:449:8400:923b:12bf:48ff:fe84:c9a0] x-microsoft-exchange-diagnostics: 1;VI1PR0402MB2845;7:vk0YJGAF7Q/eCWaKbOLKu6yRAMKLfDrMiR7ssZ6eV1gEt4oR1vdNZhRxIB/Ru9BWcrIh8aLVV6atGcya15q57V10Hz89IBWzWqTbOMnwmDYsf9m5pv3f30vpcX4YO4kA+GiU1inwA+68/vzzI6KCw2ZZtJ8G9f9l0onfcGvqeGJdFRe8/hoyE0nVgMc5afAFQoia15yHLiO9Ols03W3RyQsdAEX2Re8E6bFUw4HfZnrlx/bzxHu3Dy0VKBnWQXalnwUKR3ud4Biqz17F0iTE6ibXqD7eM9eopKmk+lD8WU5X+DUE7ssuoyzM6GqTm3u5IFGt26g9mjzsU7zM3SsZXIBIt1bICT9lLCjs1No5k1U= x-forefront-antispam-report: SFV:SKI;SCL:-1SFV:NSPM;SFS:(10009020)(6009001)(7916002)(377424004)(24454002)(199003)(54534003)(13464003)(189002)(377454003)(9686002)(229853002)(2900100001)(106116001)(86362001)(105586002)(575784001)(106356001)(8936002)(3660700001)(68736007)(38730400001)(6506003)(2501003)(101416001)(76576001)(81156014)(7696004)(81166006)(4326007)(6116002)(102836003)(76176999)(74316002)(33656002)(50986999)(8676002)(305945005)(2906002)(7846002)(77096005)(5660300001)(7736002)(189998001)(92566002)(122556002)(97736004)(5001770100001)(3280700002)(54356999)(4001150100001);DIR:OUT;SFP:1101;SCL:1;SRVR:VI1PR0402MB2845;H:DB5PR0401MB1928.eurprd04.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; x-ms-office365-filtering-correlation-id: 00b82c58-6dc9-4a20-21f3-08d4137151c6 x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001);SRVR:VI1PR0402MB2845; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(9452136761055)(185117386973197)(258649278758335); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(6060326)(6040307)(6045199)(601004)(2401047)(5005006)(8121501046)(10201501046)(3002001)(6055026)(6041248)(6061324)(6046074)(6047074);SRVR:VI1PR0402MB2845;BCL:0;PCL:0;RULEID:;SRVR:VI1PR0402MB2845; x-forefront-prvs: 013568035E spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-OriginatorOrg: nxp.com X-MS-Exchange-CrossTenant-originalarrivaltime: 23 Nov 2016 07:21:18.8732 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 686ea1d3-bc2b-4c6f-a92c-d99c5c301635 X-MS-Exchange-Transport-CrossTenantHeadersStamped: VI1PR0402MB2845 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 uAN9vRWI007011 Content-Length: 1659 Lines: 57 On 11/22/2016 02:20 AM, Y.T. Tang wrote: > Hi Scott, > >> -----Original Message----- >> From: Scott Wood [mailto:oss@buserror.net] >> Sent: Wednesday, November 16, 2016 2:54 PM >> To: Y.T. Tang ; mturquette@baylibre.com >> Cc: sboyd@codeaurora.org; linux-kernel@vger.kernel.org; Scott Wood >> ; linux-clk@vger.kernel.org; linux-arm- >> kernel@lists.infradead.org >> Subject: Re: [PATCH] clk: qoriq: added ls1012a clock configuration >> >> On Wed, 2016-11-16 at 13:58 +0800, yuantian.tang@nxp.com wrote: >>> From: Tang Yuantian >>> >>> Added ls1012a clock configuation information. >> >> Do we really need the same line in the changelog twice? >> >>> >>> Signed-off-by: Tang Yuantian >>> --- >>> drivers/clk/clk-qoriq.c | 19 +++++++++++++++++++ >>> 1 file changed, 19 insertions(+) >>> >>> diff --git a/drivers/clk/clk-qoriq.c b/drivers/clk/clk-qoriq.c index >>> 1bece0f..563d874 100644 >>> --- a/drivers/clk/clk-qoriq.c >>> +++ b/drivers/clk/clk-qoriq.c >>> @@ -202,6 +202,14 @@ static const struct clockgen_muxinfo ls1021a_cmux >> = { >>> } >>> }; >>> >>> +static const struct clockgen_muxinfo ls1012a_cmux = { >>> + { >>> + [0] = { CLKSEL_VALID, CGA_PLL1, PLL_DIV1 }, >>> + {}, >>> + [2] = { CLKSEL_VALID, CGA_PLL1, PLL_DIV2 }, >>> + } >>> +}; >>> + >> >> Based on the "ls1021a_cmux" in the context it looks like this patch is >> intended to apply on top >> of https://patchwork.kernel.org/patch/8923541/ but I don't see any mention >> of that. >> > I saw this patch had been merged already. > > Regards, > Yuantian I don't see it in linux-next. -Scott