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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62342C433ED for ; Tue, 18 May 2021 11:22:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F148600CD for ; Tue, 18 May 2021 11:22:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231538AbhERLX3 (ORCPT ); Tue, 18 May 2021 07:23:29 -0400 Received: from mga09.intel.com ([134.134.136.24]:10072 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230235AbhERLXG (ORCPT ); Tue, 18 May 2021 07:23:06 -0400 IronPort-SDR: WnO0kP0oBgLzXN5QA2iFEourGki9b4sdCunC9Em6sg9CdVM6Urj9ItePA6WIEPyB3e1svD/XIK CQV9uDQoyRRQ== X-IronPort-AV: E=McAfee;i="6200,9189,9987"; a="200734363" X-IronPort-AV: E=Sophos;i="5.82,310,1613462400"; d="scan'208";a="200734363" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2021 04:21:46 -0700 IronPort-SDR: OkFTpoS986SZ2JMNI9Obk7NMsRKu2hppclKdNNK3c4uArufGh98aeLWosOnTIpu+pbFVps4uwm T9liX0YDFSlA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,310,1613462400"; d="scan'208";a="541704189" Received: from kuha.fi.intel.com ([10.237.72.162]) by fmsmga001.fm.intel.com with SMTP; 18 May 2021 04:21:43 -0700 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Tue, 18 May 2021 14:21:43 +0300 Date: Tue, 18 May 2021 14:21:43 +0300 From: Heikki Krogerus To: Andy Shevchenko Cc: Greg Kroah-Hartman , Thierry Reding , Jonathan Hunter , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] driver core: platform: Remove platform_device_add_properties() Message-ID: References: <20210518083046.23302-1-heikki.krogerus@linux.intel.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: linux-kernel@vger.kernel.org On Tue, May 18, 2021 at 11:59:22AM +0300, Andy Shevchenko wrote: > On Tue, May 18, 2021 at 11:30:44AM +0300, Heikki Krogerus wrote: > > Hi, > > > > It looks like there is only one place left that still uses the > > function. Converting that last user and removing the thing. > > > > Note, I'm actually resending the patch for board-paz00.c. I'm assuming > > the original patch slipped through the cracks because it did not end > > up anywhere. > > Cool! > Reviewed-by: Andy Shevchenko > > Btw, which base have you used for this series? intel-next for this one. -- heikki