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 X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B133C2D0CF for ; Mon, 16 Dec 2019 08:11:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D652120700 for ; Mon, 16 Dec 2019 08:11:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="xJHekG2T" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726867AbfLPILX (ORCPT ); Mon, 16 Dec 2019 03:11:23 -0500 Received: from mail-vs1-f68.google.com ([209.85.217.68]:35971 "EHLO mail-vs1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726758AbfLPILW (ORCPT ); Mon, 16 Dec 2019 03:11:22 -0500 Received: by mail-vs1-f68.google.com with SMTP id m5so3581864vsj.3 for ; Mon, 16 Dec 2019 00:11:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=t6tRXeWjXk4XedCBH813uitRKRnMxkJ3VN0a1mJ462I=; b=xJHekG2TdTb+LjYMgzpUlMBTcfPzi1OgpdZLNcJRg1av1YCSUAvk+0DxpGeRw7u7Q+ toLenzZhgU5SPk9VLTTgb02mRNDaNb64/e/uvkDOhQ3imNCaxIktKL5hcM6FysO20noR 8kZHiQmJFuEMKNTqR9B/Y+HzsYcqhnF3KUfP5ApIauHAQa4UGK5PZmf74KvcA70ckxSP DfVmHPPk8z3kKHwO5fx3HDrYK0i6NBIqqPvpBueA/xU5yLyCGTdyIaDl9KxKUMUYFxkW DX6kToJ6oR0mSPSSN5Zxvwd+iUtJGZIXxvyUudxjDQgPl5uj+W2SyTF4AaDiGhLHDtqu gZQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=t6tRXeWjXk4XedCBH813uitRKRnMxkJ3VN0a1mJ462I=; b=jLQZk2b8n3bgMKH0THXm2cq3+cOWQtVO7j1VwbQ3JLv4jCAe/7gzoKVigiifsOswEd IkCaqIxEDoFZrwO4x3BvywKqWvopsXOiIHJ3WLUP52QpsIcZ9zsT8tWuS7FkpOjXKSzN HU6bibBLCL2KULZWsk9iJHknLv9TqCMCTCTBBHsJvoifp5jlLYgEfkK9ZfmSm/P22SGI caufc/VclljKel7bINXON3iZX3aVO7lFS0usY4+xKF3KXp2Eq93hjikoc6lphC2YIaVn rg5sFMsSm1SXuqKS9G6pdWWvFCfFRBkkkF5W9fvrwmsUbJD0SvW7Tlga6hkQPL2N5R61 adtg== X-Gm-Message-State: APjAAAWKKfy8xzKm9UC2FLEruTkxJkYVWNjoGlC5WjyhcH48BlMhzixQ vyR446pTQG03vJOZEJw7Ikno6NsAw1eIHuhb4x5oPSJU+Zg= X-Google-Smtp-Source: APXvYqx8OxQ29bLWSegnLGTEgAkOiNIm/HsyXoLgK379EsycJHVuhlApMERuLDXwVmUW239wqgAmcF8kHHxlBNc9kE4= X-Received: by 2002:a67:e00d:: with SMTP id c13mr20218532vsl.57.1576483881730; Mon, 16 Dec 2019 00:11:21 -0800 (PST) MIME-Version: 1.0 References: <20191210154157.21930-1-ktouil@baylibre.com> <20191210154157.21930-4-ktouil@baylibre.com> In-Reply-To: <20191210154157.21930-4-ktouil@baylibre.com> From: Linus Walleij Date: Mon, 16 Dec 2019 09:11:10 +0100 Message-ID: Subject: Re: [PATCH v2 3/4] dt-bindings: at24: remove the optional property write-protect-gpios To: Khouloud Touil Cc: Bartosz Golaszewski , Rob Herring , Mark Rutland , Srinivas Kandagatla , baylibre-upstreaming@groups.io, "linux-kernel@vger.kernel.org" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-i2c Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 10, 2019 at 4:42 PM Khouloud Touil wrote: > NVMEM framework is an interface for the at24 EEPROMs as well as for > other drivers, instead of passing the wp-gpios over the different > drivers each time, it would be better to pass it over the NVMEM > subsystem once and for all. > > Removing the optional property form the device tree binding document. You're not really removing it just referencing it from elsewhere. > Signed-off-by: Khouloud Touil Reviewed-by: Linus Walleij Yours, Linus Walleij