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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2661DC4332F for ; Thu, 8 Dec 2022 05:49:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229470AbiLHFtr (ORCPT ); Thu, 8 Dec 2022 00:49:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229437AbiLHFtq (ORCPT ); Thu, 8 Dec 2022 00:49:46 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AAB9B45A16; Wed, 7 Dec 2022 21:49:45 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id AF82A804D; Thu, 8 Dec 2022 05:49:44 +0000 (UTC) Date: Thu, 8 Dec 2022 07:49:43 +0200 From: Tony Lindgren To: "Niedermayr, BENEDIKT" Cc: "rogerq@kernel.org" , "devicetree@vger.kernel.org" , "krzysztof.kozlowski@linaro.org" , "linux-omap@vger.kernel.org" , "robh+dt@kernel.org" Subject: Re: [PATCH v9 1/2] memory: omap-gpmc: wait pin additions Message-ID: References: <20221102133047.1654449-1-benedikt.niedermayr@siemens.com> <20221102133047.1654449-2-benedikt.niedermayr@siemens.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: devicetree@vger.kernel.org * Niedermayr, BENEDIKT [221207 17:29]: > I found the cause of this bug. > At least when "gpmc_cs_program_settings: invalid wait-pin (-1)" is printed in the kernel log. OK > Now I'm not sure where to send the bugfix patch (linux-next, linux-omap, both?). Please send a fix as against current Linux next as a separate patch as your earlier patches have been already applied for the merge window. If dts changes are also needed, let's first try to fix the driver to handle the invalid wait-pin case. Then we can patch the dts files separately as needed. Regards, Tony