Acked-by: Elie Morisse
Le ven. 4 sept. 2020 à 20:06, a écrit :
>
> From: Tom Rix
>
> clang static analyzer reports this problem
>
> i2c-amd-mp2-plat.c:174:9: warning: Branch condition evaluates
> to a garbage value
> return err ? err : num;
>
many other improvements.
Signed-off-by: Elie Morisse
---
Changes since v1 (https://www.spinics.net/lists/linux-i2c/msg34650.html):
-> Add fix for IOMMU
-> Add dependency of ACPI
-> Add locks to avoid the crash
Changes since v2 (https://patchwork.ozlabs.org/patch/961270/):
-> fix for revi
Morisse
Le mar. 26 févr. 2019 à 13:12, Elie Morisse a écrit :
>
> MP2 controllers have two separate busses, so may accommodate up to two I2C
> adapters. Those adapters are listed in the ACPI namespace with the
> "AMDI0011" HID, and probed by a platform driver.
>
> Comm
many other improvements.
Signed-off-by: Elie Morisse
---
Changes since v1 (https://www.spinics.net/lists/linux-i2c/msg34650.html):
-> Add fix for IOMMU
-> Add dependency of ACPI
-> Add locks to avoid the crash
Changes since v2 (https://patchwork.ozlabs.org/patch/961270/):
-> fix for revi
Hi,
Nehal isn't responding, while the end of the merge window is closing
in. I addressed his last requests, will this get merged?
Elie
Le mer. 26 déc. 2018 à 20:23, Elie Morisse a écrit :
>
> MP2 controllers have two separate busses, so may accommodate up to two I2C
> adapters.
many other improvements.
Signed-off-by: Elie Morisse
---
Changes since v1 (https://www.spinics.net/lists/linux-i2c/msg34650.html):
-> Add fix for IOMMU
-> Add dependency of ACPI
-> Add locks to avoid the crash
Changes since v2 (https://patchwork.ozlabs.org/patch/961270/):
-> fix for revi
many other improvements.
Signed-off-by: Elie Morisse
---
Changes since v1 (https://www.spinics.net/lists/linux-i2c/msg34650.html):
-> Add fix for IOMMU
-> Add dependency of ACPI
-> Add locks to avoid the crash
Changes since v2 (https://patchwork.ozlabs.org/patch/961270/):
-> fix for revi
upstream. Please let
me know if I still have to change something to get it merged.
Elie Morisse
Le mar. 11 déc. 2018 à 18:02, Wolfram Sang a écrit :
>
> On Sun, Dec 09, 2018 at 12:56:02PM -0300, Elie Morisse wrote:
> > MP2 controllers have two separate busses, so may accommodate u
many other improvements.
Signed-off-by: Elie Morisse
---
Changes since v1 (https://www.spinics.net/lists/linux-i2c/msg34650.html):
-> Add fix for IOMMU
-> Add dependency of ACPI
-> Add locks to avoid the crash
Changes since v2 (https://patchwork.ozlabs.org/patch/961270/):
-> fix for
many other improvements.
Signed-off-by: Elie Morisse
---
Changes since v1 (https://www.spinics.net/lists/linux-i2c/msg34650.html):
-> Add fix for IOMMU
-> Add depedency of ACPI
-> Add locks to avoid the crash
Changes since v2 (https://patchwork.ozlabs.org/patch/961270/):
-> fix for
many more improvements.
Signed-off-by: Elie Morisse
---
Changes since v1 (https://www.spinics.net/lists/linux-i2c/msg34650.html):
-> Add fix for IOMMU
-> Add depedency of ACPI
-> Add locks to avoid the crash
Changes since v2 (https://patchwork.ozlabs.org/patch/961270/):
-> fix for
put it back in the platform driver. But is
that really an issue for now?
Btw I'll submit a v11 version of the patch which definitely fixes the
timeouts on Lenovo Ideapad 530s soon (already fixed in
https://github.com/Syniurge/i2c-amd-mp2).
Elie
Le lun. 26 nov. 2018 à 15:52, Shah, Nehal-b
many more improvements.
Signed-off-by: Elie Morisse
---
Changes since v1 (https://www.spinics.net/lists/linux-i2c/msg34650.html):
-> Add fix for IOMMU
-> Add depedency of ACPI
-> Add locks to avoid the crash
Changes since v2 (https://patchwork.ozlabs.org/patch/961270/):
-> fix for review co
018 à 17:56, Bjorn Helgaas a écrit :
>
> [+cc Rafael, Len, linux-acpi]
>
> On Sat, Oct 27, 2018 at 12:09:10PM -0300, Elie Morisse wrote:
> > This contains two drivers:
> > * i2c-amd-plat-mp2: platform driver managing an i2c adapter (one of
> > the two busses of the
many more improvements.
Signed-off-by: Elie Morisse
---
Changes since v1:(https://www.spinics.net/lists/linux-i2c/msg34650.html)
-> Add fix for IOMMU
-> Add depedency of ACPI
-> Add locks to avoid the crash
Changes since v2:(https://patchwork.ozlabs.org/patch/961270/)
-> fix for review comment
The errors on module exit and the hang after a read/write timeout should be
fixed in v8, someone else reported the same issue here:
https://github.com/Syniurge/i2c-amd-mp2/issues/1
Weird that despite a lot of trying by doing random stuff with my touchpad and
touchscreen neither never ever timed ou
ned-off-by: Elie Morisse
---
Changes since v1:(https://www.spinics.net/lists/linux-i2c/msg34650.html)
-> Add fix for IOMMU
-> Add depedency of ACPI
-> Add locks to avoid the crash
Changes since v2:(https://patchwork.ozlabs.org/patch/961270/)
-> fix for review comments
-> fix for more
n the patch changelog.
With those changes both the touchpad and the touchscreen of the
Ryzen-based Lenovo Yoga 530 which lie in separate busses work beautifully.
Signed-off-by: Elie Morisse
---
Changes since v1:(https://www.spinics.net/lists/linux-i2c/msg34650.html)
-> Add fix for IOMMU
-> Add d
n the patch changelog.
With those changes both the touchpad and the touchscreen of the
Ryzen-based Lenovo Yoga 530 which lie in separate busses work beautifully.
Signed-off-by: Elie Morisse
---
Changes since v1:(https://www.spinics.net/lists/linux-i2c/msg34650.html)
-> Add fix for IOMMU
-> Add d
ng zero'd
Tomorrow I'll submit an updated patch that takes Bjorn's remarks that
still apply to my version into account.
Elie Morisse
Le mer. 24 oct. 2018 à 16:16, Bjorn Helgaas a écrit :
>
> On Thu, Oct 25, 2018 at 01:26:51AM +0800, Kai Heng Feng wrote:
> > > O
n the patch changelog.
With those changes both the touchpad and the touchscreen of the
Ryzen-based Lenovo Yoga 530 which lie in separate busses work beautifully.
Signed-off-by: Elie Morisse
---
Changes since v1:(https://www.spinics.net/lists/linux-i2c/msg34650.html)
-> Add fix for IOMMU
-> Add d
ed
in the patch changelog.
With those changes both the touchpad and the touchscreen of the
Ryzen-based Lenovo Yoga 530 which lie in separate busses work beautifully.
Signed-off-by: Elie Morisse
---
Changes since v1:(https://www.spinics.net/lists/linux-i2c/msg34650.html)
-> Add fix for IOMM
22 matches
Mail list logo