From patchwork Fri Oct 4 16:39:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 175240 Delivered-To: patch@linaro.org Received: by 2002:a92:7e96:0:0:0:0:0 with SMTP id q22csp944522ill; Fri, 4 Oct 2019 09:40:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqzzMQ6m1FGd3kIdll/zI33wcXxeB3lByiurCdeiKxSndCv9bEd4CBRURg9BzSfBj3Ev5jkc X-Received: by 2002:a50:b884:: with SMTP id l4mr16278527ede.295.1570207209384; Fri, 04 Oct 2019 09:40:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570207209; cv=none; d=google.com; s=arc-20160816; b=TrkmBA2FzQPBqwMAlXpIR88FdQT3UZTUxKliQZ12mKzZiSN+42MDC3CWwoOBUWzsC0 6UUjwXbwOzMslwHbxioB1AFueetiw5OUyxWTfktDj8O0T4qCPtJYuSvDryL99SYZrGch qCJ0tbrAObkZxkpw0zkzHGo7SyWm5DjeWd/A+w6Elz2j8NatLcXTfgXo2tP6R+JI3VCi R+RxKZPy9Ld4n+ijfTvrK1ZRPDJ5LKB17jNc4gJm//Aocpx8Nb0ip9ucqfgaYK0AWf9k tL1K6lz2jWyvRFgiZp6MSB0mGsHl9dlVCUdCaTgrMH7Sd4Ghif5OBxtEw2lRiZibo5lK TQQg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Ca0+bKafd+Juu3Fm+zc7nW4lulaolZOweNjQ/xNtlQY=; b=nyCI0fMMjPDASFPq+MstTMlJcezrvpA5i2Y/XQ5fYAd7Ghv2A2vstkQY48MoeUfMrN erGigrOKMmsh+O9wPbhVI9P9s3J9oUw4kfexc0Us7yKrCm3xQ0bHV9MmX3hgqhdBJN2U OyaT8x3sXSUN0iBKCpNxqgwzEyjZ8pCZv3vA+McdZLsclKhTet0tb+Tu+bPlE1fmgWSW 1ZrRS5SvnJGkxJkRt9hgxxOGZJGpFwDpwgS+kUKTDOJwm9/rE/JPj0gzGoXQs8EDDJPB gGEY2tvoMPZsprnukiYGI9RNU/e1GSn/I2K3hqjLUeIqrcU/XktOKqVOtb9QsSSVE/Fa aAIA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q30si4335030eda.5.2019.10.04.09.40.09; Fri, 04 Oct 2019 09:40:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729691AbfJDQkH (ORCPT + 27 others); Fri, 4 Oct 2019 12:40:07 -0400 Received: from ms.lwn.net ([45.79.88.28]:40202 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726111AbfJDQkG (ORCPT ); Fri, 4 Oct 2019 12:40:06 -0400 Received: from meer.lwn.net (localhost [127.0.0.1]) by ms.lwn.net (Postfix) with ESMTPA id 65D3A2D7; Fri, 4 Oct 2019 16:40:06 +0000 (UTC) From: Jonathan Corbet To: Thomas Gleixner Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Jonathan Corbet Subject: [PATCH 0/2] Improvements to the genericirq documentation Date: Fri, 4 Oct 2019 10:39:53 -0600 Message-Id: <20191004163955.14419-1-corbet@lwn.net> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Initially I started out just getting rid of :c:func: clutter, but then noticed that request_irq() wasn't documented - I am guessing that got left behind when request_threaded_irq() came in. The second patch fixes that up as well. Happy to carry this up or let it go through the IRQ tree, whichever is preferable. Jonathan Corbet (2): docs: remove :c:func: from genericirq.rst docs: Add request_irq() documentation Documentation/core-api/genericirq.rst | 52 ++++++++++++++------------- include/linux/interrupt.h | 13 +++++++ 2 files changed, 40 insertions(+), 25 deletions(-) -- 2.21.0