From: Jayachandran C <jayachandranc@xxxxxxxxxxxxxxxxx> This patch adds support to the I2C controller on Netlogic XLR/XLS multi-core MIPS SoCs. The patch has been sent out a many times already, and all the comments we have seen are already taken care of. It is a polling driver, but that is not an issue in our current usage (and we have many CPUs on-chip). Ganesan Ramalingam (1): i2c: Support for Netlogic XLR/XLS I2C controller. drivers/i2c/busses/Kconfig | 14 ++ drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-xlr.c | 307 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 322 insertions(+), 0 deletions(-) create mode 100644 drivers/i2c/busses/i2c-xlr.c -- 1.7.5.4 -- 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