mbox series

[SRU,linux-oem-a,0/2] Enable AMD PCIe MP2 for AMDI0011

Message ID 20180529091114.19375-1-kai.heng.feng@canonical.com
Headers show
Series Enable AMD PCIe MP2 for AMDI0011 | expand

Message

Kai-Heng Feng May 29, 2018, 9:11 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1773940

[Impact]
Touchpad doesn't work on Latitude 5495.

[Test]
I can confirm the driver from AMD works.
All issues found by us should be fixed.

[Fix]
The touchpad connects to AMDI0011, which doesn't have any driver until
now.
I'll backport the patch to A/B/C once it's in mainline and gets
thoroughly tested.

[Regression Potential]
Low. It's a new driver, shouldn't affect any other device.

Kai-Heng Feng (1):
  UBUNTU: [Config] Enable I2C_AMD_MP2

Nehal-bakulchandra Shah (1):
  i2c:amd I2C Driver based on PCI Interface for upcoming platform

 debian.oem/config/config.common.ubuntu |   1 +
 drivers/i2c/busses/Kconfig             |  10 +
 drivers/i2c/busses/Makefile            |   2 +
 drivers/i2c/busses/i2c-amd-pci-mp2.c   | 626 +++++++++++++++++++++++++
 drivers/i2c/busses/i2c-amd-pci-mp2.h   | 251 ++++++++++
 drivers/i2c/busses/i2c-amd-platdrv.c   | 332 +++++++++++++
 6 files changed, 1222 insertions(+)
 create mode 100644 drivers/i2c/busses/i2c-amd-pci-mp2.c
 create mode 100644 drivers/i2c/busses/i2c-amd-pci-mp2.h
 create mode 100644 drivers/i2c/busses/i2c-amd-platdrv.c

Comments

Timo Aaltonen May 29, 2018, 11:49 a.m. UTC | #1
On 29.05.2018 12:11, Kai-Heng Feng wrote:
> BugLink: https://bugs.launchpad.net/bugs/1773940
> 
> [Impact]
> Touchpad doesn't work on Latitude 5495.
> 
> [Test]
> I can confirm the driver from AMD works.
> All issues found by us should be fixed.
> 
> [Fix]
> The touchpad connects to AMDI0011, which doesn't have any driver until
> now.
> I'll backport the patch to A/B/C once it's in mainline and gets
> thoroughly tested.
> 
> [Regression Potential]
> Low. It's a new driver, shouldn't affect any other device.
> 
> Kai-Heng Feng (1):
>   UBUNTU: [Config] Enable I2C_AMD_MP2
> 
> Nehal-bakulchandra Shah (1):
>   i2c:amd I2C Driver based on PCI Interface for upcoming platform
> 
>  debian.oem/config/config.common.ubuntu |   1 +
>  drivers/i2c/busses/Kconfig             |  10 +
>  drivers/i2c/busses/Makefile            |   2 +
>  drivers/i2c/busses/i2c-amd-pci-mp2.c   | 626 +++++++++++++++++++++++++
>  drivers/i2c/busses/i2c-amd-pci-mp2.h   | 251 ++++++++++
>  drivers/i2c/busses/i2c-amd-platdrv.c   | 332 +++++++++++++
>  6 files changed, 1222 insertions(+)
>  create mode 100644 drivers/i2c/busses/i2c-amd-pci-mp2.c
>  create mode 100644 drivers/i2c/busses/i2c-amd-pci-mp2.h
>  create mode 100644 drivers/i2c/busses/i2c-amd-platdrv.c
> 

Applied the first patch to artful/oem-next, the config change got
applied via updateconfigs instead.