Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: olpc_dcon: Remove TODO item

All uses of old GPIO API have been converted to new API.
This item can be removed from TODO file.

Signed-off-by: Jerry Lin <wahahab11@gmail.com>
Link: https://lore.kernel.org/r/20190729023544.GA25930@compute1
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jerry Lin and committed by
Greg Kroah-Hartman
5f251e98 db0e6a57

-4
-4
drivers/staging/olpc_dcon/TODO
··· 8 8 internals, but isn't properly integrated, is not the correct solution. 9 9 - see if vx855 gpio API can be made similar enough to cs5535 so we can 10 10 share more code 11 - - convert all uses of the old GPIO API from <linux/gpio.h> to the 12 - GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO 13 - lines from device tree, ACPI or board files, board files should 14 - use <linux/gpio/machine.h> 15 11 - allow simultaneous XO-1 and XO-1.5 support 16 12 17 13 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and