From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kroah.org ([198.145.64.141]:59738 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756233Ab0KPV7X (ORCPT ); Tue, 16 Nov 2010 16:59:23 -0500 Date: Tue, 16 Nov 2010 13:43:46 -0800 From: Greg KH Subject: Re: [PATCH 1/4] USB: Add MSM OTG Controller driver Message-ID: <20101116214346.GA18387@kroah.com> References: <1289301591-26228-1-git-send-email-pkondeti@codeaurora.org> <1289301591-26228-2-git-send-email-pkondeti@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1289301591-26228-2-git-send-email-pkondeti@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: Pavankumar Kondeti Cc: linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org On Tue, Nov 09, 2010 at 04:49:48PM +0530, Pavankumar Kondeti wrote: > This driver implements PHY initialization, clock management, memory mapping > register address space, ULPI IO ops and simple OTG state machine to kick > host/peripheral based on Id/VBUS line status. VBUS/Id lines are tied to a > reference voltage on some boards. Hence provide a sysfs interface to > select host/peripheral mode. As you are creating a new user/kernel abi, it MUST be documented in the Documentation/ABI/ directory. I can't take this patch set until that happens. Care to redo this one, and your device patch set based on the review comments there, and resend them? thanks, greg k-h