]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: intel_quark_i2c_gpio: load gpio driver first
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 23 Oct 2015 09:16:42 +0000 (12:16 +0300)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 23 Oct 2015 19:55:47 +0000 (21:55 +0200)
commitc39dc960e9c5196022cbc46507d4782b6fc314f6
tree16d42ab7b0798c00e9cdd7c7fff57840e00202fe
parent62a615e083604d291af0cb18f9b4549531ea4f94
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>
drivers/mfd/intel_quark_i2c_gpio.c