All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] APM X-Gene platform mailbox and proxy i2c driver
@ 2014-10-08  0:06 ` Feng Kan
  0 siblings, 0 replies; 56+ messages in thread
From: Feng Kan @ 2014-10-08  0:06 UTC (permalink / raw)
  To: patches, jassisingbrar, =devicetree, linux-i2c, linux-kernel,
	linux-arm-kernel
  Cc: Feng Kan

This patch set contain the APM X-Gene platform mailbox driver and 
a proxy i2c driver that uses the mailbox driver to communicate with
the i2c bus through the slimpro coprocessor.

Feng Kan (6):
  mailbox: add support for APM X-Gene platform mailbox driver
  Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts
    documentation
  arm64: dts: mailbox device tree node for APM X-Gene platform.
  i2c: busses: add SLIMpro I2C device driver on APM X-Gene platform
  Documentation: i2c: Add APM X-Gene platform SLIMpro I2C driver
    documentation
  arm64: dts: add proxy I2C device driver on APM X-Gene platform

 .../devicetree/bindings/i2c/i2c-xgene-slimpro.txt  |  20 +
 .../bindings/mailbox/xgene-slimpro-mailbox.txt     |  41 ++
 arch/arm64/boot/dts/apm-storm.dtsi                 |  20 +
 drivers/i2c/busses/Kconfig                         |   9 +
 drivers/i2c/busses/Makefile                        |   1 +
 drivers/i2c/busses/i2c-xgene-slimpro.c             | 531 +++++++++++++++++++++
 drivers/mailbox/Kconfig                            |  10 +
 drivers/mailbox/Makefile                           |   1 +
 drivers/mailbox/mailbox-xgene-slimpro.c            | 287 +++++++++++
 9 files changed, 920 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-xgene-slimpro.txt
 create mode 100644 Documentation/devicetree/bindings/mailbox/xgene-slimpro-mailbox.txt
 create mode 100644 drivers/i2c/busses/i2c-xgene-slimpro.c
 create mode 100644 drivers/mailbox/mailbox-xgene-slimpro.c

-- 
1.9.1


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

end of thread, other threads:[~2015-02-02 23:17 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-08  0:06 [PATCH 0/6] APM X-Gene platform mailbox and proxy i2c driver Feng Kan
2014-10-08  0:06 ` Feng Kan
2014-10-08  0:06 ` [PATCH 1/6] mailbox: add support for APM X-Gene platform mailbox driver Feng Kan
2014-10-08  0:06   ` Feng Kan
2014-10-08  0:06 ` [PATCH 2/6] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Feng Kan
2014-10-08  0:06   ` Feng Kan
2014-10-08  9:50   ` Mark Rutland
2014-10-08  9:50     ` Mark Rutland
2014-10-08  9:50     ` Mark Rutland
2014-10-08  0:06 ` [PATCH 3/6] arm64: dts: mailbox device tree node for APM X-Gene platform Feng Kan
2014-10-08  0:06   ` Feng Kan
2014-10-08  0:06   ` Feng Kan
2014-10-08  0:06 ` [PATCH 4/6] i2c: busses: add SLIMpro I2C device driver on " Feng Kan
2014-10-08  0:06   ` Feng Kan
2014-11-11 20:32   ` Wolfram Sang
2014-11-11 20:32     ` Wolfram Sang
2014-11-17 23:39     ` Feng Kan
2014-11-17 23:39       ` Feng Kan
2014-11-17 23:39       ` Feng Kan
2015-01-09 18:52     ` Feng Kan
2015-01-09 18:52       ` Feng Kan
2015-01-09 18:52       ` Feng Kan
2015-01-09 20:42       ` Wolfram Sang
2015-01-09 20:42         ` Wolfram Sang
2015-01-09 20:42         ` Wolfram Sang
2014-11-11 21:51   ` Arnd Bergmann
2014-11-11 21:51     ` Arnd Bergmann
2014-11-11 21:51     ` Arnd Bergmann
2015-01-09 18:56     ` Feng Kan
2015-01-09 18:56       ` Feng Kan
2015-01-09 18:56       ` Feng Kan
2015-01-09 19:42       ` Arnd Bergmann
2015-01-09 19:42         ` Arnd Bergmann
2015-01-09 19:42         ` Arnd Bergmann
2015-01-30  1:07     ` Feng Kan
2015-01-30  1:07       ` Feng Kan
2015-01-30  1:07       ` Feng Kan
2015-01-30  6:11       ` Wolfram Sang
2015-01-30  6:11         ` Wolfram Sang
2015-01-30  6:11         ` Wolfram Sang
2015-02-02 22:15         ` Feng Kan
2015-02-02 22:15           ` Feng Kan
2015-02-02 22:15           ` Feng Kan
2015-02-02 23:16           ` Wolfram Sang
2015-02-02 23:16             ` Wolfram Sang
2015-02-02 23:16             ` Wolfram Sang
2014-10-08  0:06 ` [PATCH 5/6] Documentation: i2c: Add APM X-Gene platform SLIMpro I2C driver documentation Feng Kan
2014-10-08  0:06   ` Feng Kan
2014-10-08 10:11   ` Mark Rutland
2014-10-08 10:11     ` Mark Rutland
2014-10-08 10:11     ` Mark Rutland
2014-11-11 21:40   ` Arnd Bergmann
2014-11-11 21:40     ` Arnd Bergmann
2014-11-11 21:40     ` Arnd Bergmann
2014-10-08  0:06 ` [PATCH 6/6] arm64: dts: add proxy I2C device driver on APM X-Gene platform Feng Kan
2014-10-08  0:06   ` Feng Kan

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.