summaryrefslogtreecommitdiff
path: root/drivers/staging/olpc_dcon/TODO
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@queued.net>2011-01-13 01:00:11 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2011-01-13 16:03:13 (GMT)
commit7637c9259f7b6dd841471ccf1120d484b7364f99 (patch)
tree1284edad0917aafa6b9fab7e2f98f460b671d2dc /drivers/staging/olpc_dcon/TODO
parent1b912c1bca5c162e611384fe7d39c916e081701a (diff)
downloadlinux-fsl-qoriq-7637c9259f7b6dd841471ccf1120d484b7364f99.tar.xz
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>
Diffstat (limited to 'drivers/staging/olpc_dcon/TODO')
-rw-r--r--drivers/staging/olpc_dcon/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/olpc_dcon/TODO b/drivers/staging/olpc_dcon/TODO
index ac2d3d0..35f9cda 100644
--- a/drivers/staging/olpc_dcon/TODO
+++ b/drivers/staging/olpc_dcon/TODO
@@ -1,6 +1,5 @@
TODO:
- checkpatch.pl cleanups
- - port geode gpio calls to newer cs5535 API
- see if vx855 gpio API can be made similar enough to cs5535 so we can
share more code
- allow simultaneous XO-1 and XO-1.5 support