public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Remove #ifdef ISP2401 and unifying sh_css_sp_group structure
@ 2023-06-12  5:57 Kate Hsuan
  2023-06-12  5:57 ` [PATCH v2 1/3] media: atomisp: sh_css_internal: Unifying sh_css_sp_group to remove #ifdef ISP2401 Kate Hsuan
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Kate Hsuan @ 2023-06-12  5:57 UTC (permalink / raw)
  To: Hans de Goede, Mauro Carvalho Chehab, Sakari Ailus,
	Greg Kroah-Hartman, linux-media, linux-staging
  Cc: Kate Hsuan

The changes in v2 include:
1. Squashed patches #1 and #3 to resolve the build issue.
2. Introduced a new patch to remove the unused debug codes and variables.
3. Added a NULL pointer check for memory allocation failure.
4. Fixed the memory offset when copying the configuration to the buffer.

Kate Hsuan (3):
  media: atomisp: sh_css_internal: Unifying sh_css_sp_group to remove
    #ifdef ISP2401
  media: atomisp: ia_css_debug: remove unused
    HAS_WATCHDOG_SP_THREAD_DEBUG codes
  atomisp: sh_css_params: write the sp_group config according to the ISP
    model

 .../pci/hive_isp_css_common/debug_global.h    |   7 -
 .../media/atomisp/pci/ia_css_acc_types.h      |   6 +-
 .../runtime/debug/interface/ia_css_debug.h    |  12 --
 .../pci/runtime/debug/src/ia_css_debug.c      | 165 ------------------
 .../media/atomisp/pci/sh_css_internal.h       |  41 +----
 .../staging/media/atomisp/pci/sh_css_params.c |  41 ++++-
 6 files changed, 42 insertions(+), 230 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-06-16 14:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-12  5:57 [PATCH v2 0/3] Remove #ifdef ISP2401 and unifying sh_css_sp_group structure Kate Hsuan
2023-06-12  5:57 ` [PATCH v2 1/3] media: atomisp: sh_css_internal: Unifying sh_css_sp_group to remove #ifdef ISP2401 Kate Hsuan
2023-06-13  9:34   ` Hans de Goede
2023-06-16  6:08     ` Kate Hsuan
2023-06-16  6:18       ` Kate Hsuan
2023-06-16 14:26         ` Hans de Goede
2023-06-12  5:57 ` [PATCH v2 2/3] media: atomisp: ia_css_debug: remove unused HAS_WATCHDOG_SP_THREAD_DEBUG codes Kate Hsuan
2023-06-13  9:36   ` Hans de Goede
2023-06-12  5:57 ` [PATCH v2 3/3] atomisp: sh_css_params: write the sp_group config according to the ISP model Kate Hsuan
2023-06-13  9:37   ` Hans de Goede

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