Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934620AbcJ0CJP (ORCPT ); Wed, 26 Oct 2016 22:09:15 -0400 Received: from vern.gendns.com ([206.190.152.46]:43824 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932707AbcJ0CJO (ORCPT ); Wed, 26 Oct 2016 22:09:14 -0400 Subject: Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver To: ahaslam@baylibre.com, stern@rowland.harvard.edu, sergei.shtylyov@cogentembedded.com, nsekhar@ti.com, khilman@baylibre.com, manjunath.goudar@linaro.org References: <20161026210812.18131-1-ahaslam@baylibre.com> Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org From: David Lechner Message-ID: <7c40d020-6b69-e37c-7b46-427da3a6f549@lechnology.com> Date: Wed, 26 Oct 2016 21:09:13 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161026210812.18131-1-ahaslam@baylibre.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 586 Lines: 15 On 10/26/2016 04:08 PM, ahaslam@baylibre.com wrote: > From: Manjunath Goudar > > Separate the Davinci OHCI host controller driver from ohci-hcd > host code so that it can be built as a separate driver module. > This work is part of enabling multi-platform kernels on ARM > > Signed-off-by: Manjunath Goudar > [Axel: adapted and rebased, fixed minor comments] > Signed-off-by: Axel Haslam > --- This is working for me as a module on LEGO MINDSTORMS EV3. Tested-By: David Lechner