public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Backlight for v6.8
@ 2024-01-16 16:42 Lee Jones
  2024-01-17 23:38 ` Linus Torvalds
  2024-01-19  1:08 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Lee Jones @ 2024-01-16 16:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Lee Jones, Linux Kernel Mailing List, Daniel Thompson

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 [李琼斯]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Backlight for v6.8
  2024-01-16 16:42 [GIT PULL] Backlight for v6.8 Lee Jones
@ 2024-01-17 23:38 ` Linus Torvalds
  2024-01-18  7:59   ` Lee Jones
  2024-01-19  1:08 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2024-01-17 23:38 UTC (permalink / raw)
  To: Lee Jones; +Cc: Linux Kernel Mailing List, Daniel Thompson

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Backlight for v6.8
  2024-01-17 23:38 ` Linus Torvalds
@ 2024-01-18  7:59   ` Lee Jones
  0 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2024-01-18  7:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Daniel Thompson

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.

-- 
Lee Jones [李琼斯]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Backlight for v6.8
  2024-01-16 16:42 [GIT PULL] Backlight for v6.8 Lee Jones
  2024-01-17 23:38 ` Linus Torvalds
@ 2024-01-19  1:08 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-01-19  1:08 UTC (permalink / raw)
  To: Lee Jones
  Cc: Linus Torvalds, Lee Jones, Linux Kernel Mailing List,
	Daniel Thompson

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-19  1:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16 16:42 [GIT PULL] Backlight for v6.8 Lee Jones
2024-01-17 23:38 ` Linus Torvalds
2024-01-18  7:59   ` Lee Jones
2024-01-19  1:08 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox