From patchwork Wed Sep 11 14:52:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Ford X-Patchwork-Id: 11141273 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8856713BD for ; Wed, 11 Sep 2019 14:52:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 631302084F for ; Wed, 11 Sep 2019 14:52:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="GbyNlW7h" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727664AbfIKOwr (ORCPT ); Wed, 11 Sep 2019 10:52:47 -0400 Received: from mail-io1-f67.google.com ([209.85.166.67]:33525 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727873AbfIKOwr (ORCPT ); Wed, 11 Sep 2019 10:52:47 -0400 Received: by mail-io1-f67.google.com with SMTP id m11so46497530ioo.0; Wed, 11 Sep 2019 07:52:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=NGTdt9F3ZZ0dAl/NdWgfhoQHQnI6Jo5dypLz9RxIFA4=; b=GbyNlW7h2LT7nD3Ki7aDD9R1X05eplw0cyGNnFV9cKkIE8KMZE8Z5Wi32J3x9MuD6d zED3Dr8G52vVyizid/Bfl4ycAopbtx6KJ82zD56iixaf5vJMVq9adv8MxHqXJE7i9rB3 LXwhDREw4vrAttqxN5ia3975x/V78DTDCq9/JFA8r4htJgk2YgUNzlacu+5f1be+4+V2 6gT1D9PPSf5hIgpKrxPjYbJLLDYbAALoFHUuIrqvxLpuTy9W1VVINDSfjoqicZ+OAZGH YxhKsUFVpHWC6lRx3F4J6r3XOenJMbPiqY8tVGxJp/hYw5oKLCQIfhMv9S2fR+nuT/x6 NqYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=NGTdt9F3ZZ0dAl/NdWgfhoQHQnI6Jo5dypLz9RxIFA4=; b=Vx8WybcSZmZPGxLNoKaWE3tLGXD7fuJSJT/S0Ux3DxY3Q6j3Fkj2+YWa9tDOqYzizf EDs7p/i3eBaOQdVxa8efN2JZOp5IGF2SKIEUB4a7pgxytcT/u9bLVl0/fAjB6t16yFne EO1mzqI/oHB+LF74DbryFwWobvTSSTxPi5N54TO3TwETMVHXRrnzPuoCXBp6jN7IY3U5 bkDFK0S0B5Qog2wPn6puSTlFohm4T7yM79S04S/YeKu+EnTu6t2g1TJOKq+yNAIVPQh1 DT1oBF1bEz5BWSMJZA31mkJBwxFxBt5PJtw6QBm2NE0n6Fq+r+tP1cdzbkkpoAONZOOm Kp3w== X-Gm-Message-State: APjAAAXyHxNoHa2lZj8Jz89lsSH9Ge5xSD8iP1BldK5twbzLCsyfT7X0 SNbZsiWFoFICyYadx2rAtJXLYJh1 X-Google-Smtp-Source: APXvYqzVP2bjj9XYcMcE3MUN8QMaHKh++5QvZJUYU65sh0Dv0wdc0Q1dzhJAnOiiWC/xGnT3dclImQ== X-Received: by 2002:a5d:894a:: with SMTP id b10mr17475319iot.49.1568213565885; Wed, 11 Sep 2019 07:52:45 -0700 (PDT) Received: from localhost.localdomain (c-73-37-219-234.hsd1.mn.comcast.net. [73.37.219.234]) by smtp.gmail.com with ESMTPSA id p25sm17109904ioo.35.2019.09.11.07.52.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Sep 2019 07:52:44 -0700 (PDT) From: Adam Ford To: linux-omap@vger.kernel.org Cc: adam.ford@logicpd.com, Adam Ford , Tony Lindgren , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] ARM: omap2plus_defconfig: Update for removed items Date: Wed, 11 Sep 2019 09:52:25 -0500 Message-Id: <20190911145226.21088-1-aford173@gmail.com> X-Mailer: git-send-email 2.17.1 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org 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. Signed-off-by: Adam Ford diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index c7bf9c493646..166b36be2ca6 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -349,12 +349,9 @@ CONFIG_OMAP5_DSS_HDMI=y CONFIG_OMAP2_DSS_SDI=y CONFIG_OMAP2_DSS_DSI=y CONFIG_DRM_OMAP_ENCODER_OPA362=m -CONFIG_DRM_OMAP_ENCODER_TFP410=m CONFIG_DRM_OMAP_ENCODER_TPD12S015=m -CONFIG_DRM_OMAP_CONNECTOR_DVI=m CONFIG_DRM_OMAP_CONNECTOR_HDMI=m CONFIG_DRM_OMAP_CONNECTOR_ANALOG_TV=m -CONFIG_DRM_OMAP_PANEL_DPI=m CONFIG_DRM_OMAP_PANEL_DSI_CM=m CONFIG_DRM_OMAP_PANEL_SONY_ACX565AKM=m CONFIG_DRM_OMAP_PANEL_LGPHILIPS_LB035Q02=m From patchwork Wed Sep 11 14:52:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Ford X-Patchwork-Id: 11141275 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 69F9113BD for ; Wed, 11 Sep 2019 14:52:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 45A312084F for ; Wed, 11 Sep 2019 14:52:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="EJxgSrwx" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728244AbfIKOwt (ORCPT ); Wed, 11 Sep 2019 10:52:49 -0400 Received: from mail-io1-f65.google.com ([209.85.166.65]:37634 "EHLO mail-io1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727873AbfIKOws (ORCPT ); Wed, 11 Sep 2019 10:52:48 -0400 Received: by mail-io1-f65.google.com with SMTP id r4so46440205iop.4; Wed, 11 Sep 2019 07:52:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=EK6qCrLs052uo8saG/CKa8ACsOJwz6xJszIlrDZpsn0=; b=EJxgSrwxeKZnsDxcEKl73+la0dwFwYX53cwgBqHkUzfOWdRkYE1XxsiDi4DrMNJIMR Huj0+fS8TUIXfbu1WeaeSOSEWJu+b1sZzSPtc9ZT8dMDVMnG7QCx5o4v8y5V2leVJ56q f99gBbjGPULCbdirwzwaa/++SJrrJzkUtv/jscMiHbSeFamYbaDaO2HFlvO8fInoeEzi UiFsGXrbMxO6Um0muMOiSruK/WVsGTrAxZaQp4Z5xHc10NOy4hB8sAALYxVhvHhJO4vs sTjqzQJVaoqNj9Z0fh5YESgsloEsoGJRWtY546a46OFbfT1osPKkAHd3FiG6PUHRAGlw YScQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=EK6qCrLs052uo8saG/CKa8ACsOJwz6xJszIlrDZpsn0=; b=c6EligcLbwWRyQzt4E6vOQQMrRjwZZ4k6H9XpVvNHRDP8Yfym/PcncUu1+OT/xj7Hb wnE1DiIyr29bm/ACOG0gTdupndr7mG0fE5N0x4lVwoeKnK1vnnV2fMPSCqGTaIyGgWca nOeIUi2NROiqoIzgexdAOGTF9tykyx8GpUaF2Tgz2gtFrdwGC4of+GBK/ahkM0xJ2PlL UVu1cu0eA1NdvVZ7mQgDDHn/aENuSQyjf/bLyVG7wykUjwjCv28GTmPnXv3eUULT7ZeZ E7bIHb8SwhB+is6GXWiOaljkfcE78CdKOfODi9txgCfbZ0PHqU7gdGIWvP/flrfpGsiq ycyw== X-Gm-Message-State: APjAAAXAb6d2BluCTz0nBeu0RSm/3AAX5OgS38AOWddFYVM4YKMFbmT0 XaLVcbsiuI89I4YLSfCwPFiwFW09 X-Google-Smtp-Source: APXvYqwmkuACqYgeZMs8kyMj9c/8J+l6z2tWpsZtI2fuCEHycQPjmI33v7tLfm0zVUbqyA5tbqGiKA== X-Received: by 2002:a6b:acc5:: with SMTP id v188mr43578191ioe.268.1568213567401; Wed, 11 Sep 2019 07:52:47 -0700 (PDT) Received: from localhost.localdomain (c-73-37-219-234.hsd1.mn.comcast.net. [73.37.219.234]) by smtp.gmail.com with ESMTPSA id p25sm17109904ioo.35.2019.09.11.07.52.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Sep 2019 07:52:46 -0700 (PDT) From: Adam Ford To: linux-omap@vger.kernel.org Cc: adam.ford@logicpd.com, Adam Ford , Tony Lindgren , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] ARM: omap2plus_defconfig: Update for moved item Date: Wed, 11 Sep 2019 09:52:26 -0500 Message-Id: <20190911145226.21088-2-aford173@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190911145226.21088-1-aford173@gmail.com> References: <20190911145226.21088-1-aford173@gmail.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org When running make savedefconfig ARCH=arm, CONFIG_DMA_CMA changed location. To help facilitate future changes to omap2plus_defconfig, this patch re-syncs the omap2plus file with the updated location generated by make savedefconfig. No items were removed or added during this patch. Signed-off-by: Adam Ford diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 166b36be2ca6..a0449d3b48a5 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -128,7 +128,6 @@ CONFIG_PCI_ENDPOINT_CONFIGFS=y CONFIG_PCI_EPF_TEST=m CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y -CONFIG_DMA_CMA=y CONFIG_OMAP_OCP2SCP=y CONFIG_CONNECTOR=m CONFIG_MTD=y @@ -537,6 +536,7 @@ CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=y CONFIG_CRC7=y CONFIG_LIBCRC32C=y +CONFIG_DMA_CMA=y CONFIG_FONTS=y CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y