Re: [PATCH v4] mfd: intel-lpss: Add missing PCI ID for Intel Sunrise Point LPSS devices

2017-08-21 Thread Lee Jones
On Sat, 19 Aug 2017, Florian R. Hölzlwimmer wrote:

> This patch adds a missing PCI ID of the Intel Sunrise Point chipset to the 
> Intel LPSS driver.
> It fixes a bug causing the touchpad of the Lenovo Yoga 720-15 not to be 
> recognized.
> See also bug 1700657 on bugs.launchpad.net.
> 
> Many thanks to CoolStar, who found this solution!
> 
> Reported-by: CoolStar 
> Tested-by: Mike Schwartz 
> Tested-by: Björn Dahlgren 
> Signed-off-by: Florian R. Hölzlwimmer 
> ---
>  drivers/mfd/intel-lpss-pci.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog


Re: [PATCH v4] mfd: intel-lpss: Add missing PCI ID for Intel Sunrise Point LPSS devices

2017-08-21 Thread Lee Jones
On Sat, 19 Aug 2017, Florian R. Hölzlwimmer wrote:

> This patch adds a missing PCI ID of the Intel Sunrise Point chipset to the 
> Intel LPSS driver.
> It fixes a bug causing the touchpad of the Lenovo Yoga 720-15 not to be 
> recognized.
> See also bug 1700657 on bugs.launchpad.net.
> 
> Many thanks to CoolStar, who found this solution!
> 
> Reported-by: CoolStar 
> Tested-by: Mike Schwartz 
> Tested-by: Björn Dahlgren 
> Signed-off-by: Florian R. Hölzlwimmer 
> ---
>  drivers/mfd/intel-lpss-pci.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog


[PATCH v4] mfd: intel-lpss: Add missing PCI ID for Intel Sunrise Point LPSS devices

2017-08-19 Thread Florian R . Hölzlwimmer
This patch adds a missing PCI ID of the Intel Sunrise Point chipset to the 
Intel LPSS driver.
It fixes a bug causing the touchpad of the Lenovo Yoga 720-15 not to be 
recognized.
See also bug 1700657 on bugs.launchpad.net.

Many thanks to CoolStar, who found this solution!

Reported-by: CoolStar 
Tested-by: Mike Schwartz 
Tested-by: Björn Dahlgren 
Signed-off-by: Florian R. Hölzlwimmer 
---
 drivers/mfd/intel-lpss-pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index ad388bb0..d1c46de8 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -221,6 +221,7 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {
{ PCI_VDEVICE(INTEL, 0xa12a), (kernel_ulong_t)_info },
{ PCI_VDEVICE(INTEL, 0xa160), (kernel_ulong_t)_i2c_info },
{ PCI_VDEVICE(INTEL, 0xa161), (kernel_ulong_t)_i2c_info },
+   { PCI_VDEVICE(INTEL, 0xa162), (kernel_ulong_t)_i2c_info },
{ PCI_VDEVICE(INTEL, 0xa166), (kernel_ulong_t)_uart_info },
/* KBL-H */
{ PCI_VDEVICE(INTEL, 0xa2a7), (kernel_ulong_t)_uart_info },
-- 
2.14.1



[PATCH v4] mfd: intel-lpss: Add missing PCI ID for Intel Sunrise Point LPSS devices

2017-08-19 Thread Florian R . Hölzlwimmer
This patch adds a missing PCI ID of the Intel Sunrise Point chipset to the 
Intel LPSS driver.
It fixes a bug causing the touchpad of the Lenovo Yoga 720-15 not to be 
recognized.
See also bug 1700657 on bugs.launchpad.net.

Many thanks to CoolStar, who found this solution!

Reported-by: CoolStar 
Tested-by: Mike Schwartz 
Tested-by: Björn Dahlgren 
Signed-off-by: Florian R. Hölzlwimmer 
---
 drivers/mfd/intel-lpss-pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c
index ad388bb0..d1c46de8 100644
--- a/drivers/mfd/intel-lpss-pci.c
+++ b/drivers/mfd/intel-lpss-pci.c
@@ -221,6 +221,7 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {
{ PCI_VDEVICE(INTEL, 0xa12a), (kernel_ulong_t)_info },
{ PCI_VDEVICE(INTEL, 0xa160), (kernel_ulong_t)_i2c_info },
{ PCI_VDEVICE(INTEL, 0xa161), (kernel_ulong_t)_i2c_info },
+   { PCI_VDEVICE(INTEL, 0xa162), (kernel_ulong_t)_i2c_info },
{ PCI_VDEVICE(INTEL, 0xa166), (kernel_ulong_t)_uart_info },
/* KBL-H */
{ PCI_VDEVICE(INTEL, 0xa2a7), (kernel_ulong_t)_uart_info },
-- 
2.14.1