| To: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 0/4] MIPS: Loongson1B: enable common clock infrastructure |
| From: | Kelvin Cheung <keguang.zhang@gmail.com> |
| Date: | Tue, 23 Oct 2012 14:16:59 +0800 |
| Cc: | mturquette@linaro.org, Kelvin Cheung <keguang.zhang@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=JYoBjMs+SIu+cyTtQdZ28TZwqYv+8op8OaHVQHl9hX0=; b=jKv+r1JCN2umRvUuJ9SJ8mLSwYliLda2h+mSZNKY1JCYN/UisFnRytDw8j9JgS6gUB zMwQsvLli/InRdsbAJfM36Ca+2b1wGZyUfbPBNxnHdlmmzA84xQHUWXlooQnHk5772x2 rEsT/HE/64QnE44mokRlPoRn/UAKp4Z/iZAqg2CtVIkrntDW2RsHIwRR23+e1Mppnu0J n/cVzLAx0kTjLkzNZu0C3JoNQnfVHXU4b0wLQnqsM58BWPQgmt1U/6vccEmmfh7CAmY6 HT1qzhEX5GXGPdViJwDLKih+ivLsO4JG15+L3xIBHo2UCR54lZ2vhapwKyMeYKi2sdJj 8fSA== |
| 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> |
| Sender: | linux-mips-bounce@linux-mips.org |
These patches enable common clock infrastructure of Loongson1, and
include other minor fixes.
Kelvin Cheung (4):
MIPS: Loongson1B: use common clock infrastructure instead of
private APIs
MIPS: Loongson1B: improve ls1x_serial_setup()
MIPS: Loongson1B: Update stmmac_mdio_bus_data
MIPS: Loongson1B: Fix a typo
arch/mips/include/asm/mach-loongson1/platform.h | 3 +-
arch/mips/include/asm/mach-loongson1/regs-clk.h | 7 +-
arch/mips/loongson1/Kconfig | 2 +-
arch/mips/loongson1/common/clock.c | 159 +----------------------
arch/mips/loongson1/common/platform.c | 10 +-
arch/mips/loongson1/ls1b/board.c | 5 +-
6 files changed, 16 insertions(+), 170 deletions(-)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 24/32 v4] MIPS: Alchemy: use the OHCI platform driver, Greg KH |
|---|---|
| Next by Date: | [PATCH 1/4] MIPS: Loongson1B: use common clock infrastructure instead of private APIs, Kelvin Cheung |
| Previous by Thread: | [PATCH] clk: Make the generic clock API available by default, Mark Brown |
| Next by Thread: | [PATCH 1/4] MIPS: Loongson1B: use common clock infrastructure instead of private APIs, Kelvin Cheung |
| Indexes: | [Date] [Thread] [Top] [All Lists] |