From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933238AbcECMQe (ORCPT ); Tue, 3 May 2016 08:16:34 -0400 Received: from mail-wm0-f48.google.com ([74.125.82.48]:36263 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932655AbcECMQd (ORCPT ); Tue, 3 May 2016 08:16:33 -0400 From: Thierry Reding To: Mark Brown Cc: Boris Brezillon , linux-kernel@vger.kernel.org Subject: [GIT PULL] regulator: pwm: Use new pwm_get_args() API Date: Tue, 3 May 2016 14:16:29 +0200 Message-Id: <1462277789-18434-1-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 2.8.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git for-4.7/pwm-regulator for you to fetch changes up to 8c12ad8e916ee0477f7a0a0f00b0a87b9a21ebf7: regulator: pwm: Use pwm_get_args() where appropriate (2016-05-03 13:46:50 +0200) This branch contains a patch that updates the PWM regulator to use a new API being introduced in the PWM subsystem. It's based on a stable branch that contains the addition of the new API and should help resolve the conflicts that Stephen pointed out when creating today's linux-next. Thierry ---------------------------------------------------------------- Boris Brezillon (2): pwm: Introduce the pwm_args concept regulator: pwm: Use pwm_get_args() where appropriate Thierry Reding (1): Merge branch 'for-4.7/pwm-args' into for-4.7/pwm-regulator drivers/pwm/core.c | 21 ++++++++++++++------- drivers/pwm/pwm-clps711x.c | 2 +- drivers/pwm/pwm-pxa.c | 2 +- drivers/regulator/pwm-regulator.c | 20 ++++++++++++++------ include/linux/pwm.h | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+), 15 deletions(-)