Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760065Ab2EVSuu (ORCPT ); Tue, 22 May 2012 14:50:50 -0400 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:56921 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752278Ab2EVSut (ORCPT ); Tue, 22 May 2012 14:50:49 -0400 Date: Tue, 22 May 2012 19:50:33 +0100 From: Ben Hutchings To: David Daney Cc: devicetree-discuss@lists.ozlabs.org, Grant Likely , Rob Herring , "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Andy Fleming , David Daney Message-ID: <20120522185032.GR4038@decadent.org.uk> References: <1337709592-23347-1-git-send-email-ddaney.cavm@gmail.com> <1337709592-23347-6-git-send-email-ddaney.cavm@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1337709592-23347-6-git-send-email-ddaney.cavm@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ben@decadent.org.uk Subject: Re: [PATCH 5/5] netdev/phy: Add driver for Cortina cs4321 quad 10G PHY. X-SA-Exim-Version: 4.2.1 (built Mon, 22 Mar 2010 06:51:10 +0000) X-SA-Exim-Scanned: Yes (on shadbolt.decadent.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1449 Lines: 39 On Tue, May 22, 2012 at 10:59:52AM -0700, David Daney wrote: [...] > --- /dev/null > +++ b/drivers/net/phy/cs4321-ucode.h > @@ -0,0 +1,4378 @@ > +/* > + * Copyright (C) 2011 by Cortina Systems, Inc. > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + * > + */ [...] So where's the real source code for it? If you won't (or can't) provide source code for the microcode then it should instead be submitted to linux-firmware with a binary redistribution licence, and the driver should load it with request_firmware(). Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. - Albert Camus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/