From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932650AbbFITWV (ORCPT ); Tue, 9 Jun 2015 15:22:21 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59526 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752117AbbFITWN (ORCPT ); Tue, 9 Jun 2015 15:22:13 -0400 Date: Tue, 9 Jun 2015 12:22:12 -0700 From: Greg Kroah-Hartman To: Rob Herring Cc: Peter Chen , Kishon Vijay Abraham I , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH v3 0/6] Marvell PXA1928 USB support Message-ID: <20150609192212.GA4386@kroah.com> References: <1432917526-9688-1-git-send-email-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432917526-9688-1-git-send-email-robh@kernel.org> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 29, 2015 at 11:38:40AM -0500, Rob Herring wrote: > This series adds USB PHYs and EHCI host drivers for the Marvell PXA1928 > SOC. > > The OTG block is based on ChipIdea and works with the "chipidea,usb2" > compatible driver as is just by adding the PHY driver. Yay! After more > testing it turns out the EHCI host is also based on ChipIdea too. So > this version uses the ChipIdea driver for both. A couple of fixes are > needed to make the ChipIdea driver work with the PXA1928 EHCI host. Given that these crossed a number of different trees, I've just queued them all up in mine, as they would eventually make their way to it anyway. thanks, greg k-h