From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Shyti Subject: Re: [PATCH 4/4] ARM64: dts: exynos5433: remove unused code Date: Thu, 29 Dec 2016 22:41:46 +0900 Message-ID: <20161229134146.kolvpxrdo2epfav4@jack.zhora.eu> References: <20161229084211.20442-1-andi.shyti@samsung.com> <20161229084211.20442-5-andi.shyti@samsung.com> <20161229115421.pq52ab57e53xntoz@kozik-lap> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20161229115421.pq52ab57e53xntoz@kozik-lap> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Krzysztof Kozlowski Cc: Mark Rutland , devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Andi Shyti , Javier Martinez Canillas , Catalin Marinas , Will Deacon , Tomasz Figa , Andi Shyti , linux-kernel@vger.kernel.org, Chanwoo Choi , Rob Herring , Kukjin Kim , Sylwester Nawrocki , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org > > #include > > > > -#define PIN_PULL_NONE 0 > > -#define PIN_PULL_DOWN 1 > > -#define PIN_PULL_UP 3 > > - > > -#define PIN_DRV_LV1 0 > > -#define PIN_DRV_LV2 2 > > -#define PIN_DRV_LV3 1 > > -#define PIN_DRV_LV4 3 > > - > > -#define PIN_IN 0 > > -#define PIN_OUT 1 > > -#define PIN_FUNC1 2 > > - > > This should be squashed with 3/4 because logically it is strictly > related to it and splitting it does not bring any benefits. Actually > while looking at 3/4 I was surprised to see them not removed. Yes, right :) Thanks, Andi