Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: media: atomisp: Clean up unnecessary module parameters
@ 2026-07-19 14:03 Prajval Chaudhary
  2026-07-19 14:03 ` [PATCH 1/2] staging: media: atomisp: Remove unused and unwanted debug " Prajval Chaudhary
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Prajval Chaudhary @ 2026-07-19 14:03 UTC (permalink / raw)
  To: Hans de Goede, Mauro Carvalho Chehab, Greg Kroah-Hartman
  Cc: Andy Shevchenko, Sakari Ailus, linux-media, linux-staging,
	linux-kernel, Prajval Chaudhary

This patch series addresses the 'Remove unnecessary/unwanted module
parameters' task listed in the atomisp driver's TODO file.

The first patch removes the unused debug parameters along with the
user-facing pad_w and pad_h parameters to safeguard hardware padding
boundaries. The second patch converts the remaining internal usages
of pad_w and pad_h to const configurations to enable compiler
optimizations and enforce type safety.

Prajval Chaudhary (2):
  staging: media: atomisp: Remove unused and unwanted debug module
    parameters
  staging: media: atomisp: Mark pad_w and pad_h as const constants

 .../media/atomisp/pci/atomisp_common.h        |  6 ++----
 .../staging/media/atomisp/pci/atomisp_v4l2.c  | 19 ++-----------------
 2 files changed, 4 insertions(+), 21 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-07-20 10:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-19 14:03 [PATCH 0/2] staging: media: atomisp: Clean up unnecessary module parameters Prajval Chaudhary
2026-07-19 14:03 ` [PATCH 1/2] staging: media: atomisp: Remove unused and unwanted debug " Prajval Chaudhary
2026-07-19 17:05   ` Andy Shevchenko
2026-07-20 10:38   ` Dan Carpenter
2026-07-20 10:59     ` Andy Shevchenko
2026-07-19 14:03 ` [PATCH 2/2] staging: media: atomisp: Mark pad_w and pad_h as const constants Prajval Chaudhary
2026-07-19 17:02 ` [PATCH 0/2] staging: media: atomisp: Clean up unnecessary module parameters Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox