From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5F20C43603 for ; Mon, 16 Dec 2019 18:47:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 737D02082E for ; Mon, 16 Dec 2019 18:47:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576522026; bh=1mV3/yNh0GSIc3le4APUDwgLnHAoG5ix4puzI6eZqdk=; h=In-Reply-To:References:To:From:Subject:Date:List-ID:From; b=wgksuzEJo4xTZ0NAxNSETBhFhhjDufi3kGyXcV1pDd4+XnuaKPoJjukbuzlgPyGUn VTU3KOvZZ/sVDKlSJ9QshwhBtNJOYLb7RYoSqPHlAWseshj+QMl1hhxzDhjhpK53FH MAbx9qe22niXaeHTjKGYi2TOHCthVDxPxDfiLIZk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728073AbfLPRzo (ORCPT ); Mon, 16 Dec 2019 12:55:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:53180 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727907AbfLPRzo (ORCPT ); Mon, 16 Dec 2019 12:55:44 -0500 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F2C60206B7; Mon, 16 Dec 2019 17:55:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576518944; bh=1mV3/yNh0GSIc3le4APUDwgLnHAoG5ix4puzI6eZqdk=; h=In-Reply-To:References:To:From:Subject:Date:From; b=fGcixwDaIx9KQmcQ0FuaB2h1kXmJF52KbQSo+72cuAAZ12ydjmYtZR9/nC1Ni4f75 TQbZGhEmrtrFr+1bzMU79jw16HsVPSU8DCJKfrOvsIp+RtX4PJz51qXFteOvQG61cb /C4/dDxXIc1M6hx7xf6Y1Zy+G7GTThMjiaR+qUZ0= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20191205072653.34701-1-wen.he_1@nxp.com> <20191205072653.34701-2-wen.he_1@nxp.com> <20191212221817.B7FF1206DA@mail.kernel.org> To: Li Yang , Mark Rutland , Michael Turquette , Michael Walle , Rob Herring , Wen He , devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org From: Stephen Boyd Subject: Re: [v11 2/2] clk: ls1028a: Add clock driver for Display output interface User-Agent: alot/0.8.1 Date: Mon, 16 Dec 2019 09:55:43 -0800 Message-Id: <20191216175543.F2C60206B7@mail.kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Michael Walle (2019-12-12 16:06:16) > Am 12. Dezember 2019 23:18:16 MEZ schrieb Stephen Boyd : > >Quoting Wen He (2019-12-04 23:26:53) > >> Add clock driver for QorIQ LS1028A Display output interfaces(LCD, > >DPHY), > >> as implemented in TSMC CLN28HPM PLL, this PLL supports the > >programmable > >> integer division and range of the display output pixel clock's > >27-594MHz. > >>=20 > >> Signed-off-by: Wen He > >> Signed-off-by: Michael Walle > > > >Is Michael the author? SoB chain is backwards here. >=20 > the original driver was from Wen. I've just supplied some code and > the vco frequency stuff. so its basically a sob of us both.=20 >=20 > -michael=20 Ok. That's a Co-developed-by: tag then. Thanks for letting us know.