From: Lee Jones <lee.jones@linaro.org>
To: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Peter Tyser <ptyser@xes-inc.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mfd: lpc_ich: Add support for Intel Gemini Lake SoC
Date: Tue, 11 Apr 2017 15:10:13 +0100 [thread overview]
Message-ID: <20170411141013.mncuixcmhtgaleov@dell> (raw)
In-Reply-To: <20170410102845.60064-1-mika.westerberg@linux.intel.com>
On Mon, 10 Apr 2017, Mika Westerberg wrote:
> Like Intel Apollo Lake, Gemini Lake exposes the serial SPI flash device BAR
> through hidden P2SB PCI device. We use the same mechanism than Apollo Lake
> to read the BAR and pass it to the driver.
>
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> ---
> drivers/mfd/lpc_ich.c | 6 ++++++
> 1 file changed, 6 insertions(+)
Applied, thanks.
> diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
> index d98a5d974092..8dca1c5789ab 100644
> --- a/drivers/mfd/lpc_ich.c
> +++ b/drivers/mfd/lpc_ich.c
> @@ -227,6 +227,7 @@ enum lpc_chipsets {
> LPC_LEWISBURG, /* Lewisburg */
> LPC_9S, /* 9 Series */
> LPC_APL, /* Apollo Lake SoC */
> + LPC_GLK, /* Gemini Lake SoC */
> };
>
> static struct lpc_ich_info lpc_chipset_info[] = {
> @@ -554,6 +555,10 @@ static struct lpc_ich_info lpc_chipset_info[] = {
> .iTCO_version = 5,
> .spi_type = INTEL_SPI_BXT,
> },
> + [LPC_GLK] = {
> + .name = "Gemini Lake SoC",
> + .spi_type = INTEL_SPI_BXT,
> + },
> };
>
> /*
> @@ -682,6 +687,7 @@ static const struct pci_device_id lpc_ich_ids[] = {
> { PCI_VDEVICE(INTEL, 0x2917), LPC_ICH9ME},
> { PCI_VDEVICE(INTEL, 0x2918), LPC_ICH9},
> { PCI_VDEVICE(INTEL, 0x2919), LPC_ICH9M},
> + { PCI_VDEVICE(INTEL, 0x3197), LPC_GLK},
> { PCI_VDEVICE(INTEL, 0x3a14), LPC_ICH10DO},
> { PCI_VDEVICE(INTEL, 0x3a16), LPC_ICH10R},
> { PCI_VDEVICE(INTEL, 0x3a18), LPC_ICH10},
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
prev parent reply other threads:[~2017-04-11 14:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-10 10:28 Mika Westerberg
2017-04-11 14:10 ` Lee Jones [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170411141013.mncuixcmhtgaleov@dell \
--to=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mika.westerberg@linux.intel.com \
--cc=ptyser@xes-inc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome