lkml.org 
[lkml]   [2013]   [May]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 7/8] genirq: generic chip: Add linear irq domain support
On Wed, 29 May 2013, Grant Likely wrote:
> > --- linux-2.6.orig/include/linux/irq.h
> > +++ linux-2.6/include/linux/irq.h
> > @@ -678,6 +678,8 @@ struct irq_chip_type {
> > * @wake_active: Interrupt is marked as an wakeup from suspend source
> > * @num_ct: Number of available irq_chip_type instances (usually 1)
> > * @private: Private data for non generic chip callbacks
> > + * @installed: bitfield to denote installed interrupts
> > + * @domain: irq domain pointer
> > * @list: List head for keeping track of instances
> > * @chip_types: Array of interrupt irq_chip_types
> > *
> > @@ -699,6 +701,8 @@ struct irq_chip_generic {
> > u32 wake_active;
> > unsigned int num_ct;
> > void *private;
> > + unsigned long installed;
>
> This is probably something that the irqdomain should be keeping track of
> internally, but that's an issue for a separate patch series.

Ok. I just need access to that information, so I can figure out if
it's the first irq of the chip which gets mapped. I need this for
initializing the mask cache.

> [...]
> > +struct irq_domain_ops irq_generic_chip_ops = {
> > + .map = irq_map_generic_chip,
> > + .xlate = irq_domain_xlate_onecell,
>
> As discussed on IRC, should use onetwocell here for greater
> compatibility with existing bindings.

Changed that.

Thanks,

tglx


\
 
 \ /
  Last update: 2013-05-29 11:21    [W:0.265 / U:0.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site