From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH v4 0/6] Generic PHY Framework Date: Wed, 3 Apr 2013 12:05:30 +0530 Message-ID: <515BCDB2.2040506@ti.com> References: <1364449408-9510-1-git-send-email-kishon@ti.com> <20130328.143142.2080627792603647441.davem@davemloft.net> <515BC559.1070602@ti.com> <20130403.023157.1254170239558661397.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130403.023157.1254170239558661397.davem@davemloft.net> Sender: linux-doc-owner@vger.kernel.org To: David Miller Cc: balbi@ti.com, gregkh@linuxfoundation.org, arnd@arndb.de, akpm@linux-foundation.org, rob@landley.net, sylvester.nawrocki@gmail.com, swarren@wwwdotorg.org, cesarb@cesarb.net, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, tony@atomide.com, grant.likely@secretlab.ca, rob.herring@calxeda.com, b-cousson@ti.com, linux@arm.linux.org.uk, eballetbo@gmail.com, javier@dowhile0.org, mchehab@redhat.com, santosh.shilimkar@ti.com, broonie@opensource.wolfsonmicro.com, swarren@nvidia.com, linux-doc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hi, On Wednesday 03 April 2013 12:01 PM, David Miller wrote: > From: Kishon Vijay Abraham I > Date: Wed, 3 Apr 2013 11:29:53 +0530 > >> Hi, >> >> On Friday 29 March 2013 12:01 AM, David Miller wrote: >>> >>> You really need to CC: netdev@vger.kernel.org rather than me >>> explicitly >>> on this patch set. >> >> I was CC'ing whatever get_maintainer shows. I'll make sure to CC >> netdev@vger.kernel.org though there's nothing related to network in >> this patch series (Maybe sometime in the future it'll be used). > > What about drivers/net/phy isn't networking? This patch series is about drivers/phy which will be used for now by usb, sata and maybe some video PHY's. Network itself has a comprehensive PHY in drivers/net/phy which we'd like to merge it with drivers/phy so that we have all the phy stuff in drivers/phy but we are not planning too far ahead here. Thanks Kishon