From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763302AbbA3WMB (ORCPT ); Fri, 30 Jan 2015 17:12:01 -0500 Received: from utopia.booyaka.com ([74.50.51.50]:56923 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759601AbbA3WL6 (ORCPT ); Fri, 30 Jan 2015 17:11:58 -0500 MBOX-Line: From nobody Fri Jan 30 15:11:04 2015 Subject: [PATCH v2 0/3] Documentation: DT bindings: update DT binding docs with Tegra chips To: linux-tegra@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Paul Walmsley Cc: Mark Rutland , Rob Herring Date: Fri, 30 Jan 2015 15:11:04 -0700 Message-ID: <20150130221104.4761.50643.stgit@dusk.lan> User-Agent: StGit/0.16-37-g27ac3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update some of the DT binding documentation text files, per Mark's comments at: http://marc.info/?l=linux-tegra&m=142201349727836&w=2 The primary goal with this series is to avoid checkpatch.pl warnings and align to the policy that Mark described. This series also updates Documentation/devicetree/bindings/submitting-patches.txt to formally document this policy. These patches apply on next-20150123. This second version incorporates some revisions based on feedback from Rob Herring. - Paul