mbox series

[GIT,PULL] sh updates for v6.8

Message ID f66b859bbf36d33b6998be5d64d536eeb7c75db4.camel@physik.fu-berlin.de (mailing list archive)
State New
Headers show
Series [GIT,PULL] sh updates for v6.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.8-tag1

Message

John Paul Adrian Glaubitz Jan. 20, 2024, 12:29 p.m. UTC
Hi Linus,

since the large patch series to convert arch/sh to device tree support has not
been finalized yet due to various maintainers still asking for changes to the
series, this pull request ended up being rather small consisting of just two
fixes.

The first patch by Geert Uytterhoeven addresses a build failure introduced by
ed369def91c1579a ("backlight/gpio_backlight: Rename field 'fbdev' to 'dev'")
in the EcoVec platform code. And the second patch by Masahiro Yamada removes
an unnecessary $(foreach ...) found in a Makefile of the vsyscall code.

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/glaubitz/sh-linux.git tags/sh-for-v6.8-tag1

for you to fetch changes up to 99fe83ab3bb0e8aac4d45a9361919794336b2ba8:

  sh: vsyscall: Remove unnecessary $(foreach ...) (2024-01-19 11:57:12 +0100)

Thanks for pulling!

Adrian

----------------------------------------------------------------
sh updates for v6.8

- sh: vsyscall: Remove unnecessary $(foreach ...)
- sh: ecovec24: Rename missed backlight field from fbdev to dev

----------------------------------------------------------------
Geert Uytterhoeven (1):
      sh: ecovec24: Rename missed backlight field from fbdev to dev

Masahiro Yamada (1):
      sh: vsyscall: Remove unnecessary $(foreach ...)

 arch/sh/boards/mach-ecovec24/setup.c | 2 +-
 arch/sh/kernel/vsyscall/Makefile     | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 20, 2024, 5:29 p.m. UTC | #1
The pull request you sent on Sat, 20 Jan 2024 13:29:11 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.8-tag1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/125514880ddd381fdaaa4d11f32afdb55f1c0307

Thank you!