Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752389AbdLKXgw (ORCPT ); Mon, 11 Dec 2017 18:36:52 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:40846 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750759AbdLKXgo (ORCPT ); Mon, 11 Dec 2017 18:36:44 -0500 X-Auth-Info: NF1s5W6wIoizE8gZ8sbMtudJYSakZuGJcq/TmQqp7k8= From: Lukasz Majewski To: Alexander Sverdlin , Arnd Bergmann , arndbergmann@gmail.com, Hartley Sweeten Cc: Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Olof Johansson , Linus Walleij , Lukasz Majewski Subject: [PATCH v5 0/4] ARM: ep93xx: ts72xx: Add support for BK3 board Date: Tue, 12 Dec 2017 00:36:21 +0100 Message-Id: <20171211233625.5689-1-lukma@denx.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171116232239.16823-1-lukma@denx.de> References: <20171116232239.16823-1-lukma@denx.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1029 Lines: 28 This patch series adds support for Liebherr's BK3 board, being a derivative of TS72XX design. This patchset consists of following patches: - ts72xx.[c|h] cosmetic cleanup/improvement - Rewrite ts72xx.c to be reusable by bk3 - The Liebherr's BK3 board has been added with re-using code of ts72xx.c (detalied list of changes can be found in patch 4/4) This series applies on top of linux-next/master (next-20171211) Lukasz Majewski (4): ARM: ep93xx: ts72xx: Provide include guards for ts72xx.h file ARM: ep93xx: ts72xx: Rewrite ts72xx_register_flash() to accept parameters ARM: ep93xx: ts72xx: cosmetic: Add some description to ts72xx code ARM: ep93xx: ts72xx: Add support for BK3 board - ts72xx derivative MAINTAINERS | 6 ++ arch/arm/mach-ep93xx/Kconfig | 7 ++ arch/arm/mach-ep93xx/ts72xx.c | 165 +++++++++++++++++++++++++++++++++++++++--- arch/arm/mach-ep93xx/ts72xx.h | 9 +++ arch/arm/tools/mach-types | 1 + 5 files changed, 176 insertions(+), 12 deletions(-) -- 2.11.0