- New Drivers
   - Add support for Kinetic KTZ8866 Backlight

 - Remove Drivers
   - Toshiba Sharp SL-6000 LCD and Backlight

 - Fix-ups
   - Provide some profiling optimisations with respect to pwm_get_state() and pwm_apply_state()
   - Make use of the dev_err_probe() API
   - Provide some Device Tree documentation additions / adaptions
   - Drop fall-back legacy PWM probing support
   - Convert over to new I2C probing API
   - Fix incorrect documentation
   - Make use of backlight_get_brightness() API

 - Bug Fixes
   - Fix disabling backlight on i.MX6 when inverted PWMs are used
backlight: ktz8866: Convert to i2c's .probe_new()

The probe function doesn't make use of the i2c_device_id * parameter so
it can be trivially converted.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230127152639.1347229-1-u.kleine-koenig@pengutronix.de
1 file changed