[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250210082035.8670-1-val@packett.cool>
Date: Mon, 10 Feb 2025 05:19:15 -0300
From: Val Packett <val@...kett.cool>
To:
Cc: Val Packett <val@...kett.cool>,
Daniel Scally <djrscally@...il.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Sakari Ailus <sakari.ailus@...ux.intel.com>,
linux-media@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] media: i2c: dw9719: add DT compatible and DW9718S support
The DW9718S voice coil motor is found on various smartphones like motorola-nora
that are currently being worked on in the postmarketOS community. Since the way
it operates is very similar to DW9719, this patch series adds support for it to
the existing dw9719 driver. Because that driver did not yet support DT, we also
add DT bindings and the dongwoon,dw9719 ofw compatible first. With DW9718S, the
driver was tested fully, including runtime PM.
Val Packett (5):
media: dt-bindings: i2c: add DW9719/DW9718S VCM binding
media: i2c: dw9719: add an of_match_table
media: i2c: dw9719: increase tOPR wait time
media: i2c: dw9719: update PM last busy time upon close
media: i2c: dw9719: add support for dw9718s
.../bindings/media/i2c/dongwoon,dw9719.yaml | 110 ++++++++++++++++
MAINTAINERS | 1 +
drivers/media/i2c/dw9719.c | 118 ++++++++++++++++--
3 files changed, 220 insertions(+), 9 deletions(-)
create mode 100644 Documentation/devicetree/bindings/media/i2c/dongwoon,dw9719.yaml
--
2.48.1
Powered by blists - more mailing lists