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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3999C433F5 for ; Tue, 19 Oct 2021 09:52:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 98122611EF for ; Tue, 19 Oct 2021 09:52:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234794AbhJSJyk (ORCPT ); Tue, 19 Oct 2021 05:54:40 -0400 Received: from mga17.intel.com ([192.55.52.151]:65378 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231652AbhJSJyk (ORCPT ); Tue, 19 Oct 2021 05:54:40 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10141"; a="209266693" X-IronPort-AV: E=Sophos;i="5.85,384,1624345200"; d="scan'208";a="209266693" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2021 02:52:27 -0700 X-IronPort-AV: E=Sophos;i="5.85,384,1624345200"; d="scan'208";a="531371974" Received: from smile.fi.intel.com (HELO smile) ([10.237.72.159]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2021 02:52:21 -0700 Received: from andy by smile with local (Exim 4.95) (envelope-from ) id 1mclms-000SXr-2L; Tue, 19 Oct 2021 12:52:02 +0300 Date: Tue, 19 Oct 2021 12:52:02 +0300 From: Andy Shevchenko To: Emil Renner Berthing Cc: linux-riscv , devicetree , linux-clk , "open list:GPIO SUBSYSTEM" , "open list:SERIAL DRIVERS" , Palmer Dabbelt , Paul Walmsley , Rob Herring , Michael Turquette , Stephen Boyd , Thomas Gleixner , Marc Zyngier , Philipp Zabel , Linus Walleij , Greg Kroah-Hartman , Daniel Lezcano , Jiri Slaby , Maximilian Luz , Sagar Kadam , Drew Fustini , Geert Uytterhoeven , Anup Patel , Atish Patra , Matteo Croce , Linux Kernel Mailing List , Huan Feng Subject: Re: [PATCH v1 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs Message-ID: References: <20211012134027.684712-1-kernel@esmil.dk> <20211012134027.684712-13-kernel@esmil.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Oct 18, 2021 at 07:02:43PM +0200, Emil Renner Berthing wrote: > On Mon, 18 Oct 2021 at 18:29, Andy Shevchenko wrote: > > On Mon, Oct 18, 2021 at 7:23 PM Andy Shevchenko > > wrote: ... > > Having a second look I found even problematic error paths because of > > mixing devm_*() with non-devm_*() calls, which only assures me that > > your ->probe() error path is broken and should be revisited. > > So do you want to expand on that now or should I send v2 first? Here is not enough context anymore to point out. I expect one to have done their homework anyway. -- With Best Regards, Andy Shevchenko