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