index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
backlight
/
atmel-pwm-bl.c
Age
Commit message (
Expand
)
Author
2013-11-13
backlight: atmel-pwm-bl: use gpio_request_one
Johan Hovold
2013-11-13
backlight: atmel-pwm-bl: refactor gpio_on handling
Johan Hovold
2013-11-13
backlight: atmel-pwm-bl: use gpio_is_valid
Johan Hovold
2013-11-13
backlight: atmel-pwm-bl: remove unused include
Johan Hovold
2013-11-13
backlight: atmel-pwm-bl: clean up get_intensity
Johan Hovold
2013-11-13
backlight: atmel-pwm-bl: clean up probe error handling
Johan Hovold
2013-11-13
backlight: atmel-pwm-bl: fix module autoload
Johan Hovold
2013-11-13
backlight: atmel-pwm-bl: fix gpio polarity in remove
Johan Hovold
2013-11-13
backlight: atmel-pwm-bl: fix reported brightness
Johan Hovold
2013-11-13
backlight: atmel-pwm-bl: use devm_backlight_device_register()
Jingoo Han
2013-11-13
backlight: use dev_get_platdata()
Jingoo Han
2013-09-26
backlight: atmel-pwm-bl: fix deferred probe from __init
Johan Hovold
2013-07-03
backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-04-29
drivers/video/backlight/atmel-pwm-bl.c: add __init annotation
Jingoo Han
2013-04-29
drivers/video/backlight/atmel-pwm-bl.c: use module_platform_driver_probe()
Jingoo Han
2012-12-17
backlight: atmel-pwm-bl: fix checkpatch warning
Jingoo Han
2012-07-30
backlight: atmel-pwm-bl: use devm_gpio_request()
Jingoo Han
2012-07-30
drivers/video/backlight/atmel-pwm-bl.c: use devm_ functions
Jingoo Han
2011-03-22
backlight: add backlight type
Matthew Garrett
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-16
backlight: Allow properties to be passed at registration
Matthew Garrett
2009-12-16
backlight: Constify struct backlight_ops
Emese Revfy
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2008-07-24
fbdev: LCD backlight driver using Atmel PWM driver
Hans-Christian Egtvedt