Message ID | 20230217185225.43310-1-prabhakar.mahadev-lad.rj@bp.renesas.com |
---|---|
Headers | show |
Series | RZ/G2L SSI: Update interrupt numbers | expand |
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
On 17/02/2023 19:52, Prabhakar wrote: > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > > From R01UH0914EJ0120 Rev.1.20 HW manual, for full duplex channels > (SSI0/1/3) dma_rt interrupt has now being marked as reserved and similarly > for half duplex channel (SSI2) dma_rx and dma_tx interrupts have now being > marked as reserved (this applies to RZ/G2L and alike SoC's). This patch > updates the binding doc to match the same. Do not use "This commit/patch". https://elixir.bootlin.com/linux/v5.17.1/source/Documentation/process/submitting-patches.rst#L95 Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi Prabhakar, On Fri, Feb 17, 2023 at 7:53 PM Prabhakar <prabhakar.csengg@gmail.com> wrote: > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > > From R01UH0914EJ0120 Rev.1.20 HW manual the interrupt numbers for SSI > channels have been updated, > > SPI 329 - SSIF0 is now marked as reserved > SPI 333 - SSIF1 is now marked as reserved > SPI 335 - SSIF2 is now marked as reserved > SPI 336 - SSIF2 is now marked as reserved > SPI 341 - SSIF3 is now marked as reserved > > This patch drops the above IRQs from SoC DTSI. > > Fixes: 92a341315afc9 ("arm64: dts: renesas: r9a07g044: Add SSI support") > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com> > --- > Hi Geert, > > As this is is a fixes patch and we are still waiting for [0] to be merged > shall do the same for V2L SoC? Yes please. Thank you! > [0] https://patchwork.kernel.org/project/linux-renesas-soc/cover/20230131223529.11905-1-prabhakar.mahadev-lad.rj@bp.renesas.com/ Gr{oetje,eeting}s, Geert
On Fri, 17 Feb 2023 18:52:21 +0000, Prabhakar wrote: > This patch series aims to fix interrupt numbers for SSI channels and updates > the DT binding and the driver accordingly. > > Note, this patch series applies on top of [0]. > > [0] https://patchwork.kernel.org/project/linux-renesas-soc/cover/20230131223529.11905-1-prabhakar.mahadev-lad.rj@bp.renesas.com/ > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: dt-bindings: renesas,rz-ssi: Update interrupts and interrupt-names properties commit: 56a3840486ae22c42176828e25d4073712837bfd [2/4] ASoC: sh: rz-ssi: Update interrupt handling for half duplex channels commit: 38c042b59af0248a8b13f01b1a09d890997c9f6e All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Hi All, This patch series aims to fix interrupt numbers for SSI channels and updates the DT binding and the driver accordingly. Note, this patch series applies on top of [0]. [0] https://patchwork.kernel.org/project/linux-renesas-soc/cover/20230131223529.11905-1-prabhakar.mahadev-lad.rj@bp.renesas.com/ Cheers, Prabhakar Lad Prabhakar (4): ASoC: dt-bindings: renesas,rz-ssi: Update interrupts and interrupt-names properties ASoC: sh: rz-ssi: Update interrupt handling for half duplex channels arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI channels arm64: dts: renesas: r9a07g043: Update IRQ numbers for SSI channels .../bindings/sound/renesas,rz-ssi.yaml | 21 ++++--- arch/arm64/boot/dts/renesas/r9a07g043.dtsi | 19 +++--- arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 19 +++--- sound/soc/sh/rz-ssi.c | 63 +++++++++++++------ 4 files changed, 70 insertions(+), 52 deletions(-)