[PATCH 0/6] APM X-Gene platform mailbox and proxy i2c driver

From: Feng Kan
Date: Tue Oct 07 2014 - 20:07:14 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/