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=-0.9 required=3.0 tests=FROM_EXCESS_BASE64, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 B5F41C04EB9 for ; Mon, 3 Dec 2018 18:09:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 83B9420850 for ; Mon, 3 Dec 2018 18:09:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 83B9420850 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=siol.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-clk-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726833AbeLCSKC (ORCPT ); Mon, 3 Dec 2018 13:10:02 -0500 Received: from mailoutvs6.siol.net ([185.57.226.197]:60321 "EHLO mail.siol.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726221AbeLCSKB (ORCPT ); Mon, 3 Dec 2018 13:10:01 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.siol.net (Postfix) with ESMTP id 2B3F8520937; Mon, 3 Dec 2018 19:09:55 +0100 (CET) X-Virus-Scanned: amavisd-new at psrvmta11.zcs-production.pri Received: from mail.siol.net ([127.0.0.1]) by localhost (psrvmta11.zcs-production.pri [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id b2sP2dUmjOpo; Mon, 3 Dec 2018 19:09:54 +0100 (CET) Received: from mail.siol.net (localhost [127.0.0.1]) by mail.siol.net (Postfix) with ESMTPS id BFBE852093D; Mon, 3 Dec 2018 19:09:54 +0100 (CET) Received: from jernej-laptop.localnet (cpe1-8-82.cable.triera.net [213.161.8.82]) (Authenticated sender: 031275009) by mail.siol.net (Postfix) with ESMTPA id 78DCA52091C; Mon, 3 Dec 2018 19:09:51 +0100 (CET) From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Maxime Ripard Cc: wens@csie.org, robh+dt@kernel.org, mturquette@baylibre.com, sboyd@kernel.org, airlied@linux.ie, architt@codeaurora.org, a.hajda@samsung.com, Laurent.pinchart@ideasonboard.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH v3 00/28] Allwinner H6 DE3 and HDMI support Date: Mon, 03 Dec 2018 19:09:50 +0100 Message-ID: <14295738.m69morCfDC@jernej-laptop> In-Reply-To: <20181105094341.qedt7jvnxooiojki@flea> References: <20181104182705.18047-1-jernej.skrabec@siol.net> <20181105094341.qedt7jvnxooiojki@flea> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Dne ponedeljek, 05. november 2018 ob 10:43:41 CET je Maxime Ripard napisal(a): > On Sun, Nov 04, 2018 at 07:26:37PM +0100, Jernej Skrabec wrote: > > This series adds support for Display Engine 3.0 and HDMI 2.0a, which > > can be found on H6 SoC. > > > > Display Engine 3.0 in comparison to 2.0 mostly adds features needed for > > displaying and processing 10-bit and AFBC formats, which are not yet > > supported by this series. > > > > H6 is also the first SoC which supports IOMMU, but support for it is > > not yet added. > > > > This series is based on linux-next at next-20181102. > > > > I suggest all patches go through allwinner tree, except DRM patches, > > which should go through drm-misc tree. > > Applied all patches up to the 26. The two last one however should not > use the clk bindings define you added in the first clk patches, since > clk and dt patches are going through different tree. I think you forgot to merge patch "drm/sun4i: Add compatible for H6 display engine". At least it is not in linux-next. Best regards, Jernej