From patchwork Wed Feb 3 15:50:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 578202 X-Patchwork-Delegate: scottwood@freescale.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id BD4BD140C79 for ; Thu, 4 Feb 2016 03:05:32 +1100 (AEDT) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 853D31A0509 for ; Thu, 4 Feb 2016 03:05:32 +1100 (AEDT) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from mailout1.samsung.com (mailout1.samsung.com [203.254.224.24]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3E4401A02AF for ; Thu, 4 Feb 2016 03:02:05 +1100 (AEDT) Received: from epcpsbgm2new.samsung.com (epcpsbgm2 [203.254.230.27]) by mailout1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0O1Z007DNAQOVK10@mailout1.samsung.com> for linuxppc-dev@lists.ozlabs.org; Thu, 04 Feb 2016 00:52:00 +0900 (KST) X-AuditID: cbfee61b-f793c6d00000236c-e8-56b222206754 Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm2new.samsung.com (EPCPMTA) with SMTP id 26.B6.09068.02222B65; Thu, 4 Feb 2016 00:52:00 +0900 (KST) Received: from AMDC1976.DIGITAL.local ([106.120.53.102]) by mmp2.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0O1Z00I9UAP8EV80@mmp2.samsung.com>; Thu, 04 Feb 2016 00:52:00 +0900 (KST) From: Bartlomiej Zolnierkiewicz To: linuxppc-dev@lists.ozlabs.org, Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman Subject: [RFT PATCH] powerpc/85xx: convert mpc85xx_cds_defconfig to use libata PATA drivers Date: Wed, 03 Feb 2016 16:50:09 +0100 Message-id: <1454514630-29269-3-git-send-email-b.zolnierkie@samsung.com> X-Mailer: git-send-email 1.9.1 In-reply-to: <1454514630-29269-1-git-send-email-b.zolnierkie@samsung.com> References: <1454514630-29269-1-git-send-email-b.zolnierkie@samsung.com> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrNLMWRmVeSWpSXmKPExsVy+t9jQV0FpU1hBlfbdS02zljPavGhqZXZ Yua9TItjOx4xWVzeNYfN4vf3f6wWWxoOsVl09S1is1hzZDG7A6fH1V8n2T0WvWxg8eh508Lq cX7GQkaPubv6GD36tqxi9Pi8SS6APYrLJiU1J7MstUjfLoErY2LnfZaCxTwV6582szUw7uXq YuTkkBAwkehcdZ8RwhaTuHBvPVsXIxeHkMAsRokzLXPYIZxfjBJNC9vYQarYBKwkJravYgRJ iAgsYpTofjkLzGEWWABU9eM5UxcjB4ewQKxE58EMkAYWAVWJvb8ngzXzCnhI9PaeY4JYJydx 8thkVhCbU8BTYsXiHjYQWwio5uv8q4wTGHkXMDKsYpRILUguKE5KzzXKSy3XK07MLS7NS9dL zs/dxAgOwmfSOxgP73I/xCjAwajEwxvxa0OYEGtiWXFl7iFGCQ5mJRFeJ6FNYUK8KYmVValF +fFFpTmpxYcYpTlYlMR5H/9fFyYkkJ5YkpqdmlqQWgSTZeLglGpgrKg3VP5aesfizIG5dr33 io4d0FjouE+59OtXbmljGeMfHet5Z647m/3mgda6gw5tV5kza7OnTT9obmPJWzrl59lNqVVO t3qX/dqhdvSKok1fksvKZD25h9WMH+RdnmasyuCd85Rd+PPjh5KuPTl8Zaxt8TnLinvEYyXF hK4p1qjunFuVz6utxFKckWioxVxUnAgA2eZTiD4CAAA= X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Scott Wood , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, b.zolnierkie@samsung.com MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" IDE subsystem has been deprecated since 2009 and the majority (if not all) of Linux distributions have switched to use libata for ATA support exclusively. However there are still some users (mostly old or/and embedded non-x86 systems) that have not converted from using IDE subsystem to libata PATA drivers. This doesn't seem to be good thing in the long-term for Linux as while there is less and less PATA systems left in use: * testing efforts are divided between two subsystems * having duplicate drivers for same hardware confuses users This patch converts mpc85xx_cds_defconfig to use libata PATA drivers. Cc: Scott Wood Cc: Kumar Gala Signed-off-by: Bartlomiej Zolnierkiewicz --- Build tested only. If you have affected hardware please test. Thank you. arch/powerpc/configs/85xx/mpc85xx_cds_defconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig b/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig index ecb0c3b..acc5342 100644 --- a/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig +++ b/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig @@ -30,9 +30,9 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=32768 -CONFIG_IDE=y -CONFIG_BLK_DEV_GENERIC=y -CONFIG_BLK_DEV_VIA82CXXX=y +CONFIG_ATA=y +CONFIG_PATA_VIA=y +CONFIG_ATA_GENERIC=y CONFIG_NETDEVICES=y CONFIG_GIANFAR=y CONFIG_E1000=y