Re: [PATCH 01/25] leds: class: Improve LED and LED flash class registration API

2019-03-10 Thread Oleh Kravchenko
Thanks for patches :) 10.03.19 20:28, Jacek Anaszewski пише: > Replace of_led_classdev_register() with led_classdev_register_ext(), which > accepts easily extendable struct led_init_data, instead of the fixed > struct device_node argument. The latter can be now passed in a fwnode > property of the

[PATCH 01/25] leds: class: Improve LED and LED flash class registration API

2019-03-10 Thread Jacek Anaszewski
Replace of_led_classdev_register() with led_classdev_register_ext(), which accepts easily extendable struct led_init_data, instead of the fixed struct device_node argument. The latter can be now passed in a fwnode property of the struct led_init_data. The modification is driven by the need for pas