We're using a PCA9564 on an embedded platform to provide an i2c controller. This adds devicetree support and I've included some cleanups for the driver while I was at it. Chris Packham (5): dt-bindings: add bindings for i2c-pca-platform i2c: pca-platform: add devicetree awareness i2c: pca-platform: use gpio_is_valid i2c: pca-platform: use device managed allocations i2c: pca-platform: use dev_warn/dev_info instead of printk .../devicetree/bindings/i2c/i2c-pca-platform.txt | 18 ++++ drivers/i2c/busses/i2c-pca-platform.c | 97 +++++++++------------- 2 files changed, 57 insertions(+), 58 deletions(-) create mode 100644 Documentation/devicetree/bindings/i2c/i2c-pca-platform.txt -- 2.13.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html