From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750918AbdEIVnV (ORCPT ); Tue, 9 May 2017 17:43:21 -0400 Received: from gloria.sntech.de ([95.129.55.99]:50514 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750734AbdEIVnU (ORCPT ); Tue, 9 May 2017 17:43:20 -0400 From: Heiko Stuebner To: Kever Yang Cc: linux-rockchip@lists.infradead.org, Rob Herring , Shawn Lin , Huibin Hong , Elaine Zhang , Catalin Marinas , David Wu , Brian Norris , Jaehoon Chung , Douglas Anderson , Will Deacon , Matthias Brugger , devicetree@vger.kernel.org, Russell King , linux-arm-kernel@lists.infradead.org, Jianqun Xu , linux-kernel@vger.kernel.org, Andy Yan , Caesar Wang , Mark Rutland , Roger Chen Subject: Re: [PATCH 3/4] ARM: dts: rockchip: use pin constants to describe IO in pinctrl Date: Tue, 09 May 2017 23:43:05 +0200 Message-ID: <3966386.YQGqDXjHSp@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <1491981044-24635-3-git-send-email-kever.yang@rock-chips.com> References: <1491981044-24635-1-git-send-email-kever.yang@rock-chips.com> <1491981044-24635-3-git-send-email-kever.yang@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 12. April 2017, 15:10:43 CEST schrieb Kever Yang: > Use command below to replace the IO naming in pinctrl: > sed -i -e 's/ 31 RK_FUNC_/ RK_PD7 RK_FUNC_/' arch/arm/boot/dts/rk* > sed -i -e 's/ 0 RK_FUNC_/ RK_PA0 RK_FUNC_/' > arch/arm64/boot/dts/rockchip/* > > Signed-off-by: Kever Yang I'm not sure, if we really want to mass-convert each and every pin. All pins in use right now seem to be working and it hides other history/blame for these entries. In any case though, this needs to be split into separate arm32/arm64 patches. Heiko