mbox series

[GIT,PULL] PECI changes for v6.10-rc1

Message ID 51cf4c457f1cb77468070e3ec8c3901cd1d056da.camel@intel.com
State New
Headers show
Series [GIT,PULL] PECI changes for v6.10-rc1 | expand

Pull-request

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

Message

Winiarska, Iwona April 19, 2024, 9:45 p.m. UTC
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(-)

Comments

Greg Kroah-Hartman April 24, 2024, 4:32 a.m. UTC | #1
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