All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] i2c: Add support for Qcom CCI I2C controller
@ 2018-08-06 11:04 Vinod Koul
  2018-08-06 11:04 ` [PATCH v3 1/2] dt-bindings: i2c: Add binding for Qualcomm " Vinod Koul
  2018-08-06 11:04 ` [PATCH v3 2/2] i2c: Add Qualcomm CCI I2C driver Vinod Koul
  0 siblings, 2 replies; 16+ messages in thread
From: Vinod Koul @ 2018-08-06 11:04 UTC (permalink / raw)
  To: Wolfram Sang, linux-i2c
  Cc: Bjorn Andersson, linux-arm-msm, Rob Herring, devicetree,
	Todor Tomov, Vinod Koul

Hi,

This series adds support for Qualcomm Camera Control Interface (CCI) I2C
controller. This block contains one/two I2C masters and registers these
adapters based on the controller probed on.

Changes in v3:
 - Update DT binding per RobH comments
 - Add the subnode for bus instances
 - Move all compataible data to driver data
 - add num_master data and use that to register and use masters

Changes in v2:
 - Add support for two adapters

Todor Tomov (2):
  dt-bindings: i2c: Add binding for Qualcomm CCI I2C controller
  i2c: Add Qualcomm CCI I2C driver

 .../devicetree/bindings/i2c/i2c-qcom-cci.txt       |  55 ++
 drivers/i2c/busses/Kconfig                         |  10 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-qcom-cci.c                  | 814 +++++++++++++++++++++
 4 files changed, 880 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] 16+ messages in thread

end of thread, other threads:[~2018-08-18  4:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-06 11:04 [PATCH v3 0/2] i2c: Add support for Qcom CCI I2C controller Vinod Koul
2018-08-06 11:04 ` [PATCH v3 1/2] dt-bindings: i2c: Add binding for Qualcomm " Vinod Koul
2018-08-06 18:03   ` Bjorn Andersson
2018-08-07  4:18     ` Vinod
2018-08-07 17:39       ` Rob Herring
2018-08-07 18:07         ` Bjorn Andersson
2018-08-08 14:03           ` Todor Tomov
2018-08-08 14:48             ` Rob Herring
2018-08-08 16:07               ` Vinod
2018-08-06 11:04 ` [PATCH v3 2/2] i2c: Add Qualcomm CCI I2C driver Vinod Koul
2018-08-06 18:45   ` Bjorn Andersson
2018-08-07  4:30     ` Vinod
2018-08-07  5:11       ` Bjorn Andersson
2018-08-17 12:41       ` Vinod
2018-08-17 18:33         ` Bjorn Andersson
2018-08-18  4:45           ` Vinod

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.