Re: [PATCH 1/3] leds: Add of_led_get() and led_put()
From: Tomi Valkeinen <hidden>
Date: 2015-09-07 13:18:35
Also in:
linux-leds
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Tomi Valkeinen <hidden>
Date: 2015-09-07 13:18:35
Also in:
linux-leds
Hi, On 25/08/15 16:25, Jacek Anaszewski wrote:
Hi Tomi, Thanks for the patch. Generally, I'd prefer to add files drivers/leds/of.c and include/linux/of_leds.h and put related functions there. Those functions' names should begin with "of_". Please provide
So I presume leds/of.c should be linked together with led-class.c. Afaics, that means I need to either rename the resulting led-class.ko or led-class.c, so that I can do it in the Makefile. Any preferences? Alternatively I could create a led-of.ko, but that doesn't feel right. Tomi