From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ECB25283CA3 for ; Fri, 19 Dec 2025 09:51:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.194.8.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766137897; cv=none; b=oZDF22Wc/XwtQpDW9mvIHYafFbz49fh83GdBA5lcWkjxHW4GWFYq07VyEy/eA2scGyCZhdg6EjuVTfVxIl8tZNPoit9h98Zn7lgbuj69UcjOf/wZ7/9fWGDyXHPLZddBAoKBIWdlcY/d8v4j/mrMZn0EeXUDChe8W6YaYaHeQ3s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766137897; c=relaxed/simple; bh=NMzXeAPMIiKMlodru/qY68vky4OHTsWuTM3DG0n6dCs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DFLVhNOW7Azmjdv0+3+LkcTTu/BFAUNokF9TMl2s6Jm5dtAryU1JuNAYTZ+uqS/yBAjZq1SVuzZ/hLSsMfcuXHWLxNPOgh5VGq6jN5N0aQEE70iZh0v7OWNdBHcWcKHFxorukaD+XXAcQD52Z+TVGjYLp8Su5FLDAOKeO/t265c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it; spf=pass smtp.mailfrom=dolcini.it; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b=M+/7u5ZU; arc=none smtp.client-ip=217.194.8.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dolcini.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b="M+/7u5ZU" Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 5EA1C1FAFC; Fri, 19 Dec 2025 10:41:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1766137287; bh=x/Wmp1b11B/gNfjCs7yTdbiiC8r2IU6F3CN2qSXL3sA=; h=From:To:Subject; b=M+/7u5ZUGj8znUBz1vrhOB2tAfxO+7eu695oLvg6hoYbRptCEX3f/NMMK0Lqqrgd5 EUiGjzW3Mwvw531jJa8iowj+MYioVllv8EF9xXQh+w2dF03wXhkEHZEys46dFhtleJ H1+gNk1sALvduPqFW7K+6qiSWDW5j1qfMst5M1ivcsN0itwdQ+aqURD6bf9B5D2T09 78xv9tvyy61YZ0ctWe2UtFnddAxUnPZBOIdPoO6Py5sF/2CCEQCytrRjeMA/oJKave dFQPr6kJW6FAnK248Pm8e4YEm64YA+QoquzeSxFGYlrUJG6lPG3yxWeOsVhrhxHIj6 JDH3GWrZ9ojBA== Date: Fri, 19 Dec 2025 10:41:23 +0100 From: Francesco Dolcini To: Tomi Valkeinen Cc: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Parth Pancholi , Francesco Dolcini , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/7] drm/bridge: tc358768: Fix typo in TC358768_DSI_CONTROL_DIS_MODE Message-ID: <20251219094123.GA39796@francesco-nb> References: <20251021-tc358768-v1-0-d590dc6a1a0c@ideasonboard.com> <20251021-tc358768-v1-1-d590dc6a1a0c@ideasonboard.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251021-tc358768-v1-1-d590dc6a1a0c@ideasonboard.com> On Tue, Oct 21, 2025 at 04:22:57PM +0300, Tomi Valkeinen wrote: > It's "DSI_MODE", not "DIS_MODE". > > Signed-off-by: Tomi Valkeinen Reviewed-by: Francesco Dolcini