devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] i2c: Add support for Qcom CCI I2C controller
@ 2018-08-20  6:39 Vinod Koul
  2018-08-20  6:39 ` [PATCH v4 1/2] dt-bindings: i2c: Add binding for Qualcomm " Vinod Koul
  2018-08-20  6:39 ` [PATCH v4 2/2] i2c: Add Qualcomm CCI I2C driver Vinod Koul
  0 siblings, 2 replies; 16+ messages in thread
From: Vinod Koul @ 2018-08-20  6:39 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 v4:
 - Add pm support
 - Fix based on Bjorn feedback

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       |  83 ++
 drivers/i2c/busses/Kconfig                         |  10 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-qcom-cci.c                  | 879 +++++++++++++++++++++
 4 files changed, 973 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-09-22 22:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-20  6:39 [PATCH v4 0/2] i2c: Add support for Qcom CCI I2C controller Vinod Koul
2018-08-20  6:39 ` [PATCH v4 1/2] dt-bindings: i2c: Add binding for Qualcomm " Vinod Koul
2018-08-20 18:18   ` Rob Herring
2018-08-21  9:28     ` Vinod
2018-08-21 13:11       ` Rob Herring
2018-08-21 13:12         ` Rob Herring
2018-08-21 16:00           ` Vinod
2018-08-20  6:39 ` [PATCH v4 2/2] i2c: Add Qualcomm CCI I2C driver Vinod Koul
2018-08-24  7:30   ` Stephen Boyd
2018-08-24 10:16     ` Vinod
2018-08-27 19:19       ` Stephen Boyd
2018-08-28  3:38         ` Vinod
2018-09-20 19:39           ` Ricardo Ribalda Delgado
2018-09-21 15:36             ` Vinod
2018-09-21 15:43               ` Todor Tomov
2018-09-22 22:02                 ` Ricardo Ribalda Delgado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).