Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752724AbbHNSJk (ORCPT ); Fri, 14 Aug 2015 14:09:40 -0400 Received: from mailout2.samsung.com ([203.254.224.25]:48647 "EHLO mailout2.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752407AbbHNSJh (ORCPT ); Fri, 14 Aug 2015 14:09:37 -0400 X-AuditID: cbfee61b-f79706d000001b96-09-55ce2edebfed From: Bartlomiej Zolnierkiewicz To: Russell King - ARM Linux Cc: linux-arm-kernel@lists.infradead.org, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann , Olof Johansson Subject: Re: [PATCH] arm: footbridge_defconfig: disable IDE subsystem Date: Fri, 14 Aug 2015 20:08:13 +0200 Message-id: <4667234.QqV6GaKOSx@amdc1976> User-Agent: KMail/4.13.3 (Linux/3.13.0-57-generic; KDE/4.13.3; x86_64; ; ) In-reply-to: <20150814174330.GY7557@n2100.arm.linux.org.uk> References: <1439571876-13758-1-git-send-email-b.zolnierkie@samsung.com> <1439571876-13758-8-git-send-email-b.zolnierkie@samsung.com> <20150814174330.GY7557@n2100.arm.linux.org.uk> MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFrrFLMWRmVeSWpSXmKPExsVy+t9jAd37eudCDS78ZLP4O+kYu8Wmx9dY LY7teMRkcXnXHDaL25d5LU5d/8zmwObR0tzD5vH71yRGj81L6j2unGhi9fi8SS6ANYrLJiU1 J7MstUjfLoErY+GSM8wFc7krLnYcYW1g/MDRxcjJISFgInFy4wpGCFtM4sK99WxdjFwcQgJL GSWa+5ewQzhfGSUuPHnDClLFJmAlMbF9FViHiICpxLVHz5hBiphBOjZc/sMGkhAWcJWYcPkk WBGLgKrE0aWtYM28ApoSvf/ngsVFBbwkvv9qYAaxOQWsJRr77kCt3sEo0X+pB6pBUOLH5Hss IDazgLzEvv1TWSFsLYn1O48zTWAUmIWkbBaSsllIyhYwMq9ilEgtSC4oTkrPNcpLLdcrTswt Ls1L10vOz93ECA7xZ9I7GA/vcj/EKMDBqMTD+6D5bKgQa2JZcWXuIUYJDmYlEd4I6XOhQrwp iZVVqUX58UWlOanFhxilOViUxHn1TTaFCgmkJ5akZqemFqQWwWSZODilGhiXCu/8xGL/71rV U4Ye1gCBWVtdlznd2q4WJfxBo3TLRReOLamfDyx5kLyi4d9rF5ndDU75U9ctVNocd11R8cgD +TOelouXfNSbe/5MsFnji1UlB8peb3mxp/1yyhsHbVG1D7OVnl4MDq59fso6XuHCo1+7Y+Pz 9xZ/t7t244d8ZOmCPslen11HlViKMxINtZiLihMB/K3B7G0CAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1649 Lines: 40 Hi, On Friday, August 14, 2015 06:43:30 PM Russell King - ARM Linux wrote: > On Fri, Aug 14, 2015 at 07:04:23PM +0200, Bartlomiej Zolnierkiewicz wrote: > > This patch disables deprecated IDE subsystem in footbridge_defconfig > > (no IDE host drivers are selected in this config so there is no valid > > reason to enable IDE subsystem itself). > > That's actually incorrect. I use IDE on Footbridge because it works > loads with my CY82C693 board. I never submitted the patches which make > CY82C693 work on ARM though... > > However, the CY82C693 must not be allowed to use DMA (which is why the > ATA driver can't be used) - if it does, it locks the PCI bus. It's > a hardware incompatibility between some PCI devices and the Footbridge. PATA driver is the same in this regard as IDE one. They both try to use DMA if supported by a device. Would be great if you could fix them (or at least PATA one) to limit your setup to PIO automatically (please also note that you can limit libata to PIO manually these days). When it comes to CY82C693 there is also a leftover issue with PATA driver that it only supports primary interface currently (BTW this is why I left Alpha's defconfig alone for now - it uses CY82C693). I can look into fixing this (or assist in this work) if you are interested in it. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/