From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 02 May 2015 14:42:28 +0100 Subject: [U-Boot] [PATCH 2/6] sunxi: usb: Remove sunxi_usbc_get_io_base function In-Reply-To: <1430203271-3130-3-git-send-email-hdegoede@redhat.com> References: <1430203271-3130-1-git-send-email-hdegoede@redhat.com> <1430203271-3130-3-git-send-email-hdegoede@redhat.com> Message-ID: <1430574148.15640.108.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 Tue, 2015-04-28 at 08:41 +0200, Hans de Goede wrote: > This is the only function left in sunxi/usbc.c which is not phy related, > so remove it. > > This is a preparation patch for turning the usbc.c code into a proper > usb phy driver. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell