All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/4] MIPS: Loongson-3: Improve kernel functionality
@ 2015-10-07  6:07 Huacai Chen
  2015-10-07  6:07 ` [PATCH V2 1/4] MIPS: Loongson: Cleanup CONFIG_LOONGSON_SUSPEND Huacai Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Huacai Chen @ 2015-10-07  6:07 UTC (permalink / raw)
  To: Ralf Baechle
  Cc: John Crispin, Steven J. Hill, linux-mips, Fuxin Zhang,
	Zhangjin Wu, Huacai Chen

This patchset is prepared for the next 4.4 release for Linux/MIPS. In this
series we cleanup the naming style of Loongson's directory and Kconfig options,
move chipset ACPI code from drivers to arch since it is mostly Loongson-3
specific, introduce coherent cache features to improve performance, and Make
CPU names in /proc/cpuinfo more human-readable.

V1 -> V2:
1, Remove merged patches.
2, Cleanup CONFIG_LOONGSON_SUSPEND.
3, Rebase the code for 4.4.

Huacai Chen(4):
 MIPS: Loongson: Cleanup CONFIG_LOONGSON_SUSPEND.
 MIPS: Loongson-3: Move chipset ACPI code from drivers to arch.
 MIPS: Loongson: Introduce and use cpu_has_coherent_cache feature.
 MIPS: Loongson: Make CPU names more clear.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
---
 arch/mips/Kconfig                                  |   3 +
 arch/mips/include/asm/cpu-features.h               |   3 +
 .../asm/mach-loongson64/cpu-feature-overrides.h    |   1 +
 arch/mips/kernel/cpu-probe.c                       |   8 +-
 arch/mips/loongson64/Kconfig                       |   5 -
 arch/mips/loongson64/common/Makefile               |   2 +-
 arch/mips/loongson64/lemote-2f/Makefile            |   2 +-
 arch/mips/loongson64/loongson-3/Makefile           |   2 +-
 arch/mips/loongson64/loongson-3/acpi_init.c        | 150 +++++++++++++++++++++
 arch/mips/mm/c-r4k.c                               |  21 +++
 drivers/platform/mips/Kconfig                      |   4 -
 drivers/platform/mips/Makefile                     |   1 -
 drivers/platform/mips/acpi_init.c                  | 150 ---------------------
 13 files changed, 185 insertions(+), 167 deletions(-)
 create mode 100644 arch/mips/loongson64/loongson-3/acpi_init.c
 delete mode 100644 drivers/platform/mips/acpi_init.c
--
2.4.6

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-11-12  3:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07  6:07 [PATCH V2 0/4] MIPS: Loongson-3: Improve kernel functionality Huacai Chen
2015-10-07  6:07 ` [PATCH V2 1/4] MIPS: Loongson: Cleanup CONFIG_LOONGSON_SUSPEND Huacai Chen
2015-10-07  6:08 ` [PATCH V2 2/4] MIPS: Loongson-3: Move chipset ACPI code from drivers to arch Huacai Chen
2015-11-12  3:55   ` Huacai Chen
2015-10-07  6:08 ` [PATCH V2 3/4] MIPS: Loongson: Introduce and use cpu_has_coherent_cache feature Huacai Chen
2015-11-12  3:55   ` Huacai Chen
2015-10-07  6:08 ` [PATCH V2 4/4] MIPS: Loongson: Make CPU names more clear Huacai Chen
2015-11-10 11:12   ` Ralf Baechle
2015-11-12  1:19     ` 陈华才

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.