Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933304AbcJRFVH (ORCPT ); Tue, 18 Oct 2016 01:21:07 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:54950 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753548AbcJRFU7 (ORCPT ); Tue, 18 Oct 2016 01:20:59 -0400 MIME-Version: 1.0 In-Reply-To: <20161018015636.11701-3-stephen.boyd@linaro.org> References: <20161018015636.11701-1-stephen.boyd@linaro.org> <20161018015636.11701-3-stephen.boyd@linaro.org> From: Chen-Yu Tsai Date: Tue, 18 Oct 2016 13:20:32 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v5 02/23] of: device: Export of_device_{get_modalias, uvent_modalias} to modules To: Stephen Boyd Cc: linux-usb , Felipe Balbi , Arnd Bergmann , Neil Armstrong , linux-arm-msm@vger.kernel.org, linux-kernel , Bjorn Andersson , devicetree , Peter Chen , Andy Gross , linux-arm-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 601 Lines: 14 On Tue, Oct 18, 2016 at 9:56 AM, 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. > > Acked-by: Rob Herring > Cc: > Signed-off-by: Stephen Boyd I'm interested in this as well. The sunxi-rsb bus is non-enumerable and DT only, and existing slave device drivers can be built as modules. We'd need this to support modalias loading of drivers. ChenYu