Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752449AbdLFRq3 (ORCPT ); Wed, 6 Dec 2017 12:46:29 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:41648 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752126AbdLFRq0 (ORCPT ); Wed, 6 Dec 2017 12:46:26 -0500 X-Google-Smtp-Source: AGs4zMZVC+CYFraQjgEyW9KjRfZ5908Czz/UVFnWuoM+z8WdRB0Z0gqu3BCRDKL6F7EJ58k8G0pQuA== Subject: Re: [PATCH v4 0/5] ARM: ep93xx: ts72xx: Add support for BK3 board To: Hartley Sweeten , Lukasz Majewski , Arnd Bergmann , "arndbergmann@gmail.com" , "Linus Walleij (linus.walleij@linaro.org)" Cc: Russell King , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Olof Johansson References: <20171116232239.16823-1-lukma@denx.de> <20171130235140.12243-1-lukma@denx.de> From: Alexander Sverdlin Message-ID: <3c3d9bdd-ea95-9fcd-a444-7cf2db3804a7@gmail.com> Date: Wed, 6 Dec 2017 18:46:19 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1395 Lines: 37 Hello Hartley, On 05/12/17 19:14, Hartley Sweeten wrote: >> 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 6/6) >> >> This series applies on top of linux-next/master (next-20171130) >> >> Lukasz Majewski (5): >> ARM: ep93xx: ts72xx: Provide include guards for ts72xx.h file >> ARM: ep93xx: ts72xx: Rewrite ts72xx_register_flash() to accept >> parameters >> ARM: ep93xx: ts72xx: Rewrite map IO code to be reusable >> 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 | 198 ++++++++++++++++++++++++++++++++++++++---- >> arch/arm/mach-ep93xx/ts72xx.h | 9 ++ >> arch/arm/tools/mach-types | 1 + >> 5 files changed, 202 insertions(+), 19 deletions(-) > Looks good. > > Acked-by: H Hartley Sweeten I can prepare pull request to Arnd, as we discussed previously, just waited for your review. Regards, Alexander.