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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 F1F27C433E9 for ; Mon, 4 Jan 2021 14:54:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C4D0522241 for ; Mon, 4 Jan 2021 14:54:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727379AbhADOyO (ORCPT ); Mon, 4 Jan 2021 09:54:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:50554 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725840AbhADOyO (ORCPT ); Mon, 4 Jan 2021 09:54:14 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 84520221E5; Mon, 4 Jan 2021 14:53:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1609772014; bh=6cDGKM8nEu8BYsa8KY/klev5tWMRKU9jT3zWEyFDPxk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eiClA8Z/cu9IRaSugaZmBjtmDwWr9gRIrhkTRwZI+/7Na/Tf3jMXxbM+GvlZjGRRa qkzaMquRWV3knkqXV5nto7ev9Jv9un4KNv0LSmbDpHYJg/ruhgiXfFYOLRC/WDDCQs k3QUamyoT002oODuhLQx97rdc8BnxyKdmTznsSDM= Date: Mon, 4 Jan 2021 15:55:00 +0100 From: Greg KH To: Sergio Paracuellos Cc: Linus Walleij , "open list:STAGING SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Jason Yan , "open list:GPIO SUBSYSTEM" , Rob Herring Subject: Re: [PATCH 0/8] pinctrl: ralink: rt2880: Some minimal clean ups Message-ID: References: <20201213161721.6514-1-sergio.paracuellos@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, Jan 04, 2021 at 03:45:36PM +0100, Sergio Paracuellos wrote: > Hi, > > On Mon, Jan 4, 2021 at 3:39 PM Linus Walleij wrote: > > > > On Sun, Dec 13, 2020 at 5:17 PM Sergio Paracuellos > > wrote: > > > > > After this driver was moved from staging into pinctrl subsytems > > > some reviews for bindigns and driver itself comes from Ron Herring > > > and Dan Carpenter. Get rid of all the comments to properly be in > > > a good shape before merge window. > > > > Applied patches 1-7 to the pinctrl tree, patch 8 needs to be sent > > to Greg. > > Thanks Linus. PATCH 8 should apply directly as it is in this series > also in staging. Greg, can you take PATCH 8 from this series or do you > want me to resend it? Resend please. thanks, greg k-h