Received: by 2002:a05:7412:3784:b0:e2:908c:2ebd with SMTP id jk4csp1590898rdb; Mon, 2 Oct 2023 14:39:54 -0700 (PDT) X-Google-Smtp-Source: AGHT+IE1mq8V+Wx+YfCZPX42gGVjbfFVYVTAhJGWD3g6yiBU+s0g/C9X5JG1+SExXVS01KBCzB78 X-Received: by 2002:a05:6e02:12a3:b0:34f:f0d9:5a1c with SMTP id f3-20020a056e0212a300b0034ff0d95a1cmr11815069ilr.15.1696282793785; Mon, 02 Oct 2023 14:39:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1696282793; cv=none; d=google.com; s=arc-20160816; b=j5gpFlJYj76p/HlS5UpW46AEj079vnfz5PvKr/BaqQMK91Q8wHqZ2QGEFwlLhOHHHr WXKsRTH7AjdJRFZ6xSy8KhgSjhX2YuDeIqiCFkna0GHUBkYFWDR+rBpu7b5potpzVQGH 3/ZSS9ov1QrPyPn70afthVEqYuF/gVKhqdd/hwlJT5B30PLQPwtoROJe3s2kVRy9MPKz zVokrEyu7IAylDf60aJFU3LhE7009lIJEE0PM027lpuulyXZnpSWtYnNA2lHlu29sUU/ 21ij4XxzcNDMRNVHS0jYl1j0O/8qIks7HG4RdjmQ8uIWu4hnNCqh3Vg6kFuyLEc6cM/C ZroQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:organization :from:references:cc:to:subject; bh=w5qxfy4A8xwmeyBCaoARtmt6W0tWyoQDI90yySBav0Y=; fh=0eQPtHXGm/+c7cbfr+DgnEzE/IWeFhGrWAOGzEZqwik=; b=a3JVz0c/gIQOZp05KGURYJS4Yd206WmHVTBZLj6eS5GUdhXn8VDBrPlZ3xf76PgAdD Sq3v1XJjBG7b5DqSwWm00kuqdzma9URYT3lskvP/ZbErApnFscSGhBiSiJxeOnZxQyYa U84JgQcPevmCX/aLJJwT/gFMACVI8DMvUl1tV/rxfIxnDuWMLd4fFnqmuAsR7hLuOwUV wngjAxTsOLSDbJSQMPNT/N3c8Ow/J+b9c5+OlzE6ZYaRTiUSmyESF0Wu/Zpic3ynK9EO 4UZf99B4IXIkxwLqFJ3SsRcojgVY9dR7adaMzNz0mfWcPgC+jiadbmFFy4pe8bjv5JeD 9vgQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::3:4 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from howler.vger.email (howler.vger.email. [2620:137:e000::3:4]) by mx.google.com with ESMTPS id z186-20020a6333c3000000b005852a35afeesi15238356pgz.186.2023.10.02.14.39.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Oct 2023 14:39:53 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::3:4 as permitted sender) client-ip=2620:137:e000::3:4; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::3:4 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (depot.vger.email [IPv6:2620:137:e000::3:0]) by howler.vger.email (Postfix) with ESMTP id F2DB68226ADB; Mon, 2 Oct 2023 13:49:14 -0700 (PDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.10 at howler.vger.email Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235796AbjJBUtJ (ORCPT + 99 others); Mon, 2 Oct 2023 16:49:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229777AbjJBUtI (ORCPT ); Mon, 2 Oct 2023 16:49:08 -0400 Received: from mx01.omp.ru (mx01.omp.ru [90.154.21.10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0E3FC9; Mon, 2 Oct 2023 13:49:03 -0700 (PDT) Received: from [192.168.1.103] (178.176.75.5) by msexch01.omp.ru (10.188.4.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.986.14; Mon, 2 Oct 2023 23:49:00 +0300 Subject: Re: [PATCH 3/4] pata_parport: add custom version of wait_after_reset To: Ondrej Zary , Damien Le Moal , Sudip Mukherjee CC: Christoph Hellwig , Jens Axboe , Tim Waugh , , , , References: <20230930191511.24994-1-linux@zary.sk> <20230930191511.24994-4-linux@zary.sk> From: Sergey Shtylyov Organization: Open Mobile Platform Message-ID: Date: Mon, 2 Oct 2023 23:48:59 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20230930191511.24994-4-linux@zary.sk> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [178.176.75.5] X-ClientProxiedBy: msexch01.omp.ru (10.188.4.12) To msexch01.omp.ru (10.188.4.12) X-KSE-ServerInfo: msexch01.omp.ru, 9 X-KSE-AntiSpam-Interceptor-Info: scan successful X-KSE-AntiSpam-Version: 5.9.59, Database issued on: 10/02/2023 20:32:19 X-KSE-AntiSpam-Status: KAS_STATUS_NOT_DETECTED X-KSE-AntiSpam-Method: none X-KSE-AntiSpam-Rate: 59 X-KSE-AntiSpam-Info: Lua profiles 180294 [Oct 02 2023] X-KSE-AntiSpam-Info: Version: 5.9.59.0 X-KSE-AntiSpam-Info: Envelope from: s.shtylyov@omp.ru X-KSE-AntiSpam-Info: LuaCore: 535 535 da804c0ea8918f802fc60e7a20ba49783d957ba2 X-KSE-AntiSpam-Info: {rep_avail} X-KSE-AntiSpam-Info: {Tracking_from_domain_doesnt_match_to} X-KSE-AntiSpam-Info: {relay has no DNS name} X-KSE-AntiSpam-Info: {SMTP from is not routable} X-KSE-AntiSpam-Info: {Found in DNSBL: 178.176.75.5 in (user) b.barracudacentral.org} X-KSE-AntiSpam-Info: 127.0.0.199:7.1.2;d41d8cd98f00b204e9800998ecf8427e.com:7.1.1;omp.ru:7.1.1 X-KSE-AntiSpam-Info: FromAlignment: s X-KSE-AntiSpam-Info: {rdns complete} X-KSE-AntiSpam-Info: {fromrtbl complete} X-KSE-AntiSpam-Info: ApMailHostAddress: 178.176.75.5 X-KSE-AntiSpam-Info: Rate: 59 X-KSE-AntiSpam-Info: Status: not_detected X-KSE-AntiSpam-Info: Method: none X-KSE-AntiSpam-Info: Auth:dmarc=none header.from=omp.ru;spf=none smtp.mailfrom=omp.ru;dkim=none X-KSE-Antiphishing-Info: Clean X-KSE-Antiphishing-ScanningType: Heuristic X-KSE-Antiphishing-Method: None X-KSE-Antiphishing-Bases: 10/02/2023 20:37:00 X-KSE-Antivirus-Interceptor-Info: scan successful X-KSE-Antivirus-Info: Clean, bases: 10/2/2023 5:26:00 PM X-KSE-Attachment-Filter-Triggered-Rules: Clean X-KSE-Attachment-Filter-Triggered-Filters: Clean X-KSE-BulkMessagesFiltering-Scan-Result: InTheLimit X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.4 (howler.vger.email [0.0.0.0]); Mon, 02 Oct 2023 13:49:15 -0700 (PDT) On 9/30/23 10:15 PM, Ondrej Zary wrote: > Some parallel adapters (e.g. EXP Computer MC-1285B EPP Cable) return > bogus values when there's no master device present. This can cause > reset to fail, preventing the lone slave device (such as EXP Computer > CD-865) from working. > > Add custom version of wait_after_reset that ignores master failure when > a slave device is present. The custom version is also needed because > the generic ata_sff_wait_after_reset uses direct port I/O for slave > device detection. > > Signed-off-by: Ondrej Zary > --- > drivers/ata/pata_parport/pata_parport.c | 65 ++++++++++++++++++++++++- > 1 file changed, 64 insertions(+), 1 deletion(-) > > diff --git a/drivers/ata/pata_parport/pata_parport.c b/drivers/ata/pata_parport/pata_parport.c > index cf87bbb52f1f..b3db953e615a 100644 > --- a/drivers/ata/pata_parport/pata_parport.c > +++ b/drivers/ata/pata_parport/pata_parport.c > @@ -80,6 +80,69 @@ static bool pata_parport_devchk(struct ata_port *ap, unsigned int device) > return (nsect == 0x55) && (lbal == 0xaa); > } > > +static int pata_parport_wait_after_reset(struct ata_link *link, > + unsigned int devmask, > + unsigned long deadline) > +{ > + struct ata_port *ap = link->ap; > + struct pi_adapter *pi = ap->host->private_data; > + unsigned int dev0 = devmask & (1 << 0); > + unsigned int dev1 = devmask & (1 << 1); > + int rc, ret = 0; > + > + ata_msleep(ap, ATA_WAIT_AFTER_RESET); > + > + /* always check readiness of the master device */ > + rc = ata_sff_wait_ready(link, deadline); > + /* some adapters return bogus values if master device is not present, The multiline comments should start with /* on its own line. Have you run scripts/checkpatch.pl on the patches? > + * so don't abort now if a slave device is present > + */ > + if (rc) { > + if (!dev1) > + return rc; > + ret = -ENODEV; > + } > + > + /* if device 1 was found in ata_devchk, wait for register Likewise here... > + * access briefly, then wait for BSY to clear. > + */ > + if (dev1) { > + int i; > + > + pata_parport_dev_select(ap, 1); > + > + /* Wait for register access. Some ATAPI devices fail And here... [...] MBR, Sergey