linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add I2C driver for ZTE ZX2967 family SoCs
@ 2017-06-22 12:56 Shawn Guo
  2017-06-22 12:56 ` [PATCH v2 1/2] dt: bindings: add documentation for zx2967 family i2c controller Shawn Guo
  2017-06-22 12:56 ` [PATCH v2 2/2] i2c: zx2967: add i2c controller driver for ZTE's zx2967 family Shawn Guo
  0 siblings, 2 replies; 5+ messages in thread
From: Shawn Guo @ 2017-06-22 12:56 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Baoyou Xie, Xin Zhou, Jun Nie, linux-i2c, linux-arm-kernel,
	Shawn Guo

From: Shawn Guo <shawn.guo@linaro.org>

It's the second posting of the patches adding I2C driver for ZTE ZX2967
family SoCs.  Thanks a lot for Wolfram's review comments on v1 patch,
which helps identify issues with NACK handling.

Changes for v2:
 - Add COMPILE_TEST for Kconfig option dependency.
 - Drop warning message for unsupported SMBus transfer, since the driver
   will fall back to emulate them via I2C anyway.
 - Kill ZX2967_I2C_FUNCS define by returning I2C_FUNC_XXX directly.
 - Drop error message for i2c_add_numbered_adapter() check, since the
   core will do the reporting.
 - Drop the error checking from zx2967_i2c_reset_hardware() which is
   useless now, and add it into irq handler for proper NACK handling.

Baoyou Xie (2):
  dt: bindings: add documentation for zx2967 family i2c controller
  i2c: zx2967: add i2c controller driver for ZTE's zx2967 family

 .../devicetree/bindings/i2c/i2c-zx2967.txt         |  22 +
 drivers/i2c/busses/Kconfig                         |   9 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-zx2967.c                    | 609 +++++++++++++++++++++
 4 files changed, 641 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
 create mode 100644 drivers/i2c/busses/i2c-zx2967.c

-- 
1.9.1

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

end of thread, other threads:[~2017-06-23 18:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-22 12:56 [PATCH v2 0/2] Add I2C driver for ZTE ZX2967 family SoCs Shawn Guo
2017-06-22 12:56 ` [PATCH v2 1/2] dt: bindings: add documentation for zx2967 family i2c controller Shawn Guo
2017-06-23 18:55   ` Wolfram Sang
2017-06-22 12:56 ` [PATCH v2 2/2] i2c: zx2967: add i2c controller driver for ZTE's zx2967 family Shawn Guo
2017-06-23 18:55   ` Wolfram Sang

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).