[GIT,PULL] Backlight for v6.7

Message ID 20231102143041.GY8909@google.com
State New
Headers
Series [GIT,PULL] Backlight for v6.7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-6.7

Message

Lee Jones Nov. 2, 2023, 2:30 p.m. UTC
  Good afternoon Linus,

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-6.7

for you to fetch changes up to d5272d39995f4150062a67e6f2cef556edece740:

  dt-bindings: backlight: Add brightness-levels related common properties (2023-10-19 13:27:36 +0100)

----------------------------------------------------------------
 - New Functionality
   - Add new Device Tree binding for Monolithic Power (MPS) MP3309C step-up converter
   - Document brightness-levels in bindings for; generic, LED and PWM

 - Bug Fixes
   - Ensure PWMs are disabled on; .shutdown(), .suspend() and .remove()

----------------------------------------------------------------
Flavio Suligoi (2):
      dt-bindings: backlight: Add MPS MP3309C
      dt-bindings: backlight: Add brightness-levels related common properties

Uwe Kleine-König (1):
      backlight: pwm_bl: Disable PWM on shutdown, suspend and remove

 .../devicetree/bindings/leds/backlight/common.yaml | 17 +++++
 .../bindings/leds/backlight/led-backlight.yaml     | 19 ++----
 .../bindings/leds/backlight/mps,mp3309c.yaml       | 73 ++++++++++++++++++++++
 .../bindings/leds/backlight/pwm-backlight.yaml     | 20 ++----
 drivers/video/backlight/pwm_bl.c                   | 22 +++++++
 5 files changed, 120 insertions(+), 31 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/mps,mp3309c.yaml
  

Comments

pr-tracker-bot@kernel.org Nov. 3, 2023, 1 a.m. UTC | #1
The pull request you sent on Thu, 2 Nov 2023 14:30:41 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-6.7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/38984d78721811c45c4a194784133254903697eb

Thank you!