From: "Tan, Raymond" <raymond....@intel.com> Hi, This patch is for enabling support of Intel Quark X1000 i2c controller. The Quark designware i2c controller is registered as a MFD device, and Quark exports a single PCI device with both I2C and GPIO functions.
In Quark, there is currently no other configuration mechanism other than board files to configure the I2C mode for the the controller. This patch is built upon the changes made by Romain Baeriswyl, titled [PATCH V3 2/2] i2c designware add support of I2C standard mode, at https://lkml.org/lkml/2014/3/25/135 Tan, Raymond (1): i2c: designware: add support of platform data to set I2C mode drivers/i2c/busses/i2c-designware-platdrv.c | 6 ++++++ include/linux/platform_data/i2c-designware.h | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 include/linux/platform_data/i2c-designware.h -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/