]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'sh/dynamic-irq-cleanup' into sh-latest
authorPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jun 2012 03:12:41 +0000 (12:12 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jun 2012 03:12:41 +0000 (12:12 +0900)
Conflicts:
drivers/sh/intc/dynamic.c

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
1  2 
arch/sh/boards/Kconfig
arch/sh/boards/mach-se/7722/setup.c
arch/sh/include/mach-se/mach/se7343.h
arch/sh/include/mach-se/mach/se7722.h

Simple merge
index 8f7f0550cfded7dcc2751db7e63e933d353bd510,2ec0111fdf9b5854a13dbb12860d36a6f4d99806..e04e2bc4698481374b2e6c16f9580d70021e9382
@@@ -15,8 -16,8 +16,9 @@@
  #include <linux/ata_platform.h>
  #include <linux/input.h>
  #include <linux/input/sh_keysc.h>
+ #include <linux/irqdomain.h>
  #include <linux/smc91x.h>
 +#include <linux/sh_intc.h>
  #include <mach-se/mach/se7722.h>
  #include <mach-se/mach/mrshpc.h>
  #include <asm/machvec.h>
Simple merge
index 201081ebdbce7f8ef881a591d23029f93777739e,5508dc42e4d29f4816839cc96a77fc7e2872cb64..637e7ac753f84c8187d7ef1800d673cd3050f071
  #define PORT_HIZCRC     0xA405015CUL
  
  /* IRQ */
 -#define IRQ0_IRQ        32
 -#define IRQ1_IRQ        33
 +#define IRQ0_IRQ        evt2irq(0x600)
 +#define IRQ1_IRQ        evt2irq(0x620)
  
- #define IRQ01_MODE      0xb1800000
- #define IRQ01_STS       0xb1800004
- #define IRQ01_MASK      0xb1800008
- /* Bits in IRQ01_* registers */
  #define SE7722_FPGA_IRQ_USB   0 /* IRQ0 */
  #define SE7722_FPGA_IRQ_SMC   1 /* IRQ0 */
  #define SE7722_FPGA_IRQ_MRSHPC0       2 /* IRQ1 */