| Message ID | 1429793928-31818-1-git-send-email-thierry.reding@gmail.com |
|---|---|
| State | Not Applicable |
| Headers | show
Return-Path: <linux-pwm-owner@vger.kernel.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 93B5114011D for <incoming@patchwork.ozlabs.org>; Thu, 23 Apr 2015 22:58:54 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=X18x+Gax; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751744AbbDWM6x (ORCPT <rfc822;incoming@patchwork.ozlabs.org>); Thu, 23 Apr 2015 08:58:53 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:36401 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751635AbbDWM6x (ORCPT <rfc822; linux-pwm@vger.kernel.org>); Thu, 23 Apr 2015 08:58:53 -0400 Received: by pabsx10 with SMTP id sx10so17575223pab.3; Thu, 23 Apr 2015 05:58:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=ZGvRZEle6+SxB/F48ZSmiQVMvlWD7OnDFWy+RODhet4=; b=X18x+GaxkEqIG00pwqnsNqwiwrHtHsmOwT8E56DJQBGvYhQGqYOsajzQmwIP+z9f2E ZG3q1ZWU0Q21XzFHBUB9VqR2+oQw7CkhMkwiUqbFdEYMY0ip9xblFGVPCuaotHg/Fs6c 5VjIrqwPZOewY/cOhCHsJZcqtTArf1iqFzswFKPbGKdd/GojLpVCaNuI+sIcqosMtQsU VDkDDm5pzOirfXnceLk7QZxSJymUI3CDeYxTjLP2cZc6ZyyDI95CN6HFU4gwoZ4xqr4e Zy0VLlLXNgQBDjkmP4CSHsubpXYFJiIxS2zRaB9j+bYzZcnO+X1sjCIfrhyTzIdxozFR WFLg== X-Received: by 10.70.135.195 with SMTP id pu3mr5198847pdb.0.1429793932625; Thu, 23 Apr 2015 05:58:52 -0700 (PDT) Received: from localhost ([216.228.120.20]) by mx.google.com with ESMTPSA id bs4sm8071446pbc.3.2015.04.23.05.58.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Apr 2015 05:58:52 -0700 (PDT) From: Thierry Reding <thierry.reding@gmail.com> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] pwm: Changes for v4.1-rc1 Date: Thu, 23 Apr 2015 14:58:48 +0200 Message-Id: <1429793928-31818-1-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 2.3.5 Sender: linux-pwm-owner@vger.kernel.org Precedence: bulk List-ID: <linux-pwm.vger.kernel.org> X-Mailing-List: linux-pwm@vger.kernel.org |
Hi Linus, The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-4.1-rc1 for you to fetch changes up to c264f1110d27185f8531602f5fce400a6bbce946: pwm: Remove __init initializer for pwm_add_table() (2015-04-23 14:50:52 +0200) Thanks, Thierry ---------------------------------------------------------------- pwm: Changes for v4.1-rc1 Not much has been happening in PWM land lately, so this contains mostly minor fixes that didn't seem urgent enough for a late pull-request last cycle. ---------------------------------------------------------------- Gaetan Hug (1): pwm: mxs: Fix period divider computation Krzysztof Kozlowski (1): pwm: pca9685: Constify struct regmap_config Matt Porter (1): pwm: imx-pwm: add explicit compatible strings and required clock properties Nicolas Ferre (1): pwm: atmel-hlcdc: Add errata handling for sama5d4 Shobhit Kumar (1): pwm: Remove __init initializer for pwm_add_table() Sjoerd Simons (1): pwm: samsung: Fix output race on disabling Documentation/devicetree/bindings/pwm/imx-pwm.txt | 12 ++++++++- drivers/pwm/core.c | 2 +- drivers/pwm/pwm-atmel-hlcdc.c | 4 +++ drivers/pwm/pwm-mxs.c | 8 ++++-- drivers/pwm/pwm-pca9685.c | 2 +- drivers/pwm/pwm-samsung.c | 32 ++++++++++++++++++++++- 6 files changed, 54 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pwm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html