From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 02 May 2015 14:45:39 +0100 Subject: [U-Boot] [PATCH 6/6] sunxi: usb: Protect phy-init and phy-power-on against multiple calls In-Reply-To: <1430203271-3130-7-git-send-email-hdegoede@redhat.com> References: <1430203271-3130-1-git-send-email-hdegoede@redhat.com> <1430203271-3130-7-git-send-email-hdegoede@redhat.com> Message-ID: <1430574339.15640.112.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: > Once we add support for the ohci controller the phy-init and phy-power-on > functions may be called twice (once by the ehci code and once by the ohci > code) protect them against this. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell