From patchwork Fri Nov 11 19:02:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H. Nikolaus Schaller" X-Patchwork-Id: 693905 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3tFq8z2FzXz9ryk for ; Sat, 12 Nov 2016 06:04:35 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=goldelico.com header.i=@goldelico.com header.b="dZsfFMfl"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964883AbcKKTDd (ORCPT ); Fri, 11 Nov 2016 14:03:33 -0500 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.216]:30584 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934963AbcKKTCW (ORCPT ); Fri, 11 Nov 2016 14:02:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1478890937; l=582; s=domk; d=goldelico.com; h=References:In-Reply-To:References:In-Reply-To:Date:Subject:Cc:To: From; bh=PJ2HGJpDBib634c7Clox53U/Yh4Uki1nfXoi3TcaNfA=; b=dZsfFMfl6hWqMC3FMy5jLzaqXxVxlWFHUvExZcgl3SMySLjmdAjgVSZk3tN4o0FDb9 W8ki+hzm2jsfOL74/NNwsl0CFVaaRc8t4NlL18imfz9pLs9gjjyU4OgljdKpeqIgFOTa NGlkor4DgLvBbb5bs1UGU/oIVHApaHrE/71Cs= X-RZG-AUTH: :JGIXVUS7cutRB/49FwqZ7WcZa0CjPwrtwsa7s0mYZj78qgNzGjY6h94= X-RZG-CLASS-ID: mo00 Received: from localhost.localdomain (p57AE0B3E.dip0.t-ipconnect.de [87.174.11.62]) by smtp.strato.de (RZmta 39.9 DYNA|AUTH) with ESMTPA id q07f41sABJ2AUEP; Fri, 11 Nov 2016 20:02:10 +0100 (CET) From: "H. Nikolaus Schaller" To: Sebastian Reichel , Dmitry Torokhov , Mark Rutland , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren , Russell King , Arnd Bergmann , Michael Welling , =?UTF-8?q?Mika=20Penttil=C3=A4?= , Javier Martinez Canillas , Igor Grinberg , "Andrew F. Davis" , Mark Brown , Jonathan Cameron Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, letux-kernel@openphoenux.org, linux-iio@vger.kernel.org, kernel@pyra-handheld.com, "H. Nikolaus Schaller" Subject: [PATCH v7 7/9] dt-bindings: input: move ads7846 bindings to touchscreen subdirectory Date: Fri, 11 Nov 2016 20:02:04 +0100 Message-Id: <3a0b4f67ae4a40b6fea2f61089ef03cc88f29294.1478890925.git.hns@goldelico.com> X-Mailer: git-send-email 2.7.3 In-Reply-To: References: In-Reply-To: References: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Signed-off-by: H. Nikolaus Schaller Acked-by: Rob Herring --- Documentation/devicetree/bindings/input/{ => touchscreen}/ads7846.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/input/{ => touchscreen}/ads7846.txt (100%) diff --git a/Documentation/devicetree/bindings/input/ads7846.txt b/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt similarity index 100% rename from Documentation/devicetree/bindings/input/ads7846.txt rename to Documentation/devicetree/bindings/input/touchscreen/ads7846.txt