@@ -306,6 +306,7 @@ config BCM63XX
select HAVE_CLK
select MIPS_L1_CACHE_SHIFT_4
select CLKDEV_LOOKUP
+ select HAVE_MACH_HEAD_FILES
help
Support for BCM63XX based boards
@@ -3,5 +3,5 @@
#
platform-$(CONFIG_BCM63XX) += bcm63xx/
cflags-$(CONFIG_BCM63XX) += \
- -I$(srctree)/arch/mips/include/asm/mach-bcm63xx/
+ -I$(srctree)/arch/mips/bcm63xx/include
load-$(CONFIG_BCM63XX) := 0xffffffff80010000
@@ -15,20 +15,20 @@
#include <linux/platform_device.h>
#include <linux/ssb/ssb.h>
#include <asm/addrspace.h>
-#include <bcm63xx_board.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_dev_uart.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_nvram.h>
-#include <bcm63xx_dev_pci.h>
-#include <bcm63xx_dev_enet.h>
-#include <bcm63xx_dev_flash.h>
-#include <bcm63xx_dev_hsspi.h>
-#include <bcm63xx_dev_pcmcia.h>
-#include <bcm63xx_dev_spi.h>
-#include <bcm63xx_dev_usb_usbd.h>
-#include <board_bcm963xx.h>
+#include <mach/bcm63xx_board.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_dev_uart.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_nvram.h>
+#include <mach/bcm63xx_dev_pci.h>
+#include <mach/bcm63xx_dev_enet.h>
+#include <mach/bcm63xx_dev_flash.h>
+#include <mach/bcm63xx_dev_hsspi.h>
+#include <mach/bcm63xx_dev_pcmcia.h>
+#include <mach/bcm63xx_dev_spi.h>
+#include <mach/bcm63xx_dev_usb_usbd.h>
+#include <mach/board_bcm963xx.h>
#include <uapi/linux/bcm933xx_hcs.h>
@@ -13,10 +13,10 @@
#include <linux/clk.h>
#include <linux/clkdev.h>
#include <linux/delay.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_reset.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_reset.h>
struct clk {
void (*set)(struct clk *, int);
@@ -13,10 +13,10 @@
#include <asm/cpu.h>
#include <asm/cpu-info.h>
#include <asm/mipsregs.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_irq.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_irq.h>
const unsigned long *bcm63xx_regs_base;
EXPORT_SYMBOL(bcm63xx_regs_base);
@@ -11,10 +11,10 @@
#include <linux/export.h>
#include <linux/spinlock.h>
#include <linux/log2.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_cs.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_cs.h>
static DEFINE_SPINLOCK(bcm63xx_cs_lock);
@@ -10,9 +10,9 @@
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/export.h>
-#include <bcm63xx_dev_enet.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_regs.h>
+#include <mach/bcm63xx_dev_enet.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
static const unsigned long bcm6348_regs_enetdmac[] = {
[ENETDMAC_CHANCFG] = ENETDMAC_CHANCFG_REG,
@@ -17,10 +17,10 @@
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_dev_flash.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_io.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_dev_flash.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_io.h>
static struct mtd_partition mtd_partitions[] = {
{
@@ -10,9 +10,9 @@
#include <linux/kernel.h>
#include <linux/platform_device.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_dev_hsspi.h>
-#include <bcm63xx_regs.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_dev_hsspi.h>
+#include <mach/bcm63xx_regs.h>
static struct resource spi_resources[] = {
{
@@ -10,11 +10,11 @@
#include <linux/kernel.h>
#include <asm/bootinfo.h>
#include <linux/platform_device.h>
-#include <bcm63xx_cs.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_dev_pcmcia.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_regs.h>
+#include <mach/bcm63xx_cs.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_dev_pcmcia.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
static struct resource pcmcia_resources[] = {
/* pcmcia registers */
@@ -9,7 +9,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
-#include <bcm63xx_cpu.h>
+#include <mach/bcm63xx_cpu.h>
static struct resource rng_resources[] = {
{
@@ -14,9 +14,9 @@
#include <linux/err.h>
#include <linux/clk.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_dev_spi.h>
-#include <bcm63xx_regs.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_dev_spi.h>
+#include <mach/bcm63xx_regs.h>
static struct resource spi_resources[] = {
{
@@ -9,7 +9,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
-#include <bcm63xx_cpu.h>
+#include <mach/bcm63xx_cpu.h>
static struct resource uart0_resources[] = {
{
@@ -12,8 +12,8 @@
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_dev_usb_usbd.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_dev_usb_usbd.h>
#define NUM_MMIO 2
#define NUM_IRQ 7
@@ -9,7 +9,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
-#include <bcm63xx_cpu.h>
+#include <mach/bcm63xx_cpu.h>
static struct resource wdt_resources[] = {
{
@@ -6,7 +6,7 @@
* Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr>
*/
-#include <bcm63xx_io.h>
+#include <mach/bcm63xx_io.h>
#include <linux/serial_bcm63xx.h>
#include <asm/setup.h>
@@ -13,10 +13,10 @@
#include <linux/platform_device.h>
#include <linux/gpio/driver.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_gpio.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_regs.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_gpio.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
static u32 gpio_out_low_reg;
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_board.h
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_cpu.h
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_cs.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_cs.h
similarity index 98%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_enet.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_dev_enet.h
@@ -5,7 +5,7 @@
#include <linux/if_ether.h>
#include <linux/init.h>
-#include <bcm63xx_regs.h>
+#include <mach/bcm63xx_regs.h>
/*
* on board ethernet platform data
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_flash.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_dev_flash.h
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_hsspi.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_dev_hsspi.h
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_pci.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_dev_pci.h
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_pcmcia.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_dev_pcmcia.h
similarity index 75%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_spi.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_dev_spi.h
@@ -3,8 +3,8 @@
#define BCM63XX_DEV_SPI_H
#include <linux/types.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_regs.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
int __init bcm63xx_spi_register(void);
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_uart.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_dev_uart.h
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_usb_usbd.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_dev_usb_usbd.h
similarity index 95%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_gpio.h
@@ -3,7 +3,7 @@
#define BCM63XX_GPIO_H
#include <linux/init.h>
-#include <bcm63xx_cpu.h>
+#include <mach/bcm63xx_cpu.h>
int __init bcm63xx_gpio_init(void);
similarity index 99%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_io.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_io.h
@@ -2,7 +2,7 @@
#ifndef BCM63XX_IO_H_
#define BCM63XX_IO_H_
-#include <asm/mach-bcm63xx/bcm63xx_cpu.h>
+#include <mach/bcm63xx_cpu.h>
/*
* Physical memory map, RAM is mapped at 0x0.
similarity index 92%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_irq.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_irq.h
@@ -2,7 +2,7 @@
#ifndef BCM63XX_IRQ_H_
#define BCM63XX_IRQ_H_
-#include <bcm63xx_cpu.h>
+#include <mach/bcm63xx_cpu.h>
#define IRQ_INTERNAL_BASE 8
#define IRQ_EXTERNAL_BASE 100
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_iudma.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_iudma.h
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_nvram.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_nvram.h
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_regs.h
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_reset.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_reset.h
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/bcm63xx_timer.h
rename to arch/mips/bcm63xx/include/mach/bcm63xx_timer.h
similarity index 93%
rename from arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
rename to arch/mips/bcm63xx/include/mach/board_bcm963xx.h
@@ -5,8 +5,8 @@
#include <linux/types.h>
#include <linux/gpio.h>
#include <linux/leds.h>
-#include <bcm63xx_dev_enet.h>
-#include <bcm63xx_dev_usb_usbd.h>
+#include <mach/bcm63xx_dev_enet.h>
+#include <mach/bcm63xx_dev_usb_usbd.h>
/*
* flash mapping
similarity index 97%
rename from arch/mips/include/asm/mach-bcm63xx/cpu-feature-overrides.h
rename to arch/mips/bcm63xx/include/mach/cpu-feature-overrides.h
@@ -2,7 +2,7 @@
#ifndef __ASM_MACH_BCM963XX_CPU_FEATURE_OVERRIDES_H
#define __ASM_MACH_BCM963XX_CPU_FEATURE_OVERRIDES_H
-#include <bcm63xx_cpu.h>
+#include <mach/bcm63xx_cpu.h>
#define cpu_has_tlb 1
#define cpu_has_4kex 1
similarity index 97%
rename from arch/mips/include/asm/mach-bcm63xx/ioremap.h
rename to arch/mips/bcm63xx/include/mach/ioremap.h
@@ -2,7 +2,7 @@
#ifndef BCM63XX_IOREMAP_H_
#define BCM63XX_IOREMAP_H_
-#include <bcm63xx_cpu.h>
+#include <mach/bcm63xx_cpu.h>
static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size)
{
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/irq.h
rename to arch/mips/bcm63xx/include/mach/irq.h
new file mode 100644
@@ -0,0 +1,2 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#include <asm/mach-generic/kernel-entry-init.h>
new file mode 100644
@@ -0,0 +1,2 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#include <asm/mach-generic/kmalloc.h>
new file mode 100644
@@ -0,0 +1,2 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#include <asm/mach-generic/mangle-port.h>
similarity index 100%
rename from arch/mips/include/asm/mach-bcm63xx/spaces.h
rename to arch/mips/bcm63xx/include/mach/spaces.h
new file mode 100644
@@ -0,0 +1,2 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#include <asm/mach-generic/topology.h>
new file mode 100644
@@ -0,0 +1,2 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#include <asm/mach-generic/war.h>
@@ -14,10 +14,10 @@
#include <linux/spinlock.h>
#include <asm/irq_cpu.h>
#include <asm/mipsregs.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_irq.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_irq.h>
static DEFINE_SPINLOCK(ipic_lock);
@@ -17,7 +17,7 @@
#include <linux/kernel.h>
#include <linux/if_ether.h>
-#include <bcm63xx_nvram.h>
+#include <mach/bcm63xx_nvram.h>
#define BCM63XX_DEFAULT_PSI_SIZE 64
@@ -13,10 +13,10 @@
#include <asm/bmips.h>
#include <asm/smp-ops.h>
#include <asm/mipsregs.h>
-#include <bcm63xx_board.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_regs.h>
+#include <mach/bcm63xx_board.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
void __init prom_init(void)
{
@@ -12,10 +12,10 @@
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/delay.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_reset.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_reset.h>
#define __GEN_RESET_BITS_TABLE(__cpu) \
[BCM63XX_RESET_SPI] = BCM## __cpu ##_RESET_SPI, \
@@ -16,11 +16,11 @@
#include <asm/time.h>
#include <asm/reboot.h>
#include <asm/cacheflush.h>
-#include <bcm63xx_board.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_gpio.h>
+#include <mach/bcm63xx_board.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_gpio.h>
void bcm63xx_machine_halt(void)
{
@@ -13,10 +13,10 @@
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include <linux/clk.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_timer.h>
-#include <bcm63xx_regs.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_timer.h>
+#include <mach/bcm63xx_regs.h>
static DEFINE_RAW_SPINLOCK(timer_reg_lock);
static DEFINE_RAW_SPINLOCK(timer_data_lock);
@@ -8,7 +8,7 @@
#include <linux/types.h>
#include <linux/pci.h>
-#include <bcm63xx_cpu.h>
+#include <mach/bcm63xx_cpu.h>
int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
{
@@ -14,7 +14,7 @@
#include <linux/clk.h>
#include <asm/bootinfo.h>
-#include <bcm63xx_reset.h>
+#include <mach/bcm63xx_reset.h>
#include "pci-bcm63xx.h"
@@ -2,10 +2,10 @@
#ifndef PCI_BCM63XX_H_
#define PCI_BCM63XX_H_
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_dev_pci.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_dev_pci.h>
/*
* Cardbus shares the PCI bus, but has no IDSEL, so a special id is
@@ -18,7 +18,7 @@
#include <linux/platform_device.h>
#include <linux/if_vlan.h>
-#include <bcm63xx_dev_enet.h>
+#include <mach/bcm63xx_dev_enet.h>
#include "bcm63xx_enet.h"
static char bcm_enet_driver_name[] = "bcm63xx_enet";
@@ -8,9 +8,9 @@
#include <linux/phy.h>
#include <linux/platform_device.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_iudma.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_iudma.h>
/* default number of descriptor */
#define BCMENET_DEF_RX_DESC 64
@@ -16,8 +16,8 @@
#include <linux/pci.h>
#include <linux/gpio.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_io.h>
#include "bcm63xx_pcmcia.h"
#define PFX "bcm63xx_pcmcia: "
@@ -5,7 +5,7 @@
#include <linux/types.h>
#include <linux/timer.h>
#include <pcmcia/ss.h>
-#include <bcm63xx_dev_pcmcia.h>
+#include <mach/bcm63xx_dev_pcmcia.h>
/* socket polling rate in ms */
#define BCM63XX_PCMCIA_POLL_RATE 500
@@ -30,11 +30,11 @@
#include <linux/usb/gadget.h>
#include <linux/workqueue.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_iudma.h>
-#include <bcm63xx_dev_usb_usbd.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_regs.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_iudma.h>
+#include <mach/bcm63xx_dev_usb_usbd.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
#define DRV_MODULE_NAME "bcm63xx_udc"
@@ -27,10 +27,10 @@
#include <linux/resource.h>
#include <linux/platform_device.h>
-#include <bcm63xx_cpu.h>
-#include <bcm63xx_io.h>
-#include <bcm63xx_regs.h>
-#include <bcm63xx_timer.h>
+#include <mach/bcm63xx_cpu.h>
+#include <mach/bcm63xx_io.h>
+#include <mach/bcm63xx_regs.h>
+#include <mach/bcm63xx_timer.h>
#define PFX KBUILD_MODNAME
Remove header files from arch/mips/include/asm/mach-bcm63xx to arch/mips/bcm63xx/include/mach Signed-off-by: bibo mao <maobibo@loongson.cn> --- arch/mips/Kconfig | 1 + arch/mips/bcm63xx/Platform | 2 +- arch/mips/bcm63xx/boards/board_bcm963xx.c | 28 +++++++++++----------- arch/mips/bcm63xx/clk.c | 8 +++---- arch/mips/bcm63xx/cpu.c | 8 +++---- arch/mips/bcm63xx/cs.c | 8 +++---- arch/mips/bcm63xx/dev-enet.c | 6 ++--- arch/mips/bcm63xx/dev-flash.c | 8 +++---- arch/mips/bcm63xx/dev-hsspi.c | 6 ++--- arch/mips/bcm63xx/dev-pcmcia.c | 10 ++++---- arch/mips/bcm63xx/dev-rng.c | 2 +- arch/mips/bcm63xx/dev-spi.c | 6 ++--- arch/mips/bcm63xx/dev-uart.c | 2 +- arch/mips/bcm63xx/dev-usb-usbd.c | 4 ++-- arch/mips/bcm63xx/dev-wdt.c | 2 +- arch/mips/bcm63xx/early_printk.c | 2 +- arch/mips/bcm63xx/gpio.c | 8 +++---- .../include/mach}/bcm63xx_board.h | 0 .../include/mach}/bcm63xx_cpu.h | 0 .../include/mach}/bcm63xx_cs.h | 0 .../include/mach}/bcm63xx_dev_enet.h | 2 +- .../include/mach}/bcm63xx_dev_flash.h | 0 .../include/mach}/bcm63xx_dev_hsspi.h | 0 .../include/mach}/bcm63xx_dev_pci.h | 0 .../include/mach}/bcm63xx_dev_pcmcia.h | 0 .../include/mach}/bcm63xx_dev_spi.h | 4 ++-- .../include/mach}/bcm63xx_dev_uart.h | 0 .../include/mach}/bcm63xx_dev_usb_usbd.h | 0 .../include/mach}/bcm63xx_gpio.h | 2 +- .../include/mach}/bcm63xx_io.h | 2 +- .../include/mach}/bcm63xx_irq.h | 2 +- .../include/mach}/bcm63xx_iudma.h | 0 .../include/mach}/bcm63xx_nvram.h | 0 .../include/mach}/bcm63xx_regs.h | 0 .../include/mach}/bcm63xx_reset.h | 0 .../include/mach}/bcm63xx_timer.h | 0 .../include/mach}/board_bcm963xx.h | 4 ++-- .../include/mach}/cpu-feature-overrides.h | 2 +- .../include/mach}/ioremap.h | 2 +- .../mach-bcm63xx => bcm63xx/include/mach}/irq.h | 0 arch/mips/bcm63xx/include/mach/kernel-entry-init.h | 2 ++ arch/mips/bcm63xx/include/mach/kmalloc.h | 2 ++ arch/mips/bcm63xx/include/mach/mangle-port.h | 2 ++ .../mach-bcm63xx => bcm63xx/include/mach}/spaces.h | 0 arch/mips/bcm63xx/include/mach/topology.h | 2 ++ arch/mips/bcm63xx/include/mach/war.h | 2 ++ arch/mips/bcm63xx/irq.c | 8 +++---- arch/mips/bcm63xx/nvram.c | 2 +- arch/mips/bcm63xx/prom.c | 8 +++---- arch/mips/bcm63xx/reset.c | 8 +++---- arch/mips/bcm63xx/setup.c | 10 ++++---- arch/mips/bcm63xx/timer.c | 8 +++---- arch/mips/pci/fixup-bcm63xx.c | 2 +- arch/mips/pci/pci-bcm63xx.c | 2 +- arch/mips/pci/pci-bcm63xx.h | 8 +++---- drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +- drivers/net/ethernet/broadcom/bcm63xx_enet.h | 6 ++--- drivers/pcmcia/bcm63xx_pcmcia.c | 4 ++-- drivers/pcmcia/bcm63xx_pcmcia.h | 2 +- drivers/usb/gadget/udc/bcm63xx_udc.c | 10 ++++---- drivers/watchdog/bcm63xx_wdt.c | 8 +++---- 61 files changed, 120 insertions(+), 109 deletions(-) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_board.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_cpu.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_cs.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_dev_enet.h (98%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_dev_flash.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_dev_hsspi.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_dev_pci.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_dev_pcmcia.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_dev_spi.h (75%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_dev_uart.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_dev_usb_usbd.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_gpio.h (95%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_io.h (99%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_irq.h (92%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_iudma.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_nvram.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_regs.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_reset.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/bcm63xx_timer.h (100%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/board_bcm963xx.h (93%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/cpu-feature-overrides.h (97%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/ioremap.h (97%) rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/irq.h (100%) create mode 100644 arch/mips/bcm63xx/include/mach/kernel-entry-init.h create mode 100644 arch/mips/bcm63xx/include/mach/kmalloc.h create mode 100644 arch/mips/bcm63xx/include/mach/mangle-port.h rename arch/mips/{include/asm/mach-bcm63xx => bcm63xx/include/mach}/spaces.h (100%) create mode 100644 arch/mips/bcm63xx/include/mach/topology.h create mode 100644 arch/mips/bcm63xx/include/mach/war.h