Re: "Virtual" Interrupts -- Need help please

2013-09-11 Thread Daniel Santos
On 09/10/2013 01:01 PM, Mark Brown wrote: On Mon, Sep 09, 2013 at 04:12:21PM -0500, Daniel Santos wrote: One of my original requirements for this driver is that it is reusable for different devices that use the MCP2210, not just my own hardware. There are a number of ways to accomplish this, bu

Re: "Virtual" Interrupts -- Need help please

2013-09-10 Thread Mark Brown
On Mon, Sep 09, 2013 at 04:12:21PM -0500, Daniel Santos wrote: > On 09/09/2013 06:06 AM, Mark Brown wrote: > >On Sat, Sep 07, 2013 at 07:19:06PM -0500, Daniel Santos wrote: > >>I have some secondary (and less important) questions about how to > >>integrate this with device drivers that want a DT /

Re: "Virtual" Interrupts -- Need help please

2013-09-09 Thread Daniel Santos
On 09/09/2013 06:06 AM, Mark Brown wrote: On Sat, Sep 07, 2013 at 07:19:06PM -0500, Daniel Santos wrote: So do i create an IRQ domain and then call generic_handle_irq() from my URB complete() function? If so, which type of IRQ Domain is appropriate for this? Unlike typical platform devices, the

Re: "Virtual" Interrupts -- Need help please

2013-09-09 Thread Alexander Holler
Am 09.09.2013 15:45, schrieb Mark Brown: > On Mon, Sep 09, 2013 at 01:18:01PM +0200, Alexander Holler wrote: >> Am 09.09.2013 13:02, schrieb Mark Brown: > >>> makes your mail very hard to read. It looks like your mailer has also >>> reflowed Daniel's mail. > >> That's just wrong. Mail readers sh

Re: "Virtual" Interrupts -- Need help please

2013-09-09 Thread Mark Brown
On Mon, Sep 09, 2013 at 01:18:01PM +0200, Alexander Holler wrote: > Am 09.09.2013 13:02, schrieb Mark Brown: > >makes your mail very hard to read. It looks like your mailer has also > >reflowed Daniel's mail. > That's just wrong. Mail readers should wrap lines, not senders. And > readers can do

Re: "Virtual" Interrupts -- Need help please

2013-09-09 Thread Alexander Holler
Am 09.09.2013 13:45, schrieb Guenter Roeck: On 09/09/2013 04:18 AM, Alexander Holler wrote: Am 09.09.2013 13:02, schrieb Mark Brown: On Sun, Sep 08, 2013 at 05:35:56PM -0700, Guenter Roeck wrote: Please fix your mailer to word wrap within paragraphs, not doing this makes your mail very hard to

Re: "Virtual" Interrupts -- Need help please

2013-09-09 Thread Guenter Roeck
On 09/09/2013 04:18 AM, Alexander Holler wrote: Am 09.09.2013 13:02, schrieb Mark Brown: On Sun, Sep 08, 2013 at 05:35:56PM -0700, Guenter Roeck wrote: Please fix your mailer to word wrap within paragraphs, not doing this makes your mail very hard to read. It looks like your mailer has also re

Re: "Virtual" Interrupts -- Need help please

2013-09-09 Thread Alexander Holler
Am 09.09.2013 13:02, schrieb Mark Brown: On Sun, Sep 08, 2013 at 05:35:56PM -0700, Guenter Roeck wrote: Please fix your mailer to word wrap within paragraphs, not doing this makes your mail very hard to read. It looks like your mailer has also reflowed Daniel's mail. That's just wrong. Mail r

Re: "Virtual" Interrupts -- Need help please

2013-09-09 Thread Mark Brown
On Sat, Sep 07, 2013 at 07:19:06PM -0500, Daniel Santos wrote: > So do i create an IRQ domain and then call generic_handle_irq() from > my URB complete() function? If so, which type of IRQ Domain is > appropriate for this? Unlike typical platform devices, these are > dynamically added and removed

Re: "Virtual" Interrupts -- Need help please

2013-09-09 Thread Mark Brown
On Sun, Sep 08, 2013 at 05:35:56PM -0700, Guenter Roeck wrote: Please fix your mailer to word wrap within paragraphs, not doing this makes your mail very hard to read. It looks like your mailer has also reflowed Daniel's mail. > On 09/08/2013 04:50 PM, Daniel Santos wrote: > >Even better, thank

Re: "Virtual" Interrupts -- Need help please

2013-09-08 Thread Guenter Roeck
On 09/08/2013 04:50 PM, Daniel Santos wrote: On 09/07/2013 07:52 PM, Guenter Roeck wrote: On 09/07/2013 05:19 PM, Daniel Santos wrote: I've posted a number of requests for aid on this and have gotten very little responses and none that were helpful. I have spent at least 24 hours of research

Re: "Virtual" Interrupts -- Need help please

2013-09-08 Thread Daniel Santos
On 09/07/2013 07:52 PM, Guenter Roeck wrote: On 09/07/2013 05:19 PM, Daniel Santos wrote: I've posted a number of requests for aid on this and have gotten very little responses and none that were helpful. I have spent at least 24 hours of research time on this and just a little direction from

Re: "Virtual" Interrupts -- Need help please

2013-09-07 Thread Guenter Roeck
On 09/07/2013 05:19 PM, Daniel Santos wrote: I've posted a number of requests for aid on this and have gotten very little responses and none that were helpful. I have spent at least 24 hours of research time on this and just a little direction from somebody who knows this subsystem can help me

"Virtual" Interrupts -- Need help please

2013-09-07 Thread Daniel Santos
I've posted a number of requests for aid on this and have gotten very little responses and none that were helpful. I have spent at least 24 hours of research time on this and just a little direction from somebody who knows this subsystem can help me immensely as the IRQ subsystem is new to me.