Re: [PATCH] net: zynq_gem: Add support for new compatible str with xlnx prefix

2022-12-15 Thread Michal Simek
On 12/9/22 16:19, Michal Simek wrote: cdns prefix was deprecated and replaced by xlnx one. Signed-off-by: Michal Simek --- Link: https://lore.kernel.org/r/20220726070802.26579-1-krzysztof.kozlow...@linaro.org --- drivers/net/zynq_gem.c | 6 +- 1 file changed, 5 insertions(+), 1

Re: [PATCH] net: zynq_gem: Add support for new compatible str with xlnx prefix

2022-12-10 Thread Krzysztof Kozlowski
On 09/12/2022 16:19, Michal Simek wrote: > cdns prefix was deprecated and replaced by xlnx one. > > Signed-off-by: Michal Simek > --- > > Link: > https://lore.kernel.org/r/20220726070802.26579-1-krzysztof.kozlow...@linaro.org Thanks. Acked-by: Krzysztof Kozlowski Best regards, Krzysztof

[PATCH] net: zynq_gem: Add support for new compatible str with xlnx prefix

2022-12-09 Thread Michal Simek
cdns prefix was deprecated and replaced by xlnx one. Signed-off-by: Michal Simek --- Link: https://lore.kernel.org/r/20220726070802.26579-1-krzysztof.kozlow...@linaro.org --- drivers/net/zynq_gem.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/net/zynq_gem.c