From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 13 Jan 2015 18:55:26 +0000 Subject: [U-Boot] [PATCH 03/17] sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg In-Reply-To: <1421004895-10896-4-git-send-email-hdegoede@redhat.com> References: <1421004895-10896-1-git-send-email-hdegoede@redhat.com> <1421004895-10896-4-git-send-email-hdegoede@redhat.com> Message-ID: <1421175326.18322.3.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-01-11 at 20:34 +0100, Hans de Goede wrote: > Most of the usb-controller init code found in ehci-sunxi.c also is necessary > to init the otg usb controller, so move it to a common place. > > While at it also update various #ifdefs / defines for sun8i support. > > Signed-off-by: Hans de Goede On the assumption that the code motion is really just that: Acked-by: Ian Campbell (I general prefer code motion patch to be just that, with precursor refactoring patch etc, but nevermind).