From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v1] regulator: twl: Provide of_map_mode for twl4030 Date: Fri, 8 Apr 2016 09:19:24 -0700 Message-ID: <20160408161923.GW16484@atomide.com> References: <20160404222638.GM2350@sirena.org.uk> <1459835974-31664-1-git-send-email-ivo.g.dimitrov.75@gmail.com> <20160407175745.GK32257@rob-hp-laptop> <20160408154907.GT16484@atomide.com> <20160408160828.GA10562@earth> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20160408160828.GA10562@earth> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sebastian Reichel Cc: Rob Herring , Ivaylo Dimitrov , broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org * Sebastian Reichel [160408 09:09]: > Hi Tony, > > On Fri, Apr 08, 2016 at 08:49:07AM -0700, Tony Lindgren wrote: > > * Rob Herring [160407 10:58]: > > > On Tue, Apr 05, 2016 at 08:59:34AM +0300, Ivaylo Dimitrov wrote: > > > > of_map_mode is needed so to be possible to set initial regulators mode from > > > > the board DTS. Otherwise, for DT boot, regulators are left in their default > > > > state after reset/reboot. Document device specific modes as well. > > > > > > > > Signed-off-by: Ivaylo Dimitrov > > > > --- > > > > .../bindings/regulator/twl-regulator.txt | 6 ++++++ > > > > > > Acked-by: Rob Herring > > > > I'd like to test these patches, but I don't know which combination > > of patches needed? It seems we're waiting for an update on at least > > one of the patches in this series? > > > > Might be best to repost the whole series so people can test the > > right patches. > > As far as I can see Mark has already queued all patches in his > for-next branch and they are already in today's linux-next, so > you can just test linux-next. OK thanks will do. Tony -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758743AbcDHQTc (ORCPT ); Fri, 8 Apr 2016 12:19:32 -0400 Received: from muru.com ([72.249.23.125]:50143 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758594AbcDHQTa (ORCPT ); Fri, 8 Apr 2016 12:19:30 -0400 Date: Fri, 8 Apr 2016 09:19:24 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Rob Herring , Ivaylo Dimitrov , broonie@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, lgirdwood@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH v1] regulator: twl: Provide of_map_mode for twl4030 Message-ID: <20160408161923.GW16484@atomide.com> References: <20160404222638.GM2350@sirena.org.uk> <1459835974-31664-1-git-send-email-ivo.g.dimitrov.75@gmail.com> <20160407175745.GK32257@rob-hp-laptop> <20160408154907.GT16484@atomide.com> <20160408160828.GA10562@earth> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160408160828.GA10562@earth> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [160408 09:09]: > Hi Tony, > > On Fri, Apr 08, 2016 at 08:49:07AM -0700, Tony Lindgren wrote: > > * Rob Herring [160407 10:58]: > > > On Tue, Apr 05, 2016 at 08:59:34AM +0300, Ivaylo Dimitrov wrote: > > > > of_map_mode is needed so to be possible to set initial regulators mode from > > > > the board DTS. Otherwise, for DT boot, regulators are left in their default > > > > state after reset/reboot. Document device specific modes as well. > > > > > > > > Signed-off-by: Ivaylo Dimitrov > > > > --- > > > > .../bindings/regulator/twl-regulator.txt | 6 ++++++ > > > > > > Acked-by: Rob Herring > > > > I'd like to test these patches, but I don't know which combination > > of patches needed? It seems we're waiting for an update on at least > > one of the patches in this series? > > > > Might be best to repost the whole series so people can test the > > right patches. > > As far as I can see Mark has already queued all patches in his > for-next branch and they are already in today's linux-next, so > you can just test linux-next. OK thanks will do. Tony