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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 AA8E9C4CECF for ; Mon, 23 Sep 2019 18:31:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8DD9D20882 for ; Mon, 23 Sep 2019 18:31:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727203AbfIWSa7 (ORCPT ); Mon, 23 Sep 2019 14:30:59 -0400 Received: from muru.com ([72.249.23.125]:34366 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726921AbfIWSa7 (ORCPT ); Mon, 23 Sep 2019 14:30:59 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 566C1809F; Mon, 23 Sep 2019 18:31:30 +0000 (UTC) Date: Mon, 23 Sep 2019 11:30:55 -0700 From: Tony Lindgren To: Adam Ford Cc: Sebastian Reichel , Linux-OMAP , Adam Ford , Russell King , arm-soc , Linux Kernel Mailing List Subject: Re: [PATCH 1/2] ARM: omap2plus_defconfig: Update for removed items Message-ID: <20190923183055.GC5610@atomide.com> References: <20190911145226.21088-1-aford173@gmail.com> <20190911165021.qr5i37mpnua3fvw5@earth.universe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Adam Ford [190911 17:14]: > On Wed, Sep 11, 2019 at 11:50 AM Sebastian Reichel wrote: > > > > Hi, > > > > On Wed, Sep 11, 2019 at 09:52:25AM -0500, Adam Ford wrote: > > > The omap panel-dpi driver was removed in > > > Commit 8bf4b1621178 ("drm/omap: Remove panel-dpi driver") > > > > > > The tFP410 and DVI connector was remove in > > > Commit be3143d8b27f ("drm/omap: Remove TFP410 and DVI connector drivers") > > > > > > This patch removes these items from the omap2plus_defconfig. > > > > The omapdrm specific drivers have generic replacements, that > > should be added to the defconfig instead: > > > > DRM_OMAP_PANEL_DPI -> DRM_PANEL_SIMPLE > > DRM_OMAP_ENCODER_TFP410 -> DRM_TI_TFP410 > > > > Nothing should be required for DRM_OMAP_CONNECTOR_DVI. > > The DPI panel was already done. > > https://patchwork.kernel.org/patch/11119569/ > > I'll submit a patch for the TFP410 I picked that one into fixes, will apply the rest of defconfig changes into omap-for-v5.5/defconfig. Not planning on pushing it out until after -rc1 though. Regards, Tony