| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 0/2] Summary |
| From: | Rene Bolldorf <xsecute@googlemail.com> |
| Date: | Wed, 16 Nov 2011 11:55:38 +0100 |
| Cc: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Rene Bolldorf <xsecute@googlemail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=t3Z4QX5jKfuM3yRPamLfECvgjyhj1aoNqN5+v7SR2H8=; b=RhmWIm+2prrPwNFvqatRAmLJvmp2iPNAmTSrgzjm3UXChgtpbESVKZT282ZZ/Bhs8r irECn/R6Q2sWEV/tmqpBqCcKJaO0z9f/vUV0MWFhQw4VsYOFspvcYEkbWGT3nr0JNaGx QaDaGYwmTcgIz5jSNaB9WnhD+MqAmlvLDvlfs= |
| Sender: | linux-mips-bounce@linux-mips.org |
Hello, this patchset adds initial PCI support for 724x Atheros SoCs and initial support for the Ubiquiti Networks XM board (Nanostation Mx, Nanobridge Mx, etc.). Best Regards Rene Bolldorf (2): Initial PCI support for Atheros 724x SoCs. Initial support for the Ubiquiti Networks XM board. arch/mips/ath79/Kconfig | 12 ++++ arch/mips/ath79/Makefile | 1 + arch/mips/ath79/Platform | 7 ++- arch/mips/ath79/mach-ubnt-xm.c | 110 ++++++++++++++++++++++++++++++++++++++++ arch/mips/ath79/machtypes.h | 1 + arch/mips/pci/Makefile | 1 + arch/mips/pci/ops-ath724x.c | 109 +++++++++++++++++++++++++++++++++++++++ arch/mips/pci/pci-ath724x.c | 45 ++++++++++++++++ 8 files changed, 283 insertions(+), 3 deletions(-) create mode 100644 arch/mips/ath79/mach-ubnt-xm.c create mode 100644 arch/mips/pci/ops-ath724x.c create mode 100644 arch/mips/pci/pci-ath724x.c -- 1.7.7.1 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] MIPS: Octeon: Remove SYS_SUPPORTS_HIGHMEM., Ralf Baechle |
|---|---|
| Next by Date: | [PATCH 1/2] Initial PCI support for Atheros 724x SoCs., Rene Bolldorf |
| Previous by Thread: | [PATCH] MIPS: Octeon: Remove SYS_SUPPORTS_HIGHMEM., ddaney . cavm |
| Next by Thread: | [PATCH 1/2] Initial PCI support for Atheros 724x SoCs., Rene Bolldorf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |