[PATCH v7 0/6] media: ov5693: cleanup code and add dts support

Tommaso Merciai posted 6 patches 3 years, 9 months ago
.../bindings/media/i2c/ovti,ov5693.yaml       | 124 ++++++++++++++++++
MAINTAINERS                                   |   1 +
drivers/media/i2c/ov5693.c                    |  57 +++++---
3 files changed, 163 insertions(+), 19 deletions(-)
create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov5693.yaml
[PATCH v7 0/6] media: ov5693: cleanup code and add dts support
Posted by Tommaso Merciai 3 years, 9 months ago
Hi All,
This series cleanup code on ov5693 driver and bring up dts support, also add
documentation for ov5693 camera sensor

Inspired by recently Quentin series:

 - https://patchwork.kernel.org/project/linux-media/list/?series=64807

Tommaso Merciai (6):
  media: ov5693: count num_supplies using array_size
  media: ov5693: add dvdd into ov5693_supply_names array
  media: ov5693: rename clk into xvclk
  media: ov5693: add support for acpi clock-frequency prop
  media: dt-bindings: ov5693: document YAML binding
  media: ov5693: add ov5693_of_match, dts support

 .../bindings/media/i2c/ovti,ov5693.yaml       | 124 ++++++++++++++++++
 MAINTAINERS                                   |   1 +
 drivers/media/i2c/ov5693.c                    |  57 +++++---
 3 files changed, 163 insertions(+), 19 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov5693.yaml

-- 
2.25.1