login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
November
»
25
Re: [PATCH 04/11] x86/dtb: add irq host abstraction
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Jon Loeliger
Subject:
Re: [PATCH 04/11] x86/dtb: add irq host abstraction
Date: Thursday, November 25, 2010 - 12:30 pm
> The here introduced irq_host abstraction represents a generic irq_host.
quoted text
> The xlate callback is resposible to parse irq informations like irq type > and number and returns the hardware irq number which is reported by the > hardware as active.
quoted text
> [...]
quoted text
> diff --git a/arch/x86/include/asm/irq_controller.h b/arch/x86/include/asm/irq > _controller.h > new file mode 100644 > index 0000000..1cbbfd0 > --- /dev/null > +++ b/arch/x86/include/asm/irq_controller.h > @@ -0,0 +1,12 @@ > +#ifndef __IRQ_CONTROLLER__ > +#define __IRQ_CONTROLLER__ > + > +struct irq_host { > + int (*xlate)(struct irq_host *h, const u32 *intspec, u32 intsize, > + u32 *out_hwirq, u32 *out_type); > + void *priv; > + struct device_node *controller; > + struct list_head l; > +};
I thought there was an intent and desire to rename the irq_host as irq_domain. jdl --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Add device tree support for x86
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:39 am)
[PATCH 01/11] x86/kernel: remove conditional early remap i ...
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:39 am)
[PATCH 02/11] x86: Add device tree support
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:39 am)
[PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:39 am)
[PATCH 04/11] x86/dtb: add irq host abstraction
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:39 am)
[PATCH 05/11] x86/dtb: add early parsing of APIC and IO APIC
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:39 am)
[PATCH 06/11] x86/dtb: add support hpet
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:39 am)
[PATCH 07/11] x86/dtb: add support for PCI devices backed ...
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:39 am)
[PATCH 08/11] x86/dtb: Add generic bus probe
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:39 am)
[PATCH 09/11] x86/ioapic: Add OF bindings for IO-APIC
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:39 am)
[PATCH 10/11] x86/io_apic: add simply id set
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:40 am)
[PATCH 11/11] x86/ce4100: use OF for ioapic
, Sebastian Andrzej Si ...
, (Thu Nov 25, 10:40 am)
Re: [PATCH 04/11] x86/dtb: add irq host abstraction
, Jon Loeliger
, (Thu Nov 25, 12:30 pm)
Re: [PATCH 10/11] x86/io_apic: add simply id set
, Yinghai Lu
, (Thu Nov 25, 2:04 pm)
Re: [PATCH 02/11] x86: Add device tree support
, Sam Ravnborg
, (Thu Nov 25, 3:53 pm)
Re: [PATCH 02/11] x86: Add device tree support
, Sebastian Andrzej Si ...
, (Fri Nov 26, 2:06 am)
Re: [PATCH 10/11] x86/io_apic: add simply id set
, Sebastian Andrzej Si ...
, (Fri Nov 26, 4:03 am)
Re: [PATCH 04/11] x86/dtb: add irq host abstraction
, Sebastian Andrzej Si ...
, (Fri Nov 26, 7:19 am)
[PATCH] x86/io_apic: split setup_ioapic_ids_from_mpc() int ...
, Sebastian Andrzej Si ...
, (Fri Nov 26, 9:50 am)
Re: [PATCH 04/11] x86/dtb: add irq host abstraction
, Benjamin Herrenschmidt
, (Fri Nov 26, 2:36 pm)
Re: [PATCH 02/11] x86: Add device tree support
, Benjamin Herrenschmidt
, (Fri Nov 26, 2:42 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Benjamin Herrenschmidt
, (Fri Nov 26, 2:57 pm)
Re: [PATCH 04/11] x86/dtb: add irq host abstraction
, Jon Loeliger
, (Fri Nov 26, 8:11 pm)
Re: [PATCH 07/11] x86/dtb: add support for PCI devices bac ...
, Benjamin Herrenschmidt
, (Sat Nov 27, 3:33 pm)
Re: [PATCH 02/11] x86: Add device tree support
, Sebastian Andrzej Si ...
, (Sun Nov 28, 6:49 am)
Re: [PATCH 07/11] x86/dtb: add support for PCI devices bac ...
, Sebastian Andrzej Si ...
, (Sun Nov 28, 7:04 am)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Sebastian Andrzej Si ...
, (Sun Nov 28, 9:04 am)
Re: [PATCH 02/11] x86: Add device tree support
, Benjamin Herrenschmidt
, (Sun Nov 28, 3:28 pm)
Re: [PATCH 07/11] x86/dtb: add support for PCI devices bac ...
, Benjamin Herrenschmidt
, (Sun Nov 28, 3:32 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Benjamin Herrenschmidt
, (Sun Nov 28, 3:53 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Mitch Bradley
, (Sun Nov 28, 6:34 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, David Gibson
, (Sun Nov 28, 7:22 pm)
Re: [sodaville] [PATCH 03/11] x86/dtb: Add a device tree f ...
, H. Peter Anvin
, (Mon Nov 29, 11:26 am)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Scott Wood
, (Mon Nov 29, 12:07 pm)
Re: [sodaville] [PATCH 03/11] x86/dtb: Add a device tree f ...
, Sebastian Andrzej Si ...
, (Mon Nov 29, 12:36 pm)
Re: [sodaville] [PATCH 03/11] x86/dtb: Add a device tree f ...
, Sebastian Andrzej Si ...
, (Mon Nov 29, 12:44 pm)
Re: [sodaville] [PATCH 03/11] x86/dtb: Add a device tree f ...
, Benjamin Herrenschmidt
, (Mon Nov 29, 1:03 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Benjamin Herrenschmidt
, (Mon Nov 29, 1:05 pm)
Re: [sodaville] [PATCH 03/11] x86/dtb: Add a device tree f ...
, Benjamin Herrenschmidt
, (Mon Nov 29, 1:14 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Mitch Bradley
, (Mon Nov 29, 1:32 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Benjamin Herrenschmidt
, (Mon Nov 29, 1:44 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Mitch Bradley
, (Mon Nov 29, 2:32 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Alan Cox
, (Mon Nov 29, 4:42 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Alan Cox
, (Mon Nov 29, 4:47 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, David Gibson
, (Mon Nov 29, 4:58 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Benjamin Herrenschmidt
, (Mon Nov 29, 7:50 pm)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Sebastian Andrzej Si ...
, (Tue Nov 30, 4:20 am)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Sebastian Andrzej Si ...
, (Tue Nov 30, 4:51 am)
Re: [PATCH 03/11] x86/dtb: Add a device tree for CE4100
, Benjamin Herrenschmidt
, (Tue Nov 30, 1:31 pm)
Re: [sodaville] [PATCH 03/11] x86/dtb: Add a device tree f ...
, H. Peter Anvin
, (Tue Nov 30, 2:18 pm)
Re: [sodaville] [PATCH 04/11] x86/dtb: add irq host abstra ...
, Sebastian Andrzej Si ...
, (Wed Dec 1, 3:31 am)
Re: [sodaville] [PATCH 03/11] x86/dtb: Add a device tree f ...
, David Gibson
, (Wed Dec 1, 5:40 pm)
Re: [PATCH 07/11] x86/dtb: add support for PCI devices bac ...
, Sebastian Andrzej Si ...
, (Thu Dec 2, 9:17 am)
[tip:x86/apic] x86: io_apic: Split setup_ioapic_ids_from_mpc()
, tip-bot for Sebastia ...
, (Mon Dec 6, 6:33 am)
[PATCH -v2] x86, ioapic: Don't write io_apic ID if it is n ...
, Yinghai Lu
, (Tue Dec 7, 1:59 am)
Re: [sodaville] [PATCH 01/11] x86/kernel: remove condition ...
, Sebastian Andrzej Si ...
, (Wed Dec 8, 1:38 am)
Re: [sodaville] [PATCH 01/11] x86/kernel: remove condition ...
, Thomas Gleixner
, (Wed Dec 8, 7:15 am)
[tip:x86/apic-cleanups] x86, ioapic: Avoid writing io_apic ...
, tip-bot for Yinghai Lu
, (Thu Dec 9, 1:56 pm)
Re: [PATCH 01/11] x86/kernel: remove conditional early rem ...
, H. Peter Anvin
, (Wed Dec 15, 4:28 pm)
Re: [PATCH 01/11] x86/kernel: remove conditional early rem ...
, Sebastian Andrzej Si ...
, (Thu Dec 16, 2:55 am)
Re: [PATCH 02/11] x86: Add device tree support
, Grant Likely
, (Thu Dec 30, 1:26 am)
Re: [PATCH 02/11] x86: Add device tree support
, Rob Landley
, (Thu Dec 30, 1:45 am)
Re: [PATCH 02/11] x86: Add device tree support
, Grant Likely
, (Thu Dec 30, 1:57 pm)
Re: [PATCH 02/11] x86: Add device tree support
, Grant Likely
, (Thu Dec 30, 1:58 pm)
Re: [sodaville] [PATCH 02/11] x86: Add device tree support
, H. Peter Anvin
, (Thu Dec 30, 5:51 pm)
Re: [sodaville] [PATCH 02/11] x86: Add device tree support
, H. Peter Anvin
, (Mon Jan 3, 9:05 am)
Re: [sodaville] [PATCH 02/11] x86: Add device tree support
, H. Peter Anvin
, (Mon Jan 3, 9:19 am)
Re: [sodaville] [PATCH 02/11] x86: Add device tree support
, Grant Likely
, (Mon Jan 3, 10:52 am)
Re: [sodaville] [PATCH 02/11] x86: Add device tree support
, H. Peter Anvin
, (Mon Jan 3, 11:06 am)
Re: [sodaville] [PATCH 02/11] x86: Add device tree support
, H. Peter Anvin
, (Mon Jan 3, 11:10 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Mr. James W. Laferriere
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
Chuck Ebbert
Re: PCI: Unable to reserve mem region problem
Mingming Cao
Re: [RFC 1/4] Large Blocksize support for Ext2/3/4
Linus Torvalds
Linux 2.6.34-rc4
git
:
Ralf Wildenhues
[PATCH] Fix typos in the documentation
Adeodato
Bazaar's patience diff as GIT_EXTERNAL_DIFF
Johannes Schindelin
Re: [PATCH 2/4] Add functions get_relative_cwd() and is_inside_dir()
Len Brown
Re: fatal: unable to create '.git/index': File exists
Denis Bueno
Git clone error
git-commits-head
:
Linux Kernel Mailing List
ASoC: fix registration of the SoC card in the Freescale MPC8610 drivers
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
nfsd41: sanity check client drc maxreqs
Linux Kernel Mailing List
bnx2x: Moving includes
Linux Kernel Mailing List
V4L/DVB: gspca - sonixj: Adjust minor values of sensor ov7630. - set the color ga...
openbsd-misc
:
Sevan / Venture37
Re: This is what Linus Torvalds calls openBSD crowd
Netmaffia.hu
Tini Lányok AKCIÓBAN OTTHON
Sam Fourman Jr.
Re: Help with Altell PC6700
Siju George
This is what Linus Torvalds calls openBSD crowd
Darrin Chandler
Re: OT: Python (was Re: vi in /bin)
linux-netdev
:
Kurt Van Dijck
Re: [PATCH net-next-2.6 1/2] can: add driver for Softing card
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
David Miller
Re: [PATCH v2] net: typos in comments in include/linux/igmp.h
Ursula Braun
[patch 0/1] remove header_ops bug in qeth driver
Colocation donated by:
Syndicate