media5200.c (cf9ce948f47640797bd19980e1d99c6d17d0bdc3) | media5200.c (ce6d73c94d7cfbdc3dc31860fe14af2f37d1b4fe) |
---|---|
1/* 2 * Support for 'media5200-platform' compatible boards. 3 * 4 * Copyright (C) 2008 Secret Lab Technologies Ltd. 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2 of the License, or (at your --- 16 unchanged lines hidden (view full) --- 25#include <linux/irq.h> 26#include <linux/interrupt.h> 27#include <linux/io.h> 28#include <asm/time.h> 29#include <asm/prom.h> 30#include <asm/machdep.h> 31#include <asm/mpc52xx.h> 32 | 1/* 2 * Support for 'media5200-platform' compatible boards. 3 * 4 * Copyright (C) 2008 Secret Lab Technologies Ltd. 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2 of the License, or (at your --- 16 unchanged lines hidden (view full) --- 25#include <linux/irq.h> 26#include <linux/interrupt.h> 27#include <linux/io.h> 28#include <asm/time.h> 29#include <asm/prom.h> 30#include <asm/machdep.h> 31#include <asm/mpc52xx.h> 32 |
33static struct of_device_id mpc5200_gpio_ids[] __initdata = { | 33static const struct of_device_id mpc5200_gpio_ids[] __initconst = { |
34 { .compatible = "fsl,mpc5200-gpio", }, 35 { .compatible = "mpc5200-gpio", }, 36 {} 37}; 38 39/* FPGA register set */ 40#define MEDIA5200_IRQ_ENABLE (0x40c) 41#define MEDIA5200_IRQ_STATUS (0x410) --- 216 unchanged lines hidden --- | 34 { .compatible = "fsl,mpc5200-gpio", }, 35 { .compatible = "mpc5200-gpio", }, 36 {} 37}; 38 39/* FPGA register set */ 40#define MEDIA5200_IRQ_ENABLE (0x40c) 41#define MEDIA5200_IRQ_STATUS (0x410) --- 216 unchanged lines hidden --- |