Linux kernel staging patches
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Kate Hsuan <hpa@redhat.com>, Hans de Goede <hdegoede@redhat.com>,
	linux-media@vger.kernel.org, linux-staging@lists.linux.dev,
	linux-kernel@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>,
	Sakari Ailus <sakari.ailus@linux.intel.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: [PATCH v1 0/2] media: atomisp: A couple of cleanups
Date: Wed, 24 Apr 2024 21:43:30 +0300	[thread overview]
Message-ID: <20240424184421.1737776-1-andriy.shevchenko@linux.intel.com> (raw)

1/ Drop a lot of unused math related macros.
2/ Replace homegrown static_assert()

Andy Shevchenko (2):
  media: atomisp: Clean up unused macros from math_support.h
  media: atomisp: Replace COMPILATION_ERROR_IF() by static_assert()

 .../circbuf/interface/ia_css_circbuf_comm.h   |   6 +
 .../pci/camera/util/interface/ia_css_util.h   |  11 --
 .../media/atomisp/pci/camera/util/src/util.c  |  25 ++--
 .../pci/hive_isp_css_include/assert_support.h |  23 ----
 .../pci/hive_isp_css_include/math_support.h   | 110 +-----------------
 .../pci/hive_isp_css_include/type_support.h   |   5 +-
 drivers/staging/media/atomisp/pci/ia_css_3a.h |   5 +
 .../staging/media/atomisp/pci/ia_css_dvs.h    |   4 +
 .../media/atomisp/pci/ia_css_metadata.h       |   4 +
 .../staging/media/atomisp/pci/ia_css_types.h  |   2 +
 .../kernels/xnr/xnr_3.0/ia_css_xnr3.host.c    |   6 +-
 .../atomisp/pci/runtime/binary/src/binary.c   |   2 -
 .../spctrl/interface/ia_css_spctrl_comm.h     |   4 +
 drivers/staging/media/atomisp/pci/sh_css.c    |  38 ------
 .../staging/media/atomisp/pci/sh_css_frac.h   |   4 +-
 .../media/atomisp/pci/sh_css_internal.h       |  15 ++-
 16 files changed, 60 insertions(+), 204 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac


             reply	other threads:[~2024-04-24 18:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-24 18:43 Andy Shevchenko [this message]
2024-04-24 18:43 ` [PATCH v1 1/2] media: atomisp: Clean up unused macros from math_support.h Andy Shevchenko
2024-04-24 18:43 ` [PATCH v1 2/2] media: atomisp: Replace COMPILATION_ERROR_IF() by static_assert() Andy Shevchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240424184421.1737776-1-andriy.shevchenko@linux.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hdegoede@redhat.com \
    --cc=hpa@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=mchehab@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).