Message ID | 20230622113341.657842-1-fabrizio.castro.jz@renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | spi: Add CSI support for Renesas RZ/V2M | expand |
On Thu, 22 Jun 2023 12:33:36 +0100, Fabrizio Castro wrote: > This series is to add support for the Clocked Serial Interface (CSI) > IP found in the Renesas RZ/V2M SoC. > > Thanks, > Fab > > v2: edited list of include files in drivers/spi/spi-rzv2m-csi.c > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/5] spi: dt-bindings: Add bindings for RZ/V2M CSI commit: db63e7ad2895409f78a04f331f781baa7a879dd7 [2/5] clk: renesas: r9a09g011: Add CSI related clocks commit: 7c78eb3e5d30eaa217cecaa32711e41cd849d498 [3/5] spi: Add support for Renesas CSI commit: dcf92036cb3e1b7bf3472109e4290a0937b270dd [4/5] arm64: dts: renesas: r9a09g011: Add CSI nodes commit: ef643c6b57020ee279d18636d9d967ee048dbffa [5/5] arm64: defconfig: Enable Renesas RZ/V2M CSI driver commit: dfbd12ae0e7c761e07369f5a2d55fe06eb54ad31 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
Hi Mark, On Fri, Jun 23, 2023 at 2:32 AM Mark Brown <broonie@kernel.org> wrote: > On Thu, 22 Jun 2023 12:33:36 +0100, Fabrizio Castro wrote: > > This series is to add support for the Clocked Serial Interface (CSI) > > IP found in the Renesas RZ/V2M SoC. > > > > Thanks, > > Fab > > > > v2: edited list of include files in drivers/spi/spi-rzv2m-csi.c > > > > [...] > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next > > Thanks! > > [1/5] spi: dt-bindings: Add bindings for RZ/V2M CSI > commit: db63e7ad2895409f78a04f331f781baa7a879dd7 > [2/5] clk: renesas: r9a09g011: Add CSI related clocks > commit: 7c78eb3e5d30eaa217cecaa32711e41cd849d498 > [3/5] spi: Add support for Renesas CSI > commit: dcf92036cb3e1b7bf3472109e4290a0937b270dd > [4/5] arm64: dts: renesas: r9a09g011: Add CSI nodes > commit: ef643c6b57020ee279d18636d9d967ee048dbffa > [5/5] arm64: defconfig: Enable Renesas RZ/V2M CSI driver > commit: dfbd12ae0e7c761e07369f5a2d55fe06eb54ad31 I hoped this would have been a bug in b4 thanks, but unfortunately it is not. Please do not apply unreviewed clock, DTS, and defconfig patches to your tree. These are intended to go upstream through the renesas-clk and clk, renesas-dt and soc, resp. renesas-defconfig and soc trees. Thanks for your understanding! Gr{oetje,eeting}s, Geert
On Fri, Jun 23, 2023 at 08:49:05AM +0200, Geert Uytterhoeven wrote: > On Fri, Jun 23, 2023 at 2:32 AM Mark Brown <broonie@kernel.org> wrote: > > [1/5] spi: dt-bindings: Add bindings for RZ/V2M CSI > > commit: db63e7ad2895409f78a04f331f781baa7a879dd7 > > [2/5] clk: renesas: r9a09g011: Add CSI related clocks > > commit: 7c78eb3e5d30eaa217cecaa32711e41cd849d498 > > [3/5] spi: Add support for Renesas CSI > > commit: dcf92036cb3e1b7bf3472109e4290a0937b270dd > > [4/5] arm64: dts: renesas: r9a09g011: Add CSI nodes > > commit: ef643c6b57020ee279d18636d9d967ee048dbffa > > [5/5] arm64: defconfig: Enable Renesas RZ/V2M CSI driver > > commit: dfbd12ae0e7c761e07369f5a2d55fe06eb54ad31 > > I hoped this would have been a bug in b4 thanks, but unfortunately it > is not. > > Please do not apply unreviewed clock, DTS, and defconfig patches to > your tree. These are intended to go upstream through the renesas-clk > and clk, renesas-dt and soc, resp. renesas-defconfig and soc trees. Sorry, the series was only partially copied to me so it wasn't very visible that there were other patches - I just saw a simple 2 patch series in my inbox and it's not terribly visible in the rest of the process that there's more patches.
On Thu, 22 Jun 2023 12:33:36 +0100, Fabrizio Castro wrote: > This series is to add support for the Clocked Serial Interface (CSI) > IP found in the Renesas RZ/V2M SoC. > > Thanks, > Fab > > v2: edited list of include files in drivers/spi/spi-rzv2m-csi.c > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/5] spi: dt-bindings: Add bindings for RZ/V2M CSI commit: db63e7ad2895409f78a04f331f781baa7a879dd7 [3/5] spi: Add support for Renesas CSI commit: dcf92036cb3e1b7bf3472109e4290a0937b270dd 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