[PATCH 01/10] include: linux: Add mali-c55-config.h

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Jun 17 07:19:15 CEST 2024


On Thu, Jun 13, 2024 at 03:43:41PM +0100, Daniel Scally wrote:
> On 13/06/2024 15:39, Kieran Bingham wrote:
> > Quoting Daniel Scally (2024-06-13 14:25:53)
> >> Add the header file describing the Mali C55's 3A statistics and
> >> parameters structures so that they can be used by the new IPA module.
> >>
> >> The header has been taken from the v5 of the patchset for the Mali
> >> C55 ISP driver submitted to linux-media, found at the link below:
> >>
> >> https://lore.kernel.org/linux-media/20240529152858.183799-1-dan.scally@ideasonboard.com/
> >>
> >> Acked-by: Nayden Kanchev  <nayden.kanchev at arm.com>
> >> Co-developed-by: Jacopo Mondi <jacopo.mondi at ideasonboard.com>
> >> Signed-off-by: Jacopo Mondi <jacopo.mondi at ideasonboard.com>
> >> Signed-off-by: Daniel Scally <dan.scally at ideasonboard.com>
> >> ---
> >>   include/linux/mali-c55-config.h | 851 ++++++++++++++++++++++++++++++++
> >>   1 file changed, 851 insertions(+)
> >>   create mode 100644 include/linux/mali-c55-config.h
> >
> > As part of this patch (or preceeding it? either way) could you updated
> > utils/update-kernel-headers.sh please?
> 
> Darn - I knew I'd forget to do that. Will do, thanks.

We should avoid update-kernel-headers.sh failures when run on a kernel
that does not include the C55 driver (that's every mainline kernel, as
the driver hasn't been merged yet). In addition to adding the header to
the script, the logic should be updated to skip files that don't exist.

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list