mbox series

[v2,0/4] clk_disable_unprepare

Message ID 20240130163553.116249-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series clk_disable_unprepare | expand

Message

Biju Das Jan. 30, 2024, 4:35 p.m. UTC
This patch series aims to sync the CSI/CRU driver code with the latest
hardware manual (R01UH0914EJ0140 Rev.1.40).

v1->v2:
 * Updated commit description for patch#1 removing deprecated for
   SET_RUNTIME_PM_OPS() macro.
 * Aligned RUNTIME_PM_OPS() macro.
 * Added Rb tag from Laurent for patch#2 and #3.
 * Replaced usleep_range()->fsleep().
 * Added blank space after manual in commit description for patch#{2,3}.
 * Dropped clk-provider.h and __clk_is_enabled() as consumer clk should
   not use it. Plan to send RFC for clk_disable_unprepare_sync() in ccf.

Biju Das (4):
  media: platform: rzg2l-cru: rzg2l-csi2: Switch to RUNTIME_PM_OPS()
  media: platform: rzg2l-cru: rzg2l-ip: Add delay after D-PHY reset
  media: platform: rzg2l-cru: rzg2l-video: Fix image processing
    initialization
  media: platform: rzg2l-cru: rzg2l-video: Restructure clk handling

 .../platform/renesas/rzg2l-cru/rzg2l-cru.h    |  3 -
 .../platform/renesas/rzg2l-cru/rzg2l-csi2.c   | 37 +++++----
 .../platform/renesas/rzg2l-cru/rzg2l-ip.c     | 18 ++--
 .../platform/renesas/rzg2l-cru/rzg2l-video.c  | 83 ++++++++-----------
 4 files changed, 62 insertions(+), 79 deletions(-)

Comments

Biju Das Jan. 30, 2024, 4:42 p.m. UTC | #1
Hi All,

> -----Original Message-----
> From: Biju Das <biju.das.jz@bp.renesas.com>
> Sent: Tuesday, January 30, 2024 4:36 PM
> Subject: [PATCH v2 0/4] clk_disable_unprepare

Oops, typo in commit header. Will resend fixing typo.

Cheers,
Biju

> 
> This patch series aims to sync the CSI/CRU driver code with the latest
> hardware manual (R01UH0914EJ0140 Rev.1.40).
> 
> v1->v2:
>  * Updated commit description for patch#1 removing deprecated for
>    SET_RUNTIME_PM_OPS() macro.
>  * Aligned RUNTIME_PM_OPS() macro.
>  * Added Rb tag from Laurent for patch#2 and #3.
>  * Replaced usleep_range()->fsleep().
>  * Added blank space after manual in commit description for patch#{2,3}.
>  * Dropped clk-provider.h and __clk_is_enabled() as consumer clk should
>    not use it. Plan to send RFC for clk_disable_unprepare_sync() in ccf.
> 
> Biju Das (4):
>   media: platform: rzg2l-cru: rzg2l-csi2: Switch to RUNTIME_PM_OPS()
>   media: platform: rzg2l-cru: rzg2l-ip: Add delay after D-PHY reset
>   media: platform: rzg2l-cru: rzg2l-video: Fix image processing
>     initialization
>   media: platform: rzg2l-cru: rzg2l-video: Restructure clk handling
> 
>  .../platform/renesas/rzg2l-cru/rzg2l-cru.h    |  3 -
>  .../platform/renesas/rzg2l-cru/rzg2l-csi2.c   | 37 +++++----
>  .../platform/renesas/rzg2l-cru/rzg2l-ip.c     | 18 ++--
>  .../platform/renesas/rzg2l-cru/rzg2l-video.c  | 83 ++++++++-----------
>  4 files changed, 62 insertions(+), 79 deletions(-)
> 
> --
> 2.25.1