mbox series

[GIT,PULL] Reset controller fixes for v6.10

Message ID 20240626163443.61384-1-p.zabel@pengutronix.de (mailing list archive)
State Accepted
Commit 94811b400a5d5f3c184931bff42d2a34eada8c7b
Headers show
Series [GIT,PULL] Reset controller fixes for v6.10 | expand

Pull-request

git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.10

Message

Philipp Zabel June 26, 2024, 4:34 p.m. UTC
Dear arm-soc maintainers,

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.10

for you to fetch changes up to ab35896730a5e8fdf885a23fa2e27f286c5f94b2:

  reset: hisilicon: hi6220: add missing MODULE_DESCRIPTION() macro (2024-06-21 13:49:25 +0200)

----------------------------------------------------------------
Reset controller fixes for v6.10

Fix a missing GPIOLIB dependency for the GPIO reset controller and add
a missing MODULE_DESCRIPTION for the hi6220 reset driver to fix some
build warnings.

----------------------------------------------------------------
Jeff Johnson (1):
      reset: hisilicon: hi6220: add missing MODULE_DESCRIPTION() macro

Mark Brown (1):
      reset: gpio: Fix missing gpiolib dependency for GPIO reset controller

 drivers/reset/Kconfig                  | 1 +
 drivers/reset/hisilicon/hi6220_reset.c | 1 +
 2 files changed, 2 insertions(+)

Comments

patchwork-bot+linux-soc@kernel.org June 27, 2024, 2:40 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 26 Jun 2024 18:34:43 +0200 you wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
> 
>   Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Reset controller fixes for v6.10
    https://git.kernel.org/soc/soc/c/94811b400a5d

You are awesome, thank you!