Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755174AbbLVM2L (ORCPT ); Tue, 22 Dec 2015 07:28:11 -0500 Received: from foss.arm.com ([217.140.101.70]:53515 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751833AbbLVM2K (ORCPT ); Tue, 22 Dec 2015 07:28:10 -0500 From: Andre Przywara To: Maxime Ripard , Chen-Yu Tsai , arnd@arndb.de Cc: marc.zyngier@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [RFC PATCH 0/5] arm64: prepare for basic Allwinner support Date: Tue, 22 Dec 2015 12:27:42 +0000 Message-Id: <1450787267-26836-1-git-send-email-andre.przywara@arm.com> X-Mailer: git-send-email 2.5.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1378 Lines: 38 This is a first step for introducing support for the Allwinner A64 SoC that made a recent appearance on the Pine A64 board featured on Kickstarter. This mini-series prepares the ground by allowing ARCH_SUNXI to be defined for an arm64 kernel. The patches fix some minor warnings which appear when Allwinner (aka. sunxi) drivers are compiled for a 64-bit architecture. Due to a lack of official documentation and hardware availability this doesn't go any further at this moment. Please have a look and comment! Cheers, Andre. Andre Przywara (5): drivers: sunxi-rsb: fix error output type crypto: sunxi-ss: fix min3() call to match types crypto: sunxi-ss: fix dev_dbg() output type irqchip: sun4i: fix compilation outside of arch/arm arm64: Introduce Allwinner SoC config option arch/arm64/Kconfig.platforms | 5 +++++ drivers/bus/sunxi-rsb.c | 4 ++-- drivers/crypto/sunxi-ss/sun4i-ss-cipher.c | 14 +++++++------- drivers/crypto/sunxi-ss/sun4i-ss-hash.c | 8 ++++---- drivers/irqchip/irq-sun4i.c | 1 - 5 files changed, 18 insertions(+), 14 deletions(-) -- 2.5.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/