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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 D1734C54FCB for ; Fri, 24 Apr 2020 21:36:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ADF95214AF for ; Fri, 24 Apr 2020 21:36:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726121AbgDXVgT (ORCPT ); Fri, 24 Apr 2020 17:36:19 -0400 Received: from v6.sk ([167.172.42.174]:59570 "EHLO v6.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725970AbgDXVgT (ORCPT ); Fri, 24 Apr 2020 17:36:19 -0400 Received: from localhost (v6.sk [IPv6:::1]) by v6.sk (Postfix) with ESMTP id 524F3610A8; Fri, 24 Apr 2020 21:35:48 +0000 (UTC) From: Lubomir Rintel To: Daniel Vetter Cc: Sam Ravnborg , Laurent Pinchart , Thierry Reding , Andrzej Hajda , Neil Armstrong , Jonas Karlman , Jernej Skrabec , Linux Kernel Mailing List , dri-devel Subject: [PATCH v5 0/3] drm: Add support for Chrontel CH7033 VGA/DVI Encoder Date: Fri, 24 Apr 2020 23:35:36 +0200 Message-Id: <20200424213539.93157-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, chained to this message is another spin of a driver for CH7033. Compared to the previous submission, the integration with device component framework and creation of an encoder on component bind has been removed. This means that until the Armada driver won't work with this driver until it's adjusted to look up the bridges like the other drivers do. Thanks, Lubo 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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 EAB3FC55185 for ; Sat, 25 Apr 2020 08:42:26 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 86B892071E for ; Sat, 25 Apr 2020 08:42:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 86B892071E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=v3.sk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2DA7A6E15A; Sat, 25 Apr 2020 08:42:25 +0000 (UTC) Received: from v6.sk (v6.sk [167.172.42.174]) by gabe.freedesktop.org (Postfix) with ESMTPS id 10FEF6E111 for ; Fri, 24 Apr 2020 21:35:51 +0000 (UTC) Received: from localhost (v6.sk [IPv6:::1]) by v6.sk (Postfix) with ESMTP id 524F3610A8; Fri, 24 Apr 2020 21:35:48 +0000 (UTC) From: Lubomir Rintel To: Daniel Vetter Subject: [PATCH v5 0/3] drm: Add support for Chrontel CH7033 VGA/DVI Encoder Date: Fri, 24 Apr 2020 23:35:36 +0200 Message-Id: <20200424213539.93157-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 X-Mailman-Approved-At: Sat, 25 Apr 2020 08:42:24 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jernej Skrabec , Jonas Karlman , Neil Armstrong , Linux Kernel Mailing List , dri-devel , Andrzej Hajda , Thierry Reding , Laurent Pinchart , Sam Ravnborg Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, chained to this message is another spin of a driver for CH7033. Compared to the previous submission, the integration with device component framework and creation of an encoder on component bind has been removed. This means that until the Armada driver won't work with this driver until it's adjusted to look up the bridges like the other drivers do. Thanks, Lubo _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel