[PATCH 0/2] staging: media: atomisp: Clean up unnecessary module parameters

Prajval Chaudhary posted 2 patches 5 days, 13 hours ago
.../media/atomisp/pci/atomisp_common.h        |  6 ++----
.../staging/media/atomisp/pci/atomisp_v4l2.c  | 19 ++-----------------
2 files changed, 4 insertions(+), 21 deletions(-)
[PATCH 0/2] staging: media: atomisp: Clean up unnecessary module parameters
Posted by Prajval Chaudhary 5 days, 13 hours ago
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
Re: [PATCH 0/2] staging: media: atomisp: Clean up unnecessary module parameters
Posted by Andy Shevchenko 5 days, 10 hours ago
On Sun, Jul 19, 2026 at 5:09 PM Prajval Chaudhary
<prajvalchaudhari733@gmail.com> wrote:
>
> 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.

I understand your eagerness to achieve something with this driver.
Unfortunately this driver is not that easy. If you really want to
continue with it, please buy or lend some cheap Bay Trail or Cherry
Trail tablet with a camera connected to the SH IP.

-- 
With Best Regards,
Andy Shevchenko