media: atomisp: Remove custom sysfs attributes from atomisp_drvfs.c
authorAbdelrahman Fekry <abdelrahmanfekry375@gmail.com>
Fri, 4 Jul 2025 16:10:51 +0000 (19:10 +0300)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 8 Jul 2025 06:43:33 +0000 (08:43 +0200)
commit54d32a9754a096b2d449588f89c38d5dec52eb49
treeb7a3eda9ff736af6de4ab9c2c7f11387a9add4e3
parentbd290dddb0d74b3cd34d2cca15d66105dc4a00d4
media: atomisp: Remove custom sysfs attributes from atomisp_drvfs.c

Continue the cleanup of the AtomISP driver, as discussed with Hans and Andy
in [1].

Tackle TODO item: "Remove custom sysfs files created by atomisp_drvfs.c":
- Remove the sysfs attributes `dbglvl`, `dbgfun`, and `dbgopt`.
- Delete their associated show/store handler functions.
- Remove the corresponding attribute group definitions.

Link: https://lore.kernel.org/all/836dc6b6-2821-47fc-8f24-0838f979af76@kernel.org/
Suggested-by: Hans de Goede <hansg@kernel.org>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Abdelrahman Fekry <abdelrahmanfekry375@gmail.com>
Link: https://lore.kernel.org/r/20250704161051.16733-1-abdelrahmanfekry375@gmail.com
[hansg@kernel.org: Completely remove the now empty atomisp_drvfs files]
Reviewed-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/Makefile
drivers/staging/media/atomisp/TODO
drivers/staging/media/atomisp/pci/atomisp_drvfs.c [deleted file]
drivers/staging/media/atomisp/pci/atomisp_drvfs.h [deleted file]
drivers/staging/media/atomisp/pci/atomisp_v4l2.c