From patchwork Wed Apr 3 22:02:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rafael J. Wysocki" X-Patchwork-Id: 10884553 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 478811800 for ; Wed, 3 Apr 2019 22:10:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 343E828984 for ; Wed, 3 Apr 2019 22:10:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 28F2A28992; Wed, 3 Apr 2019 22:10:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E6EDC28984 for ; Wed, 3 Apr 2019 22:10:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726585AbfDCWKi (ORCPT ); Wed, 3 Apr 2019 18:10:38 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:50828 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726547AbfDCWKh (ORCPT ); Wed, 3 Apr 2019 18:10:37 -0400 Received: from 79.184.254.219.ipv4.supernova.orange.pl (79.184.254.219) (HELO aspire.rjw.lan) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id 2b21326c5f5448ae; Thu, 4 Apr 2019 00:10:35 +0200 From: "Rafael J. Wysocki" To: Linux PM Cc: LKML , Linux ACPI , Linux Documentation , Jonathan Corbet , Srinivas Pandruvada , Viresh Kumar Subject: [PATCH 0/4] Documentation: PM: Assorted updates Date: Thu, 04 Apr 2019 00:02:14 +0200 Message-ID: <4546107.fVFrecLk33@aspire.rjw.lan> MIME-Version: 1.0 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi All, There patches make some changes in the PM documentation: - Add "references" sections to cpufreq-related documents (patch [1/4]). - Add SPDX license tags to multiple PM-related documents (patch [2/4]). - Unify copyright notices in PM-related documents (patch [3/4]). - Add an SPDX license tag and a copyright notice to the new intel_epb doc (in linux-next only ATM). Thanks, Rafael Acked-by: Viresh Kumar