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 4839DC54EE9 for ; Tue, 27 Sep 2022 06:40:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230089AbiI0Gkx (ORCPT ); Tue, 27 Sep 2022 02:40:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230017AbiI0Gkw (ORCPT ); Tue, 27 Sep 2022 02:40:52 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 92E0880489 for ; Mon, 26 Sep 2022 23:40:51 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7692780A6; Tue, 27 Sep 2022 06:32:32 +0000 (UTC) Date: Tue, 27 Sep 2022 09:40:49 +0300 From: Tony Lindgren To: Romain Naour Cc: Linux-OMAP , "rogerq@kernel.org >> Roger Quadros" , Md Danish Anwar Subject: Re: prueth: IEP driver doesn't probe anymore Message-ID: References: <9aced000-5e66-50b9-1e1b-28ff96871d42@smile.fr> <28dc112e-94ce-ca21-2e35-97074f251b97@smile.fr> 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-omap@vger.kernel.org Hi, * Romain Naour [220921 08:13]: > Ok, I understand what's going on... > > The issue appear on the merge commit since on a omap side there was the switch > to ti-sysc (devicetree interconnect description) and on upstream side there was > a change on driver core behavior with fw_devlink=on being set by default: > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=ea718c699055c8566eb64432388a04974c43b2ea OK good to hear it's not the change to ti-sysc. That should be all pretty much standard Linux driver related changes. > Actually the issue is really on the TI's prueth and IEP driver whith > fw_devlink=on. The IEP driver probe correctly with fw_devlink=permissive. Argh not again, the fw_devlink changes seem to be causing all kind of issues. Any ideas what the issue here might be? It might be worth testing with v6.0-rc7 too as it has a series of fixes to related issues. Regards, Tony