Re: [PATCH v3 02/10] leds: Rename brightness_set_sync op to brightness_set_blocking

2015-10-16 Thread Sakari Ailus
On Wed, Oct 07, 2015 at 11:10:40AM +0200, Jacek Anaszewski wrote: > The initial purpose of brightness_set_sync op, introduced along with > the LED flash class extension, was to add a means for setting torch LED > brightness as soon as possible, which couldn't have been guaranteed by > brightness_se

[PATCH v3 02/10] leds: Rename brightness_set_sync op to brightness_set_blocking

2015-10-07 Thread Jacek Anaszewski
The initial purpose of brightness_set_sync op, introduced along with the LED flash class extension, was to add a means for setting torch LED brightness as soon as possible, which couldn't have been guaranteed by brightness_set op. This patch renames the op to brightness_set_blocking, which describe