|
|
From: You-Sheng Yang < [hidden email]>
BugLink: https://bugs.launchpad.net/bugs/1846335[Impact]
On new CML PCH-H platforms, many devices are not correctly probed,
inclusive of touchpad.
[Fix]
New device IDs for CML PCH-H are landed in v5.4-rc1 and linux-next. So
far the known list are:
* 8f05eee67c14: "mmc: sdhci-pci: Add another Id for Intel CML"
* 07f047e3fe33: "i2c: i801: Add support for Intel Comet Lake PCH-H"
* 5a0feb6287e3: "mtd: spi-nor: intel-spi: Add support for Intel Comet
Lake-H SPI serial flash"
* dd047dce3a6f: "mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs"
The first one has been included in v5.4-rc1, while the rest are
currently in linux-next.
[Test Case]
Verify built kernel on platforms with CML PCH-H. Check if intel-lpss
module is loaded, i2c-hid is probed, and so on.
[Regression Potential]
Low. These patches add only new device IDs of previously not probed
devices.
[Other Info]
There 4 patches for OEM-OSP1-B/D/E and only 3 for U because 8f05eee67c14
is already included in U.
Adrian Hunter (1):
mmc: sdhci-pci: Add another Id for Intel CML
Andy Shevchenko (1):
mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
Jarkko Nikula (1):
i2c: i801: Add support for Intel Comet Lake PCH-H
Mika Westerberg (1):
mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial
flash
drivers/i2c/busses/i2c-i801.c | 4 ++++
drivers/mfd/intel-lpss-pci.c | 13 ++++++++++++-
drivers/mmc/host/sdhci-pci-core.c | 1 +
drivers/mmc/host/sdhci-pci.h | 1 +
drivers/mtd/spi-nor/intel-spi-pci.c | 1 +
5 files changed, 19 insertions(+), 1 deletion(-)
--
2.24.0
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
From: Adrian Hunter < [hidden email]>
BugLink: https://bugs.launchpad.net/bugs/1846335Add another PCI Id for Intel CML.
Signed-off-by: Adrian Hunter < [hidden email]>
Signed-off-by: Ulf Hansson < [hidden email]>
(cherry picked from commit 8f05eee67c1404a4252a9105134c67f25392aee1)
Signed-off-by: You-Sheng Yang < [hidden email]>
---
drivers/mmc/host/sdhci-pci-core.c | 1 +
drivers/mmc/host/sdhci-pci.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c
index 68fa58732121..efa53a721967 100644
--- a/drivers/mmc/host/sdhci-pci-core.c
+++ b/drivers/mmc/host/sdhci-pci-core.c
@@ -1684,6 +1684,7 @@ static const struct pci_device_id pci_ids[] = {
SDHCI_PCI_DEVICE(INTEL, ICP_SD, intel_byt_sd),
SDHCI_PCI_DEVICE(INTEL, CML_EMMC, intel_glk_emmc),
SDHCI_PCI_DEVICE(INTEL, CML_SD, intel_byt_sd),
+ SDHCI_PCI_DEVICE(INTEL, CMLH_SD, intel_byt_sd),
SDHCI_PCI_DEVICE(O2, 8120, o2),
SDHCI_PCI_DEVICE(O2, 8220, o2),
SDHCI_PCI_DEVICE(O2, 8221, o2),
diff --git a/drivers/mmc/host/sdhci-pci.h b/drivers/mmc/host/sdhci-pci.h
index 6f04a62b2998..5a8a663483b7 100644
--- a/drivers/mmc/host/sdhci-pci.h
+++ b/drivers/mmc/host/sdhci-pci.h
@@ -52,6 +52,7 @@
#define PCI_DEVICE_ID_INTEL_ICP_SD 0x34f8
#define PCI_DEVICE_ID_INTEL_CML_EMMC 0x02c4
#define PCI_DEVICE_ID_INTEL_CML_SD 0x02f5
+#define PCI_DEVICE_ID_INTEL_CMLH_SD 0x06f5
#define PCI_DEVICE_ID_SYSKONNECT_8000 0x8000
#define PCI_DEVICE_ID_VIA_95D0 0x95d0
--
2.24.0
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
From: Adrian Hunter < [hidden email]>
BugLink: https://bugs.launchpad.net/bugs/1846335Add another PCI Id for Intel CML.
Signed-off-by: Adrian Hunter < [hidden email]>
Signed-off-by: Ulf Hansson < [hidden email]>
(cherry picked from commit 8f05eee67c1404a4252a9105134c67f25392aee1)
Signed-off-by: You-Sheng Yang < [hidden email]>
---
drivers/mmc/host/sdhci-pci-core.c | 1 +
drivers/mmc/host/sdhci-pci.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c
index 7d06e2860c36..d3f76167f949 100644
--- a/drivers/mmc/host/sdhci-pci-core.c
+++ b/drivers/mmc/host/sdhci-pci-core.c
@@ -1672,6 +1672,7 @@ static const struct pci_device_id pci_ids[] = {
SDHCI_PCI_DEVICE(INTEL, EHL_SD, intel_byt_sd),
SDHCI_PCI_DEVICE(INTEL, CML_EMMC, intel_glk_emmc),
SDHCI_PCI_DEVICE(INTEL, CML_SD, intel_byt_sd),
+ SDHCI_PCI_DEVICE(INTEL, CMLH_SD, intel_byt_sd),
SDHCI_PCI_DEVICE(O2, 8120, o2),
SDHCI_PCI_DEVICE(O2, 8220, o2),
SDHCI_PCI_DEVICE(O2, 8221, o2),
diff --git a/drivers/mmc/host/sdhci-pci.h b/drivers/mmc/host/sdhci-pci.h
index cdd15f357d01..1abc9d47a4c0 100644
--- a/drivers/mmc/host/sdhci-pci.h
+++ b/drivers/mmc/host/sdhci-pci.h
@@ -54,6 +54,7 @@
#define PCI_DEVICE_ID_INTEL_EHL_SD 0x4b48
#define PCI_DEVICE_ID_INTEL_CML_EMMC 0x02c4
#define PCI_DEVICE_ID_INTEL_CML_SD 0x02f5
+#define PCI_DEVICE_ID_INTEL_CMLH_SD 0x06f5
#define PCI_DEVICE_ID_SYSKONNECT_8000 0x8000
#define PCI_DEVICE_ID_VIA_95D0 0x95d0
--
2.24.0
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
From: Jarkko Nikula < [hidden email]>
BugLink: https://bugs.launchpad.net/bugs/1846335Add support for another Intel Comet Lake variant.
Signed-off-by: Jarkko Nikula < [hidden email]>
Reviewed-by: Jean Delvare < [hidden email]>
Signed-off-by: Wolfram Sang < [hidden email]>
(backported from commit 07f047e3fe33aefa44c34ed797b79f0415244202
linux-next)
Signed-off-by: You-Sheng Yang < [hidden email]>
---
drivers/i2c/busses/i2c-i801.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index 679c6c41f64b..bd0926f99618 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -72,6 +72,7 @@
* Cedar Fork (PCH) 0x18df 32 hard yes yes yes
* Ice Lake-LP (PCH) 0x34a3 32 hard yes yes yes
* Comet Lake (PCH) 0x02a3 32 hard yes yes yes
+ * Comet Lake-H (PCH) 0x06a3 32 hard yes yes yes
*
* Features supported by this driver:
* Software PEC no
@@ -208,6 +209,7 @@
STATUS_ERROR_FLAGS)
/* Older devices have their ID defined in <linux/pci_ids.h> */
+#define PCI_DEVICE_ID_INTEL_COMETLAKE_H_SMBUS 0x06a3
#define PCI_DEVICE_ID_INTEL_BAYTRAIL_SMBUS 0x0f12
#define PCI_DEVICE_ID_INTEL_CDF_SMBUS 0x18df
#define PCI_DEVICE_ID_INTEL_DNV_SMBUS 0x19df
@@ -1041,6 +1043,7 @@ static const struct pci_device_id i801_ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_CANNONLAKE_LP_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICELAKE_LP_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_COMETLAKE_SMBUS) },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_COMETLAKE_H_SMBUS) },
{ 0, }
};
@@ -1538,6 +1541,7 @@ static int i801_probe(struct pci_dev *dev, const struct pci_device_id *id)
case PCI_DEVICE_ID_INTEL_KABYLAKE_PCH_H_SMBUS:
case PCI_DEVICE_ID_INTEL_ICELAKE_LP_SMBUS:
case PCI_DEVICE_ID_INTEL_COMETLAKE_SMBUS:
+ case PCI_DEVICE_ID_INTEL_COMETLAKE_H_SMBUS:
priv->features |= FEATURE_I2C_BLOCK_READ;
priv->features |= FEATURE_IRQ;
priv->features |= FEATURE_SMBUS_PEC;
--
2.24.0
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
From: Jarkko Nikula < [hidden email]>
BugLink: https://bugs.launchpad.net/bugs/1846335Add support for another Intel Comet Lake variant.
Signed-off-by: Jarkko Nikula < [hidden email]>
Reviewed-by: Jean Delvare < [hidden email]>
Signed-off-by: Wolfram Sang < [hidden email]>
(cherry picked from commit 07f047e3fe33aefa44c34ed797b79f0415244202
linux-next)
Signed-off-by: You-Sheng Yang < [hidden email]>
---
drivers/i2c/busses/i2c-i801.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index 2e08b4722dc4..af81d326833a 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -64,6 +64,7 @@
* Cedar Fork (PCH) 0x18df 32 hard yes yes yes
* Ice Lake-LP (PCH) 0x34a3 32 hard yes yes yes
* Comet Lake (PCH) 0x02a3 32 hard yes yes yes
+ * Comet Lake-H (PCH) 0x06a3 32 hard yes yes yes
* Elkhart Lake (PCH) 0x4b23 32 hard yes yes yes
* Tiger Lake-LP (PCH) 0xa0a3 32 hard yes yes yes
*
@@ -205,6 +206,7 @@
/* Older devices have their ID defined in <linux/pci_ids.h> */
#define PCI_DEVICE_ID_INTEL_COMETLAKE_SMBUS 0x02a3
+#define PCI_DEVICE_ID_INTEL_COMETLAKE_H_SMBUS 0x06a3
#define PCI_DEVICE_ID_INTEL_BAYTRAIL_SMBUS 0x0f12
#define PCI_DEVICE_ID_INTEL_CDF_SMBUS 0x18df
#define PCI_DEVICE_ID_INTEL_DNV_SMBUS 0x19df
@@ -1068,6 +1070,7 @@ static const struct pci_device_id i801_ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_CANNONLAKE_LP_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICELAKE_LP_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_COMETLAKE_SMBUS) },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_COMETLAKE_H_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ELKHART_LAKE_SMBUS) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_TIGERLAKE_LP_SMBUS) },
{ 0, }
@@ -1713,6 +1716,7 @@ static int i801_probe(struct pci_dev *dev, const struct pci_device_id *id)
case PCI_DEVICE_ID_INTEL_KABYLAKE_PCH_H_SMBUS:
case PCI_DEVICE_ID_INTEL_ICELAKE_LP_SMBUS:
case PCI_DEVICE_ID_INTEL_COMETLAKE_SMBUS:
+ case PCI_DEVICE_ID_INTEL_COMETLAKE_H_SMBUS:
case PCI_DEVICE_ID_INTEL_ELKHART_LAKE_SMBUS:
case PCI_DEVICE_ID_INTEL_TIGERLAKE_LP_SMBUS:
priv->features |= FEATURE_BLOCK_PROC;
--
2.24.0
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
From: Mika Westerberg < [hidden email]>
BugLink: https://bugs.launchpad.net/bugs/1846335Intel Comet Lake-H PCH has the same SPI serial flash controller as Comet
Lake-LP. Add Comet Lake-H PCI ID to the driver list of supported devices.
Signed-off-by: Mika Westerberg < [hidden email]>
Signed-off-by: Tudor Ambarus < [hidden email]>
(cherry picked from commit 5a0feb6287e37018af4cbd7754786522ae712980
linux-next)
Signed-off-by: You-Sheng Yang < [hidden email]>
---
drivers/mtd/spi-nor/intel-spi-pci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/spi-nor/intel-spi-pci.c b/drivers/mtd/spi-nor/intel-spi-pci.c
index bfbfc17ed6aa..10c02ab9018c 100644
--- a/drivers/mtd/spi-nor/intel-spi-pci.c
+++ b/drivers/mtd/spi-nor/intel-spi-pci.c
@@ -64,6 +64,7 @@ static void intel_spi_pci_remove(struct pci_dev *pdev)
static const struct pci_device_id intel_spi_pci_ids[] = {
{ PCI_VDEVICE(INTEL, 0x02a4), (unsigned long)&bxt_info },
+ { PCI_VDEVICE(INTEL, 0x06a4), (unsigned long)&bxt_info },
{ PCI_VDEVICE(INTEL, 0x18e0), (unsigned long)&bxt_info },
{ PCI_VDEVICE(INTEL, 0x19e0), (unsigned long)&bxt_info },
{ PCI_VDEVICE(INTEL, 0x34a4), (unsigned long)&bxt_info },
--
2.24.0
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
From: Andy Shevchenko < [hidden email]>
BugLink: https://bugs.launchpad.net/bugs/1846335Intel Comet Lake PCH-H has the same LPSS than Intel Cannon Lake.
Add the new IDs to the list of supported devices.
Signed-off-by: Andy Shevchenko < [hidden email]>
Signed-off-by: Lee Jones < [hidden email]>
(cherry picked from commit dd047dce3a6f5233b98e792e2287cc549da35879
linux-next)
Signed-off-by: You-Sheng Yang < [hidden email]>
---
drivers/mfd/intel-lpss-pci.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index a858b68b677c..a44cac1709d2 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -132,7 +132,7 @@ static const struct intel_lpss_platform_info cnl_i2c_info = {
};
static const struct pci_device_id intel_lpss_pci_ids[] = {
- /* CML */
+ /* CML-LP */
{ PCI_VDEVICE(INTEL, 0x02a8), (kernel_ulong_t)&spt_uart_info },
{ PCI_VDEVICE(INTEL, 0x02a9), (kernel_ulong_t)&spt_uart_info },
{ PCI_VDEVICE(INTEL, 0x02aa), (kernel_ulong_t)&spt_info },
@@ -145,6 +145,17 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {
{ PCI_VDEVICE(INTEL, 0x02ea), (kernel_ulong_t)&cnl_i2c_info },
{ PCI_VDEVICE(INTEL, 0x02eb), (kernel_ulong_t)&cnl_i2c_info },
{ PCI_VDEVICE(INTEL, 0x02fb), (kernel_ulong_t)&spt_info },
+ /* CML-H */
+ { PCI_VDEVICE(INTEL, 0x06a8), (kernel_ulong_t)&spt_uart_info },
+ { PCI_VDEVICE(INTEL, 0x06a9), (kernel_ulong_t)&spt_uart_info },
+ { PCI_VDEVICE(INTEL, 0x06aa), (kernel_ulong_t)&spt_info },
+ { PCI_VDEVICE(INTEL, 0x06ab), (kernel_ulong_t)&spt_info },
+ { PCI_VDEVICE(INTEL, 0x06c7), (kernel_ulong_t)&spt_uart_info },
+ { PCI_VDEVICE(INTEL, 0x06e8), (kernel_ulong_t)&cnl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0x06e9), (kernel_ulong_t)&cnl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0x06ea), (kernel_ulong_t)&cnl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0x06eb), (kernel_ulong_t)&cnl_i2c_info },
+ { PCI_VDEVICE(INTEL, 0x06fb), (kernel_ulong_t)&spt_info },
/* BXT A-Step */
{ PCI_VDEVICE(INTEL, 0x0aac), (kernel_ulong_t)&bxt_i2c_info },
{ PCI_VDEVICE(INTEL, 0x0aae), (kernel_ulong_t)&bxt_i2c_info },
--
2.24.0
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
On 14.11.2019 17.10, You-Sheng Yang wrote:
> From: You-Sheng Yang < [hidden email]>
>
> BugLink: https://bugs.launchpad.net/bugs/1846335>
> [Impact]
> On new CML PCH-H platforms, many devices are not correctly probed,
> inclusive of touchpad.
>
> [Fix]
> New device IDs for CML PCH-H are landed in v5.4-rc1 and linux-next. So
> far the known list are:
> * 8f05eee67c14: "mmc: sdhci-pci: Add another Id for Intel CML"
> * 07f047e3fe33: "i2c: i801: Add support for Intel Comet Lake PCH-H"
> * 5a0feb6287e3: "mtd: spi-nor: intel-spi: Add support for Intel Comet
> Lake-H SPI serial flash"
> * dd047dce3a6f: "mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs"
>
> The first one has been included in v5.4-rc1, while the rest are
> currently in linux-next.
>
> [Test Case]
> Verify built kernel on platforms with CML PCH-H. Check if intel-lpss
> module is loaded, i2c-hid is probed, and so on.
>
> [Regression Potential]
> Low. These patches add only new device IDs of previously not probed
> devices.
>
> [Other Info]
> There 4 patches for OEM-OSP1-B/D/E and only 3 for U because 8f05eee67c14
> is already included in U.
>
> Adrian Hunter (1):
> mmc: sdhci-pci: Add another Id for Intel CML
>
> Andy Shevchenko (1):
> mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
>
> Jarkko Nikula (1):
> i2c: i801: Add support for Intel Comet Lake PCH-H
>
> Mika Westerberg (1):
> mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial
> flash
>
> drivers/i2c/busses/i2c-i801.c | 4 ++++
> drivers/mfd/intel-lpss-pci.c | 13 ++++++++++++-
> drivers/mmc/host/sdhci-pci-core.c | 1 +
> drivers/mmc/host/sdhci-pci.h | 1 +
> drivers/mtd/spi-nor/intel-spi-pci.c | 1 +
> 5 files changed, 19 insertions(+), 1 deletion(-)
>
applied to osp1 oem-next, thanks
--
t
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
On 18.11.2019 11.49, Timo Aaltonen wrote:
> On 14.11.2019 17.10, You-Sheng Yang wrote:
>> From: You-Sheng Yang < [hidden email]>
>>
>> BugLink: https://bugs.launchpad.net/bugs/1846335>>
>> [Impact]
>> On new CML PCH-H platforms, many devices are not correctly probed,
>> inclusive of touchpad.
>>
>> [Fix]
>> New device IDs for CML PCH-H are landed in v5.4-rc1 and linux-next. So
>> far the known list are:
>> * 8f05eee67c14: "mmc: sdhci-pci: Add another Id for Intel CML"
>> * 07f047e3fe33: "i2c: i801: Add support for Intel Comet Lake PCH-H"
>> * 5a0feb6287e3: "mtd: spi-nor: intel-spi: Add support for Intel Comet
>> Lake-H SPI serial flash"
>> * dd047dce3a6f: "mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs"
>>
>> The first one has been included in v5.4-rc1, while the rest are
>> currently in linux-next.
>>
>> [Test Case]
>> Verify built kernel on platforms with CML PCH-H. Check if intel-lpss
>> module is loaded, i2c-hid is probed, and so on.
>>
>> [Regression Potential]
>> Low. These patches add only new device IDs of previously not probed
>> devices.
>>
>> [Other Info]
>> There 4 patches for OEM-OSP1-B/D/E and only 3 for U because 8f05eee67c14
>> is already included in U.
>>
>> Adrian Hunter (1):
>> mmc: sdhci-pci: Add another Id for Intel CML
>>
>> Andy Shevchenko (1):
>> mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
>>
>> Jarkko Nikula (1):
>> i2c: i801: Add support for Intel Comet Lake PCH-H
>>
>> Mika Westerberg (1):
>> mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial
>> flash
>>
>> drivers/i2c/busses/i2c-i801.c | 4 ++++
>> drivers/mfd/intel-lpss-pci.c | 13 ++++++++++++-
>> drivers/mmc/host/sdhci-pci-core.c | 1 +
>> drivers/mmc/host/sdhci-pci.h | 1 +
>> drivers/mtd/spi-nor/intel-spi-pci.c | 1 +
>> 5 files changed, 19 insertions(+), 1 deletion(-)
>>
>
> applied to osp1 oem-next, thanks
>
actually, it got inherited via disco, but anyway..
--
t
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
On 18.11.2019 11.52, Timo Aaltonen wrote:
> On 18.11.2019 11.49, Timo Aaltonen wrote:
>> On 14.11.2019 17.10, You-Sheng Yang wrote:
>>> From: You-Sheng Yang < [hidden email]>
>>>
>>> BugLink: https://bugs.launchpad.net/bugs/1846335>>>
>>> [Impact]
>>> On new CML PCH-H platforms, many devices are not correctly probed,
>>> inclusive of touchpad.
>>>
>>> [Fix]
>>> New device IDs for CML PCH-H are landed in v5.4-rc1 and linux-next. So
>>> far the known list are:
>>> * 8f05eee67c14: "mmc: sdhci-pci: Add another Id for Intel CML"
>>> * 07f047e3fe33: "i2c: i801: Add support for Intel Comet Lake PCH-H"
>>> * 5a0feb6287e3: "mtd: spi-nor: intel-spi: Add support for Intel Comet
>>> Lake-H SPI serial flash"
>>> * dd047dce3a6f: "mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs"
>>>
>>> The first one has been included in v5.4-rc1, while the rest are
>>> currently in linux-next.
>>>
>>> [Test Case]
>>> Verify built kernel on platforms with CML PCH-H. Check if intel-lpss
>>> module is loaded, i2c-hid is probed, and so on.
>>>
>>> [Regression Potential]
>>> Low. These patches add only new device IDs of previously not probed
>>> devices.
>>>
>>> [Other Info]
>>> There 4 patches for OEM-OSP1-B/D/E and only 3 for U because 8f05eee67c14
>>> is already included in U.
>>>
>>> Adrian Hunter (1):
>>> mmc: sdhci-pci: Add another Id for Intel CML
>>>
>>> Andy Shevchenko (1):
>>> mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
>>>
>>> Jarkko Nikula (1):
>>> i2c: i801: Add support for Intel Comet Lake PCH-H
>>>
>>> Mika Westerberg (1):
>>> mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial
>>> flash
>>>
>>> drivers/i2c/busses/i2c-i801.c | 4 ++++
>>> drivers/mfd/intel-lpss-pci.c | 13 ++++++++++++-
>>> drivers/mmc/host/sdhci-pci-core.c | 1 +
>>> drivers/mmc/host/sdhci-pci.h | 1 +
>>> drivers/mtd/spi-nor/intel-spi-pci.c | 1 +
>>> 5 files changed, 19 insertions(+), 1 deletion(-)
>>>
>>
>> applied to osp1 oem-next, thanks
>>
>
> actually, it got inherited via disco, but anyway..
sigh, too many threads.. this was for the x86/timer patch
--
t
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
On 14.11.19 16:10, You-Sheng Yang wrote:
> From: You-Sheng Yang < [hidden email]>
>
> BugLink: https://bugs.launchpad.net/bugs/1846335>
> [Impact]
> On new CML PCH-H platforms, many devices are not correctly probed,
> inclusive of touchpad.
>
> [Fix]
> New device IDs for CML PCH-H are landed in v5.4-rc1 and linux-next. So
> far the known list are:
> * 8f05eee67c14: "mmc: sdhci-pci: Add another Id for Intel CML"
> * 07f047e3fe33: "i2c: i801: Add support for Intel Comet Lake PCH-H"
> * 5a0feb6287e3: "mtd: spi-nor: intel-spi: Add support for Intel Comet
> Lake-H SPI serial flash"
> * dd047dce3a6f: "mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs"
>
> The first one has been included in v5.4-rc1, while the rest are
> currently in linux-next.
>
> [Test Case]
> Verify built kernel on platforms with CML PCH-H. Check if intel-lpss
> module is loaded, i2c-hid is probed, and so on.
>
> [Regression Potential]
> Low. These patches add only new device IDs of previously not probed
> devices.
>
> [Other Info]
> There 4 patches for OEM-OSP1-B/D/E and only 3 for U because 8f05eee67c14
> is already included in U.
>
> Adrian Hunter (1):
> mmc: sdhci-pci: Add another Id for Intel CML
>
> Andy Shevchenko (1):
> mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
>
> Jarkko Nikula (1):
> i2c: i801: Add support for Intel Comet Lake PCH-H
>
> Mika Westerberg (1):
> mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial
> flash
>
> drivers/i2c/busses/i2c-i801.c | 4 ++++
> drivers/mfd/intel-lpss-pci.c | 13 ++++++++++++-
> drivers/mmc/host/sdhci-pci-core.c | 1 +
> drivers/mmc/host/sdhci-pci.h | 1 +
> drivers/mtd/spi-nor/intel-spi-pci.c | 1 +
> 5 files changed, 19 insertions(+), 1 deletion(-)
>
Acked-by: Stefan Bader < [hidden email]>
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
On 2019-11-14 16:10, You-Sheng Yang wrote:
> From: You-Sheng Yang < [hidden email]>
>
> BugLink: https://bugs.launchpad.net/bugs/1846335>
> [Impact]
> On new CML PCH-H platforms, many devices are not correctly probed,
> inclusive of touchpad.
>
> [Fix]
> New device IDs for CML PCH-H are landed in v5.4-rc1 and linux-next. So
> far the known list are:
> * 8f05eee67c14: "mmc: sdhci-pci: Add another Id for Intel CML"
> * 07f047e3fe33: "i2c: i801: Add support for Intel Comet Lake PCH-H"
> * 5a0feb6287e3: "mtd: spi-nor: intel-spi: Add support for Intel Comet
> Lake-H SPI serial flash"
> * dd047dce3a6f: "mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs"
>
> The first one has been included in v5.4-rc1, while the rest are
> currently in linux-next.
>
> [Test Case]
> Verify built kernel on platforms with CML PCH-H. Check if intel-lpss
> module is loaded, i2c-hid is probed, and so on.
>
> [Regression Potential]
> Low. These patches add only new device IDs of previously not probed
> devices.
>
> [Other Info]
> There 4 patches for OEM-OSP1-B/D/E and only 3 for U because 8f05eee67c14
> is already included in U.
>
> Adrian Hunter (1):
> mmc: sdhci-pci: Add another Id for Intel CML
>
> Andy Shevchenko (1):
> mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
>
> Jarkko Nikula (1):
> i2c: i801: Add support for Intel Comet Lake PCH-H
>
> Mika Westerberg (1):
> mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial
> flash
>
> drivers/i2c/busses/i2c-i801.c | 4 ++++
> drivers/mfd/intel-lpss-pci.c | 13 ++++++++++++-
> drivers/mmc/host/sdhci-pci-core.c | 1 +
> drivers/mmc/host/sdhci-pci.h | 1 +
> drivers/mtd/spi-nor/intel-spi-pci.c | 1 +
> 5 files changed, 19 insertions(+), 1 deletion(-)
>
Acked-by: Kleber Sacilotto de Souza < [hidden email]>
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|
On 2019-11-14 16:10, You-Sheng Yang wrote:
> From: You-Sheng Yang < [hidden email]>
>
> BugLink: https://bugs.launchpad.net/bugs/1846335>
> [Impact]
> On new CML PCH-H platforms, many devices are not correctly probed,
> inclusive of touchpad.
>
> [Fix]
> New device IDs for CML PCH-H are landed in v5.4-rc1 and linux-next. So
> far the known list are:
> * 8f05eee67c14: "mmc: sdhci-pci: Add another Id for Intel CML"
> * 07f047e3fe33: "i2c: i801: Add support for Intel Comet Lake PCH-H"
> * 5a0feb6287e3: "mtd: spi-nor: intel-spi: Add support for Intel Comet
> Lake-H SPI serial flash"
> * dd047dce3a6f: "mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs"
>
> The first one has been included in v5.4-rc1, while the rest are
> currently in linux-next.
>
> [Test Case]
> Verify built kernel on platforms with CML PCH-H. Check if intel-lpss
> module is loaded, i2c-hid is probed, and so on.
>
> [Regression Potential]
> Low. These patches add only new device IDs of previously not probed
> devices.
>
> [Other Info]
> There 4 patches for OEM-OSP1-B/D/E and only 3 for U because 8f05eee67c14
> is already included in U.
>
> Adrian Hunter (1):
> mmc: sdhci-pci: Add another Id for Intel CML
>
> Andy Shevchenko (1):
> mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
>
> Jarkko Nikula (1):
> i2c: i801: Add support for Intel Comet Lake PCH-H
>
> Mika Westerberg (1):
> mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial
> flash
>
> drivers/i2c/busses/i2c-i801.c | 4 ++++
> drivers/mfd/intel-lpss-pci.c | 13 ++++++++++++-
> drivers/mmc/host/sdhci-pci-core.c | 1 +
> drivers/mmc/host/sdhci-pci.h | 1 +
> drivers/mtd/spi-nor/intel-spi-pci.c | 1 +
> 5 files changed, 19 insertions(+), 1 deletion(-)
>
Applied to disco and eoan master-next branches.
Thanks,
Kleber
--
kernel-team mailing list
[hidden email]
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|
|