Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp1986252ybz; Sat, 18 Apr 2020 12:45:46 -0700 (PDT) X-Google-Smtp-Source: APiQypL4r1JdbpvcTcTUkg01fR9xJOr14G4vHAlwQ3hOD7TkPU0P47NFtuTOyQhooEfxOpNjspH0 X-Received: by 2002:a17:906:7b53:: with SMTP id n19mr9260767ejo.244.1587239145891; Sat, 18 Apr 2020 12:45:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587239145; cv=none; d=google.com; s=arc-20160816; b=qSuGIaABK5UgswtGCjVHsn2TpE897CBtCvQfoQlktF2yU701w47JhjLCV2MRJMxp7G kDdXMWKiC5GprwH2l+aj41wicQbadLyNdof+gjkAA4RE5yGgnpcO4YNjd8BuxrpBOtHb 1opMpjSmdP9nE1NMUUhE0S5qsrbYtotCctJP2rFpe4ubT45IBdedukVyrDEvgVj8L00+ MJKmWEhavm1vjFWKCSy5dsarNS/8EmGQo1ChpjJ2rBFN9IaZzF86uq0UUjGKUEgozm2a /sBLLwjpNkmvUknAzhRnJVyIUC9RbztbFEFRXmIknfrvaeWKcuJcU+W5xQe6bS7W7ZQ6 JhRw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=f3AvYZIoYHjnrPLA4kdVfL/Td8v6lu+/V1vKvd2WPmU=; b=y9F6APyQpRFegZIR5VQQbAODJuyiRoubVdxWjnRfursvoA53r5Fs9aUmABEckbvYNG Yb2sBf4mS3IzgR/YmMfGvg7fGzECKR30IjFZRkfbykbReXmwkCSlrTaqVX2XeHHlSpKG Xl+nEsybZaX8bB2FbjfcLBtRcPQv4XvB+RDhlgUVd4fwWThEm63kqeVFBJdRv3nv8PvD g3ExW5QWc38gG9Br8GXuwa6344o0DGA9ZwJ31v1BYKaOMU+EwPPG/exsJXAvsI0+7f9a x5O3ikvnHUGCur93xe2DGu1rDa66g1gLeSWKOnGzpMhubt/jafhMAgr4JJ4UtgJjFpH9 bwAg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w19si11940151edx.386.2020.04.18.12.45.23; Sat, 18 Apr 2020 12:45:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728242AbgDRTnh (ORCPT + 99 others); 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!