mbox series

[GIT,PULL] sh updates for v6.3

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

Pull-request

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

Message

John Paul Adrian Glaubitz March 1, 2023, 9:02 a.m. UTC
Hi Linus!

This is my first pull request as a SuperH maintainer, so the list of changes
is very short and contains just two fixes.

One patch by Geert Uytterhoeven fixes a regression in connection with the rtl8169
driver on SuperH boards that was introduced when the driver was switched to use
devm_clk_get_optional_enabled() to simplify the code.

The second patch by Michael Karcher fixes a build warning and allows the kernel
to be built with CONFIG_WERROR enabled on SuperH.

The following changes since commit c9c3395d5e3dcc6daee66c6908354d47bf98cb0c:

 Linux 6.2 (2023-02-19 14:24:22 -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.3-tag1

for you to fetch changes up to ff30bd6a6618e979b16977617371c0f28a95036e:

 sh: clk: Fix clk_enable() to return 0 on NULL clk (2023-02-27 10:50:48 +0100)

Thanks for pulling!

Adrian

----------------------------------------------------------------
sh updates for v6.3

- sh: clk: Fix clk_enable() to return 0 on NULL clk
- sh: intc: Avoid spurious sizeof-pointer-div warning

----------------------------------------------------------------
Geert Uytterhoeven (1):
 sh: clk: Fix clk_enable() to return 0 on NULL clk

Michael Karcher (1):
 sh: intc: Avoid spurious sizeof-pointer-div warning

 drivers/sh/clk/core.c | 2 +-
 include/linux/sh_intc.h | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org March 1, 2023, 6:02 p.m. UTC | #1
The pull request you sent on Wed, 01 Mar 2023 10:02:54 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1d2aea1bcf68992c90218f47405bee29efd722cd

Thank you!