From: Uwe Kleine-König Date: Thu, 16 Jul 2015 19:08:22 +0000 (+0200) Subject: gpio: mpc8xxx: handle differences between incarnations at a single place X-Git-Tag: omap-for-v4.3/fixes-rc1~96^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e39b0d8566fa67077c6941f776d17833c80fea;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed