From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754297AbcHaSmg (ORCPT ); Wed, 31 Aug 2016 14:42:36 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:35289 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752342AbcHaSme (ORCPT ); Wed, 31 Aug 2016 14:42:34 -0400 Date: Wed, 31 Aug 2016 20:42:26 +0200 From: Krzysztof Kozlowski To: Randy Li Cc: devicetree@vger.kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, kgene@kernel.org, krzk@kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, robh@kernel.org Subject: Re: [RESEND PATCH 1/3] ARM: dts: Add TOPEET itop core board SCP package version Message-ID: <20160831184226.GA23416@kozik-lap> References: <1472648307-3818-1-git-send-email-ayaka@soulik.info> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1472648307-3818-1-git-send-email-ayaka@soulik.info> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 31, 2016 at 08:58:27PM +0800, Randy Li wrote: > The TOPEET itop is a samsung exnynos 4412 core board, which have > two package versions. This patch add the support for SCP version. > > Currently supported are USB3503A HSIC, USB OTG, eMMC, rtc and > PMIC. The future features are in the based board. Also MFC and > watchdog have been enabled. > > Signed-off-by: Randy Li > --- > arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi | 490 ++++++++++++++++++++++++ > 1 file changed, 490 insertions(+) > create mode 100644 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi You are not making the review process easier... I asked for: 1. Not chaining the consecutive versions of patchset to the previous ones. But now you removed chain replies totally (also from patches). 2. Versioning all patches.... but this is a resend of v1? The changelog and cover letters disappeared... Please, make it simple: [PATCH v5 0/3] ARM: dts: exynos: some cover letter etc etc \---[PATCH v5 1/3] ARM: dts: exynos: Add TOPEET itop core board SCP \---[PATCH v5 2/3] ARM: dts: exynos: something more \---[PATCH v5 3/3] ARM: dts: exynos: something even more git format-patch and git send-email do this by default. In every sensible mail program this looks like that and is easy to read. I don't have a clue what happened to these patches and what is current status... Best regards, Krzysztof