Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp2968408pxf; Sun, 21 Mar 2021 13:25:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwlxlKEy5Vi5gvHcdMy+JC4YSQ1XYZj0hCcg6/uG9L6fScqGWCUPGiYQZ/1OZP/D6LcOmxI X-Received: by 2002:a17:906:2b46:: with SMTP id b6mr15823589ejg.521.1616358325720; Sun, 21 Mar 2021 13:25:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616358325; cv=none; d=google.com; s=arc-20160816; b=G9dzBsG/SuWFIywmXnd4bYCbyAfurBydNuKaqXm0u7fUV+TB/CknH1PcfJK3P5vjZB xO1cmGp2AfQmWeeD1H0R9ZntM1AwnjSdoFCGJ53gRHtV0mXyzJ7E5qx0dE3H9KjQ8srs jZ4+PF1zGsXGIhEAwdseV3xLnRozFi7+pISGTG8NHJF7OH0rNhq42MQa/cNrfeTlW5J5 2Sw17VJqqu4KuBdYiaUeIu0wzeavvBish2/6/9u/gjubVElerpjFpl7ZGW7YK+ZGfYrq 8LfqCWUvg85mqnpmoJGka5ExMnr4YXuRLeAGKQN1Dmui2jMlOeONMiyLyU7Wam54DYD6 GYXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=ppBIJWinUSAa+wZB7e3R8mSC7zLSWvXMTC2nOe+FK2M=; b=jmVNzDD0fUenUVczdaQr1ADrVoRnukkMTWrztJ2SiHE1YTyGv20BL7r6k6jiFcgXxb qMRV2ETtyC1ZpEqdYS5c/MEZW+QB1NHqnszjM/JFJcII45XBWqD6ZcnyaScgYaVtdWru kTJsItuo4F4ynqZuzEJPalZmY9/m/mR6p4D3wZKbbF+ZxKNs8MRrHkB+hlJcOnlxiCVY WpXXUnCTFH4Lg1IQnBxtlt/nA3X/1AL02smtUP37sq9kXQnW10mEGBzur4+EunAGc0Yv rEWqGheew9cqyaTaGZJS+u8xZg9DTrqkUC5QbmRAJqNEd4QvE3AegyIha6WhStseGfZb qFmA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ks7si9717852ejb.682.2021.03.21.13.25.03; Sun, 21 Mar 2021 13:25:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230393AbhCUT4g (ORCPT + 99 others); Sun, 21 Mar 2021 15:56:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35106 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230298AbhCUTzr (ORCPT ); Sun, 21 Mar 2021 15:55:47 -0400 Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::4]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 3F873C061574; Sun, 21 Mar 2021 12:55:47 -0700 (PDT) Received: by angie.orcam.me.uk (Postfix, from userid 500) id 919CA9200B3; Sun, 21 Mar 2021 20:55:46 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 8B25692009B; Sun, 21 Mar 2021 20:55:46 +0100 (CET) Date: Sun, 21 Mar 2021 20:55:46 +0100 (CET) From: "Maciej W. Rozycki" To: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org cc: Thomas Bogendoerfer , Christoph Hellwig Subject: [PATCH 2/2] MIPS: SiByte: Enable pata_platform with SWARM defconfig In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Enable support for the onboard PATA PIO mode3 interface, which is one of the boot devices supported by the CFE firmware with the Broadcom SWARM board. Include disk, CD-ROM and generic storage drivers. Signed-off-by: Maciej W. Rozycki --- arch/mips/configs/sb1250_swarm_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) linux-pata-swarm-defconfig.diff Index: linux-swarm-defconfig/arch/mips/configs/sb1250_swarm_defconfig =================================================================== --- linux-swarm-defconfig.orig/arch/mips/configs/sb1250_swarm_defconfig +++ linux-swarm-defconfig/arch/mips/configs/sb1250_swarm_defconfig @@ -50,6 +50,14 @@ CONFIG_IDE=y CONFIG_BLK_DEV_IDECD=y CONFIG_BLK_DEV_IDETAPE=y CONFIG_RAID_ATTRS=m +CONFIG_BLK_DEV_SD=y +CONFIG_BLK_DEV_SR=y +CONFIG_CHR_DEV_SG=y +CONFIG_SCSI_CONSTANTS=y +# CONFIG_SCSI_LOWLEVEL is not set +CONFIG_ATA=y +# CONFIG_ATA_BMDMA is not set +CONFIG_PATA_PLATFORM=y CONFIG_NETDEVICES=y CONFIG_MACVLAN=m CONFIG_SB1250_MAC=y