aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-blinkm.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25leds: blinkm: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-25leds: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-30leds: blinkm: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-07leds: use sysfs_emit() to instead of scnprintf()ye xingchen1-4/+4
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2021-05-28leds: leds-blinkm: Remove unused variable 'ret'Lee Jones1-3/+2
2020-12-30leds: Use DEVICE_ATTR_{RW, RO, WO} macrosDwaipayan Ray1-12/+12
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-02leds: blinkm: clean up double assignment to data->i2c_addrColin Ian King1-1/+0
2018-01-08leds: blinkm: avoid uninitialized data useArnd Bergmann1-0/+4
2017-08-04leds: blinkm: constify attribute_group structures.Arvind Yadav1-1/+1
2016-01-04leds: blinkm: Remove work queueAndrew Lunn1-70/+17
2014-02-27leds: blinkm: remove unnecessary spacesJingoo Han1-1/+1
2014-02-27drivers/leds: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-22leds: blinkm: Remove redundant breakSachin Kamat1-3/+0
2012-11-28leds: remove use of __devexitBill Pemberton1-1/+1
2012-11-28leds: remove use of __devinitBill Pemberton1-1/+1
2012-11-28leds: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-27LEDS: propagate error codes in blinkm_detect()Dan Carpenter1-2/+2
2012-07-27LEDS: memory leak in blinkm_led_common_set()Dan Carpenter1-2/+5
2012-07-24LEDS: add BlinkM RGB LED driver, documentation and update MAINTAINERSJan-Simon Möller1-0/+812