[U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match()

Sekhar Nori nsekhar at ti.com
Thu Aug 1 13:44:51 UTC 2019


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 at ti.com>
>>>> Signed-off-by: Sekhar Nori <nsekhar at ti.com>
>>>> Reviewed-by: Simon Glass <sjg at 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


More information about the U-Boot mailing list