media: atomisp: Remove debug sysfs attributes active_bo and free_bo
authorAbdelrahman Fekry <abdelrahmanfekry375@gmail.com>
Fri, 27 Jun 2025 10:06:04 +0000 (13:06 +0300)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 8 Jul 2025 06:43:33 +0000 (08:43 +0200)
commit5e2330ef08f4d7c7692ee55d272c0bb489258915
tree7238eeb2074b4c2d2ca3b7f16f0eeff285adbeb9
parent379f5e1587310b7a0b12b2cd515b66271a1dfc5c
media: atomisp: Remove debug sysfs attributes active_bo and free_bo

The sysfs attributes active_bo and free_bo expose internal buffer
state used only for debugging purposes. These are not part of
any standard kernel ABI, and need to be removed before this
driver may be moved out of drivers/staging.

- Remove active_bo and free_bo attributes
- Remove group registration calls form hmm_init() and hmm_cleanup()

Suggested-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Abdelrahman Fekry <abdelrahmanfekry375@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/20250627100604.29061-1-abdelrahmanfekry375@gmail.com
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/pci/hmm/hmm.c