Re: [PATCH v5 2/9] fpga: dfl: fme: convert platform_driver to use dev_groups

2019-08-20 Thread Moritz Fischer
Hi Hao, On Mon, Aug 12, 2019 at 10:49:57AM +0800, Wu Hao wrote: > This patch takes advantage of driver core which helps to create > and remove sysfs attribute files, so there is no need to register > sysfs entries manually in dfl-fme platform river code. Nit: s/river/driver > > Signed-off-by: Wu

[PATCH v5 2/9] fpga: dfl: fme: convert platform_driver to use dev_groups

2019-08-11 Thread Wu Hao
This patch takes advantage of driver core which helps to create and remove sysfs attribute files, so there is no need to register sysfs entries manually in dfl-fme platform river code. Signed-off-by: Wu Hao --- drivers/fpga/dfl-fme-main.c | 29 ++--- 1 file changed, 2 ins