All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sekhar Nori <nsekhar@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match()
Date: Thu, 1 Aug 2019 19:14:51 +0530	[thread overview]
Message-ID: <03e6fe0d-9b27-cbc0-34fc-13bce472c995@ti.com> (raw)
In-Reply-To: <20190729115152.GC16910@bill-the-cat>

On 29/07/19 5:21 PM, Tom Rini wrote:
> On Mon, Jul 29, 2019 at 02:43:13PM +0530, Sekhar Nori wrote:
>> Hi Tom,
>>
>> On 27/07/19 7:18 AM, Tom Rini wrote:
>>> On Mon, Jun 03, 2019 at 06:52:46PM +0530, 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.
>>>>
>>>> Also add a unit test for the new API.
>>>>
>>>> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
>>>> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
>>>> Reviewed-by: Simon Glass <sjg@chromium.org>
>>>> ---
>>>>  drivers/clk/clk-uclass.c | 13 +++++++++++++
>>>>  include/clk.h            | 13 +++++++++++++
>>>>  test/dm/clk.c            |  1 +
>>>>  3 files changed, 27 insertions(+)
>>>
>>> This test currently fails in sandbox, please address, thanks!
>>
>> Do you have this patch applied?
>>
>> https://patchwork.ozlabs.org/patch/1130714/
>>
>> The test had passed for me when I submitted the patches. Later on I
>> discovered the issue the patch above fixes (on actual hardware).
>>
>> This might be the same thing you are seeing on sandbox too.
> 
> Yes, that patch is applied (I just re-checked), thanks!

Tom, this was a real issue. I sent a v3. Not sure how it passed when I
originally added the unit test. Anyway..

Thanks,
Sekhar

  reply	other threads:[~2019-08-01 13:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03 13:22 [U-Boot] [PATCH v2 0/7] Add PCIe root complex support for AM654x SoC Sekhar Nori
2019-06-03 13:22 ` [U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match() Sekhar Nori
2019-06-22 19:10   ` Simon Glass
2019-07-27  1:48   ` Tom Rini
2019-07-29  9:13     ` Sekhar Nori
2019-07-29 11:51       ` Tom Rini
2019-08-01 13:44         ` Sekhar Nori [this message]
2019-06-03 13:22 ` [U-Boot] [PATCH v2 2/7] dm: core: add support for getting register address and size Sekhar Nori
2019-06-22 19:10   ` Simon Glass
2019-06-03 13:22 ` [U-Boot] [PATCH v2 3/7] pcie: ti: add driver for AM65x PCIe RC Sekhar Nori
2019-06-03 13:22 ` [U-Boot] [PATCH v2 4/7] phy: add support for AM654x SERDES Sekhar Nori
2019-06-03 13:22 ` [U-Boot] [PATCH v2 5/7] configs: am65x_evm_a53: enable PCIe support Sekhar Nori
2019-06-03 13:22 ` [U-Boot] [PATCH v2 6/7] arm: dts: k3-am65: add support for PCIe and SERDES Sekhar Nori
2019-06-03 13:22 ` [U-Boot] [PATCH v2 7/7] configs: am65x_evm_a53: enable support for PCIe ethernet cards Sekhar Nori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=03e6fe0d-9b27-cbc0-34fc-13bce472c995@ti.com \
    --to=nsekhar@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.