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 X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DA833C468AD for ; Sat, 6 Jul 2019 11:43:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AB792214AF for ; Sat, 6 Jul 2019 11:43:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562413394; bh=Ddv2AGXiqhJC+UEj71nw04DyjeHdUryao6vo8IBe3Uw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=JjAkbRuuvm2o/cx8JqpEg2cqPQOJJdpjZ3U6IU4VlV5KxJ/BK6WboFoMN0+josR6L e5kPZhfTKWIAZQU6/RSU/66QxH/uJ5dD76kdMz9LYamof234cQ6Gx8c57RqGzpTgPd sOvpTs8hPY5OKA6NOYRVSiokIIuupRXRqfUToSio= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726374AbfGFLnN (ORCPT ); Sat, 6 Jul 2019 07:43:13 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:43394 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726023AbfGFLnN (ORCPT ); Sat, 6 Jul 2019 07:43:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=h4V3ZBI0FoiW9U4A7MoCEA3P8Nxtu03FgBYGvwN2wds=; b=dZWNuWG7t17scVwtDp0hcELzP 7FuWeX0o1hkpcP8DTnZBpv6YgADHytOoYFCbz5md5XR9RmiXkUI4P+Ur1+qi3wFffcM5UQMx0UZG7 zZ0IK5/xT9VlTU8+3hBxHv7AXatlkDMxvIFy25hDjxYn9z+AIDXp0Uhl3iOIEk7gdiHqneLCYhF3q 5NPHERrSRvyvWG0EtDfVqWp6EGbshR6kyMgzZfMNkNHfK5VjfEREeDJg5Gvb62k1knnCwhuqXUAF+ 8mfU036WJ8o369L4yDJ5h6OBCT7Q9krOnXb+u+02wq5SpvFTqYhGmdc39Amo4PdvibPDujGEI6w5U OmnRQnm+g==; Received: from 177.205.70.5.dynamic.adsl.gvt.net.br ([177.205.70.5] helo=coco.lan) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hjj5y-0000yv-Uf; Sat, 06 Jul 2019 11:43:11 +0000 Date: Sat, 6 Jul 2019 08:43:05 -0300 From: Mauro Carvalho Chehab To: Linus Walleij Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , "linux-kernel@vger.kernel.org" , Jonathan Corbet , Bartosz Golaszewski , "Rafael J. Wysocki" , Len Brown , Harry Wei , Alex Shi , "open list:GPIO SUBSYSTEM" , ACPI Devel Maling List Subject: Re: [PATCH 39/39] docs: gpio: add sysfs interface to the admin-guide Message-ID: <20190706084305.010f2d77@coco.lan> In-Reply-To: References: <1ecff14ec37c0c434f003d93c4b86b1cd3dac834.1561724493.git.mchehab+samsung@kernel.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, 3 Jul 2019 10:44:38 +0200 Linus Walleij escreveu: > On Fri, Jun 28, 2019 at 2:30 PM Mauro Carvalho Chehab > wrote: > > > While this is stated as obsoleted, the sysfs interface described > > there is still valid, and belongs to the admin-guide. > > > > Signed-off-by: Mauro Carvalho Chehab > > This doesn't apply to my tree because of dependencies in the > index Yeah, this /39 patch series heavily touch the index files. Better to merge them altogether. > so I guess it's best if you merge it: > Acked-by: Linus Walleij Thanks! Mauro > > Yours, > Linus Walleij Thanks, Mauro