From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755543Ab1ILMNJ (ORCPT ); Mon, 12 Sep 2011 08:13:09 -0400 Received: from mga14.intel.com ([143.182.124.37]:12181 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755240Ab1ILMNH (ORCPT ); Mon, 12 Sep 2011 08:13:07 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,368,1312182000"; d="scan'208";a="47806348" Date: Mon, 12 Sep 2011 15:12:55 +0300 From: Heikki Krogerus To: Li Yang , Pavankumar Kondeti , Sascha Hauer Cc: Felipe Balbi , Greg KH , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Chen , Lin Tony-B19295 , Alexander Shishkin Subject: Re: [PATCHv4 00/19] First round in OTG rework Message-ID: <20110912121255.GA2520@xps8300> References: <1315379772-8830-1-git-send-email-heikki.krogerus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1315379772-8830-1-git-send-email-heikki.krogerus@linux.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi guys, On Wed, Sep 07, 2011 at 10:15:53AM +0300, Heikki Krogerus wrote: > There were no comments in two weeks, so I'm dropping the RFC. > Otherwise this is the same as the previous, no changes. > > Quick summary: > This introduces struct usb_phy and struct usb_otg that > replace struct otg_transceiver. The transceiver and phy > members from struct otg_transceiver are left in struct > usb_phy and otg specific members are moved to struct > usb_otg. > > So the idea is simply to separate USB PHY handling from OTG. > > Heikki Krogerus (19): > usb: otg: Rename otg_transceiver to usb_phy > usb: otg: Rename usb_otg and usb_xceiv to usb_phy > usb: otg: Separate otg members from usb_phy > usb: otg: ab8500: Start using struct usb_otg > usb: otg: fsl: Start using struct usb_otg > usb: otg: gpio_vbus: Start using struct usb_otg > usb: otg: isp1301_omap: Start using struct usb_otg > usb: otg: msm: Start using struct usb_otg > usb: otg: langwell: Start using struct usb_otg > usb: otg: nop: Start using struct usb_otg > usb: otg: twl4030: Start using struct usb_otg > usb: otg: twl6030: Start using struct usb_otg > usb: otg: ulpi: Start using struct usb_otg > arm: imx: Start using struct usb_otg > usb: musb: Start using struct usb_otg > power_supply: Convert all users to new usb_phy > usb: Convert all users to new usb_phy > usb: otg: Remove OTG specific members from usb_phy > usb: otg: Convert all users to pass struct usb_otg for OTG functions You guys are maintainers of the tranceiver/otg drivers. Can you test these and ACK the patch for your driver if you feel there is nothing wrong with these? I would much appreciate. Thanks, -- heikki