Received: by 10.223.185.116 with SMTP id b49csp3727233wrg; Tue, 13 Feb 2018 06:54:18 -0800 (PST) X-Google-Smtp-Source: AH8x226+pZktS2KI0RWWzfdnmwYeyD8blad1vPxuyge+KvQ9k0HgBgNI+i/7ohSvA0vaRNhqX+eO X-Received: by 10.98.212.6 with SMTP id a6mr1524577pfh.104.1518533658665; Tue, 13 Feb 2018 06:54:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518533658; cv=none; d=google.com; s=arc-20160816; b=goeMr0iobH9UIqkv3IIE+VCJYfvZR0KRy5N2CQ5JOxYn+p6PZteUBPoDnnzIJKxCIm XeJTJaKbzUSTH+rpZVQjaYQOQSjg+FGTBV+umHNQPcZppnk2oPNuSa+z5DzaLjQHAOy9 aNWw2YNXFheMNVRxYALjBdrgBtNvFEQpSqg7COdw8ZSGyymPKJViK+t40xzXSfCMlLp3 58BHHCS+80sEYIWCrX7x02i9pnln5gtF63HfTWSk4BsMV0SK80sMxQQCNgh5fnojhvYE rkio5bFY2MOfyn42G5d3CEpB9Md8wTo1k/SjXwxqauFXYHLfU+cBIANW5FvQe5x2m8vc Jd1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=aeCfQTreqVudRVvGfbvFK8tJfnrHq9hkoCIhlDhcvis=; b=BKy31rpK2zB7uT1GJppdvKJMDc1IsZc1/r+ODRvkHK1CvHd7k9gsE79OOMQa6jc1XV jhMm9k1K1HvxeC27d62U0rhYYjIqk0VS5jP8PAIwy3tU6+2iN9a3/1gmdiY1xUVbCN30 rAijjEamQDKOnHqaW/dpYVDqQyb/BA60soQBclmofuWOdihZBE6ixhZuhYSzSehw6x5O 5qm+6AmUG57xOK4aoSQlDS2ToXOxWepNyDiDHKFuim6ydOSfjD/MV9qd5kH7VckuH32m NOyavIYpFzo3qGyNuPQsl9BE4vyGyrL1VypIi8MKVYNezAADYxgmt3aJN6zL3PWGy7eQ CJkA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u14si576452pfa.271.2018.02.13.06.54.03; Tue, 13 Feb 2018 06:54:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935523AbeBMOwf (ORCPT + 99 others); Tue, 13 Feb 2018 09:52:35 -0500 Received: from h1.radempa.de ([176.9.142.194]:57166 "EHLO mail.cosmopool.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935254AbeBMOwe (ORCPT ); Tue, 13 Feb 2018 09:52:34 -0500 X-Greylist: delayed 538 seconds by postgrey-1.27 at vger.kernel.org; Tue, 13 Feb 2018 09:52:34 EST Received: from localhost (localhost [127.0.0.1]) by mail.cosmopool.net (Postfix) with ESMTP id 2F8A99026DD; Tue, 13 Feb 2018 15:43:35 +0100 (CET) Received: from mail.cosmopool.net ([127.0.0.1]) by localhost (mail.your-server.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K8quN4dPX1pg; Tue, 13 Feb 2018 15:43:32 +0100 (CET) Received: from huygens.ccbib.org (unknown [10.0.10.106]) by mail.cosmopool.net (Postfix) with SMTP id 8305F9013B5; Tue, 13 Feb 2018 15:43:31 +0100 (CET) Received: by huygens.ccbib.org (sSMTP sendmail emulation); Tue, 13 Feb 2018 14:43:31 +0000 From: Harald Geyer To: Mark Brown Cc: Liam Girdwood , devicetree@vger.kernel.org, Rob Herring , linux-kernel@vger.kernel.org, Harald Geyer Subject: [PATCH,RESEND2] regulator: fixed, gpio: dt: regulator-name is required property Date: Tue, 13 Feb 2018 14:43:08 +0000 Message-Id: <1518532988-10990-1-git-send-email-harald@ccbib.org> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These two drivers fail to probe if no name is provided. For details see: https://www.spinics.net/lists/kernel/msg2457515.html Signed-off-by: Harald Geyer Acked-by: Rob Herring --- This is already the second resend for this trivial device probing bug fix. It was written to your specification, got an ACK from devicetree and has no unaddressed review comments, so I can't see what might be holding it back. If there is still anything wrong with it, I'd appreciate actual feedback instead of a canned response or silence. BTW, it took me a bit to figure out that by "content free ping" you are refering to the quoting of the patch. Maybe you can reword your canned response to make it easier to understand. The ACK was added in the (first) resend. Documentation/devicetree/bindings/regulator/fixed-regulator.txt | 1 + Documentation/devicetree/bindings/regulator/gpio-regulator.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/regulator/fixed-regulator.txt b/Documentation/devicetree/bindings/regulator/fixed-regulator.txt index 4fae41d..0c2a6c8 100644 --- a/Documentation/devicetree/bindings/regulator/fixed-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/fixed-regulator.txt @@ -2,6 +2,7 @@ Fixed Voltage regulators Required properties: - compatible: Must be "regulator-fixed"; +- regulator-name: Defined in regulator.txt as optional, but required here. Optional properties: - gpio: gpio to use for enable control diff --git a/Documentation/devicetree/bindings/regulator/gpio-regulator.txt b/Documentation/devicetree/bindings/regulator/gpio-regulator.txt index dd1ed78..1f49615 100644 --- a/Documentation/devicetree/bindings/regulator/gpio-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/gpio-regulator.txt @@ -2,6 +2,8 @@ GPIO controlled regulators Required properties: - compatible : Must be "regulator-gpio". +- regulator-name : Defined in regulator.txt as optional, but required + here. - states : Selection of available voltages and GPIO configs. if there are no states, then use a fixed regulator -- 2.1.4