mfd: stmpe: Probe properly from the Device Tree
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 23 Apr 2014 21:35:58 +0000 (23:35 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 9 May 2014 09:51:09 +0000 (10:51 +0100)
commit5a826feedc331a2d5ced2afd832199a70b3af891
tree5d3fd40bd60b857a6d8b5942095a7a68f871fe74
parentb69d2ad6748e2cd3a6b93fca074adc31f56e4436
mfd: stmpe: Probe properly from the Device Tree

The current STMPE I2C probing code does not really match the
compatible strings - it matches node names happening to give
the right device name. Instead, let's introduce some real
compatible matching, more complex, more accurate. Make the
driver depend on OF since all platforms using it are DT-only.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/stmpe-i2c.c
This page took 0.0314 seconds and 5 git commands to generate.