All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eli Billauer <eli.billauer@gmail.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org, arnd@arndb.de
Subject: Re: [PATCH v2 2/2] New driver: Xillybus generic interface for FPGA (programmable logic)
Date: Fri, 30 Nov 2012 17:27:37 +0200	[thread overview]
Message-ID: <50B8D069.8070608@gmail.com> (raw)
In-Reply-To: <20121130150944.GB2658@kroah.com>

I made changes in the code as a response to almost all your comments to 
my best understanding.

I also sent a separate mail responding to a couple of issues, which 
seems not have reached you.

But to put it short:

* The pci_ids: I wasn't sure if I should remove only my own product ID 
or all the vendor IDs, and this is clear now.

* As for the documentation, I don't quite understand what I should add. 
There's a rather extensive documentation for download at the site. The 
docs for the host side mostly instruct common UNIX programming 
techniques: The device files are just data pipes to FIFOs in the FPGA, 
behaving like one would expect.

* As for the special class issue: When Xillybus is used, the whole 
system's mission is usually around it (e.g. it's a computer doing data 
acquisition through the Xillybus pipes). So giving it a high profile 
makes sense, I believe. Besides, a dozen of device files are not rare. 
Needless to say, I'm not going to insist on this.

Other than that, it's all changes in the code. It's a major change there.

Sorry for this miscommunication.

   Eli



On 11/30/2012 05:09 PM, Greg KH wrote:
> You didn't answer my previous comments about the kernel/user interface
> here, why not?
>
> And you ignored my other review comments, which is a sure way for me to
> want to reject this and not look at any future submissions from you for
> at least a month...
>
>    



  reply	other threads:[~2012-11-30 15:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-30 14:51 [PATCH v2 1/2] pci_ids: Added FPGA-related entries Eli Billauer
2012-11-30 14:51 ` [PATCH v2 2/2] New driver: Xillybus generic interface for FPGA (programmable logic) Eli Billauer
2012-11-30 15:09   ` Greg KH
2012-11-30 15:27     ` Eli Billauer [this message]
2012-11-30 16:35       ` Greg KH
2012-11-30 15:08 ` [PATCH v2 1/2] pci_ids: Added FPGA-related entries Greg KH

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=50B8D069.8070608@gmail.com \
    --to=eli.billauer@gmail.com \
    --cc=arnd@arndb.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.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.