public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] i2c: Add support for Qualcomm Camera Control Interface
@ 2018-07-17 12:57 Vinod Koul
  2018-07-17 12:57 ` [PATCH v2 1/2] dt-bindings: i2c: Add binding document for Qualcomm CCI Vinod Koul
  2018-07-17 12:57 ` [PATCH v2 2/2] i2c: Add Qualcomm Camera Control Interface driver Vinod Koul
  0 siblings, 2 replies; 6+ messages in thread
From: Vinod Koul @ 2018-07-17 12:57 UTC (permalink / raw)
  To: linux-i2c
  Cc: Bjorn Andersson, linux-arm-msm, Rob Herring, Wolfram Sang,
	devicetree, Vinod Koul

Hi,

This series adds support for Qualcomm Camera Control Interface (CCI). This
contains two I2C masters and registers two adapters for each of the masters.

Changes in v2:
 - Add support for two adapters

Todor Tomov (2):
  dt-bindings: i2c: Add binding document for Qualcomm CCI
  i2c: Add Qualcomm Camera Control Interface driver

 .../devicetree/bindings/i2c/i2c-qcom-cci.txt       |  46 ++
 drivers/i2c/busses/Kconfig                         |  10 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-qcom-cci.c                  | 793 +++++++++++++++++++++
 4 files changed, 850 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt
 create mode 100644 drivers/i2c/busses/i2c-qcom-cci.c

-- 
2.14.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-23 13:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-17 12:57 [PATCH v2 0/2] i2c: Add support for Qualcomm Camera Control Interface Vinod Koul
2018-07-17 12:57 ` [PATCH v2 1/2] dt-bindings: i2c: Add binding document for Qualcomm CCI Vinod Koul
2018-07-20 18:03   ` Rob Herring
2018-07-23  3:54     ` Vinod
2018-07-23 13:20       ` Rob Herring
2018-07-17 12:57 ` [PATCH v2 2/2] i2c: Add Qualcomm Camera Control Interface driver Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox