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(-)