Message ID | 20220413075141.72777-1-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | serial: 8250: dw: RZN1 DMA support | expand |
On Wed, Apr 13, 2022 at 09:51:30AM +0200, Miquel Raynal wrote: > Hello, > > Support for the RZN1 DMA engine allows us adapt a little bit the 8250 DW > UART driver with to bring DMA support for this SoC. > > This short series applies on top of the series bringing RZN1 DMA > support, currently on its v10, see [1]. Technically speaking, only the DT > patch needs to be applied after [1]. The other patches can come in at > any moment, because if no "dmas" property is provided in the DT, DMA > support will simply be ignored. > > [1] https://lore.kernel.org/dmaengine/20220412193936.63355-1-miquel.raynal@bootlin.com/T/#t Can you rebase on my tty-next branch please? This series does not apply anymore. thanks, greg k-h
Hi Greg, gregkh@linuxfoundation.org wrote on Fri, 15 Apr 2022 11:36:37 +0200: > On Wed, Apr 13, 2022 at 09:51:30AM +0200, Miquel Raynal wrote: > > Hello, > > > > Support for the RZN1 DMA engine allows us adapt a little bit the 8250 DW > > UART driver with to bring DMA support for this SoC. > > > > This short series applies on top of the series bringing RZN1 DMA > > support, currently on its v10, see [1]. Technically speaking, only the DT > > patch needs to be applied after [1]. The other patches can come in at > > any moment, because if no "dmas" property is provided in the DT, DMA > > support will simply be ignored. > > > > [1] https://lore.kernel.org/dmaengine/20220412193936.63355-1-miquel.raynal@bootlin.com/T/#t > > Can you rebase on my tty-next branch please? This series does not apply > anymore. Yes of course. Thanks, Miquèl
Hello, miquel.raynal@bootlin.com wrote on Wed, 20 Apr 2022 10:56:31 +0200: > Hi Greg, > > gregkh@linuxfoundation.org wrote on Fri, 15 Apr 2022 11:36:37 +0200: > > > On Wed, Apr 13, 2022 at 09:51:30AM +0200, Miquel Raynal wrote: > > > Hello, > > > > > > Support for the RZN1 DMA engine allows us adapt a little bit the 8250 DW > > > UART driver with to bring DMA support for this SoC. > > > > > > This short series applies on top of the series bringing RZN1 DMA > > > support, currently on its v10, see [1]. Technically speaking, only the DT > > > patch needs to be applied after [1]. The other patches can come in at > > > any moment, because if no "dmas" property is provided in the DT, DMA > > > support will simply be ignored. > > > > > > [1] https://lore.kernel.org/dmaengine/20220412193936.63355-1-miquel.raynal@bootlin.com/T/#t > > > > Can you rebase on my tty-next branch please? This series does not apply > > anymore. > > Yes of course. Actually the conflict comes from the fact that I was asked to rebase this series on top of a couple of changes for supporting a Starfive controller (jh7100-hsuart) which impacted the same area as I was touching. It turns out this series was not merged during the last merge cycle as expected. It seems to be because it received comments that were raised when reviewing my own series and which I actually fixed. Anyway, I've dropped the commit adding jh7100 support but squashed the patch bringing platform data to 8250_dw.c so that this series can now stand alone (see v6). It will be very easy to rebase the series from Emil on top of this one. Thanks, Miquèl