commit | 82e39b0d8566fa67077c6941f776d17833c80fea | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Thu Jul 16 21:08:22 2015 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jul 27 12:21:56 2015 +0200 |
tree | 6e3602e3fe7cad9a53d05b2bf7907ccf3a596c33 | |
parent | 4183afefd995e3472c10348998edd9f791eb523f [diff] |
gpio: mpc8xxx: handle differences between incarnations at a single place The gpio controllers that are handled by the mpc8xxx driver differ slightly. Up to now some differences were handled by use of of_device_is_compatible, others by use of struct of_device_id's data. To make this consistent and easily extendable handle the differences at a single place. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>