From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Date: Thu, 1 Aug 2019 19:24:27 +0530 Subject: [U-Boot] [PATCH v3 1/7] clk: add support for clk_is_match() In-Reply-To: References: <20190801134301.2870-1-nsekhar@ti.com> <20190801134301.2870-2-nsekhar@ti.com> Message-ID: <961807b1-d401-e233-eb3d-4f2e75ee5edf@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On 01/08/19 7:17 PM, Fabio Estevam wrote: > Hi Sekhar, > > On Thu, Aug 1, 2019 at 10:44 AM Sekhar Nori wrote: >> >> Add support for clk_is_match() which is required to >> know if two clock pointers point to the same exact >> physical clock. > > I would suggest adding a note that this is inspired from the > clk_is_match() implementation from the Linux kernel. Sure. I assume this goes into the commit description? Tom, should I resend or this is something that you can fix while applying? Thanks, Sekhar