This small patchset adds support for device tree to Bosch BMA150 Accelerometer Sensor driver. It was tested on s5pv210-galaxys and s5pv210-fascinate4g. Jonathan Bakker (3): input: misc: bma150: Use managed resources helpers input: misc: bma150: Add support for device tree input: dt-bindings: Add binding for bma150 sensor .../bindings/input/bosch,bma150.txt | 20 ++++++++ drivers/input/misc/bma150.c | 50 +++++++++---------- 2 files changed, 44 insertions(+), 26 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/bosch,bma150.txt -- 2.17.1