From 470834508f87877f680738a10a305280582c7aed Mon Sep 17 00:00:00 2001 From: Neelesh Gupta Date: Sat, 13 Dec 2014 23:31:05 +0530 Subject: [PATCH] i2c: Driver to expose PowerNV platform i2c busses The patch exposes the available i2c busses on the PowerNV platform to the kernel and implements the bus driver to support i2c and smbus commands. The driver uses the platform device infrastructure to probe the busses on the platform and registers them with the i2c driver framework. Signed-off-by: Neelesh Gupta Signed-off-by: Benjamin Herrenschmidt Acked-by: Wolfram Sang (I2C part, excluding the bindings) Signed-off-by: Michael Ellerman --- Reading git-format-patch failed