From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756757AbdDRJRY (ORCPT ); Tue, 18 Apr 2017 05:17:24 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:38296 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756088AbdDRJRU (ORCPT ); Tue, 18 Apr 2017 05:17:20 -0400 MIME-Version: 1.0 In-Reply-To: <20170418090447.dcxinewczubf26b7@lukather> References: <20170418042205.27894-1-wens@csie.org> <20170418042205.27894-4-wens@csie.org> <20170418090447.dcxinewczubf26b7@lukather> From: Chen-Yu Tsai Date: Tue, 18 Apr 2017 17:16:53 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 3/3] ARM: sun8i: a83t: Rename pinmux setting names To: Maxime Ripard Cc: Chen-Yu Tsai , devicetree , linux-arm-kernel , linux-kernel , linux-sunxi Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 18, 2017 at 5:04 PM, Maxime Ripard wrote: > On Tue, Apr 18, 2017 at 12:22:05PM +0800, Chen-Yu Tsai wrote: >> The pinmux setting nodes all have an address element in their node >> names, however the pinctrl node does not have #address-cells. >> >> Rename the existing pinmux setting nodes and labels in sun8i-a83t.dtsi, >> dropping identifiers for functions that only have one possible setting, >> and using the pingroup name if the function is identically available on >> different pingroups. >> >> Signed-off-by: Chen-Yu Tsai > > Applied, and I really like the new names. > > Would you make the same patch for everyone? I can. No guarantees on the schedule though. ChenYu