]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i2c: piix4, x86/platform: Move the SB800 PIIX4 FCH definitions to <asm/amd/fch.h>
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 22 Apr 2025 23:48:28 +0000 (18:48 -0500)
committerIngo Molnar <mingo@kernel.org>
Sat, 26 Apr 2025 09:41:06 +0000 (11:41 +0200)
commit624b0d5696a89b138408d385899dd35372db324b
tree667243b63f36c5b217f72b62f2317182488a1948
parent7e173eb82ae97175fd1ae8390259227f1a76a41f
i2c: piix4, x86/platform: Move the SB800 PIIX4 FCH definitions to <asm/amd/fch.h>

SB800_PIIX4_FCH_PM_ADDR is used to indicate the base address for the
FCH PM registers.  Multiple drivers may need this base address, so
move related defines to a common header location and rename them
accordingly.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Andi Shyti <andi.shyti@kernel.org>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Cc: Jean Delvare <jdelvare@suse.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Sanket Goswami <Sanket.Goswami@amd.com>
Cc: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Cc: Yazen Ghannam <yazen.ghannam@amd.com>
Cc: linux-i2c@vger.kernel.org
Link: https://lore.kernel.org/r/20250422234830.2840784-4-superm1@kernel.org
arch/x86/include/asm/amd/fch.h [new file with mode: 0644]
drivers/i2c/busses/i2c-piix4.c