From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: omap2plus_defconfig: Enable AHCI_PLATFORM driver Date: Wed, 10 Dec 2014 09:06:55 -0800 Message-ID: <20141210170654.GG30437@atomide.com> References: <1416829297-12664-1-git-send-email-rogerq@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:59875 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932209AbaLJRIo (ORCPT ); Wed, 10 Dec 2014 12:08:44 -0500 Content-Disposition: inline In-Reply-To: <1416829297-12664-1-git-send-email-rogerq@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Roger Quadros Cc: balbi@ti.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org * Roger Quadros [141124 03:43]: > OMAP5 and DRA7 platforms need the AHCI platform driver > for SATA support. > > Signed-off-by: Roger Quadros Applying into omap-for-v3.19/fixes to get this working. Tony > --- > arch/arm/configs/omap2plus_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > index 87a5c11..d75358a 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -127,6 +127,8 @@ CONFIG_SRAM=y > CONFIG_SCSI=y > CONFIG_BLK_DEV_SD=y > CONFIG_SCSI_SCAN_ASYNC=y > +CONFIG_ATA=y > +CONFIG_SATA_AHCI_PLATFORM=y > CONFIG_MD=y > CONFIG_NETDEVICES=y > # CONFIG_NET_VENDOR_ARC is not set > -- > 1.8.3.2 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 10 Dec 2014 09:06:55 -0800 Subject: [PATCH] ARM: omap2plus_defconfig: Enable AHCI_PLATFORM driver In-Reply-To: <1416829297-12664-1-git-send-email-rogerq@ti.com> References: <1416829297-12664-1-git-send-email-rogerq@ti.com> Message-ID: <20141210170654.GG30437@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Roger Quadros [141124 03:43]: > OMAP5 and DRA7 platforms need the AHCI platform driver > for SATA support. > > Signed-off-by: Roger Quadros Applying into omap-for-v3.19/fixes to get this working. Tony > --- > arch/arm/configs/omap2plus_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > index 87a5c11..d75358a 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -127,6 +127,8 @@ CONFIG_SRAM=y > CONFIG_SCSI=y > CONFIG_BLK_DEV_SD=y > CONFIG_SCSI_SCAN_ASYNC=y > +CONFIG_ATA=y > +CONFIG_SATA_AHCI_PLATFORM=y > CONFIG_MD=y > CONFIG_NETDEVICES=y > # CONFIG_NET_VENDOR_ARC is not set > -- > 1.8.3.2 >