mbox series

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

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

Pull-request

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

Message

Winiarska, Iwona Oct. 25, 2024, 10:54 a.m. UTC
Hi Greg!

Please pull PECI update for Linux v6.13.

Thanks
-Iwona

The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:

  Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 733dc978fab659dee9938739e2b9e88ce72f0408:

  peci: npcm: Constify struct peci_controller_ops​ (2024-10-25 10:58:07 +0200)

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

A small change in peci-npcm driver to mark peci_controller_ops as const.

----------------------------------------------------------------
Christophe JAILLET (1):
      peci: npcm: Constify struct peci_controller_ops​

 drivers/peci/controller/peci-npcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Oct. 29, 2024, 3:17 a.m. UTC | #1
On Fri, Oct 25, 2024 at 10:54:13AM +0000, Winiarska, Iwona wrote:
> Hi Greg!
> 
> Please pull PECI update for Linux v6.13.
> 
> Thanks
> -Iwona
> 
> The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:
> 
>   Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/iwi/linux.git tags/peci-next-6.13-rc1

Pulled and pushed out, thanks.

greg k-h