mbox series

[0/2] PCI: dwc: ep: Minor alignment cleanups

Message ID 20241017132052.4014605-4-cassel@kernel.org (mailing list archive)
Headers show
Series PCI: dwc: ep: Minor alignment cleanups | expand

Message

Niklas Cassel Oct. 17, 2024, 1:20 p.m. UTC
Hello all,

Here comes minor cleanups related to the new address alignment APIs.

Kind regards,
Niklas

Niklas Cassel (2):
  PCI: dwc: ep: Fix dw_pcie_ep_align_addr()
  PCI: dwc: ep: Use align addr function for
    dw_pcie_ep_raise_{msi,msix}_irq()

 .../pci/controller/dwc/pcie-designware-ep.c   | 20 +++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Comments

Damien Le Moal Oct. 20, 2024, 12:59 a.m. UTC | #1
On 10/17/24 22:20, Niklas Cassel wrote:
> Hello all,
> 
> Here comes minor cleanups related to the new address alignment APIs.
> 
> Kind regards,
> Niklas
> 
> Niklas Cassel (2):
>   PCI: dwc: ep: Fix dw_pcie_ep_align_addr()
>   PCI: dwc: ep: Use align addr function for
>     dw_pcie_ep_raise_{msi,msix}_irq()
> 
>  .../pci/controller/dwc/pcie-designware-ep.c   | 20 +++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)

Looks good.

Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Tested-by: Damien Le Moal <dlemoal@kernel.org>
Niklas Cassel Oct. 29, 2024, 10:25 a.m. UTC | #2
On Thu, Oct 17, 2024 at 03:20:53PM +0200, Niklas Cassel wrote:
> Hello all,
> 
> Here comes minor cleanups related to the new address alignment APIs.
> 
> Kind regards,
> Niklas
> 
> Niklas Cassel (2):
>   PCI: dwc: ep: Fix dw_pcie_ep_align_addr()
>   PCI: dwc: ep: Use align addr function for
>     dw_pcie_ep_raise_{msi,msix}_irq()
> 
>  .../pci/controller/dwc/pcie-designware-ep.c   | 20 +++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)
> 
> -- 
> 2.47.0
> 

This series has been reviewed by two different people.

What is the hold up? :)


Kind regards,
Niklas