Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
87b6b38b53ea6abdbfcd8ea89b1c366c2794ca2a
/
drivers
/
leds
/
leds-pwm.c
19d2e0c
leds: pwm: Remove platform_data support
by Alexander Dahl
· 4 years, 3 months ago
c49d6ca
leds: parse linux,default-trigger DT property in LED core
by Marek Behún
· 4 years, 4 months ago
de73f27
leds: pwm: Allow automatic labels for DT based devices
by Alexander Dahl
· 4 years, 4 months ago
7e8da60
leds: pwm: Simplify with dev_err_probe()
by Krzysztof Kozlowski
· 4 years, 4 months ago
44c606b
leds: pwm: check result of led_pwm_set() in led_pwm_add()
by Denis Osterland-Heim
· 4 years, 9 months ago
7bbec6c
leds: leds-pwm: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 4 years, 10 months ago
4227685
leds: pwm: remove useless pwm_period_ns
by Denis Osterland-Heim
· 4 years, 10 months ago
141f15c
leds: pwm: remove header
by Denis Osterland-Heim
· 4 years, 10 months ago
dd47a83
leds: pwm: convert to atomic PWM API
by Uwe Kleine-König
· 5 years ago
b43a8f0
leds: pwm: simplify if condition
by Uwe Kleine-König
· 5 years ago
d4b0220
leds: pwm: Use struct_size() helper
by Gustavo A. R. Silva
· 5 years ago
b2b998c
leds: class: Improve LED and LED flash class registration API
by Jacek Anaszewski
· 6 years ago
6e2bbb6
Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 5 years ago
3f467eb
leds: pwm: Support ACPI via firmware-node framework
by Nikolaus Voss
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
cb14e6d
leds: pwm: Use OF variant of LED registering function
by Krzysztof Kozlowski
· 6 years ago
e5a0436
leds: pwm: Simplify with resource-managed devm_led_classdev_register()
by Krzysztof Kozlowski
· 6 years ago
9aec303
leds: pwm: silently error out on EPROBE_DEFER
by Jerome Brunet
· 6 years ago
e82e34b
leds: pwm: Remove unneeded header file
by Fabio Estevam
· 7 years ago
247bde1
leds: pwm: Remove atomic code paths
by Thierry Reding
· 8 years ago
1b50673
leds: pwm: Use pwm_get_args() where appropriate
by Boris Brezillon
· 9 years ago
49651c6
leds: pwm: fix driver description and make license match the header
by Uwe Kleine-König
· 11 years ago
f167033
leds: call led_pwm_set() in leds-pwm to enforce default LED_OFF
by Markus Hofstaetter
· 9 years ago
9aa0762
leds: pwm: remove work queue
by Jacek Anaszewski
· 9 years ago
ed97604
leds: leds-pwm: drop one pwm_get_period() call
by Sebastian Andrzej Siewior
· 10 years ago
81902d5
leds: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
7c574cf
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds
by Linus Torvalds
· 11 years ago
81225be
leds: leds-pwm: retrieve configured PWM period
by Alexandre Belloni
· 11 years ago
b0571e7
leds: leds-pwm: add DT support for LEDs wired to supply
by Russell King
· 11 years ago
d19a8a7
leds: leds-pwm: implement PWM inversion
by Russell King
· 11 years ago
b795e6d
leds: leds-pwm: convert OF parsing code to use led_pwm_add()
by Russell King
· 11 years ago
5f7b03d
leds: leds-pwm: provide a common function to setup a single led-pwm device
by Russell King
· 11 years ago
3923690
leds: leds-pwm: properly clean up after probe failure
by Russell King
· 11 years ago
7c7d2a2
drivers/leds: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
33fc945
leds: pwm: Remove a warning on non-DT platforms
by Olof Johansson
· 11 years ago
fc1aee0
leds: leds-pwm: fix duty time overflow.
by Xiubo Li
· 11 years ago
aa1a6d6
leds: pwm: Fix for deferred probe in DT booted mode
by Peter Ujfalusi
· 11 years ago
1e08f72
leds: pwm: Remove redundant of_match_ptr
by Sachin Kamat
· 11 years ago
87aae1e
leds: use dev_get_platdata()
by Jingoo Han
· 11 years ago
c971ff1
leds: leds-pwm: Defer led_pwm_set() if PWM can sleep
by Florian Vaussard
· 12 years ago
08541cb
leds: leds-pwm: Add device tree bindings
by Peter Ujfalusi
· 12 years ago
8a66a57
leds: leds-pwm: Simplify cleanup code
by Peter Ujfalusi
· 12 years ago
0f86815
leds: leds-pwm: Preparing the driver for device tree support
by Peter Ujfalusi
· 12 years ago
9ea6cda
leds: leds-pwm: Convert to use devm_get_pwm
by Peter Ujfalusi
· 12 years ago
e81d372
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds
by Linus Torvalds
· 12 years ago
678e8a6
leds: remove use of __devexit
by Bill Pemberton
· 12 years ago
df07cf8
leds: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
dcba910
leds: leds-pwm: Fix checkpatch warning
by Sachin Kamat
· 12 years ago
0b7da74
leds: Use devm_kzalloc in leds-pwm.c file
by Sachin Kamat
· 13 years ago
892a884
leds: convert led platform drivers to module_platform_driver
by Axel Lin
· 13 years ago
d8cc667
leds: leds-pwm: return proper error if pwm_request failed
by Axel Lin
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
e459062
leds: leds-pwm: Set led_classdev max_brightness
by Lars-Peter Clausen
· 15 years ago
41c42ff
leds: simple driver for pwm driven LEDs
by Luotao Fu
· 16 years ago