mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-06-11 15:46:40 +02:00
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
This commit is contained in:
@@ -221,7 +221,6 @@ static const struct regmap_config npcm_peci_regmap_config = {
|
||||
.reg_bits = 8,
|
||||
.val_bits = 8,
|
||||
.max_register = NPCM_PECI_MAX_REG,
|
||||
.fast_io = true,
|
||||
};
|
||||
|
||||
static const struct peci_controller_ops npcm_ops = {
|
||||
|
||||
Reference in New Issue
Block a user