[0/4] RZ/G2L CSI/CRU Improvements

Message ID 20240123115821.292787-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers
Series RZ/G2L CSI/CRU Improvements |

Message

Biju Das Jan. 23, 2024, 11:58 a.m. UTC
  This patch series aims to sync the CSI/CRU driver code with the latest
hardware manual(R01UH0914EJ0140 Rev.1.40).

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   | 63 ++++++++++----
 .../platform/renesas/rzg2l-cru/rzg2l-ip.c     | 18 ++--
 .../platform/renesas/rzg2l-cru/rzg2l-video.c  | 83 ++++++++-----------
 4 files changed, 88 insertions(+), 79 deletions(-)