From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC727CDB474 for ; Tue, 17 Oct 2023 13:14:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343788AbjJQNOc (ORCPT ); Tue, 17 Oct 2023 09:14:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233940AbjJQNOb (ORCPT ); Tue, 17 Oct 2023 09:14:31 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9B9BED for ; Tue, 17 Oct 2023 06:14:29 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC96AC433C7; Tue, 17 Oct 2023 13:14:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697548469; bh=4Ynp8qt72JNt3BDC3l87JhLBKu58eC5RE+4kwFTcik8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WhBx8Sk0X+QVFI/EHjaRgHxFh9bzGNs1T8ApZR4xqKCZz1TemsNYiSeJGP1uEUvPS isqszJBh9u4owDEA3zOP2efmq32PmBPC8SnrzYW7Rs7VYnmK2+CDS7UKtI22jok+jK RYYbiynVpmYCmEnRWrvr6fHaiuy6BAeP/6BbnnpE= Date: Tue, 17 Oct 2023 15:14:17 +0200 From: Greg KH To: Kris Chaplin Cc: Krzysztof Kozlowski , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Conor Dooley Subject: Re: w1: coding-style - naming for master/slave for new driver and dt binding Message-ID: <2023101739-tinker-squabble-237f@gregkh> References: <91104ef7-c9a6-4c65-aad0-61ecb3c29ea0@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <91104ef7-c9a6-4c65-aad0-61ecb3c29ea0@amd.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 17, 2023 at 10:38:49AM +0100, Kris Chaplin wrote: > Hello Krzystof, > > During review of my dt-bindings patches for a new w1 driver > (https://lkml.org/lkml/2023/10/13/959), there was mention that the use of > 'master' is not considered great terminology nowadays.  Are there any plans > to replace the usage of master/slave in w1 as mentioned in > Documentation/process/coding-style.rst ?  As we are in the final stages of > our W1 soft IP development, I believe there is a small window in which we > can align on our new IP name if appropriate, prior to my next round of patch > submission for amd,axi-w1-master and get the binding to match. For new stuff, please use new terminology, but there's no need to change existing code if you aren't going to be touching it. thanks, greg k-h