Hello, These 2 patches remove support for the PB1000 and BOSPORUS/MIRAGE boards. I have no appropriate test hardware, noone seems to be using them. With the PB1000 gone the old Alchemy PCMCIA socket code can go away as well. Support could be brought back if anyone is still interested (I do have datasheets for all). Manuel Lauss (2): MIPS: Alchemy: remove PB1000 support MIPS: Alchemy: drop MIRAGE/BOSPORUS board support arch/mips/alchemy/Kconfig | 23 - arch/mips/alchemy/Platform | 21 - arch/mips/alchemy/common/irq.c | 11 - arch/mips/alchemy/devboards/Makefile | 3 - arch/mips/alchemy/devboards/db1x00/board_setup.c | 105 +---- arch/mips/alchemy/devboards/db1x00/platform.c | 67 +--- arch/mips/alchemy/devboards/pb1000/Makefile | 8 - arch/mips/alchemy/devboards/pb1000/board_setup.c | 209 --------- arch/mips/alchemy/devboards/prom.c | 5 +- arch/mips/include/asm/mach-pb1x00/pb1000.h | 87 ---- drivers/net/irda/au1k_ir.c | 5 +- drivers/pcmcia/Kconfig | 4 - drivers/pcmcia/Makefile | 4 - drivers/pcmcia/au1000_generic.c | 545 ---------------------- drivers/pcmcia/au1000_generic.h | 135 ------ drivers/pcmcia/au1000_pb1x00.c | 294 ------------ 16 files changed, 5 insertions(+), 1521 deletions(-) delete mode 100644 arch/mips/alchemy/devboards/pb1000/Makefile delete mode 100644 arch/mips/alchemy/devboards/pb1000/board_setup.c delete mode 100644 arch/mips/include/asm/mach-pb1x00/pb1000.h delete mode 100644 drivers/pcmcia/au1000_generic.c delete mode 100644 drivers/pcmcia/au1000_generic.h delete mode 100644 drivers/pcmcia/au1000_pb1x00.c -- 1.7.6.1