From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751895AbcKYWYC (ORCPT ); Fri, 25 Nov 2016 17:24:02 -0500 Received: from mout.kundenserver.de ([212.227.126.133]:58347 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751070AbcKYWXx (ORCPT ); Fri, 25 Nov 2016 17:23:53 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Bartlomiej Zolnierkiewicz , Russell King - ARM Linux , Dmitry Eremin-Solenikov , Kevin Hilman , "Nori, Sekhar" , linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, Olof Johansson Subject: Re: [RESEND PATCH] arm: assabet_defconfig: disable IDE subsystem Date: Fri, 25 Nov 2016 23:22:33 +0100 Message-ID: <2979452.etgg2fh1hR@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-34-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <1512445.DtnT51NQqg@amdc3058> References: <1467991490-24895-1-git-send-email-b.zolnierkie@samsung.com> <2291876.8LAt3RcuXX@amdc3058> <1512445.DtnT51NQqg@amdc3058> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:fA2b77kpCVLXPVcoHOwLJfboJDPSBIUYCwrKUKYZV1tYdHevDj3 VBsQuSB7O+hihr6QCUAFSopWqCEnzsQVpI5Wc7mbgysKTGQvUgtfOyOuIulxzRV6HSRpPFN L+P/TQjl2dEuJ3VM2JhMIk/xr/jrx4YUFQe6p6+Iw3EYuPSftM+3alkP+adRqIADJ+SH9aI WoOZP51Az4HWuMDzhfJ0A== X-UI-Out-Filterresults: notjunk:1;V01:K0:mu9kaSMRQ1E=:m0cLb7+txrYR55EtQuv0JF xJX5ICUr6WBq+Ddxv/vcrGAVQNDsTtwjqxOtA7/o3Z6ivoeimgPFuTylSnKdMtHbMzpWNMAEE 4c2DM+DiQX8y04d0wk6/hDcu8/cGF+ei26mfL++zYERaNerN2KZD6StaTxV3oZa75cktGsl9s A/025M97eOagHUmfC4ES1u5VQJNXLeQgneLaMBBAGv8uGzabDB457hGNTbPP00lRoJOlIS+HB sGQRVPFQ2Hkbp/9GhidnyUXNuIFU7KdoSOs2ms6yqzS0q6geEMvJDbKLoy5ZKDK131BgP6zB5 GDrUb4WD1N0XHy+7r8rDYdK7Y9SjC5WFSmhaPQ6yiKT3cRFGGxlSSsY466AhzUmsdHkOUQRpa NISqEwg8ocLPg2YMyDZ54FSj+B5YRHwTqH+Nbejmwzyj9lz/rgK202kqArYDBwh9oZ8wopMEC KXwz8d2zhXdyeNopfV/023mw7Si95cJ3Ebyz4GYVBbKdiPApBbCz8ZpFQloOA9fCp9HQv3rTU sN5TnA9VxCnp4MnhZp1zDRJNo1tCBg+gSHKLjTReU5g7PZcV+rJafQoKx+o4ajmkPTXthFoeB 9x5JzKvUaiuGkpVaXCqdv6XwbXM/E9FgbWyTn2HlMmJWXrMa6JkY5rkMQCY0T0JL8bJrESyMn qzx13J19mOKPOuwR2Lb9GVhVWp++eqjlpXtdvG/vMLBoZWSee118yFreXgPjW4tz+nmy9dCkb NovNq91dvNiPy5OG Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, October 31, 2016 7:24:46 PM CET Bartlomiej Zolnierkiewicz wrote: > On Monday, October 31, 2016 07:14:13 PM Bartlomiej Zolnierkiewicz wrote: > > On Monday, October 31, 2016 03:46:22 PM Russell King - ARM Linux wrote: > > > On Wed, Oct 26, 2016 at 07:01:12PM +0200, Bartlomiej Zolnierkiewicz wrote: > > > > > I'd be fine with just getting a pull request with all the patches that > > > > > had no negative feedback and that were not already applied (if any). > > > > > > > > Here it is (sorry for taking so long). > > > > > > I've just been digging in the dmesg logs from when I was using the > > > Assabet+Neponset as my firewall, and it was having to use the IDE > > > ide-cs driver rather than the pata pcmcia driver. > > > > > > I don't recall whether the pata pcmcia driver was a problem or not, > > > as the PCMCIA interface can't cope with _any_ 32-bit accesses. I > > > think PATA tries to use the "highest" possible access size by > > > default... > > > > It doesn't actually - it defaults to 16-bits for PIO data access and > > you must explicitly enable 32-bits using ATA_PFLAG_PIO32 port flag > > (pata_pcmcia doesn't set it so it should be okay). Also taskfile > > registers are accessed using 8-bits access by default transport > > functions (which are used by pata_pcmcia). > > Please also note that: > > - assebet_defconfig currently doesn't even enable ide-cs > (CONFIG_BLK_DEV_IDECS) in the mainline kernel > > - neponset_defconfig doesn't even enable IDE (CONFIG_IDE) > in the mainline kernel > > so there is no risk of breaking anything.. I noticed this older pull request in my todo folder, my interpretation is that the concern was resolved and we simply missed it. I've pulled it into next/defconfig for v4.10 now, with the above in the merge commit text for reference. Thanks, Arnd