* [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
@ 2023-10-02 8:33 Jarkko Nikula
2023-10-05 13:51 ` (subset) " Lee Jones
2023-10-05 14:38 ` Lee Jones
0 siblings, 2 replies; 5+ messages in thread
From: Jarkko Nikula @ 2023-10-02 8:33 UTC (permalink / raw)
To: linux-kernel; +Cc: Lee Jones, Andy Shevchenko, Jarkko Nikula
Add Intel Lunar Lake-M SoC PCI IDs.
Signed-off-by: Jarkko Nikula <jarkko.nikula@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 699f44ffff0e..ae5759200622 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -561,6 +561,19 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {
{ PCI_VDEVICE(INTEL, 0xa3e2), (kernel_ulong_t)&spt_i2c_info },
{ PCI_VDEVICE(INTEL, 0xa3e3), (kernel_ulong_t)&spt_i2c_info },
{ PCI_VDEVICE(INTEL, 0xa3e6), (kernel_ulong_t)&spt_uart_info },
+ /* LNL-M */
+ { PCI_VDEVICE(INTEL, 0xa825), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0xa826), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0xa827), (kernel_ulong_t)&tgl_info },
+ { PCI_VDEVICE(INTEL, 0xa830), (kernel_ulong_t)&tgl_info },
+ { PCI_VDEVICE(INTEL, 0xa846), (kernel_ulong_t)&tgl_info },
+ { PCI_VDEVICE(INTEL, 0xa850), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xa851), (kernel_ulong_t)&ehl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0xa852), (kernel_ulong_t)&bxt_uart_info },
+ { PCI_VDEVICE(INTEL, 0xa878), (kernel_ulong_t)&ehl_i2c_info },
+ { 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 },
{ }
};
MODULE_DEVICE_TABLE(pci, intel_lpss_pci_ids);
--
2.40.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: (subset) [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
2023-10-02 8:33 [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs Jarkko Nikula
@ 2023-10-05 13:51 ` Lee Jones
2023-10-05 13:56 ` Andy Shevchenko
2023-10-05 14:38 ` Lee Jones
1 sibling, 1 reply; 5+ messages in thread
From: Lee Jones @ 2023-10-05 13:51 UTC (permalink / raw)
To: linux-kernel, Jarkko Nikula; +Cc: Lee Jones, Andy Shevchenko
On Mon, 02 Oct 2023 11:33:44 +0300, Jarkko Nikula wrote:
> Add Intel Lunar Lake-M SoC PCI IDs.
>
>
Applied, thanks!
[1/1] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
commit: ae1fbe1b021a3075020856b2717fd971a72f9429
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: (subset) [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
2023-10-05 13:51 ` (subset) " Lee Jones
@ 2023-10-05 13:56 ` Andy Shevchenko
2023-10-05 14:31 ` Lee Jones
0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2023-10-05 13:56 UTC (permalink / raw)
To: Lee Jones; +Cc: linux-kernel, Jarkko Nikula
On Thu, Oct 05, 2023 at 02:51:09PM +0100, Lee Jones wrote:
> On Mon, 02 Oct 2023 11:33:44 +0300, Jarkko Nikula wrote:
> > Add Intel Lunar Lake-M SoC PCI IDs.
>
> Applied, thanks!
>
> [1/1] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
> commit: ae1fbe1b021a3075020856b2717fd971a72f9429
Just a side note, are you sure the word 'subset' makes sense when you take
_all_ patches?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: (subset) [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
2023-10-05 13:56 ` Andy Shevchenko
@ 2023-10-05 14:31 ` Lee Jones
0 siblings, 0 replies; 5+ messages in thread
From: Lee Jones @ 2023-10-05 14:31 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: linux-kernel, Jarkko Nikula
On Thu, 05 Oct 2023, Andy Shevchenko wrote:
> On Thu, Oct 05, 2023 at 02:51:09PM +0100, Lee Jones wrote:
> > On Mon, 02 Oct 2023 11:33:44 +0300, Jarkko Nikula wrote:
> > > Add Intel Lunar Lake-M SoC PCI IDs.
> >
> > Applied, thanks!
> >
> > [1/1] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
> > commit: ae1fbe1b021a3075020856b2717fd971a72f9429
>
> Just a side note, are you sure the word 'subset' makes sense when you take
> _all_ patches?
It doesn't.
It happens when there is only one patch in the set and is an artefact of:
`b4 -P _` # Cherry-pick the msgid specified
Man:
-P CHERRYPICK, --cherry-pick CHERRYPICK
Cherry-pick a subset of patches (e.g. "-P
1-2,4,6-", "-P _" to use just the msgid
specified)
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
2023-10-02 8:33 [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs Jarkko Nikula
2023-10-05 13:51 ` (subset) " Lee Jones
@ 2023-10-05 14:38 ` Lee Jones
1 sibling, 0 replies; 5+ messages in thread
From: Lee Jones @ 2023-10-05 14:38 UTC (permalink / raw)
To: linux-kernel, Jarkko Nikula; +Cc: Lee Jones, Andy Shevchenko
On Mon, 02 Oct 2023 11:33:44 +0300, Jarkko Nikula wrote:
> Add Intel Lunar Lake-M SoC PCI IDs.
>
>
Applied, thanks!
[1/1] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
commit: ae1fbe1b021a3075020856b2717fd971a72f9429
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-10-05 16:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 8:33 [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs Jarkko Nikula
2023-10-05 13:51 ` (subset) " Lee Jones
2023-10-05 13:56 ` Andy Shevchenko
2023-10-05 14:31 ` Lee Jones
2023-10-05 14:38 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).