Re: [PATCH 8/8] PCI: rockchip: Fixed MSI generation from PCIe endpoint core

From: Krzysztof Kozlowski
Date: Thu Jan 26 2023 - 10:27:01 EST


On 26/01/2023 14:50, Rick Wertenbroek wrote:
> The generation of MSI interrupts from the RK3399 PCIe endpoint core was
> broken. The main issue came from u16 variables to be used to access u32
> registers, this would lead to shifts of more than 16 bits moving data
> out of the variable etc. Address translation for sending the MSI messages
> over PCIe has also been fixed.
>
> Signed-off-by: Rick Wertenbroek <rick.wertenbroek@xxxxxxxxx>

Same comments as other fix. Missing Fixes tag, cc-stable, move to the
beginning of patchset.


Best regards,
Krzysztof