All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND2 PATCH v4 0/2] i2c: sunxi: add P2WI controller support
@ 2014-06-03  8:49 ` Boris BREZILLON
  0 siblings, 0 replies; 17+ messages in thread
From: Boris BREZILLON @ 2014-06-03  8:49 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Andrew Morton, Greg Kroah-Hartman, Randy Dunlap, Maxime Ripard,
	Hans de Goede, Shuge, kevin, devicetree, linux-doc,
	linux-arm-kernel, linux-kernel, linux-i2c, Boris BREZILLON

Hello,

Sorry for the noise, I forgot to add the linux-i2c ML in Cc.

This series adds support for the P2WI block used by some Allwinner boards
to interface with the AXP221 PMIC.

Best Regards,

Boris

Changes since v3:
- update the DT bindings doc
- fix a comment that was no longer true

Changes since v2:
- drop the initialization (switch from I2C to P2WI mode) part
- print devm_ioremap_resource err code

Changes since v1:
- implement P2WI initilization
- implement P2WI bus frequency configuration
- implement address consistency check
- fix devm_request_and_ioremap return check
- rework the macro definitions
- fix typos

[1] http://www.spinics.net/lists/linux-i2c/msg15066.html
[2] http://comments.gmane.org/gmane.comp.hardware.netbook.arm.sunxi/8947
Boris BREZILLON (2):
  i2c: sunxi: add P2WI DT bindings documentation
  i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support

 .../devicetree/bindings/i2c/i2c-sunxi-p2wi.txt     |  41 +++
 drivers/i2c/busses/Kconfig                         |  12 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-sun6i-p2wi.c                | 349 +++++++++++++++++++++
 4 files changed, 403 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-sunxi-p2wi.txt
 create mode 100644 drivers/i2c/busses/i2c-sun6i-p2wi.c

-- 
1.8.3.2


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

end of thread, other threads:[~2014-06-10 13:49 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-03  8:49 [RESEND2 PATCH v4 0/2] i2c: sunxi: add P2WI controller support Boris BREZILLON
2014-06-03  8:49 ` Boris BREZILLON
2014-06-03  8:49 ` [RESEND2 PATCH v4 1/2] i2c: sunxi: add P2WI DT bindings documentation Boris BREZILLON
2014-06-03  8:49   ` Boris BREZILLON
2014-06-03  8:49   ` Boris BREZILLON
2014-06-03  8:49 ` [RESEND2 PATCH v4 2/2] i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support Boris BREZILLON
2014-06-03  8:49   ` Boris BREZILLON
2014-06-10  8:38   ` Wolfram Sang
2014-06-10  8:38     ` Wolfram Sang
2014-06-10  8:54     ` Boris BREZILLON
2014-06-10  8:54       ` Boris BREZILLON
2014-06-10  9:10       ` Boris BREZILLON
2014-06-10  9:10         ` Boris BREZILLON
2014-06-10  8:56     ` Paul Carpenter
2014-06-10  8:56       ` Paul Carpenter
2014-06-10 13:49       ` Boris BREZILLON
2014-06-10 13:49         ` Boris BREZILLON

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.