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=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 63F4BC352BE for ; Sat, 18 Apr 2020 19:43:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4BDA121D93 for ; Sat, 18 Apr 2020 19:43:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728250AbgDRTnh (ORCPT ); Sat, 18 Apr 2020 15:43:37 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:41945 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728051AbgDRTng (ORCPT ); Sat, 18 Apr 2020 15:43:36 -0400 Received: from 185.80.35.16 (185.80.35.16) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.415) id e337815ac515ad22; Sat, 18 Apr 2020 21:43:34 +0200 From: "Rafael J. Wysocki" To: Andy Shevchenko Cc: "Rafael J. Wysocki" , Andy Shevchenko , Greg Kroah-Hartman , Linux Kernel Mailing List , ACPI Devel Maling List , Heikki Krogerus , Hans de Goede , Platform Driver , Darren Hart Subject: Re: [PATCH v1 0/6] platform/x86: intel_cht_int33fe: clean up series Date: Sat, 18 Apr 2020 21:43:34 +0200 Message-ID: <1920083.GZryhg05AW@kreacher> In-Reply-To: References: <20200408160905.12101-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, April 16, 2020 5:21:15 PM CEST Andy Shevchenko wrote: > On Thu, Apr 16, 2020 at 6:05 PM Rafael J. Wysocki wrote: > > > > On Thu, Apr 16, 2020 at 4:17 PM Andy Shevchenko > > wrote: > > > > > > On Wed, Apr 08, 2020 at 07:09:00PM +0300, Andy Shevchenko wrote: > > > > When I started looking into the intel_cht_int33fe driver for an example of use > > > > software node API, I have noticed that it's hard to get and code a bit messy. > > > > Here is a clean up, main part of which is to introduce node groups and API to > > > > register and unregister them. This and some pre-existing APIs can be used in > > > > the driver. > > > > > > > > So, because of cross-subsystem nature of this series, I may recommend to create > > > > myself the immutable branch which can be pulled to Rafael's and Greg's trees > > > > respectively. I'm also open for other proposals how to proceed. > > > > > > Greg, Rafael, > > > any suggestion how to proceed with this series? > > > > > > (It has been reviewed and tested). > > > > You can merge them through platform/x86 as far as I'm concerned, or > > please let me know if you want me to pick them up. > > Works for me, but I would like to ask for formal Ack tag. I'm guessing that you talk about the first two patches, right? Please feel free to add my ACK to both, thanks!