* [PATCH] mfd: Allow platforms to specify an IRQ base for WM8350
@ 2009-10-21 18:11 Mark Brown
2009-10-21 22:29 ` Samuel Ortiz
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2009-10-21 18:11 UTC (permalink / raw)
To: Samuel Ortiz; +Cc: linux-kernel, Mark Brown
This is currently unused by the wm8350 drivers but getting it merged
now will reduce merge issues in the future when implementing wm8350
genirq support.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
include/linux/mfd/wm8350/core.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/linux/mfd/wm8350/core.h b/include/linux/mfd/wm8350/core.h
index 32197fd..ffce508 100644
--- a/include/linux/mfd/wm8350/core.h
+++ b/include/linux/mfd/wm8350/core.h
@@ -646,10 +646,12 @@ struct wm8350 {
* @init: Function called during driver initialisation. Should be
* used by the platform to configure GPIO functions and similar.
* @irq_high: Set if WM8350 IRQ is active high.
+ * @irq_base: Base IRQ for genirq (not currently used).
*/
struct wm8350_platform_data {
int (*init)(struct wm8350 *wm8350);
int irq_high;
+ int irq_base;
};
--
1.6.5
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] mfd: Allow platforms to specify an IRQ base for WM8350
2009-10-21 18:11 [PATCH] mfd: Allow platforms to specify an IRQ base for WM8350 Mark Brown
@ 2009-10-21 22:29 ` Samuel Ortiz
0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2009-10-21 22:29 UTC (permalink / raw)
To: Mark Brown; +Cc: linux-kernel
Hi Mark,
On Wed, Oct 21, 2009 at 07:11:34PM +0100, Mark Brown wrote:
> This is currently unused by the wm8350 drivers but getting it merged
> now will reduce merge issues in the future when implementing wm8350
> genirq support.
Patch applied, thanks.
Cheers,
Samuel.
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> include/linux/mfd/wm8350/core.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/include/linux/mfd/wm8350/core.h b/include/linux/mfd/wm8350/core.h
> index 32197fd..ffce508 100644
> --- a/include/linux/mfd/wm8350/core.h
> +++ b/include/linux/mfd/wm8350/core.h
> @@ -646,10 +646,12 @@ struct wm8350 {
> * @init: Function called during driver initialisation. Should be
> * used by the platform to configure GPIO functions and similar.
> * @irq_high: Set if WM8350 IRQ is active high.
> + * @irq_base: Base IRQ for genirq (not currently used).
> */
> struct wm8350_platform_data {
> int (*init)(struct wm8350 *wm8350);
> int irq_high;
> + int irq_base;
> };
>
>
> --
> 1.6.5
>
--
Intel Open Source Technology Centre
http://oss.intel.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-21 22:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-21 18:11 [PATCH] mfd: Allow platforms to specify an IRQ base for WM8350 Mark Brown
2009-10-21 22:29 ` Samuel Ortiz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®