From patchwork Mon Oct 9 22:46:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Packham X-Patchwork-Id: 823591 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=alliedtelesis.co.nz header.i=@alliedtelesis.co.nz header.b="h1zPmYd9"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3y9wPW40NSz9t3B for ; Tue, 10 Oct 2017 09:47:59 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755586AbdJIWrP (ORCPT ); Mon, 9 Oct 2017 18:47:15 -0400 Received: from gate2.alliedtelesis.co.nz ([202.36.163.20]:42785 "EHLO gate2.alliedtelesis.co.nz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754594AbdJIWrN (ORCPT ); Mon, 9 Oct 2017 18:47:13 -0400 Received: from mmarshal3.atlnz.lc (mmarshal3.atlnz.lc [10.32.18.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by gate2.alliedtelesis.co.nz (Postfix) with ESMTPS id C5CBA84484; Tue, 10 Oct 2017 11:47:07 +1300 (NZDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail; t=1507589227; bh=L1V1neUDTqhKg87opm18BC6HeMhRppiuSJHnSG3d2Nk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=h1zPmYd9uvJYhkngbO3ZJW9CgdiGoVZrDMYLHtzr6YSVs27YJEZ6UOB2RS09jWwFu CcybkiGBdtRuFjW6UsFHVmGrf2nA/X+AfhC4bvI9ATooIxQlnzwqXTbj8Mx/POCq6I kYzy+40GkR9ij70PZ8z3pRnJxXvOTBBN7JumIceM= Received: from smtp (Not Verified[10.32.16.33]) by mmarshal3.atlnz.lc with Trustwave SEG (v7, 5, 8, 10121) id ; Tue, 10 Oct 2017 11:47:08 +1300 Received: from chrisp-dl.ws.atlnz.lc (chrisp-dl.ws.atlnz.lc [10.33.22.30]) by smtp (Postfix) with ESMTP id E7DAF13EFF3; Tue, 10 Oct 2017 11:47:14 +1300 (NZDT) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id 9D6AD1E21D4; Tue, 10 Oct 2017 11:47:02 +1300 (NZDT) From: Chris Packham To: robh+dt@kernel.org, mark.rutland@arm.com, gregkh@linuxfoundation.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Packham Subject: [PATCH v3 2/5] uio: dt-bindings: Add binding for "st,stm32f100" Date: Tue, 10 Oct 2017 11:46:52 +1300 Message-Id: <20171009224655.6173-3-chris.packham@alliedtelesis.co.nz> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20171009224655.6173-1-chris.packham@alliedtelesis.co.nz> References: <20171009224655.6173-1-chris.packham@alliedtelesis.co.nz> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The stm32f100 is a general purpose micro controller. Document a binding that allows a user-space driver to be implemented for these devices. Signed-off-by: Chris Packham --- Changes in v3: - (replaces "uio: dt-bindings: document binding for uio-pdrv-genirq") - split the bindings up into the devices I'm actually wanting to support. The first is a stm32f100 micro controller. Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt b/Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt index 5a92b1f8825f..fb4c1b5059f2 100644 --- a/Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt +++ b/Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt @@ -1,7 +1,8 @@ *Generic UIO platform driver with interrupts Required properties: -- compatible: Should be a value set with the of_id module parameter. +- compatible: Should be a value set with the of_id module parameter or the + built in value "st,stm32f100". Optional properties: - interrupts: Should contain the interrupt to be associated with this device