From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757128Ab2FWEow (ORCPT ); Sat, 23 Jun 2012 00:44:52 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:59972 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752837Ab2FWEov (ORCPT ); Sat, 23 Jun 2012 00:44:51 -0400 Date: Fri, 22 Jun 2012 21:44:45 -0700 From: Greg KH To: Kishon Vijay Abraham I Cc: grant.likely@secretlab.ca, rob.herring@calxeda.com, rob@landley.net, linux@arm.linux.org.uk, arnd@arndb.de, b-cousson@ti.com, rnayak@ti.com, tony@atomide.com, devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, balbi@ti.com Subject: Re: [RFC PATCH v2 1/2] drivers: misc: omap: add a new driver for ocp2scp Message-ID: <20120623044445.GA2993@kroah.com> References: <1340370942-23201-1-git-send-email-kishon@ti.com> <1340370942-23201-2-git-send-email-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1340370942-23201-2-git-send-email-kishon@ti.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 On Fri, Jun 22, 2012 at 06:45:41PM +0530, Kishon Vijay Abraham I wrote: > Adds a new driver _ocp2scp_. That's not what you called this driver in the patch below :( > This driver takes the responsibility of creating > all the devices that is connected to OCP2SCP. In the case of OMAP4, USB2PHY > is connected to ocp2scp. > > This also includes device tree support for ocp2scp driver and > the documentation with device tree binding information is updated. Can't this live where the scp drivers live? Actually, where is that at? Do we have scp drivers? thanks, greg k-h