gpio: mpc8xxx: handle differences between incarnations at a single place
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 16 Jul 2015 19:08:22 +0000 (21:08 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 27 Jul 2015 10:21:56 +0000 (12:21 +0200)
commit82e39b0d8566fa67077c6941f776d17833c80fea
tree6e3602e3fe7cad9a53d05b2bf7907ccf3a596c33
parent4183afefd995e3472c10348998edd9f791eb523f
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>
drivers/gpio/gpio-mpc8xxx.c
This page took 0.036814 seconds and 5 git commands to generate.