All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch "spi: pxa2xx: Add support for Intel Gemini Lake" has been added to the 4.9-stable tree
@ 2017-10-05  8:30 gregkh
  2017-10-05  8:39 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: gregkh @ 2017-10-05  8:30 UTC (permalink / raw)
  To: david.e.box, alexander.levin, broonie, gregkh, jarkko.nikula
  Cc: stable, stable-commits


This is a note to let you know that I've just added the patch titled

    spi: pxa2xx: Add support for Intel Gemini Lake

to the 4.9-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     spi-pxa2xx-add-support-for-intel-gemini-lake.patch
and it can be found in the queue-4.9 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From foo@baz Thu Oct  5 10:28:31 CEST 2017
From: "David E. Box" <david.e.box@linux.intel.com>
Date: Thu, 19 Jan 2017 16:25:21 +0200
Subject: spi: pxa2xx: Add support for Intel Gemini Lake

From: "David E. Box" <david.e.box@linux.intel.com>


[ Upstream commit e18a80acd1365e91e3efcd69942d9073936cf851 ]

Gemini Lake reuses the same LPSS SPI configuration as Broxton

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/spi/spi-pxa2xx.c |    4 ++++
 1 file changed, 4 insertions(+)

--- a/drivers/spi/spi-pxa2xx.c
+++ b/drivers/spi/spi-pxa2xx.c
@@ -1458,6 +1458,10 @@ static const struct pci_device_id pxa2xx
 	{ PCI_VDEVICE(INTEL, 0x1ac2), LPSS_BXT_SSP },
 	{ PCI_VDEVICE(INTEL, 0x1ac4), LPSS_BXT_SSP },
 	{ PCI_VDEVICE(INTEL, 0x1ac6), LPSS_BXT_SSP },
+	/* GLK */
+	{ PCI_VDEVICE(INTEL, 0x31c2), LPSS_BXT_SSP },
+	{ PCI_VDEVICE(INTEL, 0x31c4), LPSS_BXT_SSP },
+	{ PCI_VDEVICE(INTEL, 0x31c6), LPSS_BXT_SSP },
 	/* APL */
 	{ PCI_VDEVICE(INTEL, 0x5ac2), LPSS_BXT_SSP },
 	{ PCI_VDEVICE(INTEL, 0x5ac4), LPSS_BXT_SSP },


Patches currently in stable-queue which might be from david.e.box@linux.intel.com are

queue-4.9/spi-pxa2xx-add-support-for-intel-gemini-lake.patch

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-05  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05  8:30 Patch "spi: pxa2xx: Add support for Intel Gemini Lake" has been added to the 4.9-stable tree gregkh
2017-10-05  8:39 ` Mark Brown
2017-10-05  8:42   ` Greg KH
2017-10-05  8:53     ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.