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 C6053C433ED for ; Tue, 18 May 2021 11:31:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A534A6124C for ; Tue, 18 May 2021 11:31:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238512AbhERLcV (ORCPT ); Tue, 18 May 2021 07:32:21 -0400 Received: from mga06.intel.com ([134.134.136.31]:48987 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237487AbhERLcT (ORCPT ); Tue, 18 May 2021 07:32:19 -0400 IronPort-SDR: ALUQwuMvC9FgIfaobm1zfXc/QWkY2AbQHiedslOjmIJxVgZsABJXiU/rtOpb6rAJKVUdQlLBnt MN/pDbMmli8w== X-IronPort-AV: E=McAfee;i="6200,9189,9987"; a="261916647" X-IronPort-AV: E=Sophos;i="5.82,310,1613462400"; d="scan'208";a="261916647" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2021 04:31:01 -0700 IronPort-SDR: koxQTwtp9qhujy9SV5XThf26GKNpYVVMWXRxH8c68EeaArq7g5LAmlqC5n9rzOLAcFh33AfUiy j9Hb+oiJmG3Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,310,1613462400"; d="scan'208";a="541708200" Received: from kuha.fi.intel.com ([10.237.72.162]) by fmsmga001.fm.intel.com with SMTP; 18 May 2021 04:30:58 -0700 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Tue, 18 May 2021 14:30:57 +0300 Date: Tue, 18 May 2021 14:30:57 +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 02:21:46PM +0300, Heikki Krogerus wrote: > 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. I mean linux-next :-) -- heikki