Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933471AbdGSPbz (ORCPT ); Wed, 19 Jul 2017 11:31:55 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:40367 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933299AbdGSPbv (ORCPT ); Wed, 19 Jul 2017 11:31:51 -0400 From: Gregory CLEMENT To: Boris Brezillon , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory CLEMENT Cc: Richard Weinberger , David Woodhouse , Brian Norris , Marek Vasut , Cyrille Pitchen , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, Antoine Tenart , =?UTF-8?q?Miqu=C3=A8l=20Raynal?= , Nadav Haklai , Shadi Ammouri , Yehuda Yitschak , Omri Itach , Hanna Hawa , Igal Liberman , Marcin Wojtas Subject: [PATCH 0/2] Enable NAND support on Armada 7K/8K Date: Wed, 19 Jul 2017 17:31:24 +0200 Message-Id: <20170719153126.16905-1-gregory.clement@free-electrons.com> X-Mailer: git-send-email 2.13.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 703 Lines: 26 Hi Boris, this short series enables the NAND controller on the Armada 7K/8K SoCs. The IP used is the same that the other mvebu SoC, so we only need to be bale to build it for this SoCs and updating the device tree. The first patch should go to mtd and the second one to arm-soc through mvebu. The patches are completely independent. Thanks, Gregory Gregory CLEMENT (2): mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platforms ARM64: dts: marvell: add NAND support on the CP110 master arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi | 14 ++++++++++++++ drivers/mtd/nand/Kconfig | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) -- 2.13.2