Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jul 2019 16:25:04 +0000 (09:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jul 2019 16:25:04 +0000 (09:25 -0700)
Pull backlight updates from Lee Jones:
 "New Functionality:
   - Provide support for ACPI enumeration; gpio_backlight

  Fix-ups:
   - SPDX fixups; pwm_bl
   - Fix linear brightness levels to include number available; pwm_bl"

* tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight:
  backlight: pwm_bl: Fix heuristic to determine number of brightness levels
  backlight: gpio_backlight: Enable ACPI enumeration
  backlight: pwm_bl: Convert to use SPDX identifier

1  2 
drivers/video/backlight/gpio_backlight.c
drivers/video/backlight/pwm_bl.c

@@@ -1,8 -1,6 +1,6 @@@
 -// SPDX-License-Identifier: GPL-2.0
 +// SPDX-License-Identifier: GPL-2.0-only
  /*
-  * linux/drivers/video/backlight/pwm_bl.c
-  *
-  * simple PWM based backlight control, board code has to setup
+  * Simple PWM based backlight control, board code has to setup
   * 1) pin configuration so PWM waveforms can output
   * 2) platform_data being correctly configured
   */