* [PATCH 0/2] mfd: intel-lpss: New LPSS PCI IDs
@ 2024-08-29 9:57 Ilpo Järvinen
2024-08-29 9:57 ` [PATCH 1/2] mfd: intel-lpss: Add Intel Arrow Lake-H " Ilpo Järvinen
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Ilpo Järvinen @ 2024-08-29 9:57 UTC (permalink / raw)
To: Lee Jones, linux-kernel, Andy Shevchenko; +Cc: Ilpo Järvinen
Hi,
Here are a few LPSS PCI IDs for new platforms. The Arrow Lake-H one was
sent already in the previous cycle but it might have fallen through the
crack so resending it here.
Ilpo Järvinen (2):
mfd: intel-lpss: Add Intel Arrow Lake-H LPSS PCI IDs
mfd: intel-lpss: Add Intel Panther Lake LPSS PCI IDs
drivers/mfd/intel-lpss-pci.c | 39 ++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
--
2.39.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] mfd: intel-lpss: Add Intel Arrow Lake-H LPSS PCI IDs
2024-08-29 9:57 [PATCH 0/2] mfd: intel-lpss: New LPSS PCI IDs Ilpo Järvinen
@ 2024-08-29 9:57 ` Ilpo Järvinen
2024-08-29 9:57 ` [PATCH 2/2] mfd: intel-lpss: Add Intel Panther Lake " Ilpo Järvinen
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Ilpo Järvinen @ 2024-08-29 9:57 UTC (permalink / raw)
To: Lee Jones, linux-kernel, Andy Shevchenko; +Cc: Ilpo Järvinen
Add Intel Arrow Lake-H PCI IDs.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
---
drivers/mfd/intel-lpss-pci.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index 1362b3f64ade..0eb6a98ed0fc 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -424,6 +424,19 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {
{ PCI_VDEVICE(INTEL, 0x5ac4), (kernel_ulong_t)&bxt_spi_info },
{ PCI_VDEVICE(INTEL, 0x5ac6), (kernel_ulong_t)&bxt_spi_info },
{ PCI_VDEVICE(INTEL, 0x5aee), (kernel_ulong_t)&bxt_uart_info },
+ /* ARL-H */
+ { PCI_VDEVICE(INTEL, 0x7725), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0x7726), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0x7727), (kernel_ulong_t)&tgl_spi_info },
+ { PCI_VDEVICE(INTEL, 0x7730), (kernel_ulong_t)&tgl_spi_info },
+ { PCI_VDEVICE(INTEL, 0x7746), (kernel_ulong_t)&tgl_spi_info },
+ { PCI_VDEVICE(INTEL, 0x7750), (kernel_ulong_t)&bxt_i2c_info },
+ { PCI_VDEVICE(INTEL, 0x7751), (kernel_ulong_t)&bxt_i2c_info },
+ { PCI_VDEVICE(INTEL, 0x7752), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0x7778), (kernel_ulong_t)&bxt_i2c_info },
+ { PCI_VDEVICE(INTEL, 0x7779), (kernel_ulong_t)&bxt_i2c_info },
+ { PCI_VDEVICE(INTEL, 0x777a), (kernel_ulong_t)&bxt_i2c_info },
+ { PCI_VDEVICE(INTEL, 0x777b), (kernel_ulong_t)&bxt_i2c_info },
/* RPL-S */
{ PCI_VDEVICE(INTEL, 0x7a28), (kernel_ulong_t)&bxt_uart_info },
{ PCI_VDEVICE(INTEL, 0x7a29), (kernel_ulong_t)&bxt_uart_info },
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] mfd: intel-lpss: Add Intel Panther Lake LPSS PCI IDs
2024-08-29 9:57 [PATCH 0/2] mfd: intel-lpss: New LPSS PCI IDs Ilpo Järvinen
2024-08-29 9:57 ` [PATCH 1/2] mfd: intel-lpss: Add Intel Arrow Lake-H " Ilpo Järvinen
@ 2024-08-29 9:57 ` Ilpo Järvinen
2024-08-29 11:06 ` [PATCH 0/2] mfd: intel-lpss: New " Andy Shevchenko
2024-08-30 8:31 ` Lee Jones
3 siblings, 0 replies; 5+ messages in thread
From: Ilpo Järvinen @ 2024-08-29 9:57 UTC (permalink / raw)
To: Lee Jones, linux-kernel, Andy Shevchenko; +Cc: Ilpo Järvinen
Add Intel Panther Lake-H/P PCI IDs.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
---
drivers/mfd/intel-lpss-pci.c | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index 0eb6a98ed0fc..1d8cdc4d5819 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -607,6 +607,32 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {
{ PCI_VDEVICE(INTEL, 0xa879), (kernel_ulong_t)&ehl_i2c_info },
{ PCI_VDEVICE(INTEL, 0xa87a), (kernel_ulong_t)&ehl_i2c_info },
{ PCI_VDEVICE(INTEL, 0xa87b), (kernel_ulong_t)&ehl_i2c_info },
+ /* PTL-H */
+ { PCI_VDEVICE(INTEL, 0xe325), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0xe326), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0xe327), (kernel_ulong_t)&tgl_spi_info },
+ { PCI_VDEVICE(INTEL, 0xe330), (kernel_ulong_t)&tgl_spi_info },
+ { PCI_VDEVICE(INTEL, 0xe346), (kernel_ulong_t)&tgl_spi_info },
+ { PCI_VDEVICE(INTEL, 0xe350), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xe351), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xe352), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0xe378), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xe379), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xe37a), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xe37b), (kernel_ulong_t)&ehl_i2c_info },
+ /* PTL-P */
+ { PCI_VDEVICE(INTEL, 0xe425), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0xe426), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0xe427), (kernel_ulong_t)&tgl_spi_info },
+ { PCI_VDEVICE(INTEL, 0xe430), (kernel_ulong_t)&tgl_spi_info },
+ { PCI_VDEVICE(INTEL, 0xe446), (kernel_ulong_t)&tgl_spi_info },
+ { PCI_VDEVICE(INTEL, 0xe450), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xe451), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xe452), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0xe478), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xe479), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xe47a), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xe47b), (kernel_ulong_t)&ehl_i2c_info },
{ }
};
MODULE_DEVICE_TABLE(pci, intel_lpss_pci_ids);
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] mfd: intel-lpss: New LPSS PCI IDs
2024-08-29 9:57 [PATCH 0/2] mfd: intel-lpss: New LPSS PCI IDs Ilpo Järvinen
2024-08-29 9:57 ` [PATCH 1/2] mfd: intel-lpss: Add Intel Arrow Lake-H " Ilpo Järvinen
2024-08-29 9:57 ` [PATCH 2/2] mfd: intel-lpss: Add Intel Panther Lake " Ilpo Järvinen
@ 2024-08-29 11:06 ` Andy Shevchenko
2024-08-30 8:31 ` Lee Jones
3 siblings, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2024-08-29 11:06 UTC (permalink / raw)
To: Ilpo Järvinen; +Cc: Lee Jones, linux-kernel
On Thu, Aug 29, 2024 at 12:57:17PM +0300, Ilpo Järvinen wrote:
> Hi,
>
> Here are a few LPSS PCI IDs for new platforms. The Arrow Lake-H one was
> sent already in the previous cycle but it might have fallen through the
> crack so resending it here.
I believe that the choices for SPI and I2C (i.e. SSP types and I2C functional
clock rates) were carefully chosen in accordance with the specifications.
With this in mind,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] mfd: intel-lpss: New LPSS PCI IDs
2024-08-29 9:57 [PATCH 0/2] mfd: intel-lpss: New LPSS PCI IDs Ilpo Järvinen
` (2 preceding siblings ...)
2024-08-29 11:06 ` [PATCH 0/2] mfd: intel-lpss: New " Andy Shevchenko
@ 2024-08-30 8:31 ` Lee Jones
3 siblings, 0 replies; 5+ messages in thread
From: Lee Jones @ 2024-08-30 8:31 UTC (permalink / raw)
To: Lee Jones, linux-kernel, Andy Shevchenko, Ilpo Järvinen
On Thu, 29 Aug 2024 12:57:17 +0300, Ilpo Järvinen wrote:
> Here are a few LPSS PCI IDs for new platforms. The Arrow Lake-H one was
> sent already in the previous cycle but it might have fallen through the
> crack so resending it here.
>
> Ilpo Järvinen (2):
> mfd: intel-lpss: Add Intel Arrow Lake-H LPSS PCI IDs
> mfd: intel-lpss: Add Intel Panther Lake LPSS PCI IDs
>
> [...]
Applied, thanks!
[1/2] mfd: intel-lpss: Add Intel Arrow Lake-H LPSS PCI IDs
commit: f159b7c4dba9693c86a91fe18ddc3266fb337f97
[2/2] mfd: intel-lpss: Add Intel Panther Lake LPSS PCI IDs
commit: 07412bf7bf8a209e9541d115abe06ad15632cb2c
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-30 8:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29 9:57 [PATCH 0/2] mfd: intel-lpss: New LPSS PCI IDs Ilpo Järvinen
2024-08-29 9:57 ` [PATCH 1/2] mfd: intel-lpss: Add Intel Arrow Lake-H " Ilpo Järvinen
2024-08-29 9:57 ` [PATCH 2/2] mfd: intel-lpss: Add Intel Panther Lake " Ilpo Järvinen
2024-08-29 11:06 ` [PATCH 0/2] mfd: intel-lpss: New " Andy Shevchenko
2024-08-30 8:31 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox