Re: [PATCH 0/3] clk: keystone: some minor fixes

2020-09-10 Thread santosh . shilimkar
On 9/10/20 2:29 PM, Stephen Boyd wrote: Quoting santosh.shilim...@oracle.com (2020-09-08 10:19:32) On 9/7/20 1:57 AM, Tero Kristo wrote: Hi Santosh, This series contains a few fixes for the TI SCI clock driver. - Patch #1 is a clear bug fix, where we missed to parse assigned-clock

Re: [PATCH 0/3] clk: keystone: some minor fixes

2020-09-10 Thread Stephen Boyd
Quoting santosh.shilim...@oracle.com (2020-09-08 10:19:32) > > > On 9/7/20 1:57 AM, Tero Kristo wrote: > > Hi Santosh, > > > > This series contains a few fixes for the TI SCI clock driver. > > - Patch #1 is a clear bug fix, where we missed to parse assigned-clock > >data properly to detect

Re: [PATCH 0/3] clk: keystone: some minor fixes

2020-09-08 Thread santosh . shilimkar
On 9/7/20 1:57 AM, Tero Kristo wrote: Hi Santosh, This series contains a few fixes for the TI SCI clock driver. - Patch #1 is a clear bug fix, where we missed to parse assigned-clock data properly to detect which clocks are in use on the SoC. - Patch #2 is a performance improvement patch

[PATCH 0/3] clk: keystone: some minor fixes

2020-09-07 Thread Tero Kristo
Hi Santosh, This series contains a few fixes for the TI SCI clock driver. - Patch #1 is a clear bug fix, where we missed to parse assigned-clock data properly to detect which clocks are in use on the SoC. - Patch #2 is a performance improvement patch which avoids some unnecessary round trips