| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 0/2] Summary |
| From: | Rene Bolldorf <xsecute@googlemail.com> |
| Date: | Thu, 17 Nov 2011 15:02:55 +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:in-reply-to:references; bh=0/NzG6H9XXEr5gucs6+E9xORursC6wFczMAb5qcnJiU=; b=aaZEj4JA2i8Pfl5UtzHIl0li7jev13POIbIYtAJC/50usGnORnRwmIILfXwT8VRQwT Ue4SEaaFOuuLY2I51k0PFHInYt5sXHP11DUpdYoLBkw2OqpYLZvY98mYBpcgjRpnBZkw rf6k9oZQxa8PsQsTv0VVHqwwTNtngonLReWns= |
| In-reply-to: | <CAEWqx59k97AMU6hH0NCC2TMEY2mu8d5ytxO68oEsa=7uvLBA4A@mail.gmail.com> |
| References: | <CAEWqx59k97AMU6hH0NCC2TMEY2mu8d5ytxO68oEsa=7uvLBA4A@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Here is patchset v2 with coding style fixes and code improvements.
Rene Bolldorf (2):
Initial PCI support for Atheros 724x SoCs. (v2)
Initial support for the Ubiquiti Networks XM board (rev 1.0). (patch
v2)
arch/mips/ath79/Kconfig | 11 ++
arch/mips/ath79/Makefile | 1 +
arch/mips/ath79/mach-ubnt-xm.c | 119 ++++++++++++++++
arch/mips/ath79/machtypes.h | 1 +
arch/mips/include/asm/mach-ath79/pci-ath724x.h | 21 +++
arch/mips/pci/Makefile | 1 +
arch/mips/pci/pci-ath724x.c | 174 ++++++++++++++++++++++++
7 files changed, 328 insertions(+), 0 deletions(-)
create mode 100644 arch/mips/ath79/mach-ubnt-xm.c
create mode 100644 arch/mips/include/asm/mach-ath79/pci-ath724x.h
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 V3 4/5] MIPS: Add RTC support for Loongson1B, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH 1/2] Initial PCI support for Atheros 724x SoCs. (v2), Rene Bolldorf |
| Previous by Thread: | Re: [PATCH 2/2] Initial support for the Ubiquiti Networks XM board., René Bolldorf |
| Next by Thread: | [PATCH 1/2] Initial PCI support for Atheros 724x SoCs. (v2), Rene Bolldorf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |