From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Thu, 1 Aug 2019 10:47:44 -0300 Subject: [U-Boot] [PATCH v3 1/7] clk: add support for clk_is_match() In-Reply-To: <20190801134301.2870-2-nsekhar@ti.com> References: <20190801134301.2870-1-nsekhar@ti.com> <20190801134301.2870-2-nsekhar@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. Thanks