Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932458AbaBUPlx (ORCPT ); Fri, 21 Feb 2014 10:41:53 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:42582 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932145AbaBUPlw (ORCPT ); Fri, 21 Feb 2014 10:41:52 -0500 Date: Fri, 21 Feb 2014 10:41:50 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Alistair Popple cc: gregkh@linuxfoundation.org, , , , Subject: Re: [PATCH 4/7] ECHI Platform: Merge ppc-of EHCI driver into the ehci-platform driver In-Reply-To: <1392964293-13687-5-git-send-email-alistair@popple.id.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 21 Feb 2014, Alistair Popple wrote: > Currently the ppc-of driver uses the compatibility string > "usb-ehci". This means platforms that use device-tree and implement an > EHCI compatible interface have to either use the ppc-of driver or add > a compatible line to the ehci-platform driver. It would be more > appropriate for the platform driver to be compatible with "usb-ehci" > as non-powerpc platforms are also beginning to utilise device-tree. > > This patch merges the device tree property parsing from ehci-ppc-of > into the platform driver and adds a "usb-ehci" compatibility > string. The existing ehci-ppc-of driver is removed and the 440EPX > specific quirks are added to the ehci-platform driver. > > Signed-off-by: Alistair Popple This patch is also out of date. The compatibility string used by the ehci-platform driver is "generic-ehci". There remains the question of whether to merge ehci-ppc-of into ehci-platform. This would be a rather invasive change, but I suppose we could do it. With adjustments along the lines suggested by Mark Rutland. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/