Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'peci-next-6.18-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/iwi/linux into char-misc-next

Iwona writes:

Update peci-next for v6.18-rc1

A small change in peci-npcm driver that removes unneeded 'fast_io'
parameter in regmap_config picked up as a part of wider refactoring.

* tag 'peci-next-6.18-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/iwi/linux:
peci: remove unneeded 'fast_io' parameter in regmap_config

-1
-1
drivers/peci/controller/peci-npcm.c
··· 221 221 .reg_bits = 8, 222 222 .val_bits = 8, 223 223 .max_register = NPCM_PECI_MAX_REG, 224 - .fast_io = true, 225 224 }; 226 225 227 226 static const struct peci_controller_ops npcm_ops = {