From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 2/2] dt-bindings: move trivial devices out of i2c subdir Date: Wed, 1 Feb 2017 07:50:45 -0600 Message-ID: <20170201135045.yass267eakmlpyru@rob-hp-laptop> References: <20170126225544.5431-1-wsa@the-dreams.de> <20170126225544.5431-3-wsa@the-dreams.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170126225544.5431-3-wsa@the-dreams.de> Sender: linux-i2c-owner@vger.kernel.org To: Wolfram Sang Cc: devicetree@vger.kernel.org, linux-i2c@vger.kernel.org List-Id: devicetree@vger.kernel.org On Thu, Jan 26, 2017 at 11:55:44PM +0100, Wolfram Sang wrote: > The i2c folder is for i2c bus drivers, not clients. Move the now > deprecated trivial devices file to the bindings base directory, so it > can be refactored from there to proper bindings in the relevant > subdirectories. This will ease maintenance for the I2C subsystem (less > irrelevant patches automatically CCed by get_maintainer.pl) and it will > make aware that we deal with the file differently now. > > Signed-off-by: Wolfram Sang > --- > .../bindings/{i2c/trivial-devices.txt => i2c-trivial-devices.txt} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename Documentation/devicetree/bindings/{i2c/trivial-devices.txt => i2c-trivial-devices.txt} (100%) Just keep the same name. We can use it for SPI too at least.