From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v4 02/22] of: device: Export of_device_{get_modalias,uvent_modalias} to modules Date: Wed, 7 Sep 2016 19:58:43 -0500 Message-ID: References: <20160907213519.27340-1-stephen.boyd@linaro.org> <20160907213519.27340-3-stephen.boyd@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail.kernel.org ([198.145.29.136]:39918 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbcIHA7H (ORCPT ); Wed, 7 Sep 2016 20:59:07 -0400 In-Reply-To: <20160907213519.27340-3-stephen.boyd@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: Linux USB List , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , linux-arm-msm , Andy Gross , Bjorn Andersson , Neil Armstrong , Arnd Bergmann , Felipe Balbi , Peter Chen , "devicetree@vger.kernel.org" On Wed, Sep 7, 2016 at 4:34 PM, Stephen Boyd wrote: > The ULPI bus can be built as a module, and it will soon be > calling these functions when it supports probing devices from DT. > Export them so they can be used by the ULPI module. > > Cc: Rob Herring > Cc: > Signed-off-by: Stephen Boyd > --- > drivers/of/device.c | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752875AbcIHA7U (ORCPT ); Wed, 7 Sep 2016 20:59:20 -0400 Received: from mail.kernel.org ([198.145.29.136]:39918 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbcIHA7H (ORCPT ); Wed, 7 Sep 2016 20:59:07 -0400 MIME-Version: 1.0 In-Reply-To: <20160907213519.27340-3-stephen.boyd@linaro.org> References: <20160907213519.27340-1-stephen.boyd@linaro.org> <20160907213519.27340-3-stephen.boyd@linaro.org> From: Rob Herring Date: Wed, 7 Sep 2016 19:58:43 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4 02/22] of: device: Export of_device_{get_modalias,uvent_modalias} to modules To: Stephen Boyd Cc: Linux USB List , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , linux-arm-msm , Andy Gross , Bjorn Andersson , Neil Armstrong , Arnd Bergmann , Felipe Balbi , Peter Chen , "devicetree@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 7, 2016 at 4:34 PM, Stephen Boyd wrote: > The ULPI bus can be built as a module, and it will soon be > calling these functions when it supports probing devices from DT. > Export them so they can be used by the ULPI module. > > Cc: Rob Herring > Cc: > Signed-off-by: Stephen Boyd > --- > drivers/of/device.c | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh+dt@kernel.org (Rob Herring) Date: Wed, 7 Sep 2016 19:58:43 -0500 Subject: [PATCH v4 02/22] of: device: Export of_device_{get_modalias, uvent_modalias} to modules In-Reply-To: <20160907213519.27340-3-stephen.boyd@linaro.org> References: <20160907213519.27340-1-stephen.boyd@linaro.org> <20160907213519.27340-3-stephen.boyd@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Sep 7, 2016 at 4:34 PM, Stephen Boyd wrote: > The ULPI bus can be built as a module, and it will soon be > calling these functions when it supports probing devices from DT. > Export them so they can be used by the ULPI module. > > Cc: Rob Herring > Cc: > Signed-off-by: Stephen Boyd > --- > drivers/of/device.c | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Rob Herring