| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: [PATCH v2] OF: MIPS: sead3: Implement OF support. |
| From: | John Crispin <john@phrozen.org> |
| Date: | Fri, 14 Dec 2012 08:04:55 +0100 |
| In-reply-to: | <1355464558-11787-1-git-send-email-sjhill@mips.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1355464558-11787-1-git-send-email-sjhill@mips.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20120922 Icedove/10.0.7 |
On 14/12/12 06:55, Steven J. Hill wrote: From: "Steven J. Hill"<sjhill@mips.com> Activate USE_OF for SEAD-3 platform. Add basic DTS file and convert memory detection and reservations to use OF. Signed-off-by: Steven J. Hill<sjhill@mips.com> --- arch/mips/Kconfig | 1 + arch/mips/include/asm/mips-boards/prom.h | 2 + arch/mips/mti-sead3/Makefile | 14 ++- arch/mips/mti-sead3/sead3-init.c | 5 +- arch/mips/mti-sead3/sead3-memory.c | 138 ------------------------------ arch/mips/mti-sead3/sead3-setup.c | 31 +++++++ arch/mips/mti-sead3/sead3.dts | 26 ++++++ 7 files changed, 76 insertions(+), 141 deletions(-) delete mode 100644 arch/mips/mti-sead3/sead3-memory.c create mode 100644 arch/mips/mti-sead3/sead3.dts
Hi Steven,
this patch still has the 2 problems i mentioned in the V1 inside it.
John
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH v2] OF: MIPS: sead3: Implement OF support., Steven J. Hill |
|---|---|
| Next by Date: | [PATCH v3] OF: MIPS: sead3: Implement OF support., Steven J. Hill |
| Previous by Thread: | [PATCH v2] OF: MIPS: sead3: Implement OF support., Steven J. Hill |
| Next by Thread: | [PATCH v3] OF: MIPS: sead3: Implement OF support., Steven J. Hill |
| Indexes: | [Date] [Thread] [Top] [All Lists] |