From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 02 May 2015 14:52:36 +0100 Subject: [U-Boot] [PATCH v2 2/6] sunxi: axp: Move axp pmic register helpers to a separate file In-Reply-To: <1430041887-20790-3-git-send-email-hdegoede@redhat.com> References: <1430041887-20790-1-git-send-email-hdegoede@redhat.com> <1430041887-20790-3-git-send-email-hdegoede@redhat.com> Message-ID: <1430574756.15640.117.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 Sun, 2015-04-26 at 11:51 +0200, Hans de Goede wrote: > Move the register helpers used to access the registers via p2wi resp. > rsb bus on the otherwise identical axp221 and axp223 pmics to a separate > file, so that they can be used by the upcoming standalone axp gpio driver > too. > > Signed-off-by: Hans de Goede Assuming this is just moving + renaming things: Acked-by: Ian Campbell