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 99EDDC32774 for ; Tue, 23 Aug 2022 16:58:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244797AbiHWQ56 (ORCPT ); Tue, 23 Aug 2022 12:57:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244089AbiHWQ5S (ORCPT ); Tue, 23 Aug 2022 12:57:18 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5FB53140BD2 for ; Tue, 23 Aug 2022 06:27:55 -0700 (PDT) X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="293686188" X-IronPort-AV: E=Sophos;i="5.93,257,1654585200"; d="scan'208";a="293686188" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2022 06:27:55 -0700 X-IronPort-AV: E=Sophos;i="5.93,257,1654585200"; d="scan'208";a="638655547" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2022 06:27:53 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oQTwd-002S63-0K; Tue, 23 Aug 2022 16:27:51 +0300 Date: Tue, 23 Aug 2022 16:27:50 +0300 From: Andy Shevchenko To: John Garry Cc: "Rafael J. Wysocki" , Linux Kernel Mailing List , "xuwei (O)" Subject: Re: [PATCH v2 1/4] bus: hisi_lpc: Don't dereference fwnode handle Message-ID: References: <20220708210859.6774-1-andriy.shevchenko@linux.intel.com> 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: linux-kernel@vger.kernel.org On Mon, Aug 15, 2022 at 05:16:48PM +0100, John Garry wrote: > On 11/07/2022 09:59, Andy Shevchenko wrote: > > On Mon, Jul 11, 2022 at 10:17 AM John Garry wrote: > > > > > > Andy, Thanks for this work. I am not sure if you are hoping that Rafael > > > picks up this series also. JFYI, I would normally route any changes to > > > this driver through the arm soc tree via xuwei5@huawei.com, but if we > > > want to try that it may take an extra cycle now. > > > > The series has been inspired by the recent work Rafael has done > > regarding some ACPI API changes. It's not critical per se and can be > > routed as the best for all maintainers. > > 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? -- With Best Regards, Andy Shevchenko