From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934114AbcKDLmf (ORCPT ); Fri, 4 Nov 2016 07:42:35 -0400 Received: from conuserg-12.nifty.com ([210.131.2.79]:26856 "EHLO conuserg-12.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761281AbcKDLmV (ORCPT ); Fri, 4 Nov 2016 07:42:21 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com uA4Bf7H8017322 X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org Cc: Masahiro Yamada , Russell King , linux-kernel@vger.kernel.org Subject: [PATCH 0/3] ARM: cache-uniphier: slight cleanups and trivial coding style fix Date: Fri, 4 Nov 2016 20:43:33 +0900 Message-Id: <1478259816-24965-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 The cache-uniphier is a full-custom outer-cache for Socionext UniPhier SoC family. This series includes SoC-specific cleanups and a trivial coding style fix suggested by Documentation/CodingStyle. Masahiro Yamada (3): ARM: cache-uniphier: call kzalloc() after DT property parsing ARM: cache-uniphier: refactor jump label to follow coding style guideline ARM: cache-uniphier: clean up active way setup code arch/arm/mm/cache-uniphier.c | 64 ++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 35 deletions(-) -- 1.9.1