Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa82f9fc authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: kfr2r09 evt2irq migration.



Migrate kfr2r09 to evt2irq backed hwirq lookups.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 9307d115
Loading
Loading
Loading
Loading
+8 −7
Original line number Original line Diff line number Diff line
@@ -23,6 +23,7 @@
#include <linux/i2c.h>
#include <linux/i2c.h>
#include <linux/usb/r8a66597.h>
#include <linux/usb/r8a66597.h>
#include <linux/videodev2.h>
#include <linux/videodev2.h>
#include <linux/sh_intc.h>
#include <media/rj54n1cb0c.h>
#include <media/rj54n1cb0c.h>
#include <media/soc_camera.h>
#include <media/soc_camera.h>
#include <media/sh_mobile_ceu.h>
#include <media/sh_mobile_ceu.h>
@@ -110,7 +111,7 @@ static struct resource kfr2r09_sh_keysc_resources[] = {
		.flags  = IORESOURCE_MEM,
		.flags  = IORESOURCE_MEM,
	},
	},
	[1] = {
	[1] = {
		.start  = 79,
		.start  = evt2irq(0xbe0),
		.flags  = IORESOURCE_IRQ,
		.flags  = IORESOURCE_IRQ,
	},
	},
};
};
@@ -175,7 +176,7 @@ static struct resource kfr2r09_sh_lcdc_resources[] = {
		.flags	= IORESOURCE_MEM,
		.flags	= IORESOURCE_MEM,
	},
	},
	[1] = {
	[1] = {
		.start	= 106,
		.start	= evt2irq(0xf40),
		.flags	= IORESOURCE_IRQ,
		.flags	= IORESOURCE_IRQ,
	},
	},
};
};
@@ -200,8 +201,8 @@ static struct resource kfr2r09_usb0_gadget_resources[] = {
		.flags	= IORESOURCE_MEM,
		.flags	= IORESOURCE_MEM,
	},
	},
	[1] = {
	[1] = {
		.start	= 65,
		.start	= evtirq(0xa20),
		.end	= 65,
		.end	= evtirq(0xa20),
		.flags	= IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
		.flags	= IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
	},
	},
};
};
@@ -230,8 +231,8 @@ static struct resource kfr2r09_ceu_resources[] = {
		.flags	= IORESOURCE_MEM,
		.flags	= IORESOURCE_MEM,
	},
	},
	[1] = {
	[1] = {
		.start  = 52,
		.start  = evt2irq(0x880),
		.end  = 52,
		.end	= evt2irq(0x880),
		.flags  = IORESOURCE_IRQ,
		.flags  = IORESOURCE_IRQ,
	},
	},
	[2] = {
	[2] = {
@@ -348,7 +349,7 @@ static struct resource kfr2r09_sh_sdhi0_resources[] = {
		.flags  = IORESOURCE_MEM,
		.flags  = IORESOURCE_MEM,
	},
	},
	[1] = {
	[1] = {
		.start  = 100,
		.start  = evt2irq(0xe80),
		.flags  = IORESOURCE_IRQ,
		.flags  = IORESOURCE_IRQ,
	},
	},
};
};