[PATCH v2 0/2] Introduce initial support for the AMD I3C (non-HCI) to DW driver

Shyam Sundar S K posted 2 patches 1 week, 1 day ago
There is a newer version of this series
drivers/i3c/master/dw-i3c-master.c | 34 ++++++++++++++++++++++++++++++
drivers/i3c/master/dw-i3c-master.h |  1 +
2 files changed, 35 insertions(+)
[PATCH v2 0/2] Introduce initial support for the AMD I3C (non-HCI) to DW driver
Posted by Shyam Sundar S K 1 week, 1 day ago
In this series, support for following features has been added.
- Add dw-i3c-master driver with ACPI bindings
- Workaround for AMD hardware

v4:
----
 - Split the series into two
 - add Jarkko tags

v3:
----
 - Address feedback from Jarkko
 - Drop using SHARED_IRQ flags during interrupt registration
 - Update commit message to mention about SETAASA
 - Use bits [6:0] as the static address

v2:
----
 - Address LKP reports issues

Shyam Sundar S K (2):
  i3c: dw: Add support for AMDI0015 ACPI ID
  i3c: dw: Add quirk to address OD/PP timing issue on AMD platform

 drivers/i3c/master/dw-i3c-master.c | 34 ++++++++++++++++++++++++++++++
 drivers/i3c/master/dw-i3c-master.h |  1 +
 2 files changed, 35 insertions(+)

-- 
2.34.1
Re: [PATCH v2 0/2] Introduce initial support for the AMD I3C (non-HCI) to DW driver
Posted by Alexandre Belloni 4 days, 11 hours ago
On Thu, 14 Nov 2024 16:32:37 +0530, Shyam Sundar S K wrote:
> In this series, support for following features has been added.
> - Add dw-i3c-master driver with ACPI bindings
> - Workaround for AMD hardware
> 
> v4:
> ----
>  - Split the series into two
>  - add Jarkko tags
> 
> [...]

Applied, thanks!

[1/2] i3c: dw: Add support for AMDI0015 ACPI ID
      https://git.kernel.org/abelloni/c/0a0d851ce1bc
[2/2] i3c: dw: Add quirk to address OD/PP timing issue on AMD platform
      https://git.kernel.org/abelloni/c/473d0cb48587

Best regards,

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Re: [PATCH v2 0/2] Introduce initial support for the AMD I3C (non-HCI) to DW driver
Posted by Shyam Sundar S K 1 week, 1 day ago
Apologies. Ignore the version prefix, it should be v4, instead of v2.

On 11/14/2024 16:32, Shyam Sundar S K wrote:
> In this series, support for following features has been added.
> - Add dw-i3c-master driver with ACPI bindings
> - Workaround for AMD hardware
> 
> v4:
> ----
>  - Split the series into two
>  - add Jarkko tags
> 
> v3:
> ----
>  - Address feedback from Jarkko
>  - Drop using SHARED_IRQ flags during interrupt registration
>  - Update commit message to mention about SETAASA
>  - Use bits [6:0] as the static address
> 
> v2:
> ----
>  - Address LKP reports issues
> 
> Shyam Sundar S K (2):
>   i3c: dw: Add support for AMDI0015 ACPI ID
>   i3c: dw: Add quirk to address OD/PP timing issue on AMD platform
> 
>  drivers/i3c/master/dw-i3c-master.c | 34 ++++++++++++++++++++++++++++++
>  drivers/i3c/master/dw-i3c-master.h |  1 +
>  2 files changed, 35 insertions(+)
>