-
- Downloads
[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 ce4fb7b8 . 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>
Showing
- arch/arm/mach-pxa/Kconfig 3 additions, 0 deletionsarch/arm/mach-pxa/Kconfig
- arch/arm/mach-pxa/Makefile 1 addition, 0 deletionsarch/arm/mach-pxa/Makefile
- arch/arm/mach-pxa/am200epd.c 374 additions, 0 deletionsarch/arm/mach-pxa/am200epd.c
- drivers/video/Kconfig 0 additions, 13 deletionsdrivers/video/Kconfig
- drivers/video/Makefile 0 additions, 1 deletiondrivers/video/Makefile
- drivers/video/am200epd.c 0 additions, 295 deletionsdrivers/video/am200epd.c
Loading
Please register or sign in to comment