From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8970FC77B7A for ; Mon, 29 May 2023 14:57:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iy18pL4cIgs5zkeNwjIyEY3NfGUFJbOda7gNI1GYTG4=; b=ZRUOLx7v8Z2xba eaA3ryEdwW09H9Vf7kwyXtlgAti2d7NHoJ0EGghSlyYSMsjViOedFuxo6N2CY3NVacHYSXU//8WWO gcOqk9w63UevdWmD7TgJLxTfwf/UwMxAg+grHS7b32H1WgaBO4WLbh5i3LjS40n2MRWe1Bt6jRjKW p/2SkfE0ged4J1uNiI2TckEXkQSX4tSg6Pl3WXbTuqtr/TougsMn5eHG+aQCY8BhJyEBnpvyKZBI3 2Py9TMhp5nPXwRXYyXHbQLQ8doXvfe8DXYCQjQI8zDX89uCRptjZzhx3xiXMEYxIaWBqFT8TpxZWb u5xHn81RjwrLI/xCNryQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q3eJ1-00ArLB-34; Mon, 29 May 2023 14:57:07 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q3eIz-00ArKl-3C for linux-arm-kernel@lists.infradead.org; Mon, 29 May 2023 14:57:07 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 83E4B61374; Mon, 29 May 2023 14:57:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7CE05C433EF; Mon, 29 May 2023 14:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685372225; bh=JsYQ9lj3pZLAlJkBzkkA1W1VrbTHRJOfd46VLHqXM+8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fvpJ19XaBY0CbiZsJTodwykH4m0lnnIElrsSTNYZTwb9A+hzVOWgWjhyYW6kbjnvd RSQS1yaj9rWHvM+wgOIGDJyS0Qq3Mg0SseunVXB9oBdAR+sIYYEaJcdvqcxmhIgB9V U6l9Trr9rDXT9XzU+2h2wF2x2Fatze/Oy5EBO75M= Date: Mon, 29 May 2023 15:57:02 +0100 From: Greg Kroah-Hartman To: Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Dmitry Torokhov , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-input@vger.kernel.org, linux-sunxi@lists.linux.dev, linux-pwm@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH v2 6/7] docs: update some straggling Documentation/arm references Message-ID: <2023052953-italics-consonant-ea11@gregkh> References: <20230529144856.102755-1-corbet@lwn.net> <20230529144856.102755-7-corbet@lwn.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230529144856.102755-7-corbet@lwn.net> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230529_075706_096834_51533E87 X-CRM114-Status: GOOD ( 13.30 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, May 29, 2023 at 08:48:55AM -0600, Jonathan Corbet wrote: > The Arm documentation has moved to Documentation/arch/arm; update the > last remaining references to match. > = > Cc: Dmitry Torokhov > Cc: Chen-Yu Tsai > Cc: Jernej Skrabec > Cc: Samuel Holland > Cc: Thierry Reding > Cc: "Uwe Kleine-K=F6nig" > Cc: Greg Kroah-Hartman > Cc: linux-input@vger.kernel.org > Cc: linux-sunxi@lists.linux.dev > Cc: linux-pwm@vger.kernel.org > Cc: linux-serial@vger.kernel.org > Signed-off-by: Jonathan Corbet > --- > MAINTAINERS | 4 ++-- > drivers/input/touchscreen/sun4i-ts.c | 2 +- > drivers/pwm/pwm-atmel.c | 2 +- > drivers/pwm/pwm-pxa.c | 2 +- > drivers/tty/serial/Kconfig | 4 ++-- > 5 files changed, 7 insertions(+), 7 deletions(-) > = Acked-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel