]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos-vidi: convert platform driver to use dev_groups
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 17 May 2020 19:36:55 +0000 (20:36 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 18 May 2020 04:19:18 +0000 (13:19 +0900)
commit01f2e9e88c3cb028fb010e8879a737a2e869f2ef
tree316215d2a868488b13fd94a2eba08a54bc714a49
parentecc75fd3ce00eb1d546f66ac9984f72b6973eefa
drm/exynos-vidi: convert platform driver to use dev_groups

Platform drivers now have the option to have the platform core create
and remove any needed sysfs attribute files.  So take advantage of that
and do not register "by hand" a sysfs file.

Cc: Inki Dae <inki.dae@samsung.com>
Cc: Joonyoung Shim <jy0922.shim@samsung.com>
Cc: Seung-Woo Kim <sw0312.kim@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_vidi.c