Re: [PATCH v2] fbcon: Use static attribute groups for sysfs entries

2025-03-19 Thread Helge Deller
On 3/14/25 09:16, Thomas Zimmermann wrote: Am 14.03.25 um 07:09 schrieb oushixiong1...@163.com: From: Shixiong Ou Using device_create_with_groups() to simplify creation and removal. Same as commit 1083a7be4504 ("tty: Use static attribute groups for sysfs entries"). Signed-off-by: Shixiong Ou

Re: [PATCH v2] fbcon: Use static attribute groups for sysfs entries

2025-03-14 Thread Thomas Zimmermann
Hi Am 14.03.25 um 07:09 schrieb oushixiong1...@163.com: From: Shixiong Ou Using device_create_with_groups() to simplify creation and removal. Same as commit 1083a7be4504 ("tty: Use static attribute groups for sysfs entries"). Signed-off-by: Shixiong Ou Acked-by: Thomas Zimmermann with mi

[PATCH v2] fbcon: Use static attribute groups for sysfs entries

2025-03-13 Thread oushixiong1025
From: Shixiong Ou Using device_create_with_groups() to simplify creation and removal. Same as commit 1083a7be4504 ("tty: Use static attribute groups for sysfs entries"). Signed-off-by: Shixiong Ou --- drivers/video/fbdev/core/fbcon.c | 69 +--- 1 file changed, 19 in