From: Arnd Bergmann Date: Mon, 1 Jun 2015 19:20:11 +0000 (+0200) Subject: staging: wilc1000: update TODO list X-Git-Tag: v4.2-rc1~88^2~370 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b85618f3a02994b721975508ec86c185d61a736;p=platform%2Fkernel%2Flinux-exynos.git staging: wilc1000: update TODO list I have crossed off one item on the list, but found a few others that should not get lost, so here is an update of the wilc1000 list Signed-off-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/TODO b/drivers/staging/wilc1000/TODO index 5dfeb3e..95199d8 100644 --- a/drivers/staging/wilc1000/TODO +++ b/drivers/staging/wilc1000/TODO @@ -3,6 +3,12 @@ TODO: - remove OS wrapper functions - remove custom debug and tracing functions - rework comments and function headers(also coding style) -- remove build warnings +- replace all semaphores with mutexes or completions +- make spi and sdio components coexist in one build +- turn compile-time platform configuration (BEAGLE_BOARD, + PANDA_BOARD, PLAT_WMS8304, PLAT_RKXXXX, CUSTOMER_PLATFORM, ...) + into run-time options that are read from DT - support soft-ap and p2p mode - support resume/suspend function +- replace SIOCDEVPRIVATE commands with generic API functions +- use wext-core handling instead of private SIOCSIWPRIV implementation