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 67388ECAAD3 for ; Thu, 1 Sep 2022 09:03:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234461AbiIAJD1 (ORCPT ); Thu, 1 Sep 2022 05:03:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234412AbiIAJCp (ORCPT ); Thu, 1 Sep 2022 05:02:45 -0400 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F1DB136090 for ; Thu, 1 Sep 2022 02:01:46 -0700 (PDT) Received: from fraeml734-chm.china.huawei.com (unknown [172.18.147.200]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4MJFLX3Xltz6HJG9; Thu, 1 Sep 2022 16:57:56 +0800 (CST) Received: from lhrpeml500003.china.huawei.com (7.191.162.67) by fraeml734-chm.china.huawei.com (10.206.15.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Thu, 1 Sep 2022 11:01:43 +0200 Received: from [10.48.151.166] (10.48.151.166) by lhrpeml500003.china.huawei.com (7.191.162.67) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Thu, 1 Sep 2022 10:01:42 +0100 Message-ID: Date: Thu, 1 Sep 2022 10:01:42 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 From: John Garry Subject: Re: [PATCH v2 1/4] bus: hisi_lpc: Don't dereference fwnode handle To: Andy Shevchenko CC: "Rafael J. Wysocki" , "Linux Kernel Mailing List" , "xuwei (O)" References: <20220708210859.6774-1-andriy.shevchenko@linux.intel.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.151.166] X-ClientProxiedBy: lhrpeml500001.china.huawei.com (7.191.163.213) To lhrpeml500003.china.huawei.com (7.191.162.67) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23/08/2022 14:27, Andy Shevchenko wrote: >> I'll pick these up to be sent upstream by xu wei through the arm-soc tree. > Thanks! > > ... > >> b. Add a patch to convert this driver to use >> platform_device_register_full(). This obviously conflicts with a. > This one can be done beforehand, because it doesn't change flow, correct? The general flow is the same. It may be previewed here: https://github.com/hisilicon/kernel-dev/commits/private-topic-lpc-6.0-platform-full Thanks, John