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=-9.0 required=3.0 tests=BAYES_00,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 7AB15C433B4 for ; Tue, 18 May 2021 12:53:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4D62560FF0 for ; Tue, 18 May 2021 12:53:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349383AbhERMzH (ORCPT ); Tue, 18 May 2021 08:55:07 -0400 Received: from mail-oi1-f174.google.com ([209.85.167.174]:37581 "EHLO mail-oi1-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349378AbhERMyj (ORCPT ); Tue, 18 May 2021 08:54:39 -0400 Received: by mail-oi1-f174.google.com with SMTP id h9so9673499oih.4 for ; Tue, 18 May 2021 05:53:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0QT2Iwiu7Ufcs6EfabXWFcRHNA85+LzV8OWphAen84Q=; b=Y2UUZCz4UIis/ImROAypQ5yQc5ToKWRgBJDBTlCULtV0sVQYgvtEXKBNm+v8uSe/XQ LcJaP3A9v5foygMyyP5DJUaPw+wNdBR/K6N7Mon+fozlM0l25MX2yWNHqss93tzMQ5iO zaCK57alxxc3PyKPTOClUp9J7DqYd3SjTxb9lKojde92YRDAZ56dB6QjBXwqZbybZKPo tUY3K1lp7T+DkjP8A9IHL84z3+y7FW49d5dUNzudTsTo5faaQlKSkwvgQ4DxooSvbtH1 7MM1OYrE1Mr52kSGkITIJa4MbHw1/R7rx+QFHe330TIPMLDsbHs/7rTd+h7Nl9ugUABF X2zw== X-Gm-Message-State: AOAM531wz+AJBTr1VpUY83ykLSij2zbFEPJnsgn9T8WWuGilbx1iPRVJ Lpu0UFqAPJhzfCWPaRTsEe7ha5q+5pLyat6KvUSC6IdB X-Google-Smtp-Source: ABdhPJz4f22obT2zlz+cnGz2Jw9sBkFsoJ7LRicguy/nNs+ZhucmI1IKOhsHn6WkMiCuyfeVEs8nvkMGXrLYXoATxr0= X-Received: by 2002:aca:4758:: with SMTP id u85mr406947oia.71.1621342400780; Tue, 18 May 2021 05:53:20 -0700 (PDT) MIME-Version: 1.0 References: <20210518083046.23302-1-heikki.krogerus@linux.intel.com> In-Reply-To: From: "Rafael J. Wysocki" Date: Tue, 18 May 2021 14:53:09 +0200 Message-ID: Subject: Re: [PATCH 0/2] driver core: platform: Remove platform_device_add_properties() To: Greg Kroah-Hartman Cc: Andy Shevchenko , Heikki Krogerus , Thierry Reding , Jonathan Hunter , "Rafael J. Wysocki" , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.