summaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-ip30.c
Commit message (Collapse)AuthorAgeFilesLines
* leds: ip30: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-281-7/+1
| | | | | | | | Use devm_platform_ioremap_resource() to simplify code. Signed-off-by: Yangtao Li <frank.li@vivo.com> Link: https://lore.kernel.org/r/20230704094745.25665-1-frank.li@vivo.com Signed-off-by: Lee Jones <lee@kernel.org>
* leds: ip30: compile if COMPILE_TEST=yMarek BehĂșn2020-09-261-0/+1
| | | | | | | | | | | This driver can be compiled on other platforms with small change if COMPILE_TEST=y. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Cc: Pavel Machek <pavel@ucw.cz> Cc: Dan Murphy <dmurphy@ti.com> Cc: Thomas Bogendoerfer <tbogendoerfer@suse.de> Signed-off-by: Pavel Machek <pavel@ucw.cz>
* leds: ip30: label power LED as suchPavel Machek2020-04-061-1/+1
| | | | | | Make label "white:power" to be consistent with dt-bindings/leds/common.h . Signed-off-by: Pavel Machek <pavel@ucw.cz>
* leds: add SGI IP30 led supportThomas Bogendoerfer2020-02-261-0/+86
This patch implemenets a driver to support the front panel LEDs of SGI Octane (IP30) workstations. Reviewed-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Acked-by: Jacek Anaszewski <jacek.anaszewski@gmail.com> Signed-off-by: Pavel Machek <pavel@ucw.cz>