[ARM] 5200/1: am200epd: use fb notifiers and gpio api
commit922613436ae562a2903698f3a6e16998382a549d
authorJaya Kumar <jayakumar.lkml@gmail.com>
Sun, 17 Aug 2008 04:59:32 +0000 (17 05:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 26 Aug 2008 16:01:14 +0000 (26 17:01 +0100)
tree164fbd6eee7ef7d70ac4dd353449069c02b365b6
parente935508515cc5592d7c80d7f51f21103f73efb2d
[ARM] 5200/1: am200epd: use fb notifiers and gpio api

The original am200epd driver was designed with bad assumptions. It
manipulated GPSR/GPLR registers directly. It relied on direct access to the
pxa LCDC registers which have since conflicted with commit
ce4fb7b892a6d6c6a0f87366b26fd834d2923dd7 . This patch moves it into mach-pxa
and overhauls it to use a fb obtained through fb notifiers. It now uses the
generic GPIO api.

Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/Kconfig
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/am200epd.c [new file with mode: 0644]
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/am200epd.c [deleted file]