From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sun, 11 Oct 2015 12:14:06 +0100 Subject: [U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names In-Reply-To: <1443882383-21181-3-git-send-email-hdegoede@redhat.com> References: <1443882383-21181-1-git-send-email-hdegoede@redhat.com> <1443882383-21181-3-git-send-email-hdegoede@redhat.com> Message-ID: <1444562046.16876.40.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2015-10-03 at 16:26 +0200, Hans de Goede wrote: > Stop prefixing the axp functions for setting voltages, etc. with the > model number, there ever is only one pmic driver built into u-boot, > this allows simplifying the callers. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell @@ -1217,10 +1217,10 @@ static void sunxi_mode_set(const struct > ctfb_res_modes *mode, > > > > if (IS_ENABLED(CONFIG_VIDEO_LCD_PANEL_EDP_4_LANE_1620M_VIA_ANX9804)) { > > > > > /* > > > > > * The anx9804 needs 1.8V from eldo3, we do this here > -> > > > * and not via CONFIG_AXP221_ELDO3 from board_init() > +> > > > * and not via CONFIG_AXP_ELDO3_VOLT from board_init() I think strictly speaking that hunk belonged in a previous patch, but nevermind (or feel to retain acks on both if you want to move it). Ian.