[GIT,PULL] Backlight for v6.8

Message ID 20240116164248.GL1920897@google.com
State New
Headers
Series [GIT,PULL] Backlight for v6.8 |

Pull-request

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

Message

Lee Jones Jan. 16, 2024, 4:42 p.m. UTC
  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
  

Comments

Linus Torvalds Jan. 17, 2024, 11:38 p.m. UTC | #1
On Tue, 16 Jan 2024 at 08:42, Lee Jones <lee@kernel.org> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git backlight-next-6.8

-ENOSUCHTAG.

Did you forget to push out?

                  Linus
  
Lee Jones Jan. 18, 2024, 7:59 a.m. UTC | #2
On Wed, 17 Jan 2024, Linus Torvalds wrote:

> On Tue, 16 Jan 2024 at 08:42, Lee Jones <lee@kernel.org> wrote:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git backlight-next-6.8
> 
> -ENOSUCHTAG.
> 
> Did you forget to push out?

% git push backlight-next-6.8
fatal: 'backlight-next-6.8' does not appear to be a git repository

I think it helps to provide the name of the remote!  *facepalm*

Fixed now, thanks.
  
pr-tracker-bot@kernel.org Jan. 19, 2024, 1:08 a.m. UTC | #3
The pull request you sent on Tue, 16 Jan 2024 16:42:48 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/21c91bb9367716f61f46a352aafdeda61cb91c73

Thank you!