[PATCH v2 0/2] Add EOC handling for bmp085 + DT update

From: Marek Belisko
Date: Sat Nov 30 2013 - 10:26:48 EST


This series add support for using EOC gpio line of bmp085 to detect when conversion
is finished. First patch add that functionality. Second patch document DT binding.

Changes from v1:
- drop custom platform data and use i2c, spi client irq
- use managed resources irq request
- document DT property
- drop patch 3 (adding platform data isn't necessary)

Marek Belisko (2):
misc: bmp085: Clean up and enable use of interrupt for completion.
misc: bmp085: devicetree irq update.

Documentation/devicetree/bindings/misc/bmp085.txt | 4 +++
drivers/misc/bmp085-i2c.c | 2 +-
drivers/misc/bmp085-spi.c | 2 +-
drivers/misc/bmp085.c | 39 ++++++++++++++++++++---
drivers/misc/bmp085.h | 2 +-
5 files changed, 41 insertions(+), 8 deletions(-)

--
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/