This patch series includes
- Fix for proper Y_OUT_SIZE register configuration.
- Power on/off sequence implementation through runtime PM.
- dt-binding doc to add optional input clock and supplies

Delta between patch versions:
[v5]:   Includes below v4 feedback
        - dt-bindings patch to add optional clock and supplies and
          rebased on below json-schema patch.
          https://patchwork.kernel.org/patch/11732875/
        - Other minor v4 feedbacks.

[v4]:   Includes below v3 feedback
        - Implemented power on/off through Runtime PM.
        - Use regulator bulk APIs.
        - Use lower case for supply names.

[v3]:   Includes below v2 feedback
        - Removed explicit clk_set_rate from driver as default external
          input clock rate can be configured through DT.

[v2]:   Includes below changes based on v1 feedback
        - External input clock name changed from xclk to inck.
        - implementation change for get regulators to store all in array.
        - To keep in reset low prior to regulators power on.

Sowjanya Komatineni (3):
  media: i2c: imx274: Fix Y_OUT_SIZE register setting
  dt-bindings: media: imx274: Add optional input clock and supplies
  media: i2c: imx274: Add IMX274 power on and off sequence

 .../devicetree/bindings/media/i2c/sony,imx274.yaml |  21 ++++
 drivers/media/i2c/imx274.c                         | 136 ++++++++++++++++++++-
 2 files changed, 153 insertions(+), 4 deletions(-)

-- 
2.7.4

Reply via email to