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: 1106924 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=none (p=none dis=none) header.from=renesas.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 45DNHC2qwJz9sB8 for ; Wed, 29 May 2019 17:52:55 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726005AbfE2Hwy (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-pwm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org 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(-)