Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757605AbcCDPwK (ORCPT ); Fri, 4 Mar 2016 10:52:10 -0500 Received: from mail-pf0-f181.google.com ([209.85.192.181]:35245 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755146AbcCDPwG (ORCPT ); Fri, 4 Mar 2016 10:52:06 -0500 Subject: Re: [PATCH v3 5/7] ACPI: serial: implement earlycon on ACPI DBG2 port To: Aleksey Makarov , linux-acpi@vger.kernel.org References: <1456749726-30261-1-git-send-email-aleksey.makarov@linaro.org> <1456749726-30261-6-git-send-email-aleksey.makarov@linaro.org> <56D5BAFF.6080008@hurleysoftware.com> <56D5C9F5.5060301@linaro.org> <56D878D4.4000902@hurleysoftware.com> <56D987BC.7070209@linaro.org> Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Russell King , Greg Kroah-Hartman , "Rafael J . Wysocki" , Leif Lindholm , Graeme Gregory , Al Stone , Christopher Covington , Matthias Brugger , Jonathan Corbet , Jiri Slaby , linux-doc@vger.kernel.org From: Peter Hurley Message-ID: <56D9AF20.1060701@hurleysoftware.com> Date: Fri, 4 Mar 2016 07:52:00 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56D987BC.7070209@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 344 Lines: 12 On 03/04/2016 05:03 AM, Aleksey Makarov wrote: > Actually it was Mark Salter who asked to introduce such macros. > > https://lkml.kernel.org/g/1441730339.5459.8.camel@redhat.com I wasn't copied on that series, sorry. > I think reusing the OF functions is a good decision. But you're not reusing the OF functions; you're duplicating them.