From patchwork Fri Oct 12 10:12:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 982968 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-pwm-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42WkD16wygz9s3l for ; Fri, 12 Oct 2018 21:12:33 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728045AbeJLRoN (ORCPT ); Fri, 12 Oct 2018 13:44:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37202 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727953AbeJLRoM (ORCPT ); Fri, 12 Oct 2018 13:44:12 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D06AEA0BEB; Fri, 12 Oct 2018 10:12:32 +0000 (UTC) Received: from shalem.localdomain.com (ovpn-117-230.ams2.redhat.com [10.36.117.230]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5B87A6C8C5; Fri, 12 Oct 2018 10:12:31 +0000 (UTC) From: Hans de Goede To: Thierry Reding , Andy Shevchenko , "Rafael J . Wysocki" Cc: Hans de Goede , linux-pwm@vger.kernel.org, linux-acpi@vger.kernel.org Subject: [PATCH 0/6] pwm: Collected LPSS-pwm patches for 4.20 Date: Fri, 12 Oct 2018 12:12:23 +0200 Message-Id: <20181012101229.27805-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 12 Oct 2018 10:12:33 +0000 (UTC) Sender: linux-pwm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org Hi Thierry, I've 3 different pwm-lpss patch-sets outstanding, 2 of which have seen multiple revisions. For your convenience here is a series which collects the latest version of them all including all the acks and reviews they have received. This series superceeds / replaces all my other outstanding pwm patches. The first patch is an ACPI patch, which is a dependency for the fourth patch in the series. This has an Acked-by from Rafael, indicating that he is ok with merging this simple one-line patch through your PWM tree. Regards, Hans