Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758094AbcK2Paw (ORCPT ); Tue, 29 Nov 2016 10:30:52 -0500 Received: from www381.your-server.de ([78.46.137.84]:50074 "EHLO www381.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757467AbcK2Pao (ORCPT ); Tue, 29 Nov 2016 10:30:44 -0500 Subject: Re: [PATCH] iio: misc: add a generic regulator driver To: Bartosz Golaszewski , Jonathan Cameron , Hartmut Knaack , Peter Meerwald-Stadler , Rob Herring , Mark Rutland References: <1480432969-20913-1-git-send-email-bgolaszewski@baylibre.com> Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kevin Hilman , Patrick Titiano , Neil Armstrong From: Lars-Peter Clausen Message-ID: <44cce3d5-f65e-1a35-20a4-5eb9fda42312@metafoo.de> Date: Tue, 29 Nov 2016 16:30:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: <1480432969-20913-1-git-send-email-bgolaszewski@baylibre.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Authenticated-Sender: lars@metafoo.de Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 647 Lines: 15 On 11/29/2016 04:22 PM, Bartosz Golaszewski wrote: [...] > diff --git a/Documentation/devicetree/bindings/iio/misc/iio-regulator.txt b/Documentation/devicetree/bindings/iio/misc/iio-regulator.txt > new file mode 100644 > index 0000000..147458f > --- /dev/null > +++ b/Documentation/devicetree/bindings/iio/misc/iio-regulator.txt > @@ -0,0 +1,18 @@ > +Industrial IO regulator device driver > +------------------------------------- > + > +This document describes the bindings for the iio-regulator - a dummy device > +driver representing a physical regulator within the iio framework. No bindings for drivers, only for hardware. So this wont work.