From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 02 May 2015 14:40:31 +0100 Subject: [U-Boot] [PATCH 1/6] sunxi: usb: Move setup of host controller clocks to the host controller drivers In-Reply-To: <1430203271-3130-2-git-send-email-hdegoede@redhat.com> References: <1430203271-3130-1-git-send-email-hdegoede@redhat.com> <1430203271-3130-2-git-send-email-hdegoede@redhat.com> Message-ID: <1430574031.15640.107.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: > The sunxi "usbc" code is mostly about phy setup, but currently also sets up > the host controller clocks, which is something which really belongs in the > host controller drivers, so move it there. > > This is a preparation patch for moving the sunxi ehci code to the driver > model and for adding ohci support. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell