aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp5523.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22leds: lp5523: Update the lp5523 code to add multicolor brightness functionGravatar Dan Murphy 1-0/+20
2020-07-22leds: lp55xx: Add multicolor framework support to lp55xxGravatar Dan Murphy 1-6/+8
2020-07-22leds: lp55xx: Convert LED class registration to devm_*Gravatar Dan Murphy 1-6/+3
2020-07-15leds: lp5523: Fix various formatting issues in the codeGravatar Dan Murphy 1-9/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-14/+1
2019-01-17leds: lp5523: fix a missing check of return value of lp55xx_readGravatar Kangjie Lu 1-1/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+2
2017-10-30leds: lp55xx: fix spelling mistake: 'cound' -> 'could'Gravatar Arvind Yadav 1-1/+1
2017-06-30leds: lp55xx: make various arrays static constGravatar Colin Ian King 1-5/+5
2017-05-08scripts/spelling.txt: add "memory" pattern and fix typosGravatar Stephen Boyd 1-1/+1
2016-01-04leds: lp55xx: Remove work queueGravatar Andrew Lunn 1-5/+5
2015-08-28leds:lp55xx: use the private data instead of updating I2C device platform dataGravatar Milo Kim 1-6/+5
2015-05-25leds: lp5523: add master_fader supportGravatar Toshi Kikuchi 1-0/+148
2014-05-08leds: lp55xx: add DT bindings for LP55231Gravatar Daniel Mack 1-1/+2
2014-02-27drivers/leds: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Gravatar Linus Torvalds 1-3/+17
2014-01-27leds: lp5521/5523: Fix multiple engine usage bugGravatar Milo Kim 1-3/+17
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+9
2014-01-10leds: lp5521/5523: Remove duplicate mutexGravatar Milo Kim 1-8/+4
2014-01-10lp5523, lp8501: comment improvementsGravatar Pavel Machek 1-1/+9
2013-10-22leds: Include linux/of.h headerGravatar Sachin Kamat 1-0/+1
2013-08-26leds: lp5523: remove unnecessary writing commandsGravatar Milo Kim 1-11/+3
2013-08-26leds: lp5523: restore legacy device attributesGravatar Milo Kim 1-4/+223
2013-08-26leds: lp5523: LED MUX configuration on initializingGravatar Milo Kim 1-1/+69
2013-08-26leds: lp5523: make separate API for loading engineGravatar Milo Kim 1-4/+10
2013-08-26leds: use dev_get_platdata()Gravatar Jingoo Han 1-2/+2
2013-06-20leds: lp5523: Properly setup of_device_id tableGravatar Axel Lin 1-1/+10
2013-06-20leds: lp55xx: add support for Device Tree bindingsGravatar Linus Walleij 1-5/+14
2013-02-06leds-lp5521/5523: add author and copyright descriptionGravatar Milo(Woogyom) Kim 1-0/+3
2013-02-06leds-lp55xx: clean up headersGravatar Milo(Woogyom) Kim 1-13/+6
2013-02-06leds-lp55xx: clean up definitionsGravatar Milo(Woogyom) Kim 1-47/+9
2013-02-06leds-lp55xx: clean up unused data and functionsGravatar Milo(Woogyom) Kim 1-19/+0
2013-02-06leds-lp55xx: clean up _remove()Gravatar Milo(Woogyom) Kim 1-17/+2
2013-02-06leds-lp55xx: code refactoring on selftest functionGravatar Milo(Woogyom) Kim 1-33/+20
2013-02-06leds-lp55xx: use common device attribute driver functionGravatar Milo(Woogyom) Kim 1-16/+7
2013-02-06leds-lp5523: use generic firmware interfaceGravatar Milo(Woogyom) Kim 1-346/+157
2013-02-06leds-lp55xx: use lp55xx_unregister_leds()Gravatar Milo(Woogyom) Kim 1-23/+2
2013-02-06leds-lp55xx: provide common LED current settingGravatar Milo(Woogyom) Kim 1-61/+8
2013-02-06leds-lp55xx: use lp55xx_set_brightness()Gravatar Milo(Woogyom) Kim 1-19/+4
2013-02-06leds-lp55xx: use lp55xx_init_led() common functionGravatar Milo(Woogyom) Kim 1-55/+7
2013-02-06leds-lp55xx: use lp55xx common led registration functionGravatar Milo(Woogyom) Kim 1-42/+3
2013-02-06leds-lp55xx: use lp55xx common deinit functionGravatar Milo(Woogyom) Kim 1-12/+4
2013-02-06leds-lp55xx: clean up init functionGravatar Milo(Woogyom) Kim 1-44/+2
2013-02-06leds-lp55xx: use lp55xx common init function - post intGravatar Milo(Woogyom) Kim 1-7/+9
2013-02-06leds-lp55xx: use lp55xx common init function - detectGravatar Milo(Woogyom) Kim 1-22/+4
2013-02-06leds-lp55xx: use lp55xx common init function - resetGravatar Milo(Woogyom) Kim 1-13/+10
2013-02-06leds-lp55xx: use lp55xx common init function - platform dataGravatar Milo(Woogyom) Kim 1-14/+0
2013-02-06leds-lp5523: clean up lp5523_configure()Gravatar Milo(Woogyom) Kim 1-58/+9
2013-02-06leds-lp55xx: use common lp55xx data structure in _probe()Gravatar Milo(Woogyom) Kim 1-14/+22
2013-02-06leds-lp55xx: replace name of data structureGravatar Milo(Woogyom) Kim 1-19/+19