Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933736Ab2HQIx1 (ORCPT ); Fri, 17 Aug 2012 04:53:27 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:17092 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933723Ab2HQIwp (ORCPT ); Fri, 17 Aug 2012 04:52:45 -0400 X-PGP-Universal: processed; by hqnvupgp05.nvidia.com on Fri, 17 Aug 2012 01:52:44 -0700 Message-ID: <502E06C8.8090508@nvidia.com> Date: Fri, 17 Aug 2012 17:54:32 +0900 From: Alex Courbot Organization: NVIDIA User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: "Rafael J. Wysocki" CC: Stephen Warren , Thierry Reding , Simon Glass , Grant Likely , Rob Herring , Mark Brown , Anton Vorontsov , David Woodhouse , Arnd Bergmann , Leela Krishna Amudala , "linux-tegra@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-fbdev@vger.kernel.org" , "devicetree-discuss@lists.ozlabs.org" , "linux-doc@vger.kernel.org" Subject: Re: [PATCH v4 0/3] Runtime Interpreted Power Sequences References: <1345097337-24170-1-git-send-email-acourbot@nvidia.com> <201208162347.34810.rjw@sisk.pl> In-Reply-To: <201208162347.34810.rjw@sisk.pl> Content-Type: text/plain; charset="ISO-8859-2"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2579 Lines: 68 On 08/17/2012 06:47 AM, Rafael J. Wysocki wrote: > On Thursday, August 16, 2012, Alexandre Courbot wrote: >> Overdue revision of this new feature, some changes required additional thought >> and rework. >> >> The most important change is in the way power sequences are expressed in the >> device tree. In order to avoid having to specify #address-cells, #size-cells and >> reg properties, the @ notation in the step names is dropped, and instead a >> fixed, sequential naming is adopted. The type of the resource used by a step is >> decided by the presence of some recognized properties: >> >> power-on-sequence { >> step0 { >> regulator = "power"; >> enable; >> }; >> step1 { >> delay = <10000>; >> }; >> step2 { >> pwm = "backlight"; >> enable; >> }; >> ... >> >> To me this looks safe, clear and close to the platform data representation, but >> needs approval from DT experts. >> >> Resources are still referenced by name instead of having their phandles defined >> directly inside the sequences, as previous discussion came to the conclusion >> that doing so would require controversial changes to the regulator and PWM >> frameworks, and that having the resources declared at the device level was >> making sense logically speaking. >> >> Other changes/fixes since last revision: >> * Move to drivers/power/ (hope this is ok with the maintainers?) >> * Use microseconds for delay >> * Use devm for PWM resources and remove cleanup function as all resources are >> devm-managed >> * Remove "-gpio" suffix for GPIO reference in the driver >> * Remove params structure >> * Make power_seq structure private >> * Number of steps in a sequence is explicitly stated instead of resorting to a >> "stop" sequence step >> * Delays are a step instead of being a step parameter >> * Use flexible member arrays to limit number of memory allocations >> * Add documentation to DT bindings >> >> There was a lot of feedback on the previous version (thanks!) so if I forgot >> to address some important point, please bring it to my attention again. >> >> Alexandre Courbot (3): >> Runtime Interpreted Power Sequences >> pwm_backlight: use power sequences >> tegra: add pwm backlight device tree nodes > > May I ask that the next version of this patchset be CCed to > linux-pm@vger.kernel.org? Will do. Alex. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/