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.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 9ECB6C4321A for ; Sat, 29 Jun 2019 14:10:04 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 5ACCC2086D for ; Sat, 29 Jun 2019 14:10:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="hfsQzML0" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5ACCC2086D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZY6qVcFyYrwLZ1jeTz0y8XeAhQFHlvPb4JED86BphnE=; b=hfsQzML0A4Nevv EtROowC3cDe8d7nCc0K/72+YpclKpPIogq+psRZzP57Z4BVdaOWCyXEl/rgnshTgdNdkG6laazvxI tAeorxe5tujuTv0BLStBP0dpNTdRXvlqZTWQHcLPjLVi2X/9Nb450fJZZ7MsMHm7F8KDtPuSxAIfF u7utd/PdUEff4/SVJtKrgvW/UX5bAdvRbzUbYlaHj18C09jNW1A2uwiuKKg2iJj6ym1myfj6GCVff XsT5x3FL6BE0qhh5dSD7V/5VFz2QOwS3fJP7cwHpAraTIZ2cBVYqq+R7AmYUOmowMp1vxg1AhsoMx Q2g9I/XQU96X+2NwD8Tg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hhE37-0001ix-U2; Sat, 29 Jun 2019 14:09:53 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hhE33-0001hW-05; Sat, 29 Jun 2019 14:09:50 +0000 Received: from ip5f5a6320.dynamic.kabel-deutschland.de ([95.90.99.32] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hhE2n-00029i-Fh; Sat, 29 Jun 2019 16:09:33 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Sam Ravnborg Subject: Re: [PATCH v5 0/7] drm/panel: simple: Add mode support to devicetree Date: Sat, 29 Jun 2019 16:09:32 +0200 Message-ID: <2169143.hEFa8b2HQR@diego> In-Reply-To: <20190628171342.GA2238@ravnborg.org> References: <20190401171724.215780-1-dianders@chromium.org> <20190628171342.GA2238@ravnborg.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190629_070949_190260_1E215212 X-CRM114-Status: GOOD ( 16.21 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Brian Norris , David Airlie , Viresh Kumar , Dmitry Torokhov , Doug Anderson , Rob Herring , LKML , "open list:ARM/Rockchip SoC..." , Thierry Reding , Sean Paul , dri-devel , Boris Brezillon , Enric =?ISO-8859-1?Q?Balletb=F2?= , Klaus Goger , Ezequiel Garcia , Matthias Kaehlcke , Linux ARM , Laurent Pinchart Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Sam, Am Freitag, 28. Juni 2019, 19:13:42 CEST schrieb Sam Ravnborg: > Hi Doug. > > > Sam: Oh! I hadn't noticed that you've been added as a panel > > maintainer in commit ef0db94f94a0 ("MAINTAINERS: Add Sam as reviewer > > for drm/panel"). Does that mean you are able to provide some advice > > for how to land this series? > Reviewer only, not maintainer.... > > It is on my TODO list for the weekend to go through the patch set in > details and provide feedback. I have read them before, but I miss to do > a more detailed read through. > > But I cannot apply this unless Thierry or one of the DRM maintainers > ack it. > We simply need someone with a better general knowledge of DRM to ack it > than I have. So Thierry was able to look at the patches yesterday it seems and has Acked all the relevant ones. As a drm-misc-contributor I could also apply them myself, but now don't want to preempt any additional comments you might have ;-) . So I guess my question would be if you still want to do a review or if I should apply them. In any case, I'd like to take the actual dts patches (patches 3+6+7 if I'm not mistaken) through my tree up to arm-soc after the fact, to prevent conflicts. Thanks Heiko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel