From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752020AbbJGWlk (ORCPT ); Wed, 7 Oct 2015 18:41:40 -0400 Received: from mail.kernel.org ([198.145.29.136]:58790 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039AbbJGWlj (ORCPT ); Wed, 7 Oct 2015 18:41:39 -0400 Message-ID: <56159F9D.1030504@kernel.org> Date: Thu, 08 Oct 2015 07:41:33 +0900 From: Kukjin Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: Javier Martinez Canillas CC: linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Kukjin Kim , Krzysztof Kozlowski Subject: Re: [PATCH 0/5] ARM: dts: Use GPIO constants for flags cells in exynos boards References: <1444223657-7248-1-git-send-email-javier@osg.samsung.com> In-Reply-To: <1444223657-7248-1-git-send-email-javier@osg.samsung.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/07/15 22:14, Javier Martinez Canillas wrote: > Hello, > > This series contains trivial patches that use the GPIO constants > defined in include/dt-bindings/gpio/gpio.h to express GPIO polarity > instead of numeric values. > > There is no functional change and the compiled dtbs are unchanged but > is a good practice to use the defined macros instead of magic numbers > since that makes the DTS more readable. > > Since the changes are trivial, I thought that split the changes per > board DTS would create an unnecessary churn but a single patch would > maybe be harder to review so I decided that split it by SoC family > would be a good trade off. > > Please let me know if you prefer another approach. > > Best regards, > Javier > > > Javier Martinez Canillas (5): > ARM: dts: Use GPIO constants for flags cells in exynos3250 boards > ARM: dts: Use GPIO constants for flags cells in exynos4120 boards > ARM: dts: Use GPIO constants for flags cells in exynos4412 boards > ARM: dts: Use GPIO constants for flags cells in exynos5420/5422/5800 > boards > ARM: dts: Use GPIO constants for flags cells in exynos5440 boards > > arch/arm/boot/dts/exynos3250-monk.dts | 8 ++--- > arch/arm/boot/dts/exynos3250-rinato.dts | 10 +++--- > arch/arm/boot/dts/exynos4210-origen.dts | 15 ++++---- > arch/arm/boot/dts/exynos4210-smdkv310.dts | 3 +- > arch/arm/boot/dts/exynos4210-trats.dts | 29 +++++++-------- > arch/arm/boot/dts/exynos4210-universal_c210.dts | 42 +++++++++++----------- > arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 15 ++++---- > arch/arm/boot/dts/exynos4412-odroidu3.dts | 2 +- > arch/arm/boot/dts/exynos4412-odroidx.dts | 8 ++--- > arch/arm/boot/dts/exynos4412-origen.dts | 15 ++++---- > arch/arm/boot/dts/exynos4412-tiny4412.dts | 9 ++--- > arch/arm/boot/dts/exynos4412-trats2.dts | 34 +++++++++--------- > arch/arm/boot/dts/exynos5420-arndale-octa.dts | 3 +- > arch/arm/boot/dts/exynos5420-peach-pit.dts | 8 ++--- > arch/arm/boot/dts/exynos5420-smdk5420.dts | 7 ++-- > arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 4 +-- > arch/arm/boot/dts/exynos5440-ssdk5440.dts | 5 +-- > arch/arm/boot/dts/exynos5800-peach-pi.dts | 8 ++--- > 18 files changed, 118 insertions(+), 107 deletions(-) > Applied this whole series, thanks. - Kukjin