From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1A56C19E97B; Thu, 18 Jun 2026 13:51:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781790720; cv=none; b=XbSiCjxyqMfNmPooi3oTCOfZIOP0wSHMkVJ95BuaScSipQR415wW9PwlS94YK+xbkQKxyvKcTogvKojbNfct3quY35MktSxgOvHe5Hcv3MdPAHCuGZOV6BYgLKQDKh9lfpeRVJrKPucTA7v72Iu2p2qrm9/hnqkaiaEWOyBjsJA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781790720; c=relaxed/simple; bh=poBv80gi0BCFku+Vz2fDoeaP1JSqj8w6eeQ/vYv6uMc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ua6uP4FR4SNC5xKaJpmA+8P7LkV2v52YTnMuoRHmBGPxBAA/ZFfeYHHqUUWpTUR+v/3iiq6edN0DUCzK8h1nytYpxdUIObN1sLdlDgH6Oj8m5p93o1C4cx4Tdkm0ABvhekQZ/00dhTQ1dWwTmkc/jNxbL9FbzhQbG/zm0aKBBPU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=ENxJIEAO; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ENxJIEAO" Received: from ideasonboard.com (mob-109-113-4-199.net.vodafone.it [109.113.4.199]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 4DC7E2F8; Thu, 18 Jun 2026 15:51:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1781790682; bh=poBv80gi0BCFku+Vz2fDoeaP1JSqj8w6eeQ/vYv6uMc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ENxJIEAOgJHDcZdrIZKbo6UUfl+cLsnv/PLKDaXLMS3il7TKw40yij7pphW8z4Qr9 sr3u8XRfkU/H0ZhpMCxlFxNcjYhQTXJiLJJ16OkTimy85djcmn3sV/z6rvp5iSp9Fb uoFHY1ioW02RudtbzCNdLZbJmS4y+RU5Xuesc2OU= Date: Thu, 18 Jun 2026 15:51:53 +0200 From: Jacopo Mondi To: Linus Walleij Cc: Jacopo Mondi , Konstantin Ryabitsev , Nayden.Kanchev@arm.com, Konstantin Babin , Anthony McGivern , vincenzo.frascino@arm.com, linus.walleij@arm.com, Daniel Scally , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Jacopo Mondi Subject: Re: [PATCH v2 0/2] media: mali-c55: Add support for CCM and Gamma Message-ID: References: <20260616-mali-c55-ccm-gamma-v2-0-0f93e9a95d98@ideasonboard.com> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Hi Linus On Thu, Jun 18, 2026 at 03:28:12PM +0200, Linus Walleij wrote: > On Tue, Jun 16, 2026 at 4:36 PM Jacopo Mondi > wrote: > > > Changes in v2: > > - EDITME: describe what is new in this series revision. > > - EDITME: use bulletpoints and terse descriptions. > > - Link to v1: https://lore.kernel.org/r/20260616-mali-c55-ccm-gamma-v1-0-174fe4fedea3@ideasonboard.com > > Odd changes :D > > Honestly, I think this is not your fault, b4 should not allow this. Ahah, indeed it is my fault instead as I forgot to update the entries If helpful: - Address checkpatch warning in mali_c55_params_gamma() (I didn't run b4 prep --check, sorry :) - Remove unused member 'rgb_enable' from uAPI > > Konstantin (Ryabitsev): could we make b4 just refuse to send patch series if > this changelog contains EDITME entries? That would be nice! > > Yours, > Linus Walleij