Re: [PATCH 3/6 v3] mfd: stmpe: probe properly from the device tree

2014-04-28 Thread Lee Jones
> 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 a

[PATCH 3/6 v3] mfd: stmpe: probe properly from the device tree

2014-04-23 Thread Linus Walleij
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