Re: [PATCH v1 3/3] drivers: xilinx_spi: Probe fifo_depth at runtime

2023-11-16 Thread mchitale
On Mon, 2023-11-13 at 10:06 +0100, Michal Simek wrote: > > On 11/11/23 18:31, Mayuresh Chitale wrote: > > If the fifo-size DT parameter is not provided then probe the > > controller's fifo depth at runtime. This is ported from a patch > > in the Linux Xilinx SPI driver. > > > > Signed-off-by: May

Re: [PATCH v1 3/3] drivers: xilinx_spi: Probe fifo_depth at runtime

2023-11-13 Thread Michal Simek
On 11/11/23 18:31, Mayuresh Chitale wrote: If the fifo-size DT parameter is not provided then probe the controller's fifo depth at runtime. This is ported from a patch in the Linux Xilinx SPI driver. Signed-off-by: Mayuresh Chitale Link: https://lore.kernel.org/r/1422029330-10971-5-git-send

[PATCH v1 3/3] drivers: xilinx_spi: Probe fifo_depth at runtime

2023-11-11 Thread Mayuresh Chitale
If the fifo-size DT parameter is not provided then probe the controller's fifo depth at runtime. This is ported from a patch in the Linux Xilinx SPI driver. Signed-off-by: Mayuresh Chitale Link: https://lore.kernel.org/r/1422029330-10971-5-git-send-email-ricardo.riba...@gmail.com --- drivers/sp