From: Thierry Reding <treding@xxxxxxxxxx> Hi Wolfram, This series of patches depends on two branches in the Tegra tree, so I think the easiest would be if you Acked-by'd this so that I can manage the dependencies in the Tegra tree. The DT binding has already been reviewed and I've tested the driver in my development tree for a while and it's working great. Thierry Shardar Shariff Md (1): i2c: Add Tegra BPMP I2C proxy driver Stephen Warren (1): dt-bindings: Add Tegra186 BPMP I2C binding .../bindings/i2c/nvidia,tegra186-bpmp-i2c.txt | 42 +++ drivers/i2c/busses/Kconfig | 13 + drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-tegra-bpmp.c | 365 +++++++++++++++++++++ 4 files changed, 421 insertions(+) create mode 100644 Documentation/devicetree/bindings/i2c/nvidia,tegra186-bpmp-i2c.txt create mode 100644 drivers/i2c/busses/i2c-tegra-bpmp.c -- 2.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html