From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Garry Subject: Re: [PATCH] hisi_sas: use platform_get_irq() Date: Fri, 11 Dec 2015 10:13:28 +0000 Message-ID: <566AA1C8.3060803@huawei.com> References: <1449759745-63498-1-git-send-email-john.garry@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from szxga01-in.huawei.com ([58.251.152.64]:14713 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754265AbbLKKOX (ORCPT ); Fri, 11 Dec 2015 05:14:23 -0500 In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Rob Herring Cc: "James E.J. Bottomley" , martin.petersen@oracle.com, Arnd Bergmann , Linuxarm , Zhangfei Gao , Wei Xu , John Garry , linux-scsi@vger.kernel.org, "linux-kernel@vger.kernel.org" On 10/12/2015 20:08, Rob Herring wrote: > On Thu, Dec 10, 2015 at 9:02 AM, John Garry wrote: >> It is preferred that drivers use platform_get_irq() >> instead of irq_of_parse_and_map(), so replace. > > You may be able to stop including of_irq.h with this change. Otherwise, > Right, I don't think it is required any longer. I'll generate another patch. Thanks, From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754844AbbLKKOZ (ORCPT ); Fri, 11 Dec 2015 05:14:25 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:14713 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754265AbbLKKOX (ORCPT ); Fri, 11 Dec 2015 05:14:23 -0500 Subject: Re: [PATCH] hisi_sas: use platform_get_irq() To: Rob Herring References: <1449759745-63498-1-git-send-email-john.garry@huawei.com> CC: "James E.J. Bottomley" , , Arnd Bergmann , Linuxarm , Zhangfei Gao , Wei Xu , John Garry , , "linux-kernel@vger.kernel.org" From: John Garry Message-ID: <566AA1C8.3060803@huawei.com> Date: Fri, 11 Dec 2015 10:13:28 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.181.152] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.566AA1DF.0092,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 67da2311ffc51f3b0f95aa1be365bc70 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/12/2015 20:08, Rob Herring wrote: > On Thu, Dec 10, 2015 at 9:02 AM, John Garry wrote: >> It is preferred that drivers use platform_get_irq() >> instead of irq_of_parse_and_map(), so replace. > > You may be able to stop including of_irq.h with this change. Otherwise, > Right, I don't think it is required any longer. I'll generate another patch. Thanks,