From patchwork Wed May 29 07:47:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 10966379 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 738C76C5 for ; Wed, 29 May 2019 07:52:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 68F5B28816 for ; Wed, 29 May 2019 07:52:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5D71D2882A; Wed, 29 May 2019 07:52:55 +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=AC_FROM_MANY_DOTS,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham 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 EF46F28816 for ; Wed, 29 May 2019 07:52:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725948AbfE2Hwy (ORCPT ); Wed, 29 May 2019 03:52:54 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:25351 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725865AbfE2Hwy (ORCPT ); Wed, 29 May 2019 03:52:54 -0400 X-IronPort-AV: E=Sophos;i="5.60,526,1549897200"; d="scan'208";a="17264011" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 29 May 2019 16:52:52 +0900 Received: from localhost.localdomain (unknown [10.166.17.210]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 2F0E74001DCA; Wed, 29 May 2019 16:52:52 +0900 (JST) From: Yoshihiro Shimoda To: thierry.reding@gmail.com Cc: linux-pwm@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH 0/4] pwm: add power management on sysfs and switch to SPDX Date: Wed, 29 May 2019 16:47:58 +0900 Message-Id: <1559116082-9851-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch series is affected from the following email: https://marc.info/?l=linux-renesas-soc&m=155896668906609&w=2 - The patch 1 adds descriptions into Documentation/pwm.txt. - The patch 2 is not related to the topic though, switches to SPDX identifier of sysfs.c. - The patch 3 adds suspend/resume support into sysfs.c. - The patch 4 removes suspend/resume support from pwm-rcar.c. This is the first trial so that I didn't make patches for other PWM drivers to remove suspend/resume support. Yoshihiro Shimoda (4): pwm: Add power management descriptions pwm: sysfs: Switch to SPDX identifier pwm: sysfs: Add suspend/resume support pwm: rcar: Remove suspend/resume support Documentation/pwm.txt | 7 +++++ drivers/pwm/pwm-rcar.c | 39 -------------------------- drivers/pwm/sysfs.c | 75 +++++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 72 insertions(+), 49 deletions(-)