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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8444AC4338F for ; Thu, 5 Aug 2021 16:07:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6FA3B610A2 for ; Thu, 5 Aug 2021 16:07:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230405AbhHEQHx (ORCPT ); Thu, 5 Aug 2021 12:07:53 -0400 Received: from mo4-p02-ob.smtp.rzone.de ([81.169.146.171]:18308 "EHLO mo4-p02-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229758AbhHEQHx (ORCPT ); Thu, 5 Aug 2021 12:07:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1628179642; s=strato-dkim-0002; d=goldelico.com; h=To:References:Message-Id:Cc:Date:In-Reply-To:From:Subject:Cc:Date: From:Subject:Sender; bh=TK4Z4SGFS8N8geJ9iPm+eTLiTkHLkJnX7aTss4SlKQM=; b=ZXlkVoOBf575FzjuzPu7Z2k0mk6nsQYnpyymLg0ZhYe/I2KvVNqvKOVZa0uZ4tZQMP gjFq6HmGXTQB+AcaNXcMG5FkwvkEo4QLWA4Wps/ewyASgGhtu306yP22re/vCGABvWOA 3Rq8dKeFNu0D2t76f/RdtWHkmCY1p2OvjofJrwNgLnaFcJ0mswQYykyVYyBCBA8pBSoY E3EeSkfYoX3qz5mkhOU4Z8Kpfa0QlkTUAiLgJ6mHnzoNeM8UlQoFhfEH6lOGe7qYMIsU z7bDicNTYPmpZGk51rIfXtKK1Y7mmDpklLF6L7A6A3N5JMfP5WEOdVd+xfPFbJ+hc0oF BEPg== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":JGIXVUS7cutRB/49FwqZ7WcJeFKiMgPgp8VKxflSZ1P34KBj4Qpw9iZeHWElw4rovw==" X-RZG-CLASS-ID: mo00 Received: from imac.fritz.box by smtp.strato.de (RZmta 47.31.0 DYNA|AUTH) with ESMTPSA id Q02727x75G7L7X8 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate); Thu, 5 Aug 2021 18:07:21 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.21\)) Subject: Re: [PATCH v2 8/8] [RFC] drm/ingenic: convert to component framework for jz4780 hdmi From: "H. Nikolaus Schaller" In-Reply-To: Date: Thu, 5 Aug 2021 18:07:20 +0200 Cc: Paul Cercueil , Rob Herring , Mark Rutland , Thomas Bogendoerfer , Geert Uytterhoeven , Kees Cook , "Eric W. Biederman" , Miquel Raynal , David Airlie , Daniel Vetter , Andrzej Hajda , Neil Armstrong , Robert Foss , Jernej Skrabec , Ezequiel Garcia , Harry Wentland , Sam Ravnborg , Maxime Ripard , Hans Verkuil , devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org, Paul Boddie , Jonas Karlman , dri-devel@lists.freedesktop.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <77554dd2612f418f6ab74a8be06c82b71410e0e6.1628172477.git.hns@goldelico.com> To: Laurent Pinchart X-Mailer: Apple Mail (2.3445.104.21) Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Hi Laurent, > Am 05.08.2021 um 17:04 schrieb Laurent Pinchart = : >=20 > Hi Nikolaus, >=20 > Thank you for the patch. >=20 > On Thu, Aug 05, 2021 at 04:07:57PM +0200, H. Nikolaus Schaller wrote: >> This patch attempts to convert the ingenic-dw-hdmi driver >> into a version that uses the component framework. >=20 > Why ? What problem would this solve ? Well, it was suggested in a v1 we did post several months ago. I have = not looked up by whom and do not exactly remember the reasons. We now simply thought that it is common style since dome dw-hdmi drivers make use of it but some others don't. And we got it working without. If it is not needed/requested by anyone, we can drop it from v3 (or add = later). BR and thanks, Nikolaus=