From: Alan Cox Date: Tue, 5 Jul 2011 14:38:26 +0000 (+0100) Subject: gma500: being abstracting out devices a bit more X-Git-Tag: v3.1-rc1~232^2~408 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92367fe1bca91efa7f689127ba45080d4303d609;p=pandora-kernel.git gma500: being abstracting out devices a bit more We really want to move towards a completely abstracted interface rather than having tons of per chip junk in the same files. Begin with the power code which is probably the worst offender. Add a set of methods, initialise a dev_priv->ops pointer and rip the chip specifics out of the power code. While we are it pick up the display init bits. So we know it's now chip specifics clean remove the psb_ naming from it. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed