summaryrefslogtreecommitdiffstats
path: root/mm/page_counter.c
diff options
context:
space:
mode:
authorJacek Anaszewski <j.anaszewski@samsung.com>2015-10-07 11:10:43 +0200
committerJacek Anaszewski <j.anaszewski@samsung.com>2016-01-04 09:57:31 +0100
commit13ae79bbe4c214047f51623304d83b46eb02897d (patch)
tree8dcbaf1fef57d97dfe78a35f07a84a8b85180122 /mm/page_counter.c
parentleds: core: Use set_brightness_work for the blocking op (diff)
downloadlinux-13ae79bbe4c214047f51623304d83b46eb02897d.tar.xz
linux-13ae79bbe4c214047f51623304d83b46eb02897d.zip
leds: core: Drivers shouldn't enforce SYNC/ASYNC brightness setting
This patch removes SET_BRIGHTNESS_ASYNC and SET_BRIGHTNESS_SYNC flags. led_set_brightness() now calls led_set_brightness_nosleep() instead of choosing between sync and async op basing on the flags defined by the driver. From now on, if a user wants to make sure that brightness will be set synchronously, they have to use led_set_brightness_sync() API. It is now being made publicly available since it has become apparent that it is a caller who should decide whether brightness is to be set in a synchronous or an asynchronous way. Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions