From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dong Aisheng Subject: Re: [PATCH 14/16] tty: serial: imx: remove the use of MXC_INTERNAL_IRQS Date: Mon, 18 Jun 2012 16:22:08 +0800 Message-ID: <20120618082207.GE25447@shlinux2.ap.freescale.net> References: <1339653587-4832-1-git-send-email-shawn.guo@linaro.org> <1339653587-4832-15-git-send-email-shawn.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from ch1ehsobe002.messaging.microsoft.com ([216.32.181.182]:21884 "EHLO ch1outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751317Ab2FRIZS (ORCPT ); Mon, 18 Jun 2012 04:25:18 -0400 Content-Disposition: inline In-Reply-To: <1339653587-4832-15-git-send-email-shawn.guo@linaro.org> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Shawn Guo Cc: "linux-arm-kernel@lists.infradead.org" , Sascha Hauer , Arnd Bergmann , Rob Herring , Grant Likely , Dong Aisheng-B29396 , "linux-serial@vger.kernel.org" , Greg Kroah-Hartman On Thu, Jun 14, 2012 at 01:59:45PM +0800, Shawn Guo wrote: > As the part of the effort to enable SPARE_IRQ for imx platform, > the macro MXC_INTERNAL_IRQS will be removed. The imx serial driver > has a references to it for a decision on flags of request_irq call > based on rtsirq is beyond MXC_INTERNAL_IRQS. However the searching > on imx platform code tells that rtsirq will never be beyond > MXC_INTERNAL_IRQS. That said, the check, consequently the reference > to MXC_INTERNAL_IRQS are not needed, so remove them. > > Signed-off-by: Shawn Guo > Cc: linux-serial@vger.kernel.org > Cc: Greg Kroah-Hartman Acked-by: Dong Aisheng Regards Dong Aisheng From mboxrd@z Thu Jan 1 00:00:00 1970 From: aisheng.dong@freescale.com (Dong Aisheng) Date: Mon, 18 Jun 2012 16:22:08 +0800 Subject: [PATCH 14/16] tty: serial: imx: remove the use of MXC_INTERNAL_IRQS In-Reply-To: <1339653587-4832-15-git-send-email-shawn.guo@linaro.org> References: <1339653587-4832-1-git-send-email-shawn.guo@linaro.org> <1339653587-4832-15-git-send-email-shawn.guo@linaro.org> Message-ID: <20120618082207.GE25447@shlinux2.ap.freescale.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jun 14, 2012 at 01:59:45PM +0800, Shawn Guo wrote: > As the part of the effort to enable SPARE_IRQ for imx platform, > the macro MXC_INTERNAL_IRQS will be removed. The imx serial driver > has a references to it for a decision on flags of request_irq call > based on rtsirq is beyond MXC_INTERNAL_IRQS. However the searching > on imx platform code tells that rtsirq will never be beyond > MXC_INTERNAL_IRQS. That said, the check, consequently the reference > to MXC_INTERNAL_IRQS are not needed, so remove them. > > Signed-off-by: Shawn Guo > Cc: linux-serial at vger.kernel.org > Cc: Greg Kroah-Hartman Acked-by: Dong Aisheng Regards Dong Aisheng