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=-11.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 54C51C433B4 for ; Tue, 18 May 2021 15:26:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 29C6C61261 for ; Tue, 18 May 2021 15:26:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350195AbhERP1r (ORCPT ); Tue, 18 May 2021 11:27:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:55374 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350165AbhERP1q (ORCPT ); Tue, 18 May 2021 11:27:46 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A45A6611EE; Tue, 18 May 2021 15:26:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621351588; bh=jUSHFrFQ8qTg0H2mRwHZmLGGLMuz5XhnCFS3Tl63K3M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BpIFnt01TSD44meO0X6H/qr0AtsMimPg6GGBmIHtTcIgonJp3WUS3fI7nSA7wIiv2 4NouBDwvu4rnEy5t5e5FG2kvy7jZw4IyHXl1KuDZvIrX5dYxy70A6XPU/cuorZmLjh hfmsHQA9EP14MU4LxWlV8zD/GhVQC3qQIyGzJ/30= Date: Tue, 18 May 2021 17:26:26 +0200 From: Greg Kroah-Hartman To: "Rafael J. Wysocki" Cc: Andy Shevchenko , Heikki Krogerus , Thierry Reding , Jonathan Hunter , Linux Kernel Mailing List 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:53:09PM +0200, Rafael J. Wysocki wrote: > On Tue, May 18, 2021 at 2:40 PM Greg Kroah-Hartman > wrote: > > > > On Tue, May 18, 2021 at 02:48:37PM +0300, Andy Shevchenko wrote: > > > On Tue, May 18, 2021 at 02:30:57PM +0300, Heikki Krogerus wrote: > > > > 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 :-) > > > > > > Let's wait for CIs to respond. I have a feeling that the first patch is good > > > for v5.14, while the second one is probably for the next cycle. > > > > Why? I can take both now, no problem... > > Not really, there are dependencies, one in my tree ATM. > > It's better if I take them IMHO. Sure, feel free to: Acked-by: Greg Kroah-Hartman