From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 65CFDC433EF for ; Fri, 8 Apr 2022 18:02:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NYcAp4EqLh71X3Bdxut3Nr6hGnuWCldE2Cy1MMHVssY=; b=I/4bs+iMREodKM +u8jlrWQSHlYaFGJ3sE1O6a3D8cftyOnm5nlnzBoth87coCO42PzNyYD7YbRZ/8BU9lSF0L3MroYj 19ARvV+4+WcVhDYAC27U3SNpWzXXRpWJR2zR1tFffISzU5nQUoCmo9/d01ermeg8FEsUXXLOwBqjH VVq+2Eg3paZQvXWpjYPhShOFPFRy+lSjx24eqkQbY9v4BtEF2nci5RC10hOnuQVsFvmYx6cGvNiih qWskwgaJo2dJs+mlWlBRpmBEEVIctlmtIjCCujaNJJIBDi5zVBq90uOrz6voPaiz6hxJGMbmLa0zO 7YiE/4Dd+aRUiLQB+eGg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncsvR-000oOe-S4; Fri, 08 Apr 2022 18:01:37 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncsvO-000oNl-Ff for linux-arm-kernel@lists.infradead.org; Fri, 08 Apr 2022 18:01:35 +0000 Received: from pendragon.ideasonboard.com (117.145-247-81.adsl-dyn.isp.belgacom.be [81.247.145.117]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 95516499; Fri, 8 Apr 2022 20:01:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1649440888; bh=XVlXldVmMbK4ZdMZR7ZO2iAnFDbXwYeICcHEaM4OKaw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aEHATppX9zQY9R+9cEkR+sMDyoZAUFK90JqaRLSnle1V00UREIk02jU6h2N7xAyHL 4E8SlG4u0nEkTE8NiLILRVPwQPK9NMXkfPN70gyts6AVE5L8Leib+VT9B1bU4jlUrH FEqnj9TH0Y9Dg4Q8G1/wkJOAak2cGIBYd6yspnwM= Date: Fri, 8 Apr 2022 21:01:23 +0300 From: Laurent Pinchart To: Francesco Dolcini Cc: Max Krummenacher , Maxime Ripard , Marek Vasut , Christoph Niedermaier , Pengutronix Kernel Team , Dave Stevenson , David Airlie , Sam Ravnborg , Sascha Hauer , DRI Development , DenysDrozdov , Max Krummenacher , Shawn Guo , Linux ARM , NXP Linux Team Subject: Re: [RFC PATCH] drm/panel: simple: panel-dpi: use bus-format to set bpc and bus_format Message-ID: References: <9c9a10ca-e6a1-c310-c0a5-37d4fed6efd6@denx.de> <20220318163549.5a5v3lex4btnnvgb@houat> <20220318171642.y72eqf5qbmuu2ln2@houat> <5ae44b7cd1f7577c98f316a7d288aa4cf423da2d.camel@active.ch> <20220323155817.xcsqxothziot7ba3@houat> <20220324081533.GA249009@francesco-nb.int.toradex.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220324081533.GA249009@francesco-nb.int.toradex.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220408_110134_715430_97350D7D X-CRM114-Status: GOOD ( 17.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Mar 24, 2022 at 09:15:33AM +0100, Francesco Dolcini wrote: > On Wed, Mar 23, 2022 at 09:06:18PM +0100, Max Krummenacher wrote: > > Am Mittwoch, den 23.03.2022, 16:58 +0100 schrieb Maxime Ripard: > > > On Wed, Mar 23, 2022 at 09:42:11AM +0100, Max Krummenacher wrote: > > > > I would copy the definitions of media-bus-format.h into a header in > > > > include/dt-bindings similarly as it is done for > > > > include/dt-bindings/display/sdtv-standards.h for TV standards. > > > > > > That might not be an option: that header is licensed under the GPL, > > > device trees are usually licensed under GPL+MIT, and we don't have any > > > requirements on the license for other projects using a DT (hence the > > > dual license). > > > > That one I didn't consider. That would be solved by a newly invented > > enum. > > IANAL, but we are talking about the copyright of something that is not > even a complete API, it is just a list of name/value. I do not believe > that this is a real problem without solution. I agree here, I don't think it's an issue. -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel