Message ID | 20240624052851.1030799-1-aniketmaurya@google.com (mailing list archive) |
---|---|
Headers | show |
Series | i3c: dw: Add apb clk | expand |
On 24/06/2024 07:28, Aniket wrote: > These patches add APB clk aka pclk to the dw i3c driver > and the binding doc. Also move to _enabled clk_get APIs. Where is the changelog? Best regards, Krzysztof
> Where is the changelog?
Sorry, I missed the changelog.
Changes from v1 to v2
- extra example removed from yaml file, minor renaming.
- 3rd patch added to migrate to *_enabled clk_get APIs.
Thanks,
Aniket.
On 24/06/2024 05:28:48+0000, Aniket wrote: > These patches add APB clk aka pclk to the dw i3c driver > and the binding doc. Also move to _enabled clk_get APIs. > > Aniket (3): > dt-bindings: i3c: dw: Add apb clock binding > i3c: dw: Add optional apb clock > i3c: dw: Use new *_enabled clk APIs You should reorder your patches to have 3/3 before 2/3, else you introduce code that you immediately remove. > > .../bindings/i3c/snps,dw-i3c-master.yaml | 11 ++++++++++- > drivers/i3c/master/dw-i3c-master.c | 15 +++++---------- > drivers/i3c/master/dw-i3c-master.h | 1 + > 3 files changed, 16 insertions(+), 11 deletions(-) > > -- > 2.45.2.741.gdbec12cfda-goog >
> > dt-bindings: i3c: dw: Add apb clock binding > > i3c: dw: Add optional apb clock > > i3c: dw: Use new *_enabled clk APIs > > You should reorder your patches to have 3/3 before 2/3, else you > introduce code that you immediately remove. Ahh! Sorry, let me fix this. Thanks, Aniket.