From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout3.w1.samsung.com (mailout3.w1.samsung.com [210.118.77.13]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id D4E6D1A06D9 for ; Fri, 30 May 2014 20:21:29 +1000 (EST) Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout3.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0N6D00LDMTMT7W60@mailout3.w1.samsung.com> for linuxppc-dev@lists.ozlabs.org; Fri, 30 May 2014 11:11:17 +0100 (BST) From: Andrzej Hajda To: Lee Jones , Jingoo Han , Bryan Wu Subject: [PATCH 0/2] backlight: remove trivial get_brightness implementations Date: Fri, 30 May 2014 12:10:48 +0200 Message-id: <1401444650-12267-1-git-send-email-a.hajda@samsung.com> Cc: Milo Kim , "open list:FRAMEBUFFER LAYER" , "open list:X86 PLATFORM DRIVERS" , Andrzej Hajda , Thierry Reding , Laurent Pinchart , Yijing Wang , Matthew Garrett , Kukjin Kim , Sachin Kamat , Tomi Valkeinen , Geert Uytterhoeven , Daniel Vetter , Jean-Christophe Plagniol-Villard , Dan Carpenter , "open list:PWM SUBSYSTEM" , "moderated list:ARM/S5P EXYNOS AR..." , Mikulas Patocka , "moderated list:ARM/S5P EXYNOS AR..." , Randy Dunlap , open list , Rob Clark , Jon Mason , Joe Perches , "open list:LINUX FOR POWER M..." List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patchset makes get_brightness callback optional and removes trivial implementations. Driver changes are quite obvious so I have put them into single patch. The patchset is based on the current linux-next branch. Regards Andrzej Andrzej Hajda (2): backlight: show brightness even if get_brightness is not implemented backlight: remove trivial get_brightness implementations drivers/macintosh/via-pmu-backlight.c | 6 ------ drivers/platform/x86/samsung-q10.c | 6 ------ drivers/video/backlight/aat2870_bl.c | 6 ------ drivers/video/backlight/ams369fg06.c | 6 ------ drivers/video/backlight/backlight.c | 2 ++ drivers/video/backlight/bd6107.c | 6 ------ drivers/video/backlight/gpio_backlight.c | 6 ------ drivers/video/backlight/ld9040.c | 6 ------ drivers/video/backlight/lp855x_bl.c | 6 ------ drivers/video/backlight/lp8788_bl.c | 6 ------ drivers/video/backlight/lv5207lp.c | 6 ------ drivers/video/backlight/pandora_bl.c | 6 ------ drivers/video/backlight/pwm_bl.c | 6 ------ drivers/video/backlight/s6e63m0.c | 6 ------ drivers/video/backlight/tps65217_bl.c | 6 ------ drivers/video/fbdev/aty/aty128fb.c | 6 ------ drivers/video/fbdev/aty/atyfb_base.c | 6 ------ drivers/video/fbdev/aty/radeon_backlight.c | 6 ------ drivers/video/fbdev/exynos/s6e8ax0.c | 6 ------ drivers/video/fbdev/nvidia/nv_backlight.c | 6 ------ drivers/video/fbdev/riva/fbdev.c | 6 ------ 21 files changed, 2 insertions(+), 120 deletions(-) -- 1.9.1