From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH] of/irq: add empty irq_of_parse_and_map() for non-dt builds Date: Sat, 24 Mar 2012 17:43:22 -0700 Message-ID: <20120325004322.909163E0409@localhost> References: <1332581257-15989-1-git-send-email-thomas.abraham@linaro.org> <4F6DC847.8000902@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Thomas Abraham , Rob Herring Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org On Sat, 24 Mar 2012 21:42:00 +0530, Thomas Abraham wrote: > On 24 March 2012 21:37, Thomas Abraham wrote: > > On 24 March 2012 18:42, Rob Herring wrote: > >> On 03/24/2012 04:27 AM, Thomas Abraham wrote: > >>> Add a empty irq_of_parse_and_map() that returns 0 for non-dt builds and > >>> avoid having #ifdef CONFIG_OF around all calls to irq_of_parse_and_map(). > >>> > >>> Suggested-by: Grant Likely > >>> Signed-off-by: Thomas Abraham > >>> --- > >> > >> Acked-by: Rob Herring > >> > >> Go ahead and merge with the rest of your series. > >> > >> Rob > > > > Thanks Rob. It would be good if this patch goes via Grant's > > devicetree/next. The other patch series that I have posted would go > > via Samsung maintainer's dt-branch into which this patch can be merged > > from Grant's devicetree/next. As replied to on original patch, this isn't necessary. Just merge it via the Samsung tree since you've already got my acked-by on it. g.