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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 1F261C3A5A3 for ; Tue, 27 Aug 2019 14:25:17 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id E342E2184D for ; Tue, 27 Aug 2019 14:25:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="EICQErmU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E342E2184D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:References :In-Reply-To:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=X0KTQv7DOzIOHNqFKNUojCVCov7+6GhN9/WtnDydink=; b=EICQErmUrWSvb+ 0l8jkn5uLuUWjAULIE42yMamtiTcBnLfcuqMsl83UOkaFVbvQMGCOKx2XrHjH9JvMliy89z4ucpTa EG4BSQIj1yvwjFYUenF3Zv+50CCzB0AOGxAz2TWjRZay1ecvNI1mzAyTK1vjJrn0aiK6UlS6wIZe+ OmkbbAIcqn220FZblWjypkW9EFYig378pDoyckey34Zznc4KTy9ujEirASatCaAeYj24189FYDmXx 7nGkTv749eY/9YkGyLso2XxziuzhEw1q29penN42Ea5HAyBf3juouBmSgtXy53831wimy7m1oJOY1 clDiFZxeGK84AV+ScCfA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i2cPM-0004zJ-8r; Tue, 27 Aug 2019 14:25:16 +0000 Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i2cPF-0004QR-JY for linux-arm-kernel@lists.infradead.org; Tue, 27 Aug 2019 14:25:11 +0000 X-Originating-IP: 86.207.98.53 Received: from localhost (aclermont-ferrand-651-1-259-53.w86-207.abo.wanadoo.fr [86.207.98.53]) (Authenticated sender: gregory.clement@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 899236000A; Tue, 27 Aug 2019 14:24:57 +0000 (UTC) From: Gregory CLEMENT To: Linus Walleij , Miquel Raynal Subject: Re: [PATCH 0/3] CP115 pinctrl support In-Reply-To: References: <20190805101607.29811-1-miquel.raynal@bootlin.com> <20190814143457.664b04c8@windsurf.home> <20190824133317.371dec4f@xps13> Date: Tue, 27 Aug 2019 16:24:57 +0200 Message-ID: <87imqiznwm.fsf@FE-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190827_072509_853445_34C7BFB3 X-CRM114-Status: GOOD ( 10.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Yan Markman , Antoine Tenart , Grzegorz Jaszczyk , Maxime Chevallier , Nadav Haklai , "open list:GPIO SUBSYSTEM" , Rob Herring , Thomas Petazzoni , Stefan Chulski , Marcin Wojtas , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Linus, > On Sat, Aug 24, 2019 at 1:33 PM Miquel Raynal wrote: >> Linus Walleij wrote on Thu, 15 Aug 2019 > >> > OK then maybe I am a bit impatient. >> >> Actually Gregory is on vacation until September, so if we still are in >> time for this merge window I suppose you can take it. > > OK I applied the patches. > > If someone is upset we can always revert them in the -rc phase. I had a look on the series and it looks good for me. Gregory > > Yours, > Linus Walleij -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel