From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757175AbcAYQ2g (ORCPT ); Mon, 25 Jan 2016 11:28:36 -0500 Received: from mail-yk0-f172.google.com ([209.85.160.172]:33134 "EHLO mail-yk0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751763AbcAYQ2c convert rfc822-to-8bit (ORCPT ); Mon, 25 Jan 2016 11:28:32 -0500 MIME-Version: 1.0 In-Reply-To: <20151110173416.GB21727@ulmo> References: <1442828009-6241-1-git-send-email-boris.brezillon@free-electrons.com> <2341981.a79ioYM9Es@diego> <20151110173416.GB21727@ulmo> Date: Mon, 25 Jan 2016 08:28:31 -0800 Message-ID: Subject: Re: [PATCH v3 00/12] pwm: add support for atomic update From: Doug Anderson To: Thierry Reding , Boris Brezillon Cc: =?UTF-8?Q?Heiko_St=C3=BCbner?= , linux-pwm , Mark Brown , Liam Girdwood , Jingoo Han , Lee Jones , linux-fbdev@vger.kernel.org, Bryan Wu , Richard Purdie , Jacek Anaszewski , linux-leds@vger.kernel.org, Maxime Ripard , linux-sunxi@googlegroups.com, "open list:ARM/Rockchip SoC..." , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , Daniel Mack , Haojian Zhuang , Robert Jarzmik , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , Olof Johansson Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thierry and Boris, On Tue, Nov 10, 2015 at 9:34 AM, Thierry Reding wrote: > On Mon, Oct 19, 2015 at 12:12:12PM +0200, Heiko Stübner wrote: >> Hi Thierry, >> >> Am Montag, 21. September 2015, 11:33:17 schrieb Boris Brezillon: >> > Hello, >> > >> > This series adds support for atomic PWM update, or IOW, the capability >> > to update all the parameters of a PWM device (enabled/disabled, period, >> > duty and polarity) in one go. >> >> is anything more blocking this series? It's now sitting on the lists for >> nearly a month and everybody seems happy with it, so it would be really nice >> to have in mainline :-) . >> >> Especially as this also makes it possible for Rockchip Chromebooks to actually >> control the logic-regulator that is implemented as pwm-regulator there. > > Last time I tried to put this into linux-next I got immediately > bombarded by a number of build failures, so I backed things out. The > current plan is to give this another try after v4.4-rc1. We're now into the 4.5 timeframe. Does anyone have a concrete set of things that need to happen before this patch series makes it into mainline? >>From searching I see that the latest version of this series is v4 and there are a smattering of comments on the 24-patch series. Presumably a v5 needs to be posted to address those things. ...but it looks like the big sticking point is that Boris is waiting for a response to his questions in . Thierry: can you give Boris some direction for what else he needs to do? We need to come up with _some_ solution since this series gets us much better support for PWM regulators. Without this series or some other solution, PWM regulators aren't usable in mainline on any system that uses them for system-critical rails. Nearly all Rockchip reference boards and shipping devices uses a PWM regulator for the system-critidal "logic" rail. That means any patches which need to change this rail in Linux are blocked. If there's already been off-list discussion and Boris already knows what the next steps are then my apologies and I'll wait patiently for the next series. ;) Thanks! -Doug