2024-04-19 21:45:27

by Winiarska, Iwona

[permalink] [raw]
Subject: [GIT PULL] PECI changes for v6.10-rc1

Hi Greg!

Please pull PECI update for Linux v6.10.

Thanks
-Iwona

The following changes since commit 0bbac3facb5d6cc0171c45c9873a2dc96bea9680:

Linux 6.9-rc4 (2024-04-14 13:38:39 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/iwi/linux.git tags/peci-next-6.10-rc1

for you to fetch changes up to e6faf2b750ebf3837a63ebe465e7b7933502bdc4:

peci: constify the struct device_type usage (2024-04-16 00:14:43 +0200)

----------------------------------------------------------------
Update peci-next for v6.10-rc1

- Move peci_bus_type, peci_controller_type and peci_device_type to be
constant.

----------------------------------------------------------------
Ricardo B. Marliere (2):
peci: Make peci_bus_type const
peci: constify the struct device_type usage

drivers/peci/core.c | 4 ++--
drivers/peci/device.c | 2 +-
drivers/peci/internal.h | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)


2024-04-24 04:34:11

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] PECI changes for v6.10-rc1

On Fri, Apr 19, 2024 at 09:45:08PM +0000, Winiarska, Iwona wrote:
> Hi Greg!
>
> Please pull PECI update for Linux v6.10.
>
> Thanks
> -Iwona
>
> The following changes since commit 0bbac3facb5d6cc0171c45c9873a2dc96bea9680:
>
> Linux 6.9-rc4 (2024-04-14 13:38:39 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/iwi/linux.git tags/peci-next-6.10-rc1

Pulled and pushed out, thanks.

greg k-h