[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1384465609-26485-1-git-send-email-marek@goldelico.com>
Date: Thu, 14 Nov 2013 22:46:46 +0100
From: Marek Belisko <marek@...delico.com>
To: arnd@...db.de, gregkh@...uxfoundation.org
Cc: neilb@...e.de, hns@...delico.com, rob.herring@...xeda.com,
pawel.moll@....com, mark.rutland@....com, swarren@...dotorg.org,
ijc+devicetree@...lion.org.uk, rob@...dley.net,
devicetree@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, Marek Belisko <marek@...delico.com>
Subject: [PATCH 0/3] Add EOC handling for bmp085 + DT and platform data updates
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists