Re: [PATCH] unicore32: nb0916: Use PWM lookup table

2015-11-06 Thread Thierry Reding
On Mon, Oct 05, 2015 at 08:08:43AM +0200, Thierry Reding wrote: > Use a PWM lookup table to provide the PWM to the pwm-backlight device. > The driver has a legacy code path that is required only because boards > still use the legacy method of requesting PWMs by global ID. Replacing > these usages a

[PATCH] unicore32: nb0916: Use PWM lookup table

2015-10-04 Thread Thierry Reding
Use a PWM lookup table to provide the PWM to the pwm-backlight device. The driver has a legacy code path that is required only because boards still use the legacy method of requesting PWMs by global ID. Replacing these usages allows that legacy fallback to be removed. Cc: Guan Xuetao Signed-off-b