Re: [PATCH net 1/1] net: stmmac: check fwnode for phy device before scanning for phy

2023-04-05 Thread Marek Szyprowski
a PHY") >> Signed-off-by: Michael Sit Wei Hong >> --- > Works fine on ARC HSDK board. > Tested-by: Shahab Vahedi Tested-by: Marek Szyprowski Works fine on Khadas VIM3, Odroid-C4 and Odroid-M1. Best regards -- Marek Szyprowski, PhD Samsung R&D Institute Poland _

Re: [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic

2020-11-12 Thread Marek Szyprowski
d at (1282): [] __do_softirq+0x528/0x674 softirqs last disabled at (1269): [] irq_exit+0x1dc/0x1e8 ---[ end trace 6f32a2fb4294655f ]--- I can do more tests to help fixing this issue. Just let me know what to do. ... Best regards -- Marek Szyprowski, PhD

Re: [PATCH 1/3] dma-debug: move initialization to common code

2018-05-08 Thread Marek Szyprowski
Christoph Hellwig Nice! Unification of this is definitely needed and solves the issues reported some time ago: https://patchwork.kernel.org/patch/9429637/ (arm) https://patchwork.kernel.org/patch/9431161/ (arm64, rejected) Acked-by: Marek Szyprowski > --- > arch/arm/mm/dma-mappin

Re: of_reserved_mem_device_init_by_idx() returns -EINVAL if "memory-region" is missing

2016-06-16 Thread Marek Szyprowski
device_init() Any thoughts? This was my fault. The fix is already queued to linux-next, see commit 9f5a802b1d51dc80a27d828a5f7dcc8ec4a72f03 ("[media] of: reserved_mem: restore old behavior when no region is defined"), http://www.spinics.net/lists/linux-media/msg100972.html Best reg