commit | 128a06d4bb997d90158e668173a6944d376c84cb | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue Feb 21 14:31:45 2012 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Feb 22 17:59:33 2012 +0100 |
tree | cbfe9ed922f93fa4132d8d6db6e3a22aeb8637fa | |
parent | 4ecce45dd663f6945bed7e2e06c05b5d90f3a2a1 [diff] |
pinctrl: spawn U300 pinctrl from the COH901 GPIO This solves the riddle on how the U300 pin controller shall be able to reference the struct gpio_chip even though these are two separate drivers: spawn the pinctrl child from the GPIO driver and pass in the struct gpio_chip as platform data. In the process we rename the U300 "pinmux-u300" to "pinctrl-u300" so as not to confuse. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>