From: Rojhalat Ibrahim Date: Wed, 13 May 2015 09:04:56 +0000 (+0200) Subject: gpiolib: rename gpiod_set_array to gpiod_set_array_value X-Git-Tag: omap-for-v4.2/fixes-rc1^2~162^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fff99bc4e926d9602a7d6e8c008a0175a099ce4;p=pandora-kernel.git gpiolib: rename gpiod_set_array to gpiod_set_array_value There have been concerns that the function names gpiod_set_array() and gpiod_get_array() might be confusing to users. One might expect gpiod_get_array() to return array values, while it is actually the array counterpart of gpiod_get(). To be consistent with the single descriptor API we could rename gpiod_set_array() to gpiod_set_array_value(). This makes some function names a bit lengthy: gpiod_set_raw_array_value_cansleep(). Signed-off-by: Rojhalat Ibrahim Acked-by: Alexandre Courbot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed