From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751139AbcB2VRJ (ORCPT ); Mon, 29 Feb 2016 16:17:09 -0500 Received: from mail-qk0-f194.google.com ([209.85.220.194]:34147 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750780AbcB2VRI (ORCPT ); Mon, 29 Feb 2016 16:17:08 -0500 Date: Mon, 29 Feb 2016 16:17:04 -0500 From: Tejun Heo To: tchalamarla@caviumnetworks.com Cc: stripathi@apm.com, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH V3] AHCI: Workaround for ThunderX Errata#22536 Message-ID: <20160229211704.GA3965@htj.duckdns.org> References: <1455653329-4934-1-git-send-email-tchalamarla@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455653329-4934-1-git-send-email-tchalamarla@caviumnetworks.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 16, 2016 at 12:08:49PM -0800, tchalamarla@caviumnetworks.com wrote: > From: Tirumalesh Chalamarla > > Due to Errata in ThunderX, HOST_IRQ_STAT should be > cleared before leaving the interrupt handler. > The patch attempts to satisfy the need. > > Changes from V2: > - removed newfile > - code is now under CONFIG_ARM64 > > Changes from V1: > - Rebased on top of libata/for-4.6 > - Moved ThunderX intr handler to new file > > Signed-off-by: Tirumalesh Chalamarla Applied to libata/for-4.5-fixes w/ minor adjustments to comments. Thanks. -- tejun