From patchwork Thu Mar 18 04:57:01 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 12147323 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=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT 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 E8A03C433DB for ; Thu, 18 Mar 2021 05:01:36 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 8474B64E04 for ; Thu, 18 Mar 2021 05:01:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8474B64E04 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=FZKg331FiP2j1bUT75IXm9OY3w/Mz0FU+1A99Vm1SxA=; b=CkLcfHUip6uYWhLtvT4fNrTWq auDBAKlp3L34bw/EJMM6wKaBFRWkFnCRtf+FYWPyMdYppsHQaJGkb+DxRIvRSHoc8xoFUxwDx+kBC Vqi52G5ek7KQT0HuJ3NfAuh1wVV+q6q2h+6ca5OOQ2CUDEiLFPlTv7ke8oKspnsoYpmK2m4VO3yT2 o5zvF+/pX+Pb9jWtuTnGnIgkBSn6hS/usgdjYnr5V4Ab/zDJOekfkopgjaoZv06M7l5GM2EnQ2D6E nLCE5B6q8LNu5tpxDWpFhi+2bnD5g3uDOdEkdzVl7DllezqG8Fg8D1FhSwT1KTUuwCWQNHcqcdSeX vSloL83eg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lMkkc-004Sk8-VW; Thu, 18 Mar 2021 04:59:15 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lMkjp-004Sar-7a for linux-arm-kernel@desiato.infradead.org; Thu, 18 Mar 2021 04:58:32 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=OntMuyQvezkffkb0S1hX5CzLWQu3ErJ8mOHlHelvuXM=; b=E11zX/nxqWzDMDndJHZBXM4+Ky EAZBX95Mc+x7sTK2v8k4wdxoIyEUfJdf1ZVFDsAYmP/P8NE6fvrmySQCpZXbQ2PGSIi7org8Z0N14 6PJX0PE4Cn7J9jxuud/cIpMA87Rqi0YQ+HUuzF4Dt0lsOP81Bt3zmiPKDCa0nyAMQWwifA5Md8cCm BKKihoJJoPc/B3cc0kMIesQpKSJnaAJj9pY0CypHSHWwUUSPzJpsXcYYsA/tCqngFL1KXb2fxwiFu mnJ3b6f7VQHKJeZr54PJoLcDBM9jVrTfno9mZpoXnCyU8WGdPkMGqCWE5f98YZmgZlP/KtG+5mZOj SFRoar5g==; Received: from [2001:4bb8:18c:bb3:e1cf:ad2f:7ff7:7a0b] (helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lMkjg-002ZGW-W2; Thu, 18 Mar 2021 04:58:18 +0000 From: Christoph Hellwig To: "David S. Miller" , Jens Axboe , Geert Uytterhoeven Cc: Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Thomas Bogendoerfer , Michael Ellerman , linux-ide@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: [PATCH 05/10] MIPS: switch workpad_defconfig from legacy IDE to libata Date: Thu, 18 Mar 2021 05:57:01 +0100 Message-Id: <20210318045706.200458-6-hch@lst.de> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210318045706.200458-1-hch@lst.de> References: <20210318045706.200458-1-hch@lst.de> MIME-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Use libata instead of the deprecated legacy ide driver in workpad_defconfig. Signed-off-by: Christoph Hellwig --- arch/mips/configs/workpad_defconfig | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/mips/configs/workpad_defconfig b/arch/mips/configs/workpad_defconfig index 891a5f77305da1..4798dc86c9ceaf 100644 --- a/arch/mips/configs/workpad_defconfig +++ b/arch/mips/configs/workpad_defconfig @@ -26,9 +26,12 @@ CONFIG_IP_MULTICAST=y # CONFIG_IPV6 is not set CONFIG_NETWORK_SECMARK=y CONFIG_BLK_DEV_RAM=m -CONFIG_IDE=y -CONFIG_BLK_DEV_IDECS=m -CONFIG_IDE_GENERIC=y +# CONFIG_SCSI_PROC_FS is not set +# CONFIG_SCSI_LOWLEVEL is not set +CONFIG_ATA=y +# CONFIG_ATA_VERBOSE_ERROR is not set +# CONFIG_ATA_FORCE is not set +# CONFIG_ATA_BMDMA is not set CONFIG_NETDEVICES=y CONFIG_PCMCIA_3C574=m CONFIG_PCMCIA_3C589=m