This series add support for using EOC gpio line of bmp085 to detect when conversion is finished. First patch add that functionality. Second patch add DT bindings for gpio and irq parameters. Third patch add missing platform data which are already in DT bindings to have possibility to used them on non-DT archs. Marek Belisko (3): misc: bmp085: Clean up and enable use of interrupt for completion. misc: bmp085: Add DT bindings for EOC gpio line and direct irq. misc: bmp085: Add missing platform data. Documentation/devicetree/bindings/misc/bmp085.txt | 8 ++ drivers/misc/bmp085.c | 138 +++++++++++++++++++--- include/linux/i2c/bmp085.h | 24 ++++ 3 files changed, 155 insertions(+), 15 deletions(-) create mode 100644 include/linux/i2c/bmp085.h -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html