Received: by 2002:a4a:311b:0:0:0:0:0 with SMTP id k27-v6csp3997651ooa; Mon, 13 Aug 2018 22:53:49 -0700 (PDT) X-Google-Smtp-Source: AA+uWPwTmtXqy9XxBBoaWV1deRw/skUcUEbBEeH43IeYT4yWrURRLPU9MzbdaJkGwvECV987BujR X-Received: by 2002:a62:3306:: with SMTP id z6-v6mr21427155pfz.85.1534226029775; Mon, 13 Aug 2018 22:53:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534226029; cv=none; d=google.com; s=arc-20160816; b=FQfdLxVNqT7qgY8dwKdM5oLqtTAqXhXt0chJ3BtR6OOeD2DX2EXMD/wniMI4UDOpJQ GPvW00eXtPbpH5yc8q9mHwTeEepY9bIjopbbfcKKv16/lmdbHMiGf0xGIpFgy/1E28rK iEa4/7ZFGuW0o0pUpjNuEY3Txu1klbKHZxLkTNgy/SmXduOVsD2U5Lr3P15MltJxBUcm 3c0kGHvYjm7fQNbtzxU7tU0bxkg9ziDJAMYgNDRiQaE7K6TX1SVKGjNB4C9SUS6eyKnY 2pXLCMj8tVZFG8gypJNVLD7jGMClvZSNSWj6WhqsrseRUY7yJ+OCyS/1awN7cAnp//lG LpUw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:date:cc:to:from:subject :message-id:arc-authentication-results; bh=Kv+J0+XOvKRUenpCB023lBTJd7x5zwgYOS9/n+CYEVU=; b=F1IPAdfm7ghpWtziaCOwZ0ryxw3yGoQQYWhxktsYfoXpEJ8ZaXQ4zPkKOOsMfytlwD ZlV0dWTzdKDyK9nnMExNd+5S3uzp6zuyG6UB64o6hSB1hkaFRFawFldzxudb/OEVr3cP PxJYC+wN9fAg1vheFlYCnGThr6Rsu3c20RuC2oYb56+TkePBtmdCMYnYXF21Keybl0zM LAnCVduQpCBiNKO44NnfXlJ6LM8lAxfyXvBrAniZe7JrqN+dSwht5uYlX1tXQGysy0Ej p25h6kpqmDVO56DQ51Ylte67+t/Cwa8sGYEnp0BAauGn8kytV/BySYeoQtzEhi/ETqWa fwOQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o5-v6si16338554plk.95.2018.08.13.22.53.34; Mon, 13 Aug 2018 22:53:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731918AbeHNI3B (ORCPT + 99 others); Tue, 14 Aug 2018 04:29:01 -0400 Received: from hermes.aosc.io ([199.195.250.187]:47785 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729055AbeHNI3B (ORCPT ); Tue, 14 Aug 2018 04:29:01 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id EEEFBBE5CF; Tue, 14 Aug 2018 05:43:18 +0000 (UTC) Message-ID: <87f1db37e70473cd1a77f5e0d2f9a779c6afe7db.camel@aosc.io> Subject: Re: [PATCH v2 00/18] Allwinner R40 HDMI refactoring From: Icenowy Zheng To: Maxime Ripard , Jernej =?gb2312?Q?=810=947krabec?= Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, airlied@linux.ie, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, wens@csie.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org Date: Tue, 14 Aug 2018 13:43:08 +0800 In-Reply-To: <20180724123741.bbkjgy2uwmzsj45k@flea> References: <20180710203511.18454-1-jernej.skrabec@siol.net> <20180711083036.7attjq4hm5ay5gmn@flea> <2309112.TTVI9Fv1ar@jernej-laptop> <20180724123741.bbkjgy2uwmzsj45k@flea> Organization: Anthon Open-Source Community Content-Type: text/plain; charset="UTF-8" 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 在 2018-07-24二的 14:37 +0200,Maxime Ripard写道: > On Sun, Jul 22, 2018 at 04:43:56PM +0200, Jernej Škrabec wrote: > > Hi Maxime, > > > > Dne sreda, 11. julij 2018 ob 10:30:36 CEST je Maxime Ripard > > napisal(a): > > > On Tue, Jul 10, 2018 at 10:34:53PM +0200, Jernej Skrabec wrote: > > > > This series fixes several issues found in R40 HDMI patch series > > > > after > > > > it was applied. Conversation can be found here: > > > > http://lists.infradead.org/pipermail/linux-arm-kernel/2018-June/586011.htm > > > > l > > > > > > > > Patches are based on latest linux-next (next-20180710) and are > > > > ordered > > > > in such way that they don't break R40 HDMI at any time. Because > > > > of that > > > > I suggest that whole series goes through drm-misc to preserve > > > > that order. > > > > > > > > I also tested those patches on H3 to make sure it doesn't break > > > > other > > > > platforms. However, it would be nice to test for regressions > > > > also on > > > > older SoCs (with DE1). > > > > > > > > Best regards, > > > > Jernej > > > > > > Applied all patches but the patch 10, thanks! > > > Maxime > > > > It seems that you forgot to merge some patches: > > > > [PATCH v2 12/18] drm/sun4i: tcon: Add another way for matching > > mixers with > > tcon > > [PATCH v2 13/18] drm/sun4i: tcon: Add support for R40 TCON > > > > Without them, R40 display pipeline can't work. > > > > Maybe they are in your spam folder? > > Thanks for telling me, I'm not quite sure what happened. > > I've applied them. Sorry, but I still didn't find them in linux-next/master. > > Sorry, > Maxime > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel