All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Leo (Hao) Chen" <leochen@broadcom.com>
To: "David Woodhouse" <dwmw2@infradead.org>
Cc: Linux MTD <linux-mtd@lists.infradead.org>
Subject: Re: [PATCH] [MTD] bcmring: mtd nand driver
Date: Mon, 28 Sep 2009 16:27:20 -0700	[thread overview]
Message-ID: <20090928232720.GI30661@broadcom.com> (raw)
In-Reply-To: <1254177430.3034.790.camel@macbook.infradead.org>

On Mon, Sep 28, 2009 at 03:37:10PM -0700, David Woodhouse wrote:
> On Mon, 2009-09-28 at 15:24 -0700, Leo (Hao) Chen wrote:
> > 
> > I've updated the patch of mtd nand driver support for bcmring arch.
> > It's now applicable to the latest kernel git tree (Linux 2.6.32-rc1).
> > 
> > Please merge this patch into upstream.
> > If further modification needed, let me know.
> 
> Thank you. On closer inspection, this patch is actually a whole lot
> saner than it appears at first glance. The amount of superfluous
> commenting made it look bad, when I first looked. 
> 
> For example, a function called 'nand_dma_write' does _not_ need a
> five-line comment block explaining that it 'Performs a write via DMA'.
> 
> Other comments, on a brief re-reading...
I'll remove those superfluous comments.

> 
> You're using a platform device, but you still hard-code the I/O address
> you ioremap for bcm_imi_io_base -- is it possible for you to fix that,
> and encode it in the platform device instead?
I'll look into it to see what I can do with the platform device.

> 
> Also, do you need the USE_DMA and USE_HWECC macros? If they're always
> enabled, can we lose some ifdefs?
USE_DMA is useful for us to debug DMA. USE_HWECC may be removed.

> 
> Finally, can you convince me that this isn't an "additional restriction"
> as prohibited by the GPL? :
> 
> +* Notwithstanding the above, under no circumstances may you combine this
> +* software in any way with any other Broadcom software provided under a
> +* license other than the GPL, without Broadcom's express prior written
> +* consent.
> 


This is what our lawyer's are making us place on
all our GPL code indicating we are releasing it as GPL.
There is no "additional restriction" -
it is being released to the kernel community under GPL.
This information is just informing our customers they can not combine
this code with Broadcom proprietary licensed code that has not been released
under an open-source/GPL license to them.


Thanks,

-- 

Leo Hao Chen

------------------------
Life is short, run long.

  reply	other threads:[~2009-09-28 23:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-28 22:24 [PATCH] [MTD] bcmring: mtd nand driver Leo (Hao) Chen
2009-09-28 22:37 ` David Woodhouse
2009-09-28 23:27   ` Leo (Hao) Chen [this message]
2009-09-30  0:02     ` Leo (Hao) Chen
2009-09-30  0:22       ` Scott Branden
2009-09-30  0:41         ` Leo (Hao) Chen
2009-09-30 17:25           ` Scott Branden

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090928232720.GI30661@broadcom.com \
    --to=leochen@broadcom.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.