From: Hans de Goede <hdegoede@redhat.com>
To: Mauro Carvalho Chehab <mchehab@kernel.org>,
Linux Media Mailing List <linux-media@vger.kernel.org>,
Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Sakari Ailus <sakari.ailus@linux.intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
linux-staging@lists.linux.dev, Kate Hsuan <hpa@redhat.com>,
"kieran.bingham@ideasonboard.com"
<kieran.bingham@ideasonboard.com>
Subject: Re: [GIT PULL] media: atomisp: Changes for 6.10-1
Date: Tue, 2 Jul 2024 20:12:34 +0200 [thread overview]
Message-ID: <198f10eb-d1f1-474b-8a4e-2b2236fff8b2@redhat.com> (raw)
In-Reply-To: <43245a4b-1e5a-4d27-876b-853a67b0ad28@redhat.com>
Note the Subject is wrong, this is for 6.11, not 6.10 ...
On 7/2/24 8:11 PM, Hans de Goede wrote:
> Hi Mauro, Hans,
>
> Here is a first round of atomisp changes for 6.11.
>
> Highlights:
> - Update driver for the atomisp firmware now being available in linux-firmware
> - Couple of cleanups from Andy Shevchenko
> - Bunch of spelling fixes
>
> Regards,
>
> Hans
>
>
> The following changes since commit a0157b5aa34eb43ec4c5510f9c260bbb03be937e:
>
> media: venus: fix use after free in vdec_close (2024-06-30 11:22:44 +0200)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git tags/media-atomisp-6.11-1
>
> for you to fetch changes up to 841c19674e180f58b3dd34f991672cce09dfaf39:
>
> media: atomisp: Fix spelling mistakes in sh_css_sp.c (2024-07-02 12:39:37 +0200)
>
> ----------------------------------------------------------------
> atomisp staging driver changes for 6.11-1
>
> Highlights:
> - Update driver for the atomisp firmware now being available in linux-firmware
> - Couple of cleanups from Andy Shevchenko
> - Bunch of spelling fixes
>
> ----------------------------------------------------------------
> Andy Shevchenko (3):
> media: atomisp: Clean up unused macros from math_support.h
> media: atomisp: Replace COMPILATION_ERROR_IF() by static_assert()
> media: atomisp: Remove unused GPIO related defines and APIs
>
> Colin Ian King (1):
> media: atomisp: Fix spelling mistake "pipline" -> "pipeline"
>
> Hans de Goede (5):
> media: atomisp: Remove unused mipicsi_flag module parameter
> media: atomisp: Remove firmware_name module parameter
> media: atomisp: Prefix firmware paths with "intel/ipu/"
> media: atomisp: Update TODO
> media: atomisp: csi2-bridge: Add DMI quirk for OV5693 on Xiaomi Mipad2
>
> Roshan Khatri (5):
> media: atomisp: Fix spelling mistake in sh_css_internal.h
> media: atomisp: Fix spelling mistake in ia_css_eed1_8.host.c
> media: atomisp: Fix spelling mistake in hmm_bo.c
> media: atomisp: Fix spelling mistake in ia_css_debug.c
> media: atomisp: Fix spelling mistakes in sh_css_sp.c
>
> drivers/staging/media/atomisp/TODO | 31 +-----
> drivers/staging/media/atomisp/pci/atomisp_common.h | 1 -
> .../media/atomisp/pci/atomisp_csi2_bridge.c | 14 +++
> drivers/staging/media/atomisp/pci/atomisp_ioctl.c | 2 +-
> drivers/staging/media/atomisp/pci/atomisp_v4l2.c | 37 +++----
> .../base/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 +++--
> .../staging/media/atomisp/pci/gpio_block_defs.h | 17 ----
> .../atomisp/pci/hive_isp_css_common/gpio_global.h | 23 -----
> .../pci/hive_isp_css_common/host/gpio_local.h | 21 ----
> .../pci/hive_isp_css_common/host/gpio_private.h | 9 +-
> .../pci/hive_isp_css_include/assert_support.h | 23 -----
> .../media/atomisp/pci/hive_isp_css_include/gpio.h | 46 ---------
> .../pci/hive_isp_css_include/host/gpio_public.h | 46 ---------
> .../pci/hive_isp_css_include/math_support.h | 110 +--------------------
> .../pci/hive_isp_css_include/type_support.h | 5 +-
> drivers/staging/media/atomisp/pci/hmm/hmm_bo.c | 4 +-
> drivers/staging/media/atomisp/pci/ia_css_3a.h | 5 +
> drivers/staging/media/atomisp/pci/ia_css_dvs.h | 4 +
> .../staging/media/atomisp/pci/ia_css_metadata.h | 4 +
> drivers/staging/media/atomisp/pci/ia_css_types.h | 2 +
> .../pci/isp/kernels/eed1_8/ia_css_eed1_8.host.c | 2 +-
> .../pci/isp/kernels/xnr/xnr_3.0/ia_css_xnr3.host.c | 6 +-
> .../media/atomisp/pci/runtime/binary/src/binary.c | 2 -
> .../atomisp/pci/runtime/debug/src/ia_css_debug.c | 4 +-
> .../runtime/spctrl/interface/ia_css_spctrl_comm.h | 4 +
> drivers/staging/media/atomisp/pci/sh_css.c | 48 +--------
> drivers/staging/media/atomisp/pci/sh_css_frac.h | 4 +-
> .../staging/media/atomisp/pci/sh_css_internal.h | 19 +++-
> drivers/staging/media/atomisp/pci/sh_css_sp.c | 24 ++---
> 31 files changed, 118 insertions(+), 441 deletions(-)
> delete mode 100644 drivers/staging/media/atomisp/pci/hive_isp_css_common/host/gpio_local.h
> delete mode 100644 drivers/staging/media/atomisp/pci/hive_isp_css_include/gpio.h
> delete mode 100644 drivers/staging/media/atomisp/pci/hive_isp_css_include/host/gpio_public.h
next prev parent reply other threads:[~2024-07-02 18:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-02 18:11 [GIT PULL] media: atomisp: Changes for 6.10-1 Hans de Goede
2024-07-02 18:12 ` Hans de Goede [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-10 13:27 Hans de Goede
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=198f10eb-d1f1-474b-8a4e-2b2236fff8b2@redhat.com \
--to=hdegoede@redhat.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=hpa@redhat.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=kieran.bingham@ideasonboard.com \
--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