Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753924AbbHXCWW (ORCPT ); Sun, 23 Aug 2015 22:22:22 -0400 Received: from conuserg012.nifty.com ([202.248.44.38]:55228 "EHLO conuserg012-v.nifty.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932183AbbHXCUV (ORCPT ); Sun, 23 Aug 2015 22:20:21 -0400 X-Nifty-SrcIP: [36.12.5.104] From: Masahiro Yamada To: arm@kernel.org Cc: Masahiro Yamada , Arnd Bergmann , Jiri Slaby , Linus Walleij , Kumar Gala , Jungseung Lee , Ian Campbell , Rob Herring , Tejun Heo , Pawel Moll , Florian Fainelli , Maxime Coquelin , Andrew Morton , devicetree@vger.kernel.org, Mauro Carvalho Chehab , Russell King , linux-arm-kernel@lists.infradead.org, Nathan Lynch , Kees Cook , Paul Bolle , Greg KH , linux-kernel@vger.kernel.org, "David S. Miller" , Joe Perches , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Mark Rutland Subject: [PATCH 0/3] ARM: uniphier: add outer cache support and rework SMP operations Date: Mon, 24 Aug 2015 11:18:09 +0900 Message-Id: <1440382692-3855-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2158 Lines: 50 1/3: add outer cache support 2/3: rework SMP operations 3/3: add device tree nodes Because 2/3 highly depends on 1/3, I hope whole of this series is applied to ARM-SOC tree. Olof, >From this series, I am using "ARM: uniphier:" rather than "ARM: UniPhier:" for the subject prefixes because I noticed you often rephased so when you applied my patches. Are sub-arch names in lower cases preferable in subject prefixes? Masahiro Yamada (3): ARM: uniphier: add outer cache support ARM: uniphier: rework SMP operations to use trampoline code ARM: dts: uniphier: add outer cache controller nodes .../bindings/arm/uniphier/cache-uniphier.txt | 30 ++ MAINTAINERS | 2 + arch/arm/boot/dts/uniphier-ph1-ld4.dtsi | 7 + arch/arm/boot/dts/uniphier-ph1-pro4.dtsi | 7 + arch/arm/boot/dts/uniphier-ph1-pro5.dtsi | 14 + arch/arm/boot/dts/uniphier-ph1-sld3.dtsi | 7 + arch/arm/boot/dts/uniphier-ph1-sld8.dtsi | 7 + arch/arm/boot/dts/uniphier-proxstream2.dtsi | 7 + arch/arm/include/asm/hardware/cache-uniphier.h | 40 ++ arch/arm/mach-uniphier/Makefile | 2 +- arch/arm/mach-uniphier/headsmp.S | 43 ++ arch/arm/mach-uniphier/platsmp.c | 183 ++++++-- arch/arm/mach-uniphier/uniphier.c | 11 + arch/arm/mm/Kconfig | 10 + arch/arm/mm/Makefile | 1 + arch/arm/mm/cache-uniphier.c | 518 +++++++++++++++++++++ 16 files changed, 857 insertions(+), 32 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/uniphier/cache-uniphier.txt create mode 100644 arch/arm/include/asm/hardware/cache-uniphier.h create mode 100644 arch/arm/mach-uniphier/headsmp.S create mode 100644 arch/arm/mm/cache-uniphier.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/