commit | c39dc960e9c5196022cbc46507d4782b6fc314f6 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Oct 23 12:16:42 2015 +0300 |
committer | Wolfram Sang <wsa@the-dreams.de> | Fri Oct 23 21:55:47 2015 +0200 |
tree | 16d42ab7b0798c00e9cdd7c7fff57840e00202fe | |
parent | 62a615e083604d291af0cb18f9b4549531ea4f94 [diff] |
mfd: intel_quark_i2c_gpio: load gpio driver first On Intel Galileo boards the GPIO expander is connected to i2c bus. Moreover it is able to generate interrupt, but interrupt line is connected to GPIO. That's why we have to have GPIO driver in place when we will probe i2c host with device connected to it. Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>