https://github.com/torvalds/linux
Revision cc7993f6439b49909a8792660c4d0741fec9d584 authored by Dilan Lee on 25 August 2011, 22:59:17 UTC, committed by Linus Torvalds on 25 August 2011, 23:25:34 UTC
We need a callback to do some things after pwm_enable, pwm_disable
and pwm_config.

Signed-off-by: Dilan Lee <dilee@nvidia.com>
Reviewed-by: Robert Morell <rmorell@nvidia.com>
Reviewed-by: Arun Murthy <arun.murthy@stericsson.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 23751be
Raw File
Tip revision: cc7993f6439b49909a8792660c4d0741fec9d584 authored by Dilan Lee on 25 August 2011, 22:59:17 UTC
backlight: add a callback 'notify_after' for backlight control
Tip revision: cc7993f
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top