Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp4662402img; Tue, 26 Mar 2019 14:06:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqwhgoTjrusAm0Gu0XrqYO/0rNeqvREf5h7Bdws/YdakD4GGEdBZwvL9crrvAow4Avh/deE6 X-Received: by 2002:a17:902:361:: with SMTP id 88mr33689809pld.78.1553634386154; Tue, 26 Mar 2019 14:06:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553634386; cv=none; d=google.com; s=arc-20160816; b=o8hJnFus+a42DtBhUsKaKpjS9xkkHJJIqqOTO1628r0JHdg7qcWQjnQ3O/pjq9Vw3c z3Y9jCKjcsceNE1wWN7CTZTy/0fil7o3uLyx6yXEM1bYAe0wkn4SHNk49CEgbCVMx/O4 hDXJqFhA3ISjtzqyaRTs8iQdw7jMcH+hht2hIRGGNDDtMp1pKFp3lUaSn8sIWdYZJSck JI6+WxZ+hEiLQCxyZgwKy1+z9zW6cVw+kvtkQbEzmo5PVFABaDh/p2yzljX2dpan5WFX LjF5NySauM0P0s8tEFmuWR7ooZ6VCztlwFQCjgikFPnvMl9FfjnC6V33LFJicBZ/Kiz/ W++w== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=65i+D6VlvKg7wiecBjCQfd2VpEOozAFVU7Nsngt2kaA=; b=EqYzwZ7xXLFemonPeHluo0B9Qj9qK7bElgpKWgxw1yrRT+dRdGQD4cGRQWVxBtK/Br KtXsUh/zHlCkrsZob3ENZLIHnohCuTkOVbX7Dxih6YGI96P9kPylx8yCOM09815KZ0aV Nbfh5nhX2BmZtWsSICMvUAKup7sL/l4EkeEWuSgq25np5gAS1g07Ghujcazg0fATc/Bn yFHRvhtAoaOuglJawIhxDF26LdH4LClFBfHgDNEJpmE6UUB3xRLGg1FJDUNwSOfV+Aj5 JJ7AUKdsOQSZ/G/Lfq6hlWTJKCc81UFWBX8xW/piEEqrKeusvCXNZ9v4bEj+GdRupl2l NtrA== 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 193si16870335pga.251.2019.03.26.14.06.10; Tue, 26 Mar 2019 14:06:26 -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 S1732438AbfCZVET (ORCPT + 99 others); Tue, 26 Mar 2019 17:04:19 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:35709 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732003AbfCZVET (ORCPT ); Tue, 26 Mar 2019 17:04:19 -0400 X-Originating-IP: 88.3.237.213 Received: from windsurf (213.red-88-3-237.dynamicip.rima-tde.net [88.3.237.213]) (Authenticated sender: thomas.petazzoni@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id DBCA8FF809; Tue, 26 Mar 2019 21:04:13 +0000 (UTC) Date: Tue, 26 Mar 2019 22:04:03 +0100 From: Thomas Petazzoni To: Guenter Roeck Cc: Linus Walleij , Bartosz Golaszewski , Rob Herring , Mark Rutland , Frank Rowand , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Jan =?UTF-8?B?S3VuZHLDoXQ=?= Subject: Re: [PATCH v2 3/5] gpio: use new gpio_set_config() helper in more places Message-ID: <20190326220403.63e0b533@windsurf> In-Reply-To: <20190326200302.GA15712@roeck-us.net> References: <20190207162859.26252-1-thomas.petazzoni@bootlin.com> <20190207162859.26252-4-thomas.petazzoni@bootlin.com> <20190316014352.GA6124@roeck-us.net> <20190316144519.07805478@windsurf> <20190326200302.GA15712@roeck-us.net> Organization: Bootlin 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 Hello Guenter, On Tue, 26 Mar 2019 13:03:02 -0700 Guenter Roeck wrote: > > I'll have a look. In the mean time, I'm fine with the patch being > > reverted. > > The problem is still seen in the latest kernel as of last night, and > I did not see any further activities. Should I send a revert request ? Sorry for not replying. I have not had the chance to investigate this further due to lack of time. Linus Walleij initially suggested to use gpio_set_config() in more places, but that doesn't to work as expected. A revert patch has already been sent: https://lore.kernel.org/lkml/20190326044954.18671-1-andrew@aj.id.au/ Best regards, Thomas Petazzoni -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com