From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751838AbeAPQJx (ORCPT + 1 other); Tue, 16 Jan 2018 11:09:53 -0500 Received: from mail-qt0-f173.google.com ([209.85.216.173]:37340 "EHLO mail-qt0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751355AbeAPQJf (ORCPT ); Tue, 16 Jan 2018 11:09:35 -0500 X-Google-Smtp-Source: ACJfBovmcfLiPUBOmNH/Kd64/W2qKwLMtLrFKl61hdkXUMRFpg21qoAM8ei94pz2KPIwl4ZDUb9efA== Date: Tue, 16 Jan 2018 08:09:32 -0800 From: Tejun Heo To: Florian Fainelli Cc: bcm-kernel-feedback-list@broadcom.com, Kishon Vijay Abraham I , Heiko Stuebner , Srinath Mannam , Krzysztof Kozlowski , Vivek Gautam , Dan Carpenter , "open list:LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)" , open list Subject: Re: [PATCH v2 0/2] ata: ahci_brcm: Recover from failures to identify devices Message-ID: <20180116160932.GP3460072@devbig577.frc2.facebook.com> References: <1515720668-4860-1-git-send-email-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1515720668-4860-1-git-send-email-f.fainelli@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Jan 11, 2018 at 05:31:06PM -0800, Florian Fainelli wrote: > Hi Tejun, Kishon, > > This patch series implement a recovery mechanism to work around a HW bug > on Broadcom AHCI SATA controller subject to noise triggering a failure to > identify hard drives. > > I would like to make this this is okay with you as an approach on how to solve > this. > > This should likely go through Tejun's tree to make sure the SATA controller > and PHY changes are bundled together. libata part looks good to me. Once phy side gets acked, I'll route both through libata. Thanks. -- tejun