From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4BAAD2C0095 for ; Wed, 6 Nov 2013 14:58:26 +1100 (EST) Message-ID: <1383710296.4776.119.camel@pasglop> Subject: Re: [PATCH 5/7] IBM Akebono: Add support to the EHCI platform driver for Akebono From: Benjamin Herrenschmidt To: Alistair Popple Date: Wed, 06 Nov 2013 14:58:16 +1100 In-Reply-To: <2440701.siW6M1PPWz@mexican> References: <1383681133.4776.95.camel@pasglop> <2440701.siW6M1PPWz@mexican> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev@lists.ozlabs.org, linux-usb@vger.kernel.org, Alan Stern List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2013-11-06 at 14:50 +1100, Alistair Popple wrote: > Actually a grep of "usb-ehci" turns up the ehci-ppc-of driver which I somehow > missed. This driver works and uses .compatible = "usb-ehci" so I can use that > instead if that is preferable? > > However it is basically the same as the ehci-platform driver so I guess at > some point the two should be merged... I think the split predates the grand unification of "of" driver and platform, so yes they should. Cheers, Ben.