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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,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 CE583C433E3 for ; Sun, 23 Aug 2020 07:24:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD73920767 for ; Sun, 23 Aug 2020 07:24:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728002AbgHWHYP (ORCPT ); Sun, 23 Aug 2020 03:24:15 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:50668 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725981AbgHWHYP (ORCPT ); Sun, 23 Aug 2020 03:24:15 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id E92DEFB03; Sun, 23 Aug 2020 09:24:12 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g5yiK_vwgfGA; Sun, 23 Aug 2020 09:24:11 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 6E50845869; Sun, 23 Aug 2020 09:24:11 +0200 (CEST) Date: Sun, 23 Aug 2020 09:24:11 +0200 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Shawn Guo Cc: Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Catalin Marinas , Will Deacon , Martin Kepplinger , "Angus Ainslie (Purism)" , Anson Huang , Peng Fan , Dong Aisheng , Leonard Crestez , Philipp Zabel , Lucas Stach , Andrey Smirnov , Li Jun , Bjorn Andersson , Li Yang , Arnd Bergmann , Geert Uytterhoeven , Michael Walle , Olof Johansson , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/4] arm64: defconfig: re-sync DRM related defconfig bits Message-ID: <20200823072411.GA6867@bogon.m.sigxcpu.org> References: <20200823025622.GR30094@dragon> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200823025622.GR30094@dragon> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, On Sun, Aug 23, 2020 at 10:56:22AM +0800, Shawn Guo wrote: > On Thu, Aug 20, 2020 at 10:50:58AM +0200, Guido Günther wrote: > > This moves the CONFIG_DRM_SIMPLE_BRIDGE entry around making further > > updates simpler. > > > > Signed-off-by: Guido Günther > > Patch #3 and #4 do not apply to my branch. Thanks for applying the other two already! I've rebased these against https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git/log/?h=imx/defconfig in v4: https://lore.kernel.org/linux-devicetree/cover.1598166983.git.agx@sigxcpu.org/T/#t Cheers, -- Guido > > Shawn >