]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/staging/olpc_dcon: convert to new cs5535 gpio API
authorAndres Salomon <dilinger@queued.net>
Thu, 13 Jan 2011 01:00:11 +0000 (17:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Jan 2011 16:03:13 +0000 (08:03 -0800)
commitf3a783608f248d545ebba2e1d72dd3eec8c8ea7d
tree1284edad0917aafa6b9fab7e2f98f460b671d2dc
parent0fcbeb1342441fcf690c26a70d18b85cdd3d6ba4
drivers/staging/olpc_dcon: convert to new cs5535 gpio API

Drop the old geode_gpio crud, as well as the raw outl() calls; instead,
use the Linux GPIO API where possible, and the cs5535_gpio API in other
places.

Note that we don't actually clean up the driver properly yet (once loaded,
it always remains loaded).  That'll come later..

This patch is necessary for building the driver.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/olpc.h
drivers/staging/olpc_dcon/TODO
drivers/staging/olpc_dcon/olpc_dcon.c
drivers/staging/olpc_dcon/olpc_dcon.h
drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c
include/linux/cs5535.h