public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Lee Jones <lee@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Daniel Thompson <daniel.thompson@linaro.org>
Subject: [GIT PULL] Backlight for v6.8
Date: Tue, 16 Jan 2024 16:42:48 +0000	[thread overview]
Message-ID: <20240116164248.GL1920897@google.com> (raw)

Good afternoon Linus,

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7d84a63a39b78443d09f2b4edf7ecb1d586379b4:

  backlight: hx8357: Convert to agnostic GPIO API (2023-12-13 15:41:59 +0000)

----------------------------------------------------------------
 - New Drivers
   - Add support for Monolithic Power Systems MP3309C WLED Step-up Converter

 - Fix-ups
   - Use/convert to new/better APIs/helpers/MACROs instead of hand-rolling implementations
   - Device Tree Binding updates
   - Demote non-kerneldoc header comments
   - Improve error handling; return proper error values, simplify, avoid duplicates, etc
   - Convert over to the new (kinda) GPIOD API

 - Bug Fixes
   - Fix uninitialised local variable

----------------------------------------------------------------
Alexander Stein (1):
      backlight: pwm_bl: Use dev_err_probe

Andy Shevchenko (1):
      backlight: hx8357: Convert to agnostic GPIO API

Flavio Suligoi (3):
      dt-bindings: backlight: mp3309c: Remove two required properties
      backlight: mp3309c: Add support for MPS MP3309C
      backlight: mp3309c: Fix uninitialized local variable

Randy Dunlap (1):
      backlight: ili922x: Drop kernel-doc for local macros

Su Hui (1):
      backlight: ili922x: Add an error code check in ili922x_write()

 .../bindings/leds/backlight/mps,mp3309c.yaml       |  10 +-
 MAINTAINERS                                        |   7 +
 drivers/gpio/gpiolib-of.c                          |   4 +-
 drivers/video/backlight/Kconfig                    |  11 +
 drivers/video/backlight/Makefile                   |   1 +
 drivers/video/backlight/hx8357.c                   |  74 +---
 drivers/video/backlight/ili922x.c                  |   8 +-
 drivers/video/backlight/mp3309c.c                  | 444 +++++++++++++++++++++
 drivers/video/backlight/pwm_bl.c                   |  34 +-
 9 files changed, 515 insertions(+), 78 deletions(-)
 create mode 100644 drivers/video/backlight/mp3309c.c

-- 
Lee Jones [李琼斯]

             reply	other threads:[~2024-01-16 16:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-16 16:42 Lee Jones [this message]
2024-01-17 23:38 ` [GIT PULL] Backlight for v6.8 Linus Torvalds
2024-01-18  7:59   ` Lee Jones
2024-01-19  1:08 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240116164248.GL1920897@google.com \
    --to=lee@kernel.org \
    --cc=daniel.thompson@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox